body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f58e11 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #ff3366 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f58e11 !important;
  border-color: #f58e11 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b26507 !important;
  border-color: #b26507 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b26507 !important;
  border-color: #b26507 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1d0bd4 !important;
  border-color: #1d0bd4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #13078b !important;
  border-color: #13078b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #13078b !important;
  border-color: #13078b !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #9a5706;
  color: #9a5706;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f58e11;
  border-color: #f58e11;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f58e11 !important;
  border-color: #f58e11 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #100673;
  color: #100673;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #1d0bd4;
  border-color: #1d0bd4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d0bd4 !important;
  border-color: #1d0bd4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f58e11 !important;
}
.text-secondary {
  color: #1d0bd4 !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #ff3366 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9a5706 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #100673 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cc0033 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff3366;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f58e11;
  border-color: #f58e11;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f58e11;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdebd5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
  font-weight: 400;
}
blockquote {
  border-color: #f58e11;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #f58e11 !important;
  -webkit-box-shadow: 0 6px 16px 0 #f58e11 !important;
  background-color: #f58e11 !important;
  border-color: #f58e11 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #1d0bd4 !important;
  -webkit-box-shadow: 0 6px 16px 0 #1d0bd4 !important;
  background-color: #1d0bd4 !important;
  border-color: #1d0bd4 !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f58e11;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f58e11;
  border-bottom-color: #f58e11;
}
.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: #f58e11 !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: #1d0bd4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23f58e11' %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;
}
.cid-tdTWmwmKh0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tdTWmwmKh0 .collapsed {
  flex-direction: row!important;
}
.cid-tdTWmwmKh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdTWmwmKh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdTWmwmKh0 .navbar-nav {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdTWmwmKh0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tdTWmwmKh0 .nav-item:focus,
.cid-tdTWmwmKh0 .nav-link:focus {
  outline: none;
}
.cid-tdTWmwmKh0 .text-white:hover,
.cid-tdTWmwmKh0 .text-white:active,
.cid-tdTWmwmKh0 .text-white:focus {
  color: white!important;
}
.cid-tdTWmwmKh0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-item:hover {
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-menu {
  background-color: white!important;
}
.cid-tdTWmwmKh0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tdTWmwmKh0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tdTWmwmKh0 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-tdTWmwmKh0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tdTWmwmKh0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdTWmwmKh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdTWmwmKh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdTWmwmKh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdTWmwmKh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdTWmwmKh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdTWmwmKh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdTWmwmKh0 .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdTWmwmKh0 .navbar-caption {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 .dropdown-item.active,
.cid-tdTWmwmKh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tdTWmwmKh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdTWmwmKh0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdTWmwmKh0 .navbar-buttons {
  text-align: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 .nav-link {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdTWmwmKh0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdTWmwmKh0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdTWmwmKh0 .navbar {
    height: 77px;
  }
  .cid-tdTWmwmKh0 .navbar.opened {
    height: auto;
  }
  .cid-tdTWmwmKh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uohAn92m0a {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uohAn92m0a .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f58e11;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uohAn92m0a .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uohAn92m0a .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-uohAn92m0a .main-title {
  color: #404040;
}
.cid-uohAn92m0a .mbr-text {
  color: #606060;
}
.cid-uohAn92m0a .count {
  text-align: center;
  margin-bottom: 12px;
  color: #404040;
}
.cid-uohAn92m0a .count.display-1 {
  font-size: 46px;
  line-height: 1;
}
.cid-uohAn92m0a .mbr-content-title {
  color: #606060;
}
.cid-uohAn92m0a .card {
  word-wrap: break-word;
}
.cid-uohAn92m0a .card .mbr-iconfont {
  font-size: 5rem;
  color: #f58e11;
}
.cid-uohAn92m0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uohAn92m0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uohAn92m0a .mbr-text,
.cid-uohAn92m0a .mbr-section-btn {
  color: #232323;
}
.cid-uohAn92m0a .item__middle-count {
  color: #f58e11;
}
.cid-uohAn92m0a .count-title {
  color: #232323;
}
.cid-uohAn92m0a .item__middle-percent {
  color: #f58e11;
}
.cid-t7Y3JeS8tt {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/office-2000x1333.jpg");
}
.cid-t7Y3JeS8tt H1 {
  color: #ffffff;
}
.cid-t7Y3JeS8tt .mbr-text,
.cid-t7Y3JeS8tt .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uohsJdN5qe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f6ff;
}
.cid-uohsJdN5qe .left-side {
  text-align: left;
}
.cid-uohsJdN5qe .row {
  align-items: center;
}
.cid-uohsJdN5qe .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-uohsJdN5qe .mbr-section-title {
  color: #f58e11;
  padding-bottom: 0px;
}
.cid-uohsJdN5qe .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-uohsJdN5qe .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-uohsJdN5qe img,
.cid-uohsJdN5qe .item-img {
  margin: auto;
  width: auto;
}
.cid-uohsJdN5qe .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-uohsJdN5qe .lin:hover {
  color: #f58e11;
}
.cid-uohsJdN5qe .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-uohsJdN5qe .mbr-link {
    padding-bottom: 20px;
  }
  .cid-uohsJdN5qe .right-side {
    padding: 15px;
  }
}
.cid-uohsJdN5qe P {
  text-align: left;
}
.cid-uohsJdN5qe .align {
  width: 100%;
  padding: 15px 0;
}
.cid-uohsJdN5qe a {
  font-weight: bold;
}
.cid-uohsJdN5qe .mbr-text {
  padding-top: 10px;
}
.cid-uohsJdN5qe .right-side {
  padding-right: 5rem;
}
.cid-uohsJdN5qe .text-primary {
  color: #000000 !important;
}
.cid-uomYpng1Kf {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f6ff;
}
.cid-uomYpng1Kf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uomYpng1Kf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uomYpng1Kf .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uomYpng1Kf .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uomYpng1Kf .items-wrapper {
  margin: 0 -10px;
}
.cid-uomYpng1Kf .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uomYpng1Kf .item {
    margin-bottom: 16px;
  }
}
.cid-uomYpng1Kf .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uomYpng1Kf .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uomYpng1Kf .item:hover .item-wrapper .item-content .item-img,
.cid-uomYpng1Kf .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uomYpng1Kf .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uomYpng1Kf .item:nth-child(3n) .item-wrapper {
  background-color: #ffb849;
}
.cid-uomYpng1Kf .item:nth-child(4n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uomYpng1Kf .item:nth-child(6n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uomYpng1Kf .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uomYpng1Kf .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uomYpng1Kf .item .item-wrapper .item-content {
  position: relative;
}
.cid-uomYpng1Kf .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uomYpng1Kf .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uomYpng1Kf .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uomYpng1Kf .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uomYpng1Kf .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uomYpng1Kf .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uomYpng1Kf .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uomYpng1Kf .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uomYpng1Kf .mbr-section-title {
  color: #f58e11;
  text-align: left;
}
.cid-uomYpng1Kf .panel-title-edit {
  color: #212529;
}
.cid-uomYpng1Kf .panel-text {
  color: #51565c;
}
.cid-rSOD960ncG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rSOD960ncG H1 {
  color: #f58e11;
  text-align: left;
}
.cid-rSOD960ncG .align-left {
  margin: auto;
}
.cid-rSOD960ncG .row {
  justify-content: space-between;
}
.cid-rSOD960ncG .mbr-text,
.cid-rSOD960ncG .mbr-section-btn {
  color: #716c80;
}
.cid-rSOD960ncG .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rSOD960ncG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSOD960ncG .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSOD960ncG .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSOD960ncG .link:hover {
  color: #f58e11 !important;
}
.cid-rSOD960ncG .link:hover .link-ico {
  color: #f58e11 !important;
  padding-left: 10px;
}
.cid-rSOD960ncG DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rSOD960ncG .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rSOD960ncG h1 {
    padding-bottom: 1rem;
  }
}
.cid-rSOD960ncG .mbr-text,
.cid-rSOD960ncG .media-content {
  text-align: left;
  color: #f58e11;
}
.cid-uolgf0NMgO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f6ff;
}
.cid-uolgf0NMgO .left-side {
  text-align: left;
}
.cid-uolgf0NMgO .row {
  align-items: center;
}
.cid-uolgf0NMgO .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-uolgf0NMgO .mbr-section-title {
  color: #f58e11;
  padding-bottom: 0px;
}
.cid-uolgf0NMgO .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-uolgf0NMgO .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-uolgf0NMgO img,
.cid-uolgf0NMgO .item-img {
  margin: auto;
  width: auto;
}
.cid-uolgf0NMgO .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-uolgf0NMgO .lin:hover {
  color: #f58e11;
}
.cid-uolgf0NMgO .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-uolgf0NMgO .mbr-link {
    padding-bottom: 20px;
  }
  .cid-uolgf0NMgO .right-side {
    padding: 15px;
  }
}
.cid-uolgf0NMgO P {
  text-align: left;
}
.cid-uolgf0NMgO .align {
  width: 100%;
  padding: 15px 0;
}
.cid-uolgf0NMgO a {
  font-weight: bold;
}
.cid-uolgf0NMgO .mbr-text {
  padding-top: 10px;
}
.cid-uolgf0NMgO .right-side {
  padding-right: 5rem;
}
.cid-uolgf0NMgO .text-primary {
  color: #000000 !important;
}
.cid-uomVNQyXwh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f6ff;
}
.cid-uomVNQyXwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uomVNQyXwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uomVNQyXwh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uomVNQyXwh .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uomVNQyXwh .items-wrapper {
  margin: 0 -10px;
}
.cid-uomVNQyXwh .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uomVNQyXwh .item {
    margin-bottom: 16px;
  }
}
.cid-uomVNQyXwh .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uomVNQyXwh .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uomVNQyXwh .item:hover .item-wrapper .item-content .item-img,
.cid-uomVNQyXwh .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uomVNQyXwh .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uomVNQyXwh .item:nth-child(3n) .item-wrapper {
  background-color: #ffb849;
}
.cid-uomVNQyXwh .item:nth-child(4n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uomVNQyXwh .item:nth-child(6n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uomVNQyXwh .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uomVNQyXwh .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uomVNQyXwh .item .item-wrapper .item-content {
  position: relative;
}
.cid-uomVNQyXwh .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uomVNQyXwh .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uomVNQyXwh .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uomVNQyXwh .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uomVNQyXwh .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uomVNQyXwh .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uomVNQyXwh .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uomVNQyXwh .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uomVNQyXwh .mbr-section-title {
  color: #f58e11;
  text-align: left;
}
.cid-uomVNQyXwh .panel-title-edit {
  color: #212529;
}
.cid-uomVNQyXwh .panel-text {
  color: #51565c;
}
.cid-rSDZFYHVmg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSDZFYHVmg H1 {
  color: #f58e11;
}
.cid-rSDZFYHVmg .align-left {
  margin: auto;
}
.cid-rSDZFYHVmg .row {
  justify-content: space-between;
}
.cid-rSDZFYHVmg .mbr-text,
.cid-rSDZFYHVmg .mbr-section-btn {
  color: #716c80;
}
.cid-rSDZFYHVmg .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rSDZFYHVmg .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSDZFYHVmg .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSDZFYHVmg .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSDZFYHVmg .link:hover {
  color: #f58e11 !important;
}
.cid-rSDZFYHVmg .link:hover .link-ico {
  color: #f58e11 !important;
  padding-left: 10px;
}
.cid-rSDZFYHVmg DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rSDZFYHVmg .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rSDZFYHVmg h1 {
    padding-bottom: 1rem;
  }
}
.cid-rSDZFYHVmg .mbr-text,
.cid-rSDZFYHVmg .media-content {
  text-align: left;
  color: #232323;
}
.cid-rSDZHlkUP6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rSDZHlkUP6 img {
  width: 120px;
  margin: auto;
}
.cid-rSDZHlkUP6 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-rSDZHlkUP6 .card:hover {
  opacity: 0.9;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rSDZHlkUP6 H1 {
  color: #f58e11;
}
.cid-rSDZHlkUP6 .mbr-text,
.cid-rSDZHlkUP6 .mbr-section-btn {
  color: #f58e11;
}
.cid-rSDZHlkUP6 H3 {
  color: #f58e11;
  text-align: left;
}
.cid-unWZclYEOP {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-unWZclYEOP img {
  width: 120px;
  margin: auto;
}
.cid-unWZclYEOP .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-unWZclYEOP .card:hover {
  opacity: 0.9;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-unWZclYEOP H1 {
  color: #f58e11;
}
.cid-unWZclYEOP .mbr-text,
.cid-unWZclYEOP .mbr-section-btn {
  color: #000000;
}
.cid-uo8Lx2EukN {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uo8Lx2EukN img {
  width: 120px;
  margin: auto;
}
.cid-uo8Lx2EukN .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-uo8Lx2EukN .card:hover {
  opacity: 0.9;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uo8Lx2EukN H1 {
  color: #f58e11;
}
.cid-uo8Lx2EukN .mbr-text,
.cid-uo8Lx2EukN .mbr-section-btn {
  color: #000000;
}
.cid-rSDZLoTkCp {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rSDZLoTkCp img {
  width: 120px;
  margin: auto;
}
.cid-rSDZLoTkCp .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-rSDZLoTkCp .card:hover {
  opacity: 0.9;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rSDZLoTkCp H1 {
  color: #57468b;
}
.cid-rSDZLoTkCp .mbr-text,
.cid-rSDZLoTkCp .mbr-section-btn {
  color: #f58e11;
}
.cid-upVHSv6ODF {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-upVHSv6ODF img {
  width: 120px;
  margin: auto;
}
.cid-upVHSv6ODF .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-upVHSv6ODF .card:hover {
  opacity: 0.9;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-upVHSv6ODF H1 {
  color: #57468b;
}
.cid-upVHSv6ODF .mbr-text,
.cid-upVHSv6ODF .mbr-section-btn {
  color: #f58e11;
}
.cid-uorOz3UOJM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-uorOz3UOJM H1 {
  color: #f58e11;
}
.cid-uorOz3UOJM .mbr-text,
.cid-uorOz3UOJM .mbr-section-btn {
  color: #716c80;
}
.cid-uorOz3UOJM H3 {
  color: #716c80;
}
.cid-uorOz3UOJM .mbr-section-title {
  color: #f58e11;
}
.cid-uoB5dmcffo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4f4f2;
}
.cid-uoB5dmcffo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoB5dmcffo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoB5dmcffo .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uoB5dmcffo .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uoB5dmcffo .items-wrapper {
  margin: 0 -10px;
}
.cid-uoB5dmcffo .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uoB5dmcffo .item {
    margin-bottom: 16px;
  }
}
.cid-uoB5dmcffo .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uoB5dmcffo .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uoB5dmcffo .item:hover .item-wrapper .item-content .item-img,
.cid-uoB5dmcffo .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uoB5dmcffo .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uoB5dmcffo .item:nth-child(3n) .item-wrapper {
  background-color: #ffb849;
}
.cid-uoB5dmcffo .item:nth-child(4n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uoB5dmcffo .item:nth-child(6n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uoB5dmcffo .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uoB5dmcffo .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uoB5dmcffo .item .item-wrapper .item-content {
  position: relative;
}
.cid-uoB5dmcffo .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uoB5dmcffo .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uoB5dmcffo .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uoB5dmcffo .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uoB5dmcffo .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uoB5dmcffo .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uoB5dmcffo .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uoB5dmcffo .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uoB5dmcffo .mbr-section-title {
  color: #f58e11;
  text-align: left;
}
.cid-uoB5dmcffo .panel-title-edit {
  color: #212529;
}
.cid-uoB5dmcffo .panel-text {
  color: #51565c;
}
.cid-vjM5RuvWLe .google-map {
  height: 34rem;
  position: relative;
}
.cid-vjM5RuvWLe .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vjM5RuvWLe .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-vjM5RuvWLe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vjM5RuvWLe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
#custom-html-og * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#custom-html-og body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  color: #333;
}
#custom-html-og .form-container {
  width: 100%;
  max-width: 600px;
  /* Increased width */
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
}
#custom-html-og h1 {
  margin-bottom: 20px;
  font-size: 24px;
}
#custom-html-og #awf-form {
  padding: 10px;
}
#custom-html-og input[type="text"],
#custom-html-og input[type="email"],
#custom-html-og input[type="submit"] {
  width: 100%;
  /* Inputs will stretch to fit the new width */
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#custom-html-og input[type="submit"] {
  background-color: #28a745;
  color: white;
  cursor: pointer;
}
#custom-html-og input[type="submit"]:hover {
  background-color: #218838;
}
#custom-html-og noscript {
  color: red;
  font-weight: bold;
  margin-top: 20px;
}
.cid-rVXuj0YnkV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f58e11;
}
.cid-rVXuj0YnkV section {
  position: relative;
}
.cid-rVXuj0YnkV .container {
  max-width: 1400px;
}
.cid-rVXuj0YnkV .card-img2 span {
  padding-top: 6px;
}
.cid-rVXuj0YnkV .soc-item a {
  padding-top: 5px;
}
.cid-rVXuj0YnkV .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rVXuj0YnkV .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rVXuj0YnkV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rVXuj0YnkV .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rVXuj0YnkV .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rVXuj0YnkV .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rVXuj0YnkV .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rVXuj0YnkV .soc-item span {
  font-size: 1.4rem;
}
.cid-rVXuj0YnkV .soc-item:hover span {
  color: #f58e11 !important;
}
.cid-rVXuj0YnkV .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rVXuj0YnkV .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rVXuj0YnkV .media-wrap {
  margin-bottom: 1rem;
}
.cid-rVXuj0YnkV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rVXuj0YnkV img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rVXuj0YnkV .item {
    justify-content: center;
  }
  .cid-rVXuj0YnkV .quote::after {
    left: 60px;
  }
}
.cid-rVXuj0YnkV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rVXuj0YnkV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rVXuj0YnkV .text1 {
  color: #ffffff;
}
.cid-rVXuj0YnkV .item-title {
  color: #ffffff;
}
.cid-rVXuj0YnkV H5 {
  color: #ffffff;
}
.cid-rVXuj0YnkV .theme {
  color: #ffffff;
}
.cid-rVXuj0YnkV .copyright > p {
  color: #ff3366;
}
.cid-rVXuj0YnkV .text2 {
  color: #ffffff;
}
.cid-rVXy7JMLCb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-rVXy7JMLCb .media-container-row .mbr-text {
  color: #000000;
}
.cid-tdTWmwmKh0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tdTWmwmKh0 .collapsed {
  flex-direction: row!important;
}
.cid-tdTWmwmKh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdTWmwmKh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdTWmwmKh0 .navbar-nav {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdTWmwmKh0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tdTWmwmKh0 .nav-item:focus,
.cid-tdTWmwmKh0 .nav-link:focus {
  outline: none;
}
.cid-tdTWmwmKh0 .text-white:hover,
.cid-tdTWmwmKh0 .text-white:active,
.cid-tdTWmwmKh0 .text-white:focus {
  color: white!important;
}
.cid-tdTWmwmKh0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-item:hover {
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-menu {
  background-color: white!important;
}
.cid-tdTWmwmKh0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tdTWmwmKh0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tdTWmwmKh0 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-tdTWmwmKh0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tdTWmwmKh0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdTWmwmKh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdTWmwmKh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdTWmwmKh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdTWmwmKh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdTWmwmKh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdTWmwmKh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdTWmwmKh0 .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdTWmwmKh0 .navbar-caption {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 .dropdown-item.active,
.cid-tdTWmwmKh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tdTWmwmKh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdTWmwmKh0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdTWmwmKh0 .navbar-buttons {
  text-align: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 .nav-link {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdTWmwmKh0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdTWmwmKh0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdTWmwmKh0 .navbar {
    height: 77px;
  }
  .cid-tdTWmwmKh0 .navbar.opened {
    height: auto;
  }
  .cid-tdTWmwmKh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rSN2RiRrkZ {
  background-image: url("../../../assets/images/lightpharm32-1920x1277.png");
}
.cid-rSN2RiRrkZ .mbr-text,
.cid-rSN2RiRrkZ .typed-text,
.cid-rSN2RiRrkZ .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rSN2RiRrkZ .btn {
  margin-left: 4px !important;
}
.cid-rSN2RiRrkZ .animated-element {
  color: #ffbc00;
}
.cid-rSN2RiRrkZ .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uo8IyhhQc1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c1c1c1;
}
.cid-uo8IyhhQc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8IyhhQc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8IyhhQc1 .col-title {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 10px 50px;
}
.cid-uo8IyhhQc1 .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px;
}
.cid-uo8IyhhQc1 .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem;
}
.cid-uo8IyhhQc1 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
  flex-wrap: wrap;
}
.cid-uo8IyhhQc1 .card {
  width: 50%;
  padding: 10px;
}
.cid-uo8IyhhQc1 .card .card-box {
  background-color: #f58e11;
}
.cid-uo8IyhhQc1 .card:nth-child(2n) .card-box {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uo8IyhhQc1 .card {
    width: 100%;
  }
}
.cid-uo8IyhhQc1 .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 15% 15% 15% 15%;
}
.cid-uo8IyhhQc1 .card-container {
  width: 100%;
}
.cid-uo8IyhhQc1 .card-title {
  color: #232323;
  margin-bottom: 20px !important;
}
.cid-uo8IyhhQc1 .card-text {
  color: #232323;
  margin-bottom: 0.9rem !important;
}
.cid-uo8IyhhQc1 .mbr-section-btn {
  margin-top: 10px;
}
.cid-uo8JbwaL4p .google-map {
  height: 34rem;
  position: relative;
}
.cid-uo8JbwaL4p .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uo8JbwaL4p .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uo8JbwaL4p .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo8JbwaL4p .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uowrgScr1W {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f58e11;
}
.cid-uowrgScr1W section {
  position: relative;
}
.cid-uowrgScr1W .container {
  max-width: 1400px;
}
.cid-uowrgScr1W .card-img2 span {
  padding-top: 6px;
}
.cid-uowrgScr1W .soc-item a {
  padding-top: 5px;
}
.cid-uowrgScr1W .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uowrgScr1W .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uowrgScr1W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uowrgScr1W .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uowrgScr1W .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uowrgScr1W .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uowrgScr1W .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uowrgScr1W .soc-item span {
  font-size: 1.4rem;
}
.cid-uowrgScr1W .soc-item:hover span {
  color: #f58e11 !important;
}
.cid-uowrgScr1W .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uowrgScr1W .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uowrgScr1W .media-wrap {
  margin-bottom: 1rem;
}
.cid-uowrgScr1W .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uowrgScr1W img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uowrgScr1W .item {
    justify-content: center;
  }
  .cid-uowrgScr1W .quote::after {
    left: 60px;
  }
}
.cid-uowrgScr1W .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uowrgScr1W .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uowrgScr1W .text1 {
  color: #ffffff;
}
.cid-uowrgScr1W .item-title {
  color: #ffffff;
}
.cid-uowrgScr1W H5 {
  color: #ffffff;
}
.cid-uowrgScr1W .theme {
  color: #ffffff;
}
.cid-uowrgScr1W .copyright > p {
  color: #ff3366;
}
.cid-uowrgScr1W .text2 {
  color: #ffffff;
}
.cid-rVXy7JMLCb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-rVXy7JMLCb .media-container-row .mbr-text {
  color: #000000;
}
.cid-tdTWmwmKh0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tdTWmwmKh0 .collapsed {
  flex-direction: row!important;
}
.cid-tdTWmwmKh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdTWmwmKh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdTWmwmKh0 .navbar-nav {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdTWmwmKh0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tdTWmwmKh0 .nav-item:focus,
.cid-tdTWmwmKh0 .nav-link:focus {
  outline: none;
}
.cid-tdTWmwmKh0 .text-white:hover,
.cid-tdTWmwmKh0 .text-white:active,
.cid-tdTWmwmKh0 .text-white:focus {
  color: white!important;
}
.cid-tdTWmwmKh0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-item:hover {
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-menu {
  background-color: white!important;
}
.cid-tdTWmwmKh0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tdTWmwmKh0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tdTWmwmKh0 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-tdTWmwmKh0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tdTWmwmKh0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdTWmwmKh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdTWmwmKh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdTWmwmKh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdTWmwmKh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdTWmwmKh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdTWmwmKh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdTWmwmKh0 .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdTWmwmKh0 .navbar-caption {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 .dropdown-item.active,
.cid-tdTWmwmKh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tdTWmwmKh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdTWmwmKh0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdTWmwmKh0 .navbar-buttons {
  text-align: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 .nav-link {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdTWmwmKh0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdTWmwmKh0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdTWmwmKh0 .navbar {
    height: 77px;
  }
  .cid-tdTWmwmKh0 .navbar.opened {
    height: auto;
  }
  .cid-tdTWmwmKh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rTgLNcb21J {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/untitled-design-1-1920x1277.jpg");
}
.cid-rTgLNcb21J .mbr-text,
.cid-rTgLNcb21J .mbr-section-btn {
  text-align: left;
}
.cid-uors0vyfQ4 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uors0vyfQ4 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uors0vyfQ4 H1 {
  color: #f58e11;
}
.cid-uors0vyfQ4 .mbr-text,
.cid-uors0vyfQ4 .mbr-section-btn {
  color: #716c80;
}
.cid-uors0vyfQ4 H3 {
  color: #716c80;
}
.cid-uors0vyfQ4 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uors0vyfQ4 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uors0vyfQ4 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uors0vyfQ4 .link:hover {
  color: #f58e11 !important;
}
.cid-uors0vyfQ4 .link:hover .link-ico {
  color: #f58e11 !important;
  padding-left: 10px;
}
.cid-uors0vyfQ4 DIV {
  color: #57468b;
}
.cid-uors0vyfQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uors0vyfQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uors0vyfQ4 .mbr-text,
.cid-uors0vyfQ4 .media-content {
  text-align: left;
}
.cid-rTgOAseVOf {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rTgOAseVOf .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-rTgOAseVOf .title,
.cid-rTgOAseVOf .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-rTgOAseVOf .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-rTgOAseVOf .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-rTgOAseVOf .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-rTgOAseVOf .text-box {
  padding: 0rem;
}
.cid-rTgOAseVOf .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-rTgOAseVOf .card-title {
  color: #f58e11;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-rTgOAseVOf .card-img {
  overflow: hidden;
}
.cid-rTgOAseVOf .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-rTgOAseVOf .card-box {
  padding: 0rem;
}
.cid-rTgOAseVOf img {
  transition: all 0.3s;
}
.cid-rTgOAseVOf .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #f58e11;
}
.cid-rTgOAseVOf .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-rTgOAseVOf .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rTgOAseVOf .card-img {
    width: 30%;
  }
  .cid-rTgOAseVOf .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rTgOAseVOf .card-img {
    width: 50%;
  }
  .cid-rTgOAseVOf .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-rTgOAseVOf .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-rTgOAseVOf .card-img {
    width: 100%;
  }
  .cid-rTgOAseVOf .card-box {
    width: 100%;
  }
}
.cid-rTgOAseVOf .card-box > p,
.cid-rTgOAseVOf .mbr-section-btn {
  color: #767676;
}
.cid-rTgOJ3LPAW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e1e8ff;
}
.cid-rTgOJ3LPAW H1 {
  color: #57468b;
}
.cid-rTgOJ3LPAW .mbr-text,
.cid-rTgOJ3LPAW .mbr-section-btn {
  color: #716c80;
}
.cid-rTgOJ3LPAW H3 {
  color: #716c80;
}
.cid-rTgOOjFCcd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rTgOOjFCcd H1 {
  color: #716c80;
  text-align: left;
}
.cid-rTgOOjFCcd .mbr-text,
.cid-rTgOOjFCcd .mbr-section-btn {
  color: #716c80;
  text-align: left;
}
.cid-rTgOOjFCcd img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rTgOOjFCcd .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rTgOOjFCcd img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rTgON4e4d3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e1e8ff;
}
.cid-rTgON4e4d3 H1 {
  color: #f58e11;
}
.cid-rTgON4e4d3 .align-left {
  margin: auto;
}
.cid-rTgON4e4d3 .row {
  justify-content: space-between;
}
.cid-rTgON4e4d3 .mbr-text,
.cid-rTgON4e4d3 .mbr-section-btn {
  color: #716c80;
}
.cid-rTgON4e4d3 .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rTgON4e4d3 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rTgON4e4d3 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rTgON4e4d3 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rTgON4e4d3 .link:hover {
  color: #f58e11 !important;
}
.cid-rTgON4e4d3 .link:hover .link-ico {
  color: #f58e11 !important;
  padding-left: 10px;
}
.cid-rTgON4e4d3 DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rTgON4e4d3 .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rTgON4e4d3 h1 {
    padding-bottom: 1rem;
  }
}
.cid-rTgON4e4d3 .mbr-text,
.cid-rTgON4e4d3 .media-content {
  text-align: left;
}
.cid-rTgORwtdIv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTgORwtdIv img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rTgORwtdIv img:hover {
  transform: scale(1.1);
}
.cid-rTgORwtdIv .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rTgORwtdIv h2 {
  padding: 0;
  margin: 0;
}
.cid-rTgORwtdIv .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rTgORwtdIv .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rTgORwtdIv .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rTgORwtdIv .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rTgORwtdIv .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rTgORwtdIv .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rTgORwtdIv .mbr-iconfont {
  margin: 0!important;
}
.cid-rTgORwtdIv .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rTgORwtdIv .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rTgORwtdIv .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rTgORwtdIv .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rTgORwtdIv .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rTgORwtdIv H2 {
  color: #333333;
}
.cid-rTgORwtdIv .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-rTgORwtdIv H1 {
  text-align: left;
}
.cid-rTgORwtdIv H3 {
  color: #f58e11;
}
.cid-rTgOTGilhZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rTgOTGilhZ .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-rTgOTGilhZ .mbr-section-title {
  margin: 0;
  text-align: left;
}
.cid-rTgOTGilhZ .mbr-section-subtitle {
  color: #8d97ad;
  text-align: left;
}
.cid-rTgOTGilhZ .card-img span {
  color: #1dc9cb;
}
.cid-rTgOTGilhZ .row-item {
  margin-bottom: 2rem;
}
.cid-rTgOTGilhZ .row-item:hover .wrapper {
  background: linear-gradient(90deg, #ef6e25, #86affe);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-rTgOTGilhZ .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-rTgOTGilhZ .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-rTgOTGilhZ .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rTgOTGilhZ .mbr-card-title,
.cid-rTgOTGilhZ .card-img {
  text-align: left;
}
.cid-ul1jXtRpc0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-ul1jXtRpc0 h4 {
  margin-bottom: 0;
}
.cid-ul1jXtRpc0 p {
  color: #767676;
}
.cid-ul1jXtRpc0 .btn-info-outline {
  border: none;
  color: #ff3366 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-ul1jXtRpc0 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-ul1jXtRpc0 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-ul1jXtRpc0 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #f58e11 !important;
  box-shadow: none!important;
}
.cid-ul1jXtRpc0 .btn-info-outline:active,
.cid-ul1jXtRpc0 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-ul1jXtRpc0 .card-box {
  padding-top: 2rem;
}
.cid-ul1jXtRpc0 .card-wrapper {
  height: 100%;
}
.cid-ul1jXtRpc0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-ul1jXtRpc0 img {
  border-radius: 8px;
}
.cid-ul1jXtRpc0 .card-title {
  color: #57468b;
}
.cid-ul1jXtRpc0 .main-title {
  color: #f58e11;
  text-align: center;
}
.cid-ul1jXtRpc0 DIV {
  color: #57468b;
}
.cid-ul1jXtRpc0 .card-img {
  width: auto;
}
.cid-ul1jXtRpc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul1jXtRpc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul1jXtRpc0 .mbr-text,
.cid-ul1jXtRpc0 .mbr-section-btn {
  text-align: left;
}
.cid-uowodNAX6n {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f58e11;
}
.cid-uowodNAX6n section {
  position: relative;
}
.cid-uowodNAX6n .container {
  max-width: 1400px;
}
.cid-uowodNAX6n .card-img2 span {
  padding-top: 6px;
}
.cid-uowodNAX6n .soc-item a {
  padding-top: 5px;
}
.cid-uowodNAX6n .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uowodNAX6n .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uowodNAX6n .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uowodNAX6n .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uowodNAX6n .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uowodNAX6n .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uowodNAX6n .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uowodNAX6n .soc-item span {
  font-size: 1.4rem;
}
.cid-uowodNAX6n .soc-item:hover span {
  color: #f58e11 !important;
}
.cid-uowodNAX6n .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uowodNAX6n .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uowodNAX6n .media-wrap {
  margin-bottom: 1rem;
}
.cid-uowodNAX6n .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uowodNAX6n img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uowodNAX6n .item {
    justify-content: center;
  }
  .cid-uowodNAX6n .quote::after {
    left: 60px;
  }
}
.cid-uowodNAX6n .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uowodNAX6n .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uowodNAX6n .text1 {
  color: #ffffff;
}
.cid-uowodNAX6n .item-title {
  color: #ffffff;
}
.cid-uowodNAX6n H5 {
  color: #ffffff;
}
.cid-uowodNAX6n .theme {
  color: #ffffff;
}
.cid-uowodNAX6n .copyright > p {
  color: #ff3366;
}
.cid-uowodNAX6n .text2 {
  color: #ffffff;
}
.cid-rVXy7JMLCb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-rVXy7JMLCb .media-container-row .mbr-text {
  color: #000000;
}
.cid-tdTWmwmKh0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tdTWmwmKh0 .collapsed {
  flex-direction: row!important;
}
.cid-tdTWmwmKh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdTWmwmKh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdTWmwmKh0 .navbar-nav {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdTWmwmKh0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tdTWmwmKh0 .nav-item:focus,
.cid-tdTWmwmKh0 .nav-link:focus {
  outline: none;
}
.cid-tdTWmwmKh0 .text-white:hover,
.cid-tdTWmwmKh0 .text-white:active,
.cid-tdTWmwmKh0 .text-white:focus {
  color: white!important;
}
.cid-tdTWmwmKh0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-item:hover {
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-menu {
  background-color: white!important;
}
.cid-tdTWmwmKh0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tdTWmwmKh0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tdTWmwmKh0 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-tdTWmwmKh0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tdTWmwmKh0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdTWmwmKh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdTWmwmKh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdTWmwmKh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdTWmwmKh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdTWmwmKh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdTWmwmKh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdTWmwmKh0 .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdTWmwmKh0 .navbar-caption {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 .dropdown-item.active,
.cid-tdTWmwmKh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tdTWmwmKh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdTWmwmKh0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdTWmwmKh0 .navbar-buttons {
  text-align: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 .nav-link {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdTWmwmKh0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdTWmwmKh0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdTWmwmKh0 .navbar {
    height: 77px;
  }
  .cid-tdTWmwmKh0 .navbar.opened {
    height: auto;
  }
  .cid-tdTWmwmKh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG2qIa4gkz {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uG2qIa4gkz svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-uG2qIa4gkz H1 {
  color: #343351;
  text-align: left;
}
.cid-uG2qIa4gkz .mbr-text,
.cid-uG2qIa4gkz .mbr-section-btn {
  color: #716c80;
}
.cid-uG2qIa4gkz #e1_ellipse {
  fill: #ffffff !important;
}
.cid-uG2qIa4gkz img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uG2qIa4gkz img {
    width: 100%;
  }
}
.cid-uG2qIa4gkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2qIa4gkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2slHRIwm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG2slHRIwm .nav-tabs .nav-item.open .nav-link:focus,
.cid-uG2slHRIwm .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uG2slHRIwm .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uG2slHRIwm .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uG2slHRIwm .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #1d0bd4;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-uG2slHRIwm .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #f58e11;
}
.cid-uG2slHRIwm .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #f58e11;
  border-color: #f58e11;
}
.cid-uG2slHRIwm .nav-tabs .nav-link.active:hover {
  background-color: #f58e11;
}
.cid-uG2slHRIwm P {
  color: #000000;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uG2slHRIwm .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uG2slHRIwm .mbr-text,
  .cid-uG2slHRIwm .nav-link {
    text-align: center;
  }
}
.cid-umeeeMspNZ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-umeeeMspNZ svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-umeeeMspNZ H1 {
  color: #343351;
  text-align: left;
}
.cid-umeeeMspNZ .mbr-text,
.cid-umeeeMspNZ .mbr-section-btn {
  color: #716c80;
}
.cid-umeeeMspNZ #e1_ellipse {
  fill: #ffffff !important;
}
.cid-umeeeMspNZ img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-umeeeMspNZ img {
    width: 100%;
  }
}
.cid-umeeeMspNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umeeeMspNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sVdboE5ZLv {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sVdboE5ZLv .nav-tabs .nav-item.open .nav-link:focus,
.cid-sVdboE5ZLv .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sVdboE5ZLv .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sVdboE5ZLv .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sVdboE5ZLv .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #1d0bd4;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-sVdboE5ZLv .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #f58e11;
}
.cid-sVdboE5ZLv .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #f58e11;
  border-color: #f58e11;
}
.cid-sVdboE5ZLv .nav-tabs .nav-link.active:hover {
  background-color: #f58e11;
}
.cid-sVdboE5ZLv P {
  color: #000000;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-sVdboE5ZLv .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sVdboE5ZLv .mbr-text,
  .cid-sVdboE5ZLv .nav-link {
    text-align: center;
  }
}
.cid-uowokkFaLV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f58e11;
}
.cid-uowokkFaLV section {
  position: relative;
}
.cid-uowokkFaLV .container {
  max-width: 1400px;
}
.cid-uowokkFaLV .card-img2 span {
  padding-top: 6px;
}
.cid-uowokkFaLV .soc-item a {
  padding-top: 5px;
}
.cid-uowokkFaLV .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uowokkFaLV .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uowokkFaLV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uowokkFaLV .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uowokkFaLV .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uowokkFaLV .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uowokkFaLV .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uowokkFaLV .soc-item span {
  font-size: 1.4rem;
}
.cid-uowokkFaLV .soc-item:hover span {
  color: #f58e11 !important;
}
.cid-uowokkFaLV .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uowokkFaLV .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uowokkFaLV .media-wrap {
  margin-bottom: 1rem;
}
.cid-uowokkFaLV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uowokkFaLV img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uowokkFaLV .item {
    justify-content: center;
  }
  .cid-uowokkFaLV .quote::after {
    left: 60px;
  }
}
.cid-uowokkFaLV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uowokkFaLV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uowokkFaLV .text1 {
  color: #ffffff;
}
.cid-uowokkFaLV .item-title {
  color: #ffffff;
}
.cid-uowokkFaLV H5 {
  color: #ffffff;
}
.cid-uowokkFaLV .theme {
  color: #ffffff;
}
.cid-uowokkFaLV .copyright > p {
  color: #ff3366;
}
.cid-uowokkFaLV .text2 {
  color: #ffffff;
}
.cid-rVXy7JMLCb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-rVXy7JMLCb .media-container-row .mbr-text {
  color: #000000;
}
.cid-tdTWmwmKh0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tdTWmwmKh0 .collapsed {
  flex-direction: row!important;
}
.cid-tdTWmwmKh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdTWmwmKh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdTWmwmKh0 .navbar-nav {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdTWmwmKh0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tdTWmwmKh0 .nav-item:focus,
.cid-tdTWmwmKh0 .nav-link:focus {
  outline: none;
}
.cid-tdTWmwmKh0 .text-white:hover,
.cid-tdTWmwmKh0 .text-white:active,
.cid-tdTWmwmKh0 .text-white:focus {
  color: white!important;
}
.cid-tdTWmwmKh0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-item:hover {
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-menu {
  background-color: white!important;
}
.cid-tdTWmwmKh0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tdTWmwmKh0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tdTWmwmKh0 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-tdTWmwmKh0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tdTWmwmKh0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdTWmwmKh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdTWmwmKh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdTWmwmKh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdTWmwmKh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdTWmwmKh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdTWmwmKh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdTWmwmKh0 .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdTWmwmKh0 .navbar-caption {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 .dropdown-item.active,
.cid-tdTWmwmKh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tdTWmwmKh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdTWmwmKh0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdTWmwmKh0 .navbar-buttons {
  text-align: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 .nav-link {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdTWmwmKh0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdTWmwmKh0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdTWmwmKh0 .navbar {
    height: 77px;
  }
  .cid-tdTWmwmKh0 .navbar.opened {
    height: auto;
  }
  .cid-tdTWmwmKh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVmkZaB0D8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVmkZaB0D8 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tVmkZaB0D8 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tVmkZaB0D8 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-tVmkZaB0D8 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-tVmkZaB0D8 .first {
  margin-left: -24px;
}
.cid-tVmkZaB0D8 .nav-tabs .nav-link {
  color: #cccccc !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-tVmkZaB0D8 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b !important;
}
.cid-tVmkZaB0D8 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b !important;
  font-style: normal;
}
.cid-tVmkZaB0D8 P {
  color: #716c80;
  text-align: left;
}
.cid-tVmkZaB0D8 H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-tVmkZaB0D8 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tVmkZaB0D8 .mbr-text,
  .cid-tVmkZaB0D8 .nav-link {
    text-align: center;
  }
}
.cid-tVmkZaB0D8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVmkZaB0D8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rVXy7JMLCb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-rVXy7JMLCb .media-container-row .mbr-text {
  color: #000000;
}
.cid-tVmFLfEMvM .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tVmFLfEMvM .collapsed {
  flex-direction: row!important;
}
.cid-tVmFLfEMvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVmFLfEMvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVmFLfEMvM .navbar-nav {
  margin: auto;
}
.cid-tVmFLfEMvM .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVmFLfEMvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVmFLfEMvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVmFLfEMvM .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tVmFLfEMvM .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tVmFLfEMvM .nav-item:focus,
.cid-tVmFLfEMvM .nav-link:focus {
  outline: none;
}
.cid-tVmFLfEMvM .text-white:hover,
.cid-tVmFLfEMvM .text-white:active,
.cid-tVmFLfEMvM .text-white:focus {
  color: white!important;
}
.cid-tVmFLfEMvM .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tVmFLfEMvM .dropdown-item:hover {
  color: black!important;
}
.cid-tVmFLfEMvM .dropdown-menu {
  background-color: white!important;
}
.cid-tVmFLfEMvM .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tVmFLfEMvM .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tVmFLfEMvM .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tVmFLfEMvM .nav-item .nav-link {
    position: relative;
  }
}
.cid-tVmFLfEMvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tVmFLfEMvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVmFLfEMvM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tVmFLfEMvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tVmFLfEMvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tVmFLfEMvM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-tVmFLfEMvM .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-tVmFLfEMvM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tVmFLfEMvM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVmFLfEMvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVmFLfEMvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVmFLfEMvM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tVmFLfEMvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVmFLfEMvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVmFLfEMvM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tVmFLfEMvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVmFLfEMvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tVmFLfEMvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tVmFLfEMvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVmFLfEMvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVmFLfEMvM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tVmFLfEMvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVmFLfEMvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVmFLfEMvM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tVmFLfEMvM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tVmFLfEMvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVmFLfEMvM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVmFLfEMvM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tVmFLfEMvM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tVmFLfEMvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tVmFLfEMvM .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-tVmFLfEMvM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tVmFLfEMvM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tVmFLfEMvM .navbar-caption {
  font-weight: 600!important;
}
.cid-tVmFLfEMvM .dropdown-item.active,
.cid-tVmFLfEMvM .dropdown-item:active {
  background-color: transparent;
}
.cid-tVmFLfEMvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVmFLfEMvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVmFLfEMvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVmFLfEMvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-tVmFLfEMvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVmFLfEMvM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tVmFLfEMvM .navbar-buttons {
  text-align: center;
}
.cid-tVmFLfEMvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVmFLfEMvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tVmFLfEMvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVmFLfEMvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVmFLfEMvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVmFLfEMvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVmFLfEMvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVmFLfEMvM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVmFLfEMvM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVmFLfEMvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVmFLfEMvM .nav-link {
  font-weight: 600!important;
}
.cid-tVmFLfEMvM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVmFLfEMvM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tVmFLfEMvM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tVmFLfEMvM .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVmFLfEMvM .navbar {
    height: 77px;
  }
  .cid-tVmFLfEMvM .navbar.opened {
    height: auto;
  }
  .cid-tVmFLfEMvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVmFLg77XH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVmFLg77XH .nav-tabs .nav-item.open .nav-link:focus,
.cid-tVmFLg77XH .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tVmFLg77XH .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-tVmFLg77XH .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-tVmFLg77XH .first {
  margin-left: -24px;
}
.cid-tVmFLg77XH .nav-tabs .nav-link {
  color: #cccccc !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-tVmFLg77XH .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b !important;
}
.cid-tVmFLg77XH .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b !important;
  font-style: normal;
}
.cid-tVmFLg77XH P {
  color: #716c80;
  text-align: left;
}
.cid-tVmFLg77XH H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-tVmFLg77XH .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tVmFLg77XH .mbr-text,
  .cid-tVmFLg77XH .nav-link {
    text-align: center;
  }
}
.cid-tVmFLg77XH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVmFLg77XH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVmFLgrqRE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-tVmFLgrqRE .media-container-row .mbr-text {
  color: #000000;
}
.cid-tVmFN5BaJE .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tVmFN5BaJE .collapsed {
  flex-direction: row!important;
}
.cid-tVmFN5BaJE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVmFN5BaJE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVmFN5BaJE .navbar-nav {
  margin: auto;
}
.cid-tVmFN5BaJE .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVmFN5BaJE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVmFN5BaJE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVmFN5BaJE .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tVmFN5BaJE .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tVmFN5BaJE .nav-item:focus,
.cid-tVmFN5BaJE .nav-link:focus {
  outline: none;
}
.cid-tVmFN5BaJE .text-white:hover,
.cid-tVmFN5BaJE .text-white:active,
.cid-tVmFN5BaJE .text-white:focus {
  color: white!important;
}
.cid-tVmFN5BaJE .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tVmFN5BaJE .dropdown-item:hover {
  color: black!important;
}
.cid-tVmFN5BaJE .dropdown-menu {
  background-color: white!important;
}
.cid-tVmFN5BaJE .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tVmFN5BaJE .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tVmFN5BaJE .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tVmFN5BaJE .nav-item .nav-link {
    position: relative;
  }
}
.cid-tVmFN5BaJE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tVmFN5BaJE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVmFN5BaJE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tVmFN5BaJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tVmFN5BaJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tVmFN5BaJE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-tVmFN5BaJE .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-tVmFN5BaJE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tVmFN5BaJE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVmFN5BaJE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVmFN5BaJE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVmFN5BaJE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tVmFN5BaJE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVmFN5BaJE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVmFN5BaJE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tVmFN5BaJE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVmFN5BaJE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tVmFN5BaJE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tVmFN5BaJE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVmFN5BaJE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVmFN5BaJE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tVmFN5BaJE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVmFN5BaJE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVmFN5BaJE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tVmFN5BaJE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tVmFN5BaJE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVmFN5BaJE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVmFN5BaJE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tVmFN5BaJE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tVmFN5BaJE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tVmFN5BaJE .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-tVmFN5BaJE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tVmFN5BaJE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tVmFN5BaJE .navbar-caption {
  font-weight: 600!important;
}
.cid-tVmFN5BaJE .dropdown-item.active,
.cid-tVmFN5BaJE .dropdown-item:active {
  background-color: transparent;
}
.cid-tVmFN5BaJE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVmFN5BaJE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVmFN5BaJE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVmFN5BaJE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-tVmFN5BaJE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVmFN5BaJE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tVmFN5BaJE .navbar-buttons {
  text-align: center;
}
.cid-tVmFN5BaJE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVmFN5BaJE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tVmFN5BaJE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVmFN5BaJE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVmFN5BaJE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVmFN5BaJE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVmFN5BaJE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVmFN5BaJE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVmFN5BaJE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVmFN5BaJE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVmFN5BaJE .nav-link {
  font-weight: 600!important;
}
.cid-tVmFN5BaJE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVmFN5BaJE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tVmFN5BaJE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tVmFN5BaJE .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVmFN5BaJE .navbar {
    height: 77px;
  }
  .cid-tVmFN5BaJE .navbar.opened {
    height: auto;
  }
  .cid-tVmFN5BaJE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVmFN643k3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVmFN643k3 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tVmFN643k3 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tVmFN643k3 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-tVmFN643k3 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-tVmFN643k3 .first {
  margin-left: -24px;
}
.cid-tVmFN643k3 .nav-tabs .nav-link {
  color: #cccccc !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-tVmFN643k3 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b !important;
}
.cid-tVmFN643k3 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b !important;
  font-style: normal;
}
.cid-tVmFN643k3 P {
  color: #716c80;
  text-align: left;
}
.cid-tVmFN643k3 H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-tVmFN643k3 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tVmFN643k3 .mbr-text,
  .cid-tVmFN643k3 .nav-link {
    text-align: center;
  }
}
.cid-tVmFN643k3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVmFN643k3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVmFN6tWgs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-tVmFN6tWgs .media-container-row .mbr-text {
  color: #000000;
}
.cid-tdTWmwmKh0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tdTWmwmKh0 .collapsed {
  flex-direction: row!important;
}
.cid-tdTWmwmKh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdTWmwmKh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdTWmwmKh0 .navbar-nav {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdTWmwmKh0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tdTWmwmKh0 .nav-item:focus,
.cid-tdTWmwmKh0 .nav-link:focus {
  outline: none;
}
.cid-tdTWmwmKh0 .text-white:hover,
.cid-tdTWmwmKh0 .text-white:active,
.cid-tdTWmwmKh0 .text-white:focus {
  color: white!important;
}
.cid-tdTWmwmKh0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-item:hover {
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-menu {
  background-color: white!important;
}
.cid-tdTWmwmKh0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tdTWmwmKh0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tdTWmwmKh0 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-tdTWmwmKh0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tdTWmwmKh0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdTWmwmKh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdTWmwmKh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdTWmwmKh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdTWmwmKh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdTWmwmKh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdTWmwmKh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdTWmwmKh0 .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdTWmwmKh0 .navbar-caption {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 .dropdown-item.active,
.cid-tdTWmwmKh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tdTWmwmKh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdTWmwmKh0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdTWmwmKh0 .navbar-buttons {
  text-align: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 .nav-link {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdTWmwmKh0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdTWmwmKh0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdTWmwmKh0 .navbar {
    height: 77px;
  }
  .cid-tdTWmwmKh0 .navbar.opened {
    height: auto;
  }
  .cid-tdTWmwmKh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uomwZ3VrdV {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uomwZ3VrdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uomwZ3VrdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uomwZ3VrdV .mbr-text {
  text-align: left;
}
.cid-vjTTsForR6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f6ff;
}
.cid-vjTTsForR6 .left-side {
  text-align: left;
}
.cid-vjTTsForR6 .row {
  align-items: center;
}
.cid-vjTTsForR6 .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-vjTTsForR6 .mbr-section-title {
  color: #f58e11;
  padding-bottom: 0px;
}
.cid-vjTTsForR6 .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-vjTTsForR6 .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-vjTTsForR6 img,
.cid-vjTTsForR6 .item-img {
  margin: auto;
  width: auto;
}
.cid-vjTTsForR6 .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-vjTTsForR6 .lin:hover {
  color: #f58e11;
}
.cid-vjTTsForR6 .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-vjTTsForR6 .mbr-link {
    padding-bottom: 20px;
  }
  .cid-vjTTsForR6 .right-side {
    padding: 15px;
  }
}
.cid-vjTTsForR6 P {
  text-align: left;
}
.cid-vjTTsForR6 .align {
  width: 100%;
  padding: 15px 0;
}
.cid-vjTTsForR6 a {
  font-weight: bold;
}
.cid-vjTTsForR6 .mbr-text {
  padding-top: 10px;
}
.cid-vjTTsForR6 .right-side {
  padding-right: 5rem;
}
.cid-vjTTsForR6 .text-primary {
  color: #000000 !important;
}
.cid-vjTTtpymoJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f6ff;
}
.cid-vjTTtpymoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjTTtpymoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjTTtpymoJ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vjTTtpymoJ .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vjTTtpymoJ .items-wrapper {
  margin: 0 -10px;
}
.cid-vjTTtpymoJ .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vjTTtpymoJ .item {
    margin-bottom: 16px;
  }
}
.cid-vjTTtpymoJ .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vjTTtpymoJ .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vjTTtpymoJ .item:hover .item-wrapper .item-content .item-img,
.cid-vjTTtpymoJ .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vjTTtpymoJ .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTTtpymoJ .item:nth-child(3n) .item-wrapper {
  background-color: #ffb849;
}
.cid-vjTTtpymoJ .item:nth-child(4n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTTtpymoJ .item:nth-child(6n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTTtpymoJ .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vjTTtpymoJ .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vjTTtpymoJ .item .item-wrapper .item-content {
  position: relative;
}
.cid-vjTTtpymoJ .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vjTTtpymoJ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vjTTtpymoJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vjTTtpymoJ .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vjTTtpymoJ .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vjTTtpymoJ .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vjTTtpymoJ .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vjTTtpymoJ .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vjTTtpymoJ .mbr-section-title {
  color: #f58e11;
  text-align: left;
}
.cid-vjTTtpymoJ .panel-title-edit {
  color: #212529;
}
.cid-vjTTtpymoJ .panel-text {
  color: #51565c;
}
.cid-rSJFAXwjax {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rSJFAXwjax img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rSJFAXwjax img:hover {
  transform: scale(1.1);
}
.cid-rSJFAXwjax .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rSJFAXwjax h2 {
  padding: 0;
  margin: 0;
}
.cid-rSJFAXwjax .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rSJFAXwjax .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rSJFAXwjax .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rSJFAXwjax .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rSJFAXwjax .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rSJFAXwjax .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rSJFAXwjax .mbr-iconfont {
  margin: 0!important;
}
.cid-rSJFAXwjax .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rSJFAXwjax .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSJFAXwjax .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rSJFAXwjax .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rSJFAXwjax .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rSJFAXwjax H2 {
  color: #333333;
}
.cid-rSJFAXwjax .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-uowovWJS1v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f58e11;
}
.cid-uowovWJS1v section {
  position: relative;
}
.cid-uowovWJS1v .container {
  max-width: 1400px;
}
.cid-uowovWJS1v .card-img2 span {
  padding-top: 6px;
}
.cid-uowovWJS1v .soc-item a {
  padding-top: 5px;
}
.cid-uowovWJS1v .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uowovWJS1v .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uowovWJS1v .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uowovWJS1v .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uowovWJS1v .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uowovWJS1v .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uowovWJS1v .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uowovWJS1v .soc-item span {
  font-size: 1.4rem;
}
.cid-uowovWJS1v .soc-item:hover span {
  color: #f58e11 !important;
}
.cid-uowovWJS1v .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uowovWJS1v .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uowovWJS1v .media-wrap {
  margin-bottom: 1rem;
}
.cid-uowovWJS1v .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uowovWJS1v img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uowovWJS1v .item {
    justify-content: center;
  }
  .cid-uowovWJS1v .quote::after {
    left: 60px;
  }
}
.cid-uowovWJS1v .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uowovWJS1v .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uowovWJS1v .text1 {
  color: #ffffff;
}
.cid-uowovWJS1v .item-title {
  color: #ffffff;
}
.cid-uowovWJS1v H5 {
  color: #ffffff;
}
.cid-uowovWJS1v .theme {
  color: #ffffff;
}
.cid-uowovWJS1v .copyright > p {
  color: #ff3366;
}
.cid-uowovWJS1v .text2 {
  color: #ffffff;
}
.cid-rVXy7JMLCb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-rVXy7JMLCb .media-container-row .mbr-text {
  color: #000000;
}
.cid-unRfMv9lTO .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-unRfMv9lTO .collapsed {
  flex-direction: row!important;
}
.cid-unRfMv9lTO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unRfMv9lTO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unRfMv9lTO .navbar-nav {
  margin: auto;
}
.cid-unRfMv9lTO .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unRfMv9lTO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unRfMv9lTO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unRfMv9lTO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-unRfMv9lTO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-unRfMv9lTO .nav-item:focus,
.cid-unRfMv9lTO .nav-link:focus {
  outline: none;
}
.cid-unRfMv9lTO .text-white:hover,
.cid-unRfMv9lTO .text-white:active,
.cid-unRfMv9lTO .text-white:focus {
  color: white!important;
}
.cid-unRfMv9lTO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-unRfMv9lTO .dropdown-item:hover {
  color: black!important;
}
.cid-unRfMv9lTO .dropdown-menu {
  background-color: white!important;
}
.cid-unRfMv9lTO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-unRfMv9lTO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-unRfMv9lTO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-unRfMv9lTO .nav-item .nav-link {
    position: relative;
  }
}
.cid-unRfMv9lTO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unRfMv9lTO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unRfMv9lTO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-unRfMv9lTO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-unRfMv9lTO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unRfMv9lTO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-unRfMv9lTO .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-unRfMv9lTO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-unRfMv9lTO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-unRfMv9lTO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unRfMv9lTO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unRfMv9lTO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-unRfMv9lTO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unRfMv9lTO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unRfMv9lTO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-unRfMv9lTO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unRfMv9lTO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-unRfMv9lTO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-unRfMv9lTO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unRfMv9lTO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unRfMv9lTO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-unRfMv9lTO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unRfMv9lTO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unRfMv9lTO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-unRfMv9lTO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-unRfMv9lTO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unRfMv9lTO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unRfMv9lTO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-unRfMv9lTO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-unRfMv9lTO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-unRfMv9lTO .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-unRfMv9lTO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-unRfMv9lTO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-unRfMv9lTO .navbar-caption {
  font-weight: 600!important;
}
.cid-unRfMv9lTO .dropdown-item.active,
.cid-unRfMv9lTO .dropdown-item:active {
  background-color: transparent;
}
.cid-unRfMv9lTO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unRfMv9lTO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unRfMv9lTO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unRfMv9lTO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-unRfMv9lTO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unRfMv9lTO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unRfMv9lTO .navbar-buttons {
  text-align: center;
}
.cid-unRfMv9lTO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unRfMv9lTO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unRfMv9lTO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-unRfMv9lTO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-unRfMv9lTO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-unRfMv9lTO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-unRfMv9lTO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unRfMv9lTO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-unRfMv9lTO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-unRfMv9lTO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unRfMv9lTO .nav-link {
  font-weight: 600!important;
}
.cid-unRfMv9lTO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unRfMv9lTO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-unRfMv9lTO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-unRfMv9lTO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unRfMv9lTO .navbar {
    height: 77px;
  }
  .cid-unRfMv9lTO .navbar.opened {
    height: auto;
  }
  .cid-unRfMv9lTO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uomGkjufK3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uomGkjufK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uomGkjufK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uomGkjufK3 .mbr-section-title {
  color: #232323;
}
.cid-uomGkjufK3 .mbr-text {
  text-align: left;
}
.cid-vjTUAhLxkX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f6ff;
}
.cid-vjTUAhLxkX .left-side {
  text-align: left;
}
.cid-vjTUAhLxkX .row {
  align-items: center;
}
.cid-vjTUAhLxkX .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-vjTUAhLxkX .mbr-section-title {
  color: #f58e11;
  padding-bottom: 0px;
}
.cid-vjTUAhLxkX .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-vjTUAhLxkX .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-vjTUAhLxkX img,
.cid-vjTUAhLxkX .item-img {
  margin: auto;
  width: auto;
}
.cid-vjTUAhLxkX .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-vjTUAhLxkX .lin:hover {
  color: #f58e11;
}
.cid-vjTUAhLxkX .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-vjTUAhLxkX .mbr-link {
    padding-bottom: 20px;
  }
  .cid-vjTUAhLxkX .right-side {
    padding: 15px;
  }
}
.cid-vjTUAhLxkX P {
  text-align: left;
}
.cid-vjTUAhLxkX .align {
  width: 100%;
  padding: 15px 0;
}
.cid-vjTUAhLxkX a {
  font-weight: bold;
}
.cid-vjTUAhLxkX .mbr-text {
  padding-top: 10px;
}
.cid-vjTUAhLxkX .right-side {
  padding-right: 5rem;
}
.cid-vjTUAhLxkX .text-primary {
  color: #000000 !important;
}
.cid-vjTUANHywj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f6ff;
}
.cid-vjTUANHywj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjTUANHywj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjTUANHywj .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vjTUANHywj .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vjTUANHywj .items-wrapper {
  margin: 0 -10px;
}
.cid-vjTUANHywj .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vjTUANHywj .item {
    margin-bottom: 16px;
  }
}
.cid-vjTUANHywj .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vjTUANHywj .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vjTUANHywj .item:hover .item-wrapper .item-content .item-img,
.cid-vjTUANHywj .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vjTUANHywj .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTUANHywj .item:nth-child(3n) .item-wrapper {
  background-color: #ffb849;
}
.cid-vjTUANHywj .item:nth-child(4n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTUANHywj .item:nth-child(6n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTUANHywj .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vjTUANHywj .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vjTUANHywj .item .item-wrapper .item-content {
  position: relative;
}
.cid-vjTUANHywj .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vjTUANHywj .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vjTUANHywj .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vjTUANHywj .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vjTUANHywj .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vjTUANHywj .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vjTUANHywj .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vjTUANHywj .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vjTUANHywj .mbr-section-title {
  color: #f58e11;
  text-align: left;
}
.cid-vjTUANHywj .panel-title-edit {
  color: #212529;
}
.cid-vjTUANHywj .panel-text {
  color: #51565c;
}
.cid-unRfMB4PaM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-unRfMB4PaM img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-unRfMB4PaM img:hover {
  transform: scale(1.1);
}
.cid-unRfMB4PaM .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-unRfMB4PaM h2 {
  padding: 0;
  margin: 0;
}
.cid-unRfMB4PaM .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unRfMB4PaM .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-unRfMB4PaM .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-unRfMB4PaM .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-unRfMB4PaM .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-unRfMB4PaM .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-unRfMB4PaM .mbr-iconfont {
  margin: 0!important;
}
.cid-unRfMB4PaM .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-unRfMB4PaM .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-unRfMB4PaM .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-unRfMB4PaM .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-unRfMB4PaM .text-col {
    padding: 2rem 1rem;
  }
}
.cid-unRfMB4PaM H2 {
  color: #333333;
}
.cid-unRfMB4PaM .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-uowp1pvYaP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f58e11;
}
.cid-uowp1pvYaP section {
  position: relative;
}
.cid-uowp1pvYaP .container {
  max-width: 1400px;
}
.cid-uowp1pvYaP .card-img2 span {
  padding-top: 6px;
}
.cid-uowp1pvYaP .soc-item a {
  padding-top: 5px;
}
.cid-uowp1pvYaP .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uowp1pvYaP .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uowp1pvYaP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uowp1pvYaP .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uowp1pvYaP .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uowp1pvYaP .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uowp1pvYaP .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uowp1pvYaP .soc-item span {
  font-size: 1.4rem;
}
.cid-uowp1pvYaP .soc-item:hover span {
  color: #f58e11 !important;
}
.cid-uowp1pvYaP .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uowp1pvYaP .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uowp1pvYaP .media-wrap {
  margin-bottom: 1rem;
}
.cid-uowp1pvYaP .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uowp1pvYaP img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uowp1pvYaP .item {
    justify-content: center;
  }
  .cid-uowp1pvYaP .quote::after {
    left: 60px;
  }
}
.cid-uowp1pvYaP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uowp1pvYaP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uowp1pvYaP .text1 {
  color: #ffffff;
}
.cid-uowp1pvYaP .item-title {
  color: #ffffff;
}
.cid-uowp1pvYaP H5 {
  color: #ffffff;
}
.cid-uowp1pvYaP .theme {
  color: #ffffff;
}
.cid-uowp1pvYaP .copyright > p {
  color: #ff3366;
}
.cid-uowp1pvYaP .text2 {
  color: #ffffff;
}
.cid-unRfMBYaWI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-unRfMBYaWI .media-container-row .mbr-text {
  color: #000000;
}
.cid-tdTWmwmKh0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tdTWmwmKh0 .collapsed {
  flex-direction: row!important;
}
.cid-tdTWmwmKh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdTWmwmKh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdTWmwmKh0 .navbar-nav {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdTWmwmKh0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tdTWmwmKh0 .nav-item:focus,
.cid-tdTWmwmKh0 .nav-link:focus {
  outline: none;
}
.cid-tdTWmwmKh0 .text-white:hover,
.cid-tdTWmwmKh0 .text-white:active,
.cid-tdTWmwmKh0 .text-white:focus {
  color: white!important;
}
.cid-tdTWmwmKh0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-item:hover {
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-menu {
  background-color: white!important;
}
.cid-tdTWmwmKh0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tdTWmwmKh0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tdTWmwmKh0 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-tdTWmwmKh0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tdTWmwmKh0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdTWmwmKh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdTWmwmKh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdTWmwmKh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdTWmwmKh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdTWmwmKh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdTWmwmKh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdTWmwmKh0 .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdTWmwmKh0 .navbar-caption {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 .dropdown-item.active,
.cid-tdTWmwmKh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tdTWmwmKh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdTWmwmKh0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdTWmwmKh0 .navbar-buttons {
  text-align: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 .nav-link {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdTWmwmKh0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdTWmwmKh0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdTWmwmKh0 .navbar {
    height: 77px;
  }
  .cid-tdTWmwmKh0 .navbar.opened {
    height: auto;
  }
  .cid-tdTWmwmKh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uomDNB0h0Z {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uomDNB0h0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uomDNB0h0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uomDNB0h0Z .mbr-text {
  text-align: left;
}
.cid-vjTUoBOCKT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f6ff;
}
.cid-vjTUoBOCKT .left-side {
  text-align: left;
}
.cid-vjTUoBOCKT .row {
  align-items: center;
}
.cid-vjTUoBOCKT .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-vjTUoBOCKT .mbr-section-title {
  color: #f58e11;
  padding-bottom: 0px;
}
.cid-vjTUoBOCKT .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-vjTUoBOCKT .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-vjTUoBOCKT img,
.cid-vjTUoBOCKT .item-img {
  margin: auto;
  width: auto;
}
.cid-vjTUoBOCKT .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-vjTUoBOCKT .lin:hover {
  color: #f58e11;
}
.cid-vjTUoBOCKT .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-vjTUoBOCKT .mbr-link {
    padding-bottom: 20px;
  }
  .cid-vjTUoBOCKT .right-side {
    padding: 15px;
  }
}
.cid-vjTUoBOCKT P {
  text-align: left;
}
.cid-vjTUoBOCKT .align {
  width: 100%;
  padding: 15px 0;
}
.cid-vjTUoBOCKT a {
  font-weight: bold;
}
.cid-vjTUoBOCKT .mbr-text {
  padding-top: 10px;
}
.cid-vjTUoBOCKT .right-side {
  padding-right: 5rem;
}
.cid-vjTUoBOCKT .text-primary {
  color: #000000 !important;
}
.cid-vjTUpaPqEE {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f6ff;
}
.cid-vjTUpaPqEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjTUpaPqEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjTUpaPqEE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vjTUpaPqEE .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vjTUpaPqEE .items-wrapper {
  margin: 0 -10px;
}
.cid-vjTUpaPqEE .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vjTUpaPqEE .item {
    margin-bottom: 16px;
  }
}
.cid-vjTUpaPqEE .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vjTUpaPqEE .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vjTUpaPqEE .item:hover .item-wrapper .item-content .item-img,
.cid-vjTUpaPqEE .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vjTUpaPqEE .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTUpaPqEE .item:nth-child(3n) .item-wrapper {
  background-color: #ffb849;
}
.cid-vjTUpaPqEE .item:nth-child(4n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTUpaPqEE .item:nth-child(6n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTUpaPqEE .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vjTUpaPqEE .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vjTUpaPqEE .item .item-wrapper .item-content {
  position: relative;
}
.cid-vjTUpaPqEE .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vjTUpaPqEE .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vjTUpaPqEE .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vjTUpaPqEE .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vjTUpaPqEE .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vjTUpaPqEE .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vjTUpaPqEE .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vjTUpaPqEE .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vjTUpaPqEE .mbr-section-title {
  color: #f58e11;
  text-align: left;
}
.cid-vjTUpaPqEE .panel-title-edit {
  color: #212529;
}
.cid-vjTUpaPqEE .panel-text {
  color: #51565c;
}
.cid-rSI7nGuCHZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rSI7nGuCHZ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rSI7nGuCHZ img:hover {
  transform: scale(1.1);
}
.cid-rSI7nGuCHZ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rSI7nGuCHZ h2 {
  padding: 0;
  margin: 0;
}
.cid-rSI7nGuCHZ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rSI7nGuCHZ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rSI7nGuCHZ .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rSI7nGuCHZ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rSI7nGuCHZ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rSI7nGuCHZ .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rSI7nGuCHZ .mbr-iconfont {
  margin: 0!important;
}
.cid-rSI7nGuCHZ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rSI7nGuCHZ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSI7nGuCHZ .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rSI7nGuCHZ .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rSI7nGuCHZ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rSI7nGuCHZ H2 {
  color: #333333;
}
.cid-rSI7nGuCHZ .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-uowoYOuQ3h {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f58e11;
}
.cid-uowoYOuQ3h section {
  position: relative;
}
.cid-uowoYOuQ3h .container {
  max-width: 1400px;
}
.cid-uowoYOuQ3h .card-img2 span {
  padding-top: 6px;
}
.cid-uowoYOuQ3h .soc-item a {
  padding-top: 5px;
}
.cid-uowoYOuQ3h .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uowoYOuQ3h .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uowoYOuQ3h .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uowoYOuQ3h .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uowoYOuQ3h .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uowoYOuQ3h .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uowoYOuQ3h .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uowoYOuQ3h .soc-item span {
  font-size: 1.4rem;
}
.cid-uowoYOuQ3h .soc-item:hover span {
  color: #f58e11 !important;
}
.cid-uowoYOuQ3h .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uowoYOuQ3h .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uowoYOuQ3h .media-wrap {
  margin-bottom: 1rem;
}
.cid-uowoYOuQ3h .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uowoYOuQ3h img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uowoYOuQ3h .item {
    justify-content: center;
  }
  .cid-uowoYOuQ3h .quote::after {
    left: 60px;
  }
}
.cid-uowoYOuQ3h .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uowoYOuQ3h .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uowoYOuQ3h .text1 {
  color: #ffffff;
}
.cid-uowoYOuQ3h .item-title {
  color: #ffffff;
}
.cid-uowoYOuQ3h H5 {
  color: #ffffff;
}
.cid-uowoYOuQ3h .theme {
  color: #ffffff;
}
.cid-uowoYOuQ3h .copyright > p {
  color: #ff3366;
}
.cid-uowoYOuQ3h .text2 {
  color: #ffffff;
}
.cid-rVXy7JMLCb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-rVXy7JMLCb .media-container-row .mbr-text {
  color: #000000;
}
.cid-tdTWmwmKh0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tdTWmwmKh0 .collapsed {
  flex-direction: row!important;
}
.cid-tdTWmwmKh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdTWmwmKh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdTWmwmKh0 .navbar-nav {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdTWmwmKh0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tdTWmwmKh0 .nav-item:focus,
.cid-tdTWmwmKh0 .nav-link:focus {
  outline: none;
}
.cid-tdTWmwmKh0 .text-white:hover,
.cid-tdTWmwmKh0 .text-white:active,
.cid-tdTWmwmKh0 .text-white:focus {
  color: white!important;
}
.cid-tdTWmwmKh0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-item:hover {
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-menu {
  background-color: white!important;
}
.cid-tdTWmwmKh0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tdTWmwmKh0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tdTWmwmKh0 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-tdTWmwmKh0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tdTWmwmKh0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdTWmwmKh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdTWmwmKh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdTWmwmKh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdTWmwmKh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdTWmwmKh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdTWmwmKh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdTWmwmKh0 .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdTWmwmKh0 .navbar-caption {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 .dropdown-item.active,
.cid-tdTWmwmKh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tdTWmwmKh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdTWmwmKh0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdTWmwmKh0 .navbar-buttons {
  text-align: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 .nav-link {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdTWmwmKh0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdTWmwmKh0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdTWmwmKh0 .navbar {
    height: 77px;
  }
  .cid-tdTWmwmKh0 .navbar.opened {
    height: auto;
  }
  .cid-tdTWmwmKh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uomB0ak67K {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uomB0ak67K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uomB0ak67K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uomB0ak67K .mbr-text {
  text-align: left;
}
.cid-vjTUiIFocq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f6ff;
}
.cid-vjTUiIFocq .left-side {
  text-align: left;
}
.cid-vjTUiIFocq .row {
  align-items: center;
}
.cid-vjTUiIFocq .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-vjTUiIFocq .mbr-section-title {
  color: #f58e11;
  padding-bottom: 0px;
}
.cid-vjTUiIFocq .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-vjTUiIFocq .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-vjTUiIFocq img,
.cid-vjTUiIFocq .item-img {
  margin: auto;
  width: auto;
}
.cid-vjTUiIFocq .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-vjTUiIFocq .lin:hover {
  color: #f58e11;
}
.cid-vjTUiIFocq .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-vjTUiIFocq .mbr-link {
    padding-bottom: 20px;
  }
  .cid-vjTUiIFocq .right-side {
    padding: 15px;
  }
}
.cid-vjTUiIFocq P {
  text-align: left;
}
.cid-vjTUiIFocq .align {
  width: 100%;
  padding: 15px 0;
}
.cid-vjTUiIFocq a {
  font-weight: bold;
}
.cid-vjTUiIFocq .mbr-text {
  padding-top: 10px;
}
.cid-vjTUiIFocq .right-side {
  padding-right: 5rem;
}
.cid-vjTUiIFocq .text-primary {
  color: #000000 !important;
}
.cid-vjTUjf4Ee4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f6ff;
}
.cid-vjTUjf4Ee4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjTUjf4Ee4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjTUjf4Ee4 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vjTUjf4Ee4 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vjTUjf4Ee4 .items-wrapper {
  margin: 0 -10px;
}
.cid-vjTUjf4Ee4 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vjTUjf4Ee4 .item {
    margin-bottom: 16px;
  }
}
.cid-vjTUjf4Ee4 .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vjTUjf4Ee4 .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vjTUjf4Ee4 .item:hover .item-wrapper .item-content .item-img,
.cid-vjTUjf4Ee4 .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vjTUjf4Ee4 .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTUjf4Ee4 .item:nth-child(3n) .item-wrapper {
  background-color: #ffb849;
}
.cid-vjTUjf4Ee4 .item:nth-child(4n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTUjf4Ee4 .item:nth-child(6n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTUjf4Ee4 .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vjTUjf4Ee4 .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vjTUjf4Ee4 .item .item-wrapper .item-content {
  position: relative;
}
.cid-vjTUjf4Ee4 .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vjTUjf4Ee4 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vjTUjf4Ee4 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vjTUjf4Ee4 .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vjTUjf4Ee4 .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vjTUjf4Ee4 .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vjTUjf4Ee4 .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vjTUjf4Ee4 .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vjTUjf4Ee4 .mbr-section-title {
  color: #f58e11;
  text-align: left;
}
.cid-vjTUjf4Ee4 .panel-title-edit {
  color: #212529;
}
.cid-vjTUjf4Ee4 .panel-text {
  color: #51565c;
}
.cid-rSIjy7zxHB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rSIjy7zxHB img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rSIjy7zxHB img:hover {
  transform: scale(1.1);
}
.cid-rSIjy7zxHB .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rSIjy7zxHB h2 {
  padding: 0;
  margin: 0;
}
.cid-rSIjy7zxHB .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rSIjy7zxHB .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rSIjy7zxHB .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rSIjy7zxHB .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rSIjy7zxHB .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rSIjy7zxHB .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rSIjy7zxHB .mbr-iconfont {
  margin: 0!important;
}
.cid-rSIjy7zxHB .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rSIjy7zxHB .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSIjy7zxHB .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rSIjy7zxHB .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rSIjy7zxHB .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rSIjy7zxHB H2 {
  color: #333333;
}
.cid-rSIjy7zxHB .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-uowoVdVHsl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f58e11;
}
.cid-uowoVdVHsl section {
  position: relative;
}
.cid-uowoVdVHsl .container {
  max-width: 1400px;
}
.cid-uowoVdVHsl .card-img2 span {
  padding-top: 6px;
}
.cid-uowoVdVHsl .soc-item a {
  padding-top: 5px;
}
.cid-uowoVdVHsl .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uowoVdVHsl .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uowoVdVHsl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uowoVdVHsl .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uowoVdVHsl .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uowoVdVHsl .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uowoVdVHsl .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uowoVdVHsl .soc-item span {
  font-size: 1.4rem;
}
.cid-uowoVdVHsl .soc-item:hover span {
  color: #f58e11 !important;
}
.cid-uowoVdVHsl .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uowoVdVHsl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uowoVdVHsl .media-wrap {
  margin-bottom: 1rem;
}
.cid-uowoVdVHsl .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uowoVdVHsl img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uowoVdVHsl .item {
    justify-content: center;
  }
  .cid-uowoVdVHsl .quote::after {
    left: 60px;
  }
}
.cid-uowoVdVHsl .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uowoVdVHsl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uowoVdVHsl .text1 {
  color: #ffffff;
}
.cid-uowoVdVHsl .item-title {
  color: #ffffff;
}
.cid-uowoVdVHsl H5 {
  color: #ffffff;
}
.cid-uowoVdVHsl .theme {
  color: #ffffff;
}
.cid-uowoVdVHsl .copyright > p {
  color: #ff3366;
}
.cid-uowoVdVHsl .text2 {
  color: #ffffff;
}
.cid-rVXy7JMLCb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-rVXy7JMLCb .media-container-row .mbr-text {
  color: #000000;
}
.cid-unR6p82WID .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-unR6p82WID .collapsed {
  flex-direction: row!important;
}
.cid-unR6p82WID .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unR6p82WID .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unR6p82WID .navbar-nav {
  margin: auto;
}
.cid-unR6p82WID .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unR6p82WID .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unR6p82WID .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unR6p82WID .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-unR6p82WID .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-unR6p82WID .nav-item:focus,
.cid-unR6p82WID .nav-link:focus {
  outline: none;
}
.cid-unR6p82WID .text-white:hover,
.cid-unR6p82WID .text-white:active,
.cid-unR6p82WID .text-white:focus {
  color: white!important;
}
.cid-unR6p82WID .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-unR6p82WID .dropdown-item:hover {
  color: black!important;
}
.cid-unR6p82WID .dropdown-menu {
  background-color: white!important;
}
.cid-unR6p82WID .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-unR6p82WID .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-unR6p82WID .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-unR6p82WID .nav-item .nav-link {
    position: relative;
  }
}
.cid-unR6p82WID .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unR6p82WID .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unR6p82WID .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-unR6p82WID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-unR6p82WID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unR6p82WID .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-unR6p82WID .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-unR6p82WID .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-unR6p82WID .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-unR6p82WID .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unR6p82WID .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unR6p82WID .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-unR6p82WID .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unR6p82WID .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unR6p82WID .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-unR6p82WID .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unR6p82WID .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-unR6p82WID .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-unR6p82WID .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unR6p82WID .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unR6p82WID .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-unR6p82WID .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unR6p82WID .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unR6p82WID .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-unR6p82WID .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-unR6p82WID .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unR6p82WID .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unR6p82WID .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-unR6p82WID .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-unR6p82WID .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-unR6p82WID .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-unR6p82WID .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-unR6p82WID .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-unR6p82WID .navbar-caption {
  font-weight: 600!important;
}
.cid-unR6p82WID .dropdown-item.active,
.cid-unR6p82WID .dropdown-item:active {
  background-color: transparent;
}
.cid-unR6p82WID .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unR6p82WID .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unR6p82WID .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unR6p82WID .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-unR6p82WID .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unR6p82WID ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unR6p82WID .navbar-buttons {
  text-align: center;
}
.cid-unR6p82WID button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unR6p82WID button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unR6p82WID button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-unR6p82WID button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-unR6p82WID button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-unR6p82WID button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-unR6p82WID nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unR6p82WID nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-unR6p82WID nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-unR6p82WID nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unR6p82WID .nav-link {
  font-weight: 600!important;
}
.cid-unR6p82WID a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unR6p82WID .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-unR6p82WID .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-unR6p82WID .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unR6p82WID .navbar {
    height: 77px;
  }
  .cid-unR6p82WID .navbar.opened {
    height: auto;
  }
  .cid-unR6p82WID .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uomAnINkP5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uomAnINkP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uomAnINkP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uomAnINkP5 .mbr-text {
  text-align: left;
}
.cid-vjTUcWU2Gh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f6ff;
}
.cid-vjTUcWU2Gh .left-side {
  text-align: left;
}
.cid-vjTUcWU2Gh .row {
  align-items: center;
}
.cid-vjTUcWU2Gh .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-vjTUcWU2Gh .mbr-section-title {
  color: #f58e11;
  padding-bottom: 0px;
}
.cid-vjTUcWU2Gh .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-vjTUcWU2Gh .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-vjTUcWU2Gh img,
.cid-vjTUcWU2Gh .item-img {
  margin: auto;
  width: auto;
}
.cid-vjTUcWU2Gh .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-vjTUcWU2Gh .lin:hover {
  color: #f58e11;
}
.cid-vjTUcWU2Gh .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-vjTUcWU2Gh .mbr-link {
    padding-bottom: 20px;
  }
  .cid-vjTUcWU2Gh .right-side {
    padding: 15px;
  }
}
.cid-vjTUcWU2Gh P {
  text-align: left;
}
.cid-vjTUcWU2Gh .align {
  width: 100%;
  padding: 15px 0;
}
.cid-vjTUcWU2Gh a {
  font-weight: bold;
}
.cid-vjTUcWU2Gh .mbr-text {
  padding-top: 10px;
}
.cid-vjTUcWU2Gh .right-side {
  padding-right: 5rem;
}
.cid-vjTUcWU2Gh .text-primary {
  color: #000000 !important;
}
.cid-vjTUdsZrrO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f6ff;
}
.cid-vjTUdsZrrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjTUdsZrrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjTUdsZrrO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vjTUdsZrrO .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vjTUdsZrrO .items-wrapper {
  margin: 0 -10px;
}
.cid-vjTUdsZrrO .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vjTUdsZrrO .item {
    margin-bottom: 16px;
  }
}
.cid-vjTUdsZrrO .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vjTUdsZrrO .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vjTUdsZrrO .item:hover .item-wrapper .item-content .item-img,
.cid-vjTUdsZrrO .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vjTUdsZrrO .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTUdsZrrO .item:nth-child(3n) .item-wrapper {
  background-color: #ffb849;
}
.cid-vjTUdsZrrO .item:nth-child(4n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTUdsZrrO .item:nth-child(6n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTUdsZrrO .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vjTUdsZrrO .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vjTUdsZrrO .item .item-wrapper .item-content {
  position: relative;
}
.cid-vjTUdsZrrO .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vjTUdsZrrO .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vjTUdsZrrO .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vjTUdsZrrO .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vjTUdsZrrO .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vjTUdsZrrO .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vjTUdsZrrO .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vjTUdsZrrO .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vjTUdsZrrO .mbr-section-title {
  color: #f58e11;
  text-align: left;
}
.cid-vjTUdsZrrO .panel-title-edit {
  color: #212529;
}
.cid-vjTUdsZrrO .panel-text {
  color: #51565c;
}
.cid-unR6pddBws {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-unR6pddBws img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-unR6pddBws img:hover {
  transform: scale(1.1);
}
.cid-unR6pddBws .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-unR6pddBws h2 {
  padding: 0;
  margin: 0;
}
.cid-unR6pddBws .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unR6pddBws .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-unR6pddBws .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-unR6pddBws .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-unR6pddBws .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-unR6pddBws .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-unR6pddBws .mbr-iconfont {
  margin: 0!important;
}
.cid-unR6pddBws .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-unR6pddBws .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-unR6pddBws .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-unR6pddBws .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-unR6pddBws .text-col {
    padding: 2rem 1rem;
  }
}
.cid-unR6pddBws H2 {
  color: #333333;
}
.cid-unR6pddBws .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-unR6pddBws H1 {
  color: #000000;
}
.cid-uowoSovmK7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f58e11;
}
.cid-uowoSovmK7 section {
  position: relative;
}
.cid-uowoSovmK7 .container {
  max-width: 1400px;
}
.cid-uowoSovmK7 .card-img2 span {
  padding-top: 6px;
}
.cid-uowoSovmK7 .soc-item a {
  padding-top: 5px;
}
.cid-uowoSovmK7 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uowoSovmK7 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uowoSovmK7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uowoSovmK7 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uowoSovmK7 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uowoSovmK7 .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uowoSovmK7 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uowoSovmK7 .soc-item span {
  font-size: 1.4rem;
}
.cid-uowoSovmK7 .soc-item:hover span {
  color: #f58e11 !important;
}
.cid-uowoSovmK7 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uowoSovmK7 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uowoSovmK7 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uowoSovmK7 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uowoSovmK7 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uowoSovmK7 .item {
    justify-content: center;
  }
  .cid-uowoSovmK7 .quote::after {
    left: 60px;
  }
}
.cid-uowoSovmK7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uowoSovmK7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uowoSovmK7 .text1 {
  color: #ffffff;
}
.cid-uowoSovmK7 .item-title {
  color: #ffffff;
}
.cid-uowoSovmK7 H5 {
  color: #ffffff;
}
.cid-uowoSovmK7 .theme {
  color: #ffffff;
}
.cid-uowoSovmK7 .copyright > p {
  color: #ff3366;
}
.cid-uowoSovmK7 .text2 {
  color: #ffffff;
}
.cid-unR6petaQh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-unR6petaQh .media-container-row .mbr-text {
  color: #000000;
}
.cid-tdTWmwmKh0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tdTWmwmKh0 .collapsed {
  flex-direction: row!important;
}
.cid-tdTWmwmKh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdTWmwmKh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdTWmwmKh0 .navbar-nav {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdTWmwmKh0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tdTWmwmKh0 .nav-item:focus,
.cid-tdTWmwmKh0 .nav-link:focus {
  outline: none;
}
.cid-tdTWmwmKh0 .text-white:hover,
.cid-tdTWmwmKh0 .text-white:active,
.cid-tdTWmwmKh0 .text-white:focus {
  color: white!important;
}
.cid-tdTWmwmKh0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-item:hover {
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-menu {
  background-color: white!important;
}
.cid-tdTWmwmKh0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tdTWmwmKh0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tdTWmwmKh0 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-tdTWmwmKh0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tdTWmwmKh0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdTWmwmKh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdTWmwmKh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdTWmwmKh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdTWmwmKh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdTWmwmKh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdTWmwmKh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdTWmwmKh0 .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdTWmwmKh0 .navbar-caption {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 .dropdown-item.active,
.cid-tdTWmwmKh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tdTWmwmKh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdTWmwmKh0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdTWmwmKh0 .navbar-buttons {
  text-align: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 .nav-link {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdTWmwmKh0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdTWmwmKh0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdTWmwmKh0 .navbar {
    height: 77px;
  }
  .cid-tdTWmwmKh0 .navbar.opened {
    height: auto;
  }
  .cid-tdTWmwmKh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoBCeUPCLW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uoBCeUPCLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoBCeUPCLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoBCeUPCLW .mbr-text {
  text-align: left;
}
.cid-uoBCeUPCLW ul.mbr-text + p.mbr-text {
  margin-top: 0;
}
.cid-vjTU7RQaLf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f6ff;
}
.cid-vjTU7RQaLf .left-side {
  text-align: left;
}
.cid-vjTU7RQaLf .row {
  align-items: center;
}
.cid-vjTU7RQaLf .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-vjTU7RQaLf .mbr-section-title {
  color: #f58e11;
  padding-bottom: 0px;
}
.cid-vjTU7RQaLf .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-vjTU7RQaLf .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-vjTU7RQaLf img,
.cid-vjTU7RQaLf .item-img {
  margin: auto;
  width: auto;
}
.cid-vjTU7RQaLf .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-vjTU7RQaLf .lin:hover {
  color: #f58e11;
}
.cid-vjTU7RQaLf .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-vjTU7RQaLf .mbr-link {
    padding-bottom: 20px;
  }
  .cid-vjTU7RQaLf .right-side {
    padding: 15px;
  }
}
.cid-vjTU7RQaLf P {
  text-align: left;
}
.cid-vjTU7RQaLf .align {
  width: 100%;
  padding: 15px 0;
}
.cid-vjTU7RQaLf a {
  font-weight: bold;
}
.cid-vjTU7RQaLf .mbr-text {
  padding-top: 10px;
}
.cid-vjTU7RQaLf .right-side {
  padding-right: 5rem;
}
.cid-vjTU7RQaLf .text-primary {
  color: #000000 !important;
}
.cid-vjTU8re5Rx {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f6ff;
}
.cid-vjTU8re5Rx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjTU8re5Rx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjTU8re5Rx .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vjTU8re5Rx .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vjTU8re5Rx .items-wrapper {
  margin: 0 -10px;
}
.cid-vjTU8re5Rx .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vjTU8re5Rx .item {
    margin-bottom: 16px;
  }
}
.cid-vjTU8re5Rx .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vjTU8re5Rx .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vjTU8re5Rx .item:hover .item-wrapper .item-content .item-img,
.cid-vjTU8re5Rx .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vjTU8re5Rx .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTU8re5Rx .item:nth-child(3n) .item-wrapper {
  background-color: #ffb849;
}
.cid-vjTU8re5Rx .item:nth-child(4n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTU8re5Rx .item:nth-child(6n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTU8re5Rx .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vjTU8re5Rx .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vjTU8re5Rx .item .item-wrapper .item-content {
  position: relative;
}
.cid-vjTU8re5Rx .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vjTU8re5Rx .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vjTU8re5Rx .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vjTU8re5Rx .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vjTU8re5Rx .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vjTU8re5Rx .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vjTU8re5Rx .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vjTU8re5Rx .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vjTU8re5Rx .mbr-section-title {
  color: #f58e11;
  text-align: left;
}
.cid-vjTU8re5Rx .panel-title-edit {
  color: #212529;
}
.cid-vjTU8re5Rx .panel-text {
  color: #51565c;
}
.cid-rSIqyBgKI9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rSIqyBgKI9 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rSIqyBgKI9 img:hover {
  transform: scale(1.1);
}
.cid-rSIqyBgKI9 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rSIqyBgKI9 h2 {
  padding: 0;
  margin: 0;
}
.cid-rSIqyBgKI9 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rSIqyBgKI9 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rSIqyBgKI9 .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rSIqyBgKI9 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rSIqyBgKI9 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rSIqyBgKI9 .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rSIqyBgKI9 .mbr-iconfont {
  margin: 0!important;
}
.cid-rSIqyBgKI9 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rSIqyBgKI9 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSIqyBgKI9 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rSIqyBgKI9 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rSIqyBgKI9 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rSIqyBgKI9 H2 {
  color: #333333;
}
.cid-rSIqyBgKI9 .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-rSIqyBgKI9 H1 {
  color: #000000;
}
.cid-uowoO933Du {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f58e11;
}
.cid-uowoO933Du section {
  position: relative;
}
.cid-uowoO933Du .container {
  max-width: 1400px;
}
.cid-uowoO933Du .card-img2 span {
  padding-top: 6px;
}
.cid-uowoO933Du .soc-item a {
  padding-top: 5px;
}
.cid-uowoO933Du .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uowoO933Du .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uowoO933Du .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uowoO933Du .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uowoO933Du .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uowoO933Du .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uowoO933Du .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uowoO933Du .soc-item span {
  font-size: 1.4rem;
}
.cid-uowoO933Du .soc-item:hover span {
  color: #f58e11 !important;
}
.cid-uowoO933Du .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uowoO933Du .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uowoO933Du .media-wrap {
  margin-bottom: 1rem;
}
.cid-uowoO933Du .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uowoO933Du img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uowoO933Du .item {
    justify-content: center;
  }
  .cid-uowoO933Du .quote::after {
    left: 60px;
  }
}
.cid-uowoO933Du .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uowoO933Du .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uowoO933Du .text1 {
  color: #ffffff;
}
.cid-uowoO933Du .item-title {
  color: #ffffff;
}
.cid-uowoO933Du H5 {
  color: #ffffff;
}
.cid-uowoO933Du .theme {
  color: #ffffff;
}
.cid-uowoO933Du .copyright > p {
  color: #ff3366;
}
.cid-uowoO933Du .text2 {
  color: #ffffff;
}
.cid-rVXy7JMLCb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-rVXy7JMLCb .media-container-row .mbr-text {
  color: #000000;
}
.cid-uoj3qmtGfz .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uoj3qmtGfz .collapsed {
  flex-direction: row!important;
}
.cid-uoj3qmtGfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoj3qmtGfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoj3qmtGfz .navbar-nav {
  margin: auto;
}
.cid-uoj3qmtGfz .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoj3qmtGfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoj3qmtGfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoj3qmtGfz .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uoj3qmtGfz .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uoj3qmtGfz .nav-item:focus,
.cid-uoj3qmtGfz .nav-link:focus {
  outline: none;
}
.cid-uoj3qmtGfz .text-white:hover,
.cid-uoj3qmtGfz .text-white:active,
.cid-uoj3qmtGfz .text-white:focus {
  color: white!important;
}
.cid-uoj3qmtGfz .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uoj3qmtGfz .dropdown-item:hover {
  color: black!important;
}
.cid-uoj3qmtGfz .dropdown-menu {
  background-color: white!important;
}
.cid-uoj3qmtGfz .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uoj3qmtGfz .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uoj3qmtGfz .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uoj3qmtGfz .nav-item .nav-link {
    position: relative;
  }
}
.cid-uoj3qmtGfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoj3qmtGfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoj3qmtGfz .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uoj3qmtGfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uoj3qmtGfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoj3qmtGfz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-uoj3qmtGfz .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-uoj3qmtGfz .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uoj3qmtGfz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoj3qmtGfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoj3qmtGfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoj3qmtGfz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uoj3qmtGfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoj3qmtGfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoj3qmtGfz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uoj3qmtGfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoj3qmtGfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uoj3qmtGfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uoj3qmtGfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoj3qmtGfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoj3qmtGfz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uoj3qmtGfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoj3qmtGfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoj3qmtGfz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uoj3qmtGfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uoj3qmtGfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoj3qmtGfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoj3qmtGfz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uoj3qmtGfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uoj3qmtGfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uoj3qmtGfz .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-uoj3qmtGfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uoj3qmtGfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uoj3qmtGfz .navbar-caption {
  font-weight: 600!important;
}
.cid-uoj3qmtGfz .dropdown-item.active,
.cid-uoj3qmtGfz .dropdown-item:active {
  background-color: transparent;
}
.cid-uoj3qmtGfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoj3qmtGfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoj3qmtGfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoj3qmtGfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-uoj3qmtGfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoj3qmtGfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uoj3qmtGfz .navbar-buttons {
  text-align: center;
}
.cid-uoj3qmtGfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uoj3qmtGfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoj3qmtGfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uoj3qmtGfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uoj3qmtGfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uoj3qmtGfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uoj3qmtGfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uoj3qmtGfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uoj3qmtGfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uoj3qmtGfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uoj3qmtGfz .nav-link {
  font-weight: 600!important;
}
.cid-uoj3qmtGfz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uoj3qmtGfz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uoj3qmtGfz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uoj3qmtGfz .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoj3qmtGfz .navbar {
    height: 77px;
  }
  .cid-uoj3qmtGfz .navbar.opened {
    height: auto;
  }
  .cid-uoj3qmtGfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uomHXdjzxH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f6ff;
}
.cid-uomHXdjzxH .left-side {
  text-align: left;
}
.cid-uomHXdjzxH .row {
  align-items: center;
}
.cid-uomHXdjzxH .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-uomHXdjzxH .mbr-section-title {
  color: #f58e11;
  padding-bottom: 0px;
}
.cid-uomHXdjzxH .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-uomHXdjzxH .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-uomHXdjzxH img,
.cid-uomHXdjzxH .item-img {
  margin: auto;
  width: auto;
}
.cid-uomHXdjzxH .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-uomHXdjzxH .lin:hover {
  color: #f58e11;
}
.cid-uomHXdjzxH .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-uomHXdjzxH .mbr-link {
    padding-bottom: 20px;
  }
  .cid-uomHXdjzxH .right-side {
    padding: 15px;
  }
}
.cid-uomHXdjzxH P {
  text-align: left;
}
.cid-uomHXdjzxH .align {
  width: 100%;
  padding: 15px 0;
}
.cid-uomHXdjzxH a {
  font-weight: bold;
}
.cid-uomHXdjzxH .mbr-text {
  padding-top: 10px;
}
.cid-uomHXdjzxH .right-side {
  padding-right: 5rem;
}
.cid-uomHXdjzxH .text-primary {
  color: #000000 !important;
}
.cid-vjTW08vfLJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f6ff;
}
.cid-vjTW08vfLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjTW08vfLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjTW08vfLJ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vjTW08vfLJ .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vjTW08vfLJ .items-wrapper {
  margin: 0 -10px;
}
.cid-vjTW08vfLJ .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vjTW08vfLJ .item {
    margin-bottom: 16px;
  }
}
.cid-vjTW08vfLJ .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vjTW08vfLJ .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vjTW08vfLJ .item:hover .item-wrapper .item-content .item-img,
.cid-vjTW08vfLJ .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vjTW08vfLJ .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTW08vfLJ .item:nth-child(3n) .item-wrapper {
  background-color: #ffb849;
}
.cid-vjTW08vfLJ .item:nth-child(4n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTW08vfLJ .item:nth-child(6n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTW08vfLJ .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vjTW08vfLJ .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vjTW08vfLJ .item .item-wrapper .item-content {
  position: relative;
}
.cid-vjTW08vfLJ .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vjTW08vfLJ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vjTW08vfLJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vjTW08vfLJ .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vjTW08vfLJ .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vjTW08vfLJ .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vjTW08vfLJ .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vjTW08vfLJ .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vjTW08vfLJ .mbr-section-title {
  color: #f58e11;
  text-align: left;
}
.cid-vjTW08vfLJ .panel-title-edit {
  color: #212529;
}
.cid-vjTW08vfLJ .panel-text {
  color: #51565c;
}
.cid-uorKx4g1ok {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uorKx4g1ok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorKx4g1ok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uorKx4g1ok .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-uoq5Sy0jAW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoq5Sy0jAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoq5Sy0jAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoq5Sy0jAW .mbr-text {
  text-align: left;
}
.cid-uoq66jFsmf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoq66jFsmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoq66jFsmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoq66jFsmf .mbr-text {
  text-align: left;
}
.cid-uoq6yXJm4g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoq6yXJm4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoq6yXJm4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoq6yXJm4g .mbr-text {
  text-align: left;
}
.cid-uoq6IGEmAO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoq6IGEmAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoq6IGEmAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoq6IGEmAO .mbr-text {
  text-align: left;
}
.cid-uoq7iXwj3W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoq7iXwj3W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoq7iXwj3W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoq7iXwj3W .mbr-text {
  text-align: left;
}
.cid-uoq8fqqeHm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoq8fqqeHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoq8fqqeHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoq8fqqeHm .mbr-text {
  text-align: left;
}
.cid-uoq8gf7gft {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoq8gf7gft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoq8gf7gft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoq8gf7gft .mbr-text {
  text-align: left;
}
.cid-uoq8gPMIa1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoq8gPMIa1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoq8gPMIa1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoq8gPMIa1 .mbr-text {
  text-align: left;
}
.cid-uoq8hySk8I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoq8hySk8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoq8hySk8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoq8hySk8I .mbr-text {
  text-align: left;
}
.cid-uorJDHRPik {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uorJDHRPik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorJDHRPik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uorJDHRPik .mbr-text {
  text-align: left;
}
.cid-uorJIe5kNj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uorJIe5kNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorJIe5kNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uorJIe5kNj .mbr-text {
  text-align: left;
}
.cid-uorEi4lWRS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uorEi4lWRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorEi4lWRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uorEi4lWRS .mbr-text {
  text-align: left;
}
.cid-uoj3qqJJeJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uoj3qqJJeJ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uoj3qqJJeJ img:hover {
  transform: scale(1.1);
}
.cid-uoj3qqJJeJ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uoj3qqJJeJ h2 {
  padding: 0;
  margin: 0;
}
.cid-uoj3qqJJeJ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoj3qqJJeJ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uoj3qqJJeJ .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-uoj3qqJJeJ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-uoj3qqJJeJ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-uoj3qqJJeJ .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uoj3qqJJeJ .mbr-iconfont {
  margin: 0!important;
}
.cid-uoj3qqJJeJ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uoj3qqJJeJ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uoj3qqJJeJ .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uoj3qqJJeJ .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uoj3qqJJeJ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uoj3qqJJeJ H2 {
  color: #333333;
}
.cid-uoj3qqJJeJ .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-uowoE0SewJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f58e11;
}
.cid-uowoE0SewJ section {
  position: relative;
}
.cid-uowoE0SewJ .container {
  max-width: 1400px;
}
.cid-uowoE0SewJ .card-img2 span {
  padding-top: 6px;
}
.cid-uowoE0SewJ .soc-item a {
  padding-top: 5px;
}
.cid-uowoE0SewJ .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uowoE0SewJ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uowoE0SewJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uowoE0SewJ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uowoE0SewJ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uowoE0SewJ .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uowoE0SewJ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uowoE0SewJ .soc-item span {
  font-size: 1.4rem;
}
.cid-uowoE0SewJ .soc-item:hover span {
  color: #f58e11 !important;
}
.cid-uowoE0SewJ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uowoE0SewJ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uowoE0SewJ .media-wrap {
  margin-bottom: 1rem;
}
.cid-uowoE0SewJ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uowoE0SewJ img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uowoE0SewJ .item {
    justify-content: center;
  }
  .cid-uowoE0SewJ .quote::after {
    left: 60px;
  }
}
.cid-uowoE0SewJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uowoE0SewJ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uowoE0SewJ .text1 {
  color: #ffffff;
}
.cid-uowoE0SewJ .item-title {
  color: #ffffff;
}
.cid-uowoE0SewJ H5 {
  color: #ffffff;
}
.cid-uowoE0SewJ .theme {
  color: #ffffff;
}
.cid-uowoE0SewJ .copyright > p {
  color: #ff3366;
}
.cid-uowoE0SewJ .text2 {
  color: #ffffff;
}
.cid-uoj3qrsow5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-uoj3qrsow5 .media-container-row .mbr-text {
  color: #000000;
}
.cid-tdTWmwmKh0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tdTWmwmKh0 .collapsed {
  flex-direction: row!important;
}
.cid-tdTWmwmKh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdTWmwmKh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdTWmwmKh0 .navbar-nav {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdTWmwmKh0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tdTWmwmKh0 .nav-item:focus,
.cid-tdTWmwmKh0 .nav-link:focus {
  outline: none;
}
.cid-tdTWmwmKh0 .text-white:hover,
.cid-tdTWmwmKh0 .text-white:active,
.cid-tdTWmwmKh0 .text-white:focus {
  color: white!important;
}
.cid-tdTWmwmKh0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-item:hover {
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-menu {
  background-color: white!important;
}
.cid-tdTWmwmKh0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tdTWmwmKh0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tdTWmwmKh0 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-tdTWmwmKh0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tdTWmwmKh0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdTWmwmKh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdTWmwmKh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdTWmwmKh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdTWmwmKh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdTWmwmKh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdTWmwmKh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdTWmwmKh0 .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdTWmwmKh0 .navbar-caption {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 .dropdown-item.active,
.cid-tdTWmwmKh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tdTWmwmKh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdTWmwmKh0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdTWmwmKh0 .navbar-buttons {
  text-align: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 .nav-link {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdTWmwmKh0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdTWmwmKh0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdTWmwmKh0 .navbar {
    height: 77px;
  }
  .cid-tdTWmwmKh0 .navbar.opened {
    height: auto;
  }
  .cid-tdTWmwmKh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uomoIkZwIC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uomoIkZwIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uomoIkZwIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uomoIkZwIC .mbr-text {
  text-align: left;
}
.cid-vjTTvOXOMf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f6ff;
}
.cid-vjTTvOXOMf .left-side {
  text-align: left;
}
.cid-vjTTvOXOMf .row {
  align-items: center;
}
.cid-vjTTvOXOMf .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-vjTTvOXOMf .mbr-section-title {
  color: #f58e11;
  padding-bottom: 0px;
}
.cid-vjTTvOXOMf .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-vjTTvOXOMf .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-vjTTvOXOMf img,
.cid-vjTTvOXOMf .item-img {
  margin: auto;
  width: auto;
}
.cid-vjTTvOXOMf .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-vjTTvOXOMf .lin:hover {
  color: #f58e11;
}
.cid-vjTTvOXOMf .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-vjTTvOXOMf .mbr-link {
    padding-bottom: 20px;
  }
  .cid-vjTTvOXOMf .right-side {
    padding: 15px;
  }
}
.cid-vjTTvOXOMf P {
  text-align: left;
}
.cid-vjTTvOXOMf .align {
  width: 100%;
  padding: 15px 0;
}
.cid-vjTTvOXOMf a {
  font-weight: bold;
}
.cid-vjTTvOXOMf .mbr-text {
  padding-top: 10px;
}
.cid-vjTTvOXOMf .right-side {
  padding-right: 5rem;
}
.cid-vjTTvOXOMf .text-primary {
  color: #000000 !important;
}
.cid-vjTTws5zoL {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f6ff;
}
.cid-vjTTws5zoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjTTws5zoL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjTTws5zoL .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vjTTws5zoL .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vjTTws5zoL .items-wrapper {
  margin: 0 -10px;
}
.cid-vjTTws5zoL .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vjTTws5zoL .item {
    margin-bottom: 16px;
  }
}
.cid-vjTTws5zoL .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vjTTws5zoL .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vjTTws5zoL .item:hover .item-wrapper .item-content .item-img,
.cid-vjTTws5zoL .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vjTTws5zoL .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTTws5zoL .item:nth-child(3n) .item-wrapper {
  background-color: #ffb849;
}
.cid-vjTTws5zoL .item:nth-child(4n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTTws5zoL .item:nth-child(6n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTTws5zoL .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vjTTws5zoL .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vjTTws5zoL .item .item-wrapper .item-content {
  position: relative;
}
.cid-vjTTws5zoL .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vjTTws5zoL .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vjTTws5zoL .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vjTTws5zoL .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vjTTws5zoL .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vjTTws5zoL .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vjTTws5zoL .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vjTTws5zoL .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vjTTws5zoL .mbr-section-title {
  color: #f58e11;
  text-align: left;
}
.cid-vjTTws5zoL .panel-title-edit {
  color: #212529;
}
.cid-vjTTws5zoL .panel-text {
  color: #51565c;
}
.cid-rSIKLCi409 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rSIKLCi409 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rSIKLCi409 img:hover {
  transform: scale(1.1);
}
.cid-rSIKLCi409 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rSIKLCi409 h2 {
  padding: 0;
  margin: 0;
}
.cid-rSIKLCi409 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rSIKLCi409 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rSIKLCi409 .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rSIKLCi409 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rSIKLCi409 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rSIKLCi409 .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rSIKLCi409 .mbr-iconfont {
  margin: 0!important;
}
.cid-rSIKLCi409 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rSIKLCi409 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSIKLCi409 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rSIKLCi409 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rSIKLCi409 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rSIKLCi409 H2 {
  color: #333333;
}
.cid-rSIKLCi409 .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-uowoAbonHY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f58e11;
}
.cid-uowoAbonHY section {
  position: relative;
}
.cid-uowoAbonHY .container {
  max-width: 1400px;
}
.cid-uowoAbonHY .card-img2 span {
  padding-top: 6px;
}
.cid-uowoAbonHY .soc-item a {
  padding-top: 5px;
}
.cid-uowoAbonHY .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uowoAbonHY .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uowoAbonHY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uowoAbonHY .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uowoAbonHY .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uowoAbonHY .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uowoAbonHY .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uowoAbonHY .soc-item span {
  font-size: 1.4rem;
}
.cid-uowoAbonHY .soc-item:hover span {
  color: #f58e11 !important;
}
.cid-uowoAbonHY .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uowoAbonHY .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uowoAbonHY .media-wrap {
  margin-bottom: 1rem;
}
.cid-uowoAbonHY .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uowoAbonHY img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uowoAbonHY .item {
    justify-content: center;
  }
  .cid-uowoAbonHY .quote::after {
    left: 60px;
  }
}
.cid-uowoAbonHY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uowoAbonHY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uowoAbonHY .text1 {
  color: #ffffff;
}
.cid-uowoAbonHY .item-title {
  color: #ffffff;
}
.cid-uowoAbonHY H5 {
  color: #ffffff;
}
.cid-uowoAbonHY .theme {
  color: #ffffff;
}
.cid-uowoAbonHY .copyright > p {
  color: #ff3366;
}
.cid-uowoAbonHY .text2 {
  color: #ffffff;
}
.cid-rVXy7JMLCb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-rVXy7JMLCb .media-container-row .mbr-text {
  color: #000000;
}
.cid-uojyjCI9jQ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uojyjCI9jQ .collapsed {
  flex-direction: row!important;
}
.cid-uojyjCI9jQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uojyjCI9jQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uojyjCI9jQ .navbar-nav {
  margin: auto;
}
.cid-uojyjCI9jQ .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uojyjCI9jQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uojyjCI9jQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uojyjCI9jQ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uojyjCI9jQ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uojyjCI9jQ .nav-item:focus,
.cid-uojyjCI9jQ .nav-link:focus {
  outline: none;
}
.cid-uojyjCI9jQ .text-white:hover,
.cid-uojyjCI9jQ .text-white:active,
.cid-uojyjCI9jQ .text-white:focus {
  color: white!important;
}
.cid-uojyjCI9jQ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uojyjCI9jQ .dropdown-item:hover {
  color: black!important;
}
.cid-uojyjCI9jQ .dropdown-menu {
  background-color: white!important;
}
.cid-uojyjCI9jQ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uojyjCI9jQ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uojyjCI9jQ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uojyjCI9jQ .nav-item .nav-link {
    position: relative;
  }
}
.cid-uojyjCI9jQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uojyjCI9jQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uojyjCI9jQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uojyjCI9jQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uojyjCI9jQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uojyjCI9jQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-uojyjCI9jQ .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-uojyjCI9jQ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uojyjCI9jQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uojyjCI9jQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uojyjCI9jQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uojyjCI9jQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uojyjCI9jQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uojyjCI9jQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uojyjCI9jQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uojyjCI9jQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uojyjCI9jQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uojyjCI9jQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uojyjCI9jQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uojyjCI9jQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uojyjCI9jQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uojyjCI9jQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uojyjCI9jQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uojyjCI9jQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uojyjCI9jQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uojyjCI9jQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uojyjCI9jQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uojyjCI9jQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uojyjCI9jQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uojyjCI9jQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uojyjCI9jQ .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-uojyjCI9jQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uojyjCI9jQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uojyjCI9jQ .navbar-caption {
  font-weight: 600!important;
}
.cid-uojyjCI9jQ .dropdown-item.active,
.cid-uojyjCI9jQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uojyjCI9jQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uojyjCI9jQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uojyjCI9jQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uojyjCI9jQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-uojyjCI9jQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uojyjCI9jQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uojyjCI9jQ .navbar-buttons {
  text-align: center;
}
.cid-uojyjCI9jQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uojyjCI9jQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uojyjCI9jQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uojyjCI9jQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uojyjCI9jQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uojyjCI9jQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uojyjCI9jQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uojyjCI9jQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uojyjCI9jQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uojyjCI9jQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uojyjCI9jQ .nav-link {
  font-weight: 600!important;
}
.cid-uojyjCI9jQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uojyjCI9jQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uojyjCI9jQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uojyjCI9jQ .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uojyjCI9jQ .navbar {
    height: 77px;
  }
  .cid-uojyjCI9jQ .navbar.opened {
    height: auto;
  }
  .cid-uojyjCI9jQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uorYT3ztrO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-uorYT3ztrO H1 {
  color: #f58e11;
}
.cid-uorYT3ztrO .mbr-text,
.cid-uorYT3ztrO .mbr-section-btn {
  color: #716c80;
}
.cid-uorYT3ztrO H3 {
  color: #716c80;
}
.cid-uorYT3ztrO .mbr-section-title {
  color: #f58e11;
}
.cid-uon1Vi7cuW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4f4f2;
}
.cid-uon1Vi7cuW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uon1Vi7cuW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uon1Vi7cuW .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uon1Vi7cuW .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uon1Vi7cuW .items-wrapper {
  margin: 0 -10px;
}
.cid-uon1Vi7cuW .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uon1Vi7cuW .item {
    margin-bottom: 16px;
  }
}
.cid-uon1Vi7cuW .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uon1Vi7cuW .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uon1Vi7cuW .item:hover .item-wrapper .item-content .item-img,
.cid-uon1Vi7cuW .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uon1Vi7cuW .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uon1Vi7cuW .item:nth-child(3n) .item-wrapper {
  background-color: #ffb849;
}
.cid-uon1Vi7cuW .item:nth-child(4n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uon1Vi7cuW .item:nth-child(6n) .item-wrapper {
  background-color: #ffffff;
}
.cid-uon1Vi7cuW .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uon1Vi7cuW .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uon1Vi7cuW .item .item-wrapper .item-content {
  position: relative;
}
.cid-uon1Vi7cuW .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uon1Vi7cuW .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uon1Vi7cuW .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uon1Vi7cuW .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uon1Vi7cuW .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uon1Vi7cuW .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uon1Vi7cuW .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uon1Vi7cuW .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uon1Vi7cuW .mbr-section-title {
  color: #f58e11;
  text-align: left;
}
.cid-uon1Vi7cuW .panel-title-edit {
  color: #212529;
}
.cid-uon1Vi7cuW .panel-text {
  color: #51565c;
}
.cid-uolaXaezm4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uolaXaezm4 H1 {
  color: #f58e11;
}
.cid-uolaXaezm4 .mbr-text,
.cid-uolaXaezm4 .mbr-section-btn {
  color: #716c80;
}
.cid-uolaXaezm4 H3 {
  color: #716c80;
}
.cid-uoqnVg8h4c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-uoqnVg8h4c {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uoqnVg8h4c {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uoqnVg8h4c .f-row p {
  margin-bottom: 0.5rem;
}
.cid-uoqnVg8h4c .f-box {
  display: flex;
}
.cid-uoqnVg8h4c .f-wrap {
  width: 100%;
  border: 10px solid #f58e11;
}
@media (min-width: 1000px) {
  .cid-uoqnVg8h4c .f-wrap {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .cid-uoqnVg8h4c .f-wrap {
    width: 90%;
  }
}
.cid-uoqnVg8h4c .f-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uoqnVg8h4c .f-item {
    padding: 1rem;
  }
}
.cid-uoqnVg8h4c .f-box {
  justify-content: flex-end;
}
.cid-uoqnVg8h4c .mbr-text {
  padding-right: 1rem;
  text-align: left;
  color: #232323;
}
.cid-uoqnVg8h4c .mbr-date {
  padding-left: 1rem;
  text-align: left;
}
.cid-uoqnVg8h4c .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoqnVg8h4c .info {
  width: 100%;
  border-bottom: 1px solid #f58e11;
}
.cid-uoqnVg8h4c .mbr-data {
  text-align: center;
}
.cid-uoqodzTB30 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-uoqodzTB30 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uoqodzTB30 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uoqodzTB30 .f-row p {
  margin-bottom: 0.5rem;
}
.cid-uoqodzTB30 .f-box {
  display: flex;
}
.cid-uoqodzTB30 .f-wrap {
  width: 100%;
  border: 10px solid #32ce32;
}
@media (min-width: 1000px) {
  .cid-uoqodzTB30 .f-wrap {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .cid-uoqodzTB30 .f-wrap {
    width: 90%;
  }
}
.cid-uoqodzTB30 .f-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uoqodzTB30 .f-item {
    padding: 1rem;
  }
}
.cid-uoqodzTB30 .f-box {
  justify-content: flex-end;
}
.cid-uoqodzTB30 .mbr-text {
  padding-right: 1rem;
  text-align: left;
}
.cid-uoqodzTB30 .mbr-date {
  padding-left: 1rem;
  text-align: left;
}
.cid-uoqodzTB30 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoqodzTB30 .info {
  width: 100%;
  border-bottom: 1px solid #32ce32;
}
.cid-uoqodzTB30 .mbr-data {
  text-align: center;
}
.cid-uolbpcdgbj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uolbpcdgbj H1 {
  color: #f58e11;
}
.cid-uolbpcdgbj .mbr-text,
.cid-uolbpcdgbj .mbr-section-btn {
  color: #716c80;
}
.cid-uolbpcdgbj H3 {
  color: #716c80;
}
.cid-uoqpr45ama {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-uoqpr45ama {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uoqpr45ama {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uoqpr45ama .f-row p {
  margin-bottom: 0.5rem;
}
.cid-uoqpr45ama .f-box {
  display: flex;
}
.cid-uoqpr45ama .f-wrap {
  width: 100%;
  border: 10px solid #f58e11;
}
@media (min-width: 1000px) {
  .cid-uoqpr45ama .f-wrap {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .cid-uoqpr45ama .f-wrap {
    width: 90%;
  }
}
.cid-uoqpr45ama .f-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uoqpr45ama .f-item {
    padding: 1rem;
  }
}
.cid-uoqpr45ama .f-box {
  justify-content: flex-end;
}
.cid-uoqpr45ama .mbr-text {
  padding-right: 1rem;
  text-align: left;
}
.cid-uoqpr45ama .mbr-date {
  padding-left: 1rem;
  text-align: left;
}
.cid-uoqpr45ama .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoqpr45ama .info {
  width: 100%;
  border-bottom: 1px solid #f58e11;
}
.cid-uoqpr45ama .mbr-data {
  text-align: center;
}
.cid-uosK2nAGTr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-uosK2nAGTr {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uosK2nAGTr {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uosK2nAGTr .f-row p {
  margin-bottom: 0.5rem;
}
.cid-uosK2nAGTr .f-box {
  display: flex;
}
.cid-uosK2nAGTr .f-wrap {
  width: 100%;
  border: 10px solid #32ce32;
}
@media (min-width: 1000px) {
  .cid-uosK2nAGTr .f-wrap {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .cid-uosK2nAGTr .f-wrap {
    width: 90%;
  }
}
.cid-uosK2nAGTr .f-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uosK2nAGTr .f-item {
    padding: 1rem;
  }
}
.cid-uosK2nAGTr .f-box {
  justify-content: flex-end;
}
.cid-uosK2nAGTr .mbr-text {
  padding-right: 1rem;
  text-align: left;
}
.cid-uosK2nAGTr .mbr-date {
  padding-left: 1rem;
  text-align: left;
}
.cid-uosK2nAGTr .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uosK2nAGTr .info {
  width: 100%;
  border-bottom: 1px solid #32ce32;
}
.cid-uosK2nAGTr .mbr-data {
  text-align: center;
}
.cid-uolbPvmvBX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uolbPvmvBX H1 {
  color: #f58e11;
}
.cid-uolbPvmvBX .mbr-text,
.cid-uolbPvmvBX .mbr-section-btn {
  color: #716c80;
}
.cid-uolbPvmvBX H3 {
  color: #716c80;
}
.cid-uoqpFJO2fj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-uoqpFJO2fj {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uoqpFJO2fj {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uoqpFJO2fj .f-row p {
  margin-bottom: 0.5rem;
}
.cid-uoqpFJO2fj .f-box {
  display: flex;
}
.cid-uoqpFJO2fj .f-wrap {
  width: 100%;
  border: 10px solid #f58e11;
}
@media (min-width: 1000px) {
  .cid-uoqpFJO2fj .f-wrap {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .cid-uoqpFJO2fj .f-wrap {
    width: 90%;
  }
}
.cid-uoqpFJO2fj .f-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uoqpFJO2fj .f-item {
    padding: 1rem;
  }
}
.cid-uoqpFJO2fj .f-box {
  justify-content: flex-end;
}
.cid-uoqpFJO2fj .mbr-text {
  padding-right: 1rem;
  text-align: left;
}
.cid-uoqpFJO2fj .mbr-date {
  padding-left: 1rem;
  text-align: left;
}
.cid-uoqpFJO2fj .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoqpFJO2fj .info {
  width: 100%;
  border-bottom: 1px solid #f58e11;
}
.cid-uoqpFJO2fj .mbr-data {
  text-align: center;
}
.cid-uoqpGEgdd6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-uoqpGEgdd6 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uoqpGEgdd6 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uoqpGEgdd6 .f-row p {
  margin-bottom: 0.5rem;
}
.cid-uoqpGEgdd6 .f-box {
  display: flex;
}
.cid-uoqpGEgdd6 .f-wrap {
  width: 100%;
  border: 10px solid #32ce32;
}
@media (min-width: 1000px) {
  .cid-uoqpGEgdd6 .f-wrap {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .cid-uoqpGEgdd6 .f-wrap {
    width: 90%;
  }
}
.cid-uoqpGEgdd6 .f-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uoqpGEgdd6 .f-item {
    padding: 1rem;
  }
}
.cid-uoqpGEgdd6 .f-box {
  justify-content: flex-end;
}
.cid-uoqpGEgdd6 .mbr-text {
  padding-right: 1rem;
  text-align: left;
}
.cid-uoqpGEgdd6 .mbr-date {
  padding-left: 1rem;
  text-align: left;
}
.cid-uoqpGEgdd6 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoqpGEgdd6 .info {
  width: 100%;
  border-bottom: 1px solid #32ce32;
}
.cid-uoqpGEgdd6 .mbr-data {
  text-align: center;
}
.cid-uolch8c2b4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uolch8c2b4 H1 {
  color: #f58e11;
}
.cid-uolch8c2b4 .mbr-text,
.cid-uolch8c2b4 .mbr-section-btn {
  color: #716c80;
}
.cid-uolch8c2b4 H3 {
  color: #716c80;
}
.cid-uoqpSHDoai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-uoqpSHDoai {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uoqpSHDoai {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uoqpSHDoai .f-row p {
  margin-bottom: 0.5rem;
}
.cid-uoqpSHDoai .f-box {
  display: flex;
}
.cid-uoqpSHDoai .f-wrap {
  width: 100%;
  border: 10px solid #f58e11;
}
@media (min-width: 1000px) {
  .cid-uoqpSHDoai .f-wrap {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .cid-uoqpSHDoai .f-wrap {
    width: 90%;
  }
}
.cid-uoqpSHDoai .f-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uoqpSHDoai .f-item {
    padding: 1rem;
  }
}
.cid-uoqpSHDoai .f-box {
  justify-content: flex-end;
}
.cid-uoqpSHDoai .mbr-text {
  padding-right: 1rem;
  text-align: left;
}
.cid-uoqpSHDoai .mbr-date {
  padding-left: 1rem;
  text-align: left;
}
.cid-uoqpSHDoai .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoqpSHDoai .info {
  width: 100%;
  border-bottom: 1px solid #f58e11;
}
.cid-uoqpSHDoai .mbr-data {
  text-align: center;
}
.cid-uoqpTqSC9j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-uoqpTqSC9j {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uoqpTqSC9j {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uoqpTqSC9j .f-row p {
  margin-bottom: 0.5rem;
}
.cid-uoqpTqSC9j .f-box {
  display: flex;
}
.cid-uoqpTqSC9j .f-wrap {
  width: 100%;
  border: 10px solid #32ce32;
}
@media (min-width: 1000px) {
  .cid-uoqpTqSC9j .f-wrap {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .cid-uoqpTqSC9j .f-wrap {
    width: 90%;
  }
}
.cid-uoqpTqSC9j .f-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uoqpTqSC9j .f-item {
    padding: 1rem;
  }
}
.cid-uoqpTqSC9j .f-box {
  justify-content: flex-end;
}
.cid-uoqpTqSC9j .mbr-text {
  padding-right: 1rem;
  text-align: left;
}
.cid-uoqpTqSC9j .mbr-date {
  padding-left: 1rem;
  text-align: left;
}
.cid-uoqpTqSC9j .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoqpTqSC9j .info {
  width: 100%;
  border-bottom: 1px solid #32ce32;
}
.cid-uoqpTqSC9j .mbr-data {
  text-align: center;
}
.cid-uolcc1oumV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uolcc1oumV H1 {
  color: #f58e11;
}
.cid-uolcc1oumV .mbr-text,
.cid-uolcc1oumV .mbr-section-btn {
  color: #716c80;
}
.cid-uolcc1oumV H3 {
  color: #716c80;
}
.cid-uoqq2RUTqB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-uoqq2RUTqB {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uoqq2RUTqB {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uoqq2RUTqB .f-row p {
  margin-bottom: 0.5rem;
}
.cid-uoqq2RUTqB .f-box {
  display: flex;
}
.cid-uoqq2RUTqB .f-wrap {
  width: 100%;
  border: 10px solid #f58e11;
}
@media (min-width: 1000px) {
  .cid-uoqq2RUTqB .f-wrap {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .cid-uoqq2RUTqB .f-wrap {
    width: 90%;
  }
}
.cid-uoqq2RUTqB .f-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uoqq2RUTqB .f-item {
    padding: 1rem;
  }
}
.cid-uoqq2RUTqB .f-box {
  justify-content: flex-end;
}
.cid-uoqq2RUTqB .mbr-text {
  padding-right: 1rem;
  text-align: left;
}
.cid-uoqq2RUTqB .mbr-date {
  padding-left: 1rem;
  text-align: left;
}
.cid-uoqq2RUTqB .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoqq2RUTqB .info {
  width: 100%;
  border-bottom: 1px solid #f58e11;
}
.cid-uoqq2RUTqB .mbr-data {
  text-align: center;
}
.cid-uoqq3xKVcM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-uoqq3xKVcM {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uoqq3xKVcM {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uoqq3xKVcM .f-row p {
  margin-bottom: 0.5rem;
}
.cid-uoqq3xKVcM .f-box {
  display: flex;
}
.cid-uoqq3xKVcM .f-wrap {
  width: 100%;
  border: 10px solid #32ce32;
}
@media (min-width: 1000px) {
  .cid-uoqq3xKVcM .f-wrap {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .cid-uoqq3xKVcM .f-wrap {
    width: 90%;
  }
}
.cid-uoqq3xKVcM .f-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uoqq3xKVcM .f-item {
    padding: 1rem;
  }
}
.cid-uoqq3xKVcM .f-box {
  justify-content: flex-end;
}
.cid-uoqq3xKVcM .mbr-text {
  padding-right: 1rem;
  text-align: left;
}
.cid-uoqq3xKVcM .mbr-date {
  padding-left: 1rem;
  text-align: left;
}
.cid-uoqq3xKVcM .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uoqq3xKVcM .info {
  width: 100%;
  border-bottom: 1px solid #32ce32;
}
.cid-uoqq3xKVcM .mbr-data {
  text-align: center;
}
.cid-uojyjIKBeq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uojyjIKBeq img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uojyjIKBeq img:hover {
  transform: scale(1.1);
}
.cid-uojyjIKBeq .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uojyjIKBeq h2 {
  padding: 0;
  margin: 0;
}
.cid-uojyjIKBeq .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uojyjIKBeq .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uojyjIKBeq .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-uojyjIKBeq .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-uojyjIKBeq .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-uojyjIKBeq .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uojyjIKBeq .mbr-iconfont {
  margin: 0!important;
}
.cid-uojyjIKBeq .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uojyjIKBeq .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uojyjIKBeq .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uojyjIKBeq .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uojyjIKBeq .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uojyjIKBeq H2 {
  color: #333333;
}
.cid-uojyjIKBeq .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-uowoHNBqPZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f58e11;
}
.cid-uowoHNBqPZ section {
  position: relative;
}
.cid-uowoHNBqPZ .container {
  max-width: 1400px;
}
.cid-uowoHNBqPZ .card-img2 span {
  padding-top: 6px;
}
.cid-uowoHNBqPZ .soc-item a {
  padding-top: 5px;
}
.cid-uowoHNBqPZ .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uowoHNBqPZ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uowoHNBqPZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uowoHNBqPZ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uowoHNBqPZ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uowoHNBqPZ .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uowoHNBqPZ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uowoHNBqPZ .soc-item span {
  font-size: 1.4rem;
}
.cid-uowoHNBqPZ .soc-item:hover span {
  color: #f58e11 !important;
}
.cid-uowoHNBqPZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uowoHNBqPZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uowoHNBqPZ .media-wrap {
  margin-bottom: 1rem;
}
.cid-uowoHNBqPZ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uowoHNBqPZ img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uowoHNBqPZ .item {
    justify-content: center;
  }
  .cid-uowoHNBqPZ .quote::after {
    left: 60px;
  }
}
.cid-uowoHNBqPZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uowoHNBqPZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uowoHNBqPZ .text1 {
  color: #ffffff;
}
.cid-uowoHNBqPZ .item-title {
  color: #ffffff;
}
.cid-uowoHNBqPZ H5 {
  color: #ffffff;
}
.cid-uowoHNBqPZ .theme {
  color: #ffffff;
}
.cid-uowoHNBqPZ .copyright > p {
  color: #ff3366;
}
.cid-uowoHNBqPZ .text2 {
  color: #ffffff;
}
.cid-uojyjJHWsK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-uojyjJHWsK .media-container-row .mbr-text {
  color: #000000;
}
.cid-uoyU55RsGq .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uoyU55RsGq .collapsed {
  flex-direction: row!important;
}
.cid-uoyU55RsGq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoyU55RsGq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoyU55RsGq .navbar-nav {
  margin: auto;
}
.cid-uoyU55RsGq .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoyU55RsGq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoyU55RsGq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoyU55RsGq .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uoyU55RsGq .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uoyU55RsGq .nav-item:focus,
.cid-uoyU55RsGq .nav-link:focus {
  outline: none;
}
.cid-uoyU55RsGq .text-white:hover,
.cid-uoyU55RsGq .text-white:active,
.cid-uoyU55RsGq .text-white:focus {
  color: white!important;
}
.cid-uoyU55RsGq .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uoyU55RsGq .dropdown-item:hover {
  color: black!important;
}
.cid-uoyU55RsGq .dropdown-menu {
  background-color: white!important;
}
.cid-uoyU55RsGq .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uoyU55RsGq .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uoyU55RsGq .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uoyU55RsGq .nav-item .nav-link {
    position: relative;
  }
}
.cid-uoyU55RsGq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoyU55RsGq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoyU55RsGq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uoyU55RsGq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uoyU55RsGq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoyU55RsGq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-uoyU55RsGq .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-uoyU55RsGq .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uoyU55RsGq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoyU55RsGq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoyU55RsGq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoyU55RsGq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uoyU55RsGq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoyU55RsGq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoyU55RsGq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uoyU55RsGq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoyU55RsGq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uoyU55RsGq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uoyU55RsGq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoyU55RsGq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoyU55RsGq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uoyU55RsGq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoyU55RsGq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoyU55RsGq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uoyU55RsGq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uoyU55RsGq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoyU55RsGq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoyU55RsGq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uoyU55RsGq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uoyU55RsGq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uoyU55RsGq .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-uoyU55RsGq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uoyU55RsGq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uoyU55RsGq .navbar-caption {
  font-weight: 600!important;
}
.cid-uoyU55RsGq .dropdown-item.active,
.cid-uoyU55RsGq .dropdown-item:active {
  background-color: transparent;
}
.cid-uoyU55RsGq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoyU55RsGq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoyU55RsGq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoyU55RsGq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-uoyU55RsGq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoyU55RsGq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uoyU55RsGq .navbar-buttons {
  text-align: center;
}
.cid-uoyU55RsGq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uoyU55RsGq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoyU55RsGq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uoyU55RsGq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uoyU55RsGq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uoyU55RsGq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uoyU55RsGq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uoyU55RsGq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uoyU55RsGq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uoyU55RsGq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uoyU55RsGq .nav-link {
  font-weight: 600!important;
}
.cid-uoyU55RsGq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uoyU55RsGq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uoyU55RsGq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uoyU55RsGq .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoyU55RsGq .navbar {
    height: 77px;
  }
  .cid-uoyU55RsGq .navbar.opened {
    height: auto;
  }
  .cid-uoyU55RsGq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoyU56fuVg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uoyU56fuVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoyU56fuVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoyU56fuVg .mbr-text {
  text-align: left;
}
.cid-vjTTp4C10d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f6ff;
}
.cid-vjTTp4C10d .left-side {
  text-align: left;
}
.cid-vjTTp4C10d .row {
  align-items: center;
}
.cid-vjTTp4C10d .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-vjTTp4C10d .mbr-section-title {
  color: #f58e11;
  padding-bottom: 0px;
}
.cid-vjTTp4C10d .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-vjTTp4C10d .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-vjTTp4C10d img,
.cid-vjTTp4C10d .item-img {
  margin: auto;
  width: auto;
}
.cid-vjTTp4C10d .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-vjTTp4C10d .lin:hover {
  color: #f58e11;
}
.cid-vjTTp4C10d .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-vjTTp4C10d .mbr-link {
    padding-bottom: 20px;
  }
  .cid-vjTTp4C10d .right-side {
    padding: 15px;
  }
}
.cid-vjTTp4C10d P {
  text-align: left;
}
.cid-vjTTp4C10d .align {
  width: 100%;
  padding: 15px 0;
}
.cid-vjTTp4C10d a {
  font-weight: bold;
}
.cid-vjTTp4C10d .mbr-text {
  padding-top: 10px;
}
.cid-vjTTp4C10d .right-side {
  padding-right: 5rem;
}
.cid-vjTTp4C10d .text-primary {
  color: #000000 !important;
}
.cid-vjTTpPhkgN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f6ff;
}
.cid-vjTTpPhkgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjTTpPhkgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjTTpPhkgN .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vjTTpPhkgN .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vjTTpPhkgN .items-wrapper {
  margin: 0 -10px;
}
.cid-vjTTpPhkgN .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vjTTpPhkgN .item {
    margin-bottom: 16px;
  }
}
.cid-vjTTpPhkgN .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vjTTpPhkgN .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vjTTpPhkgN .item:hover .item-wrapper .item-content .item-img,
.cid-vjTTpPhkgN .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vjTTpPhkgN .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTTpPhkgN .item:nth-child(3n) .item-wrapper {
  background-color: #ffb849;
}
.cid-vjTTpPhkgN .item:nth-child(4n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTTpPhkgN .item:nth-child(6n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTTpPhkgN .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vjTTpPhkgN .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vjTTpPhkgN .item .item-wrapper .item-content {
  position: relative;
}
.cid-vjTTpPhkgN .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vjTTpPhkgN .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vjTTpPhkgN .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vjTTpPhkgN .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vjTTpPhkgN .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vjTTpPhkgN .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vjTTpPhkgN .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vjTTpPhkgN .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vjTTpPhkgN .mbr-section-title {
  color: #f58e11;
  text-align: left;
}
.cid-vjTTpPhkgN .panel-title-edit {
  color: #212529;
}
.cid-vjTTpPhkgN .panel-text {
  color: #51565c;
}
.cid-uoyU56ulhy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uoyU56ulhy img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uoyU56ulhy img:hover {
  transform: scale(1.1);
}
.cid-uoyU56ulhy .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uoyU56ulhy h2 {
  padding: 0;
  margin: 0;
}
.cid-uoyU56ulhy .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoyU56ulhy .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uoyU56ulhy .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-uoyU56ulhy .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-uoyU56ulhy .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-uoyU56ulhy .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uoyU56ulhy .mbr-iconfont {
  margin: 0!important;
}
.cid-uoyU56ulhy .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uoyU56ulhy .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uoyU56ulhy .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uoyU56ulhy .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uoyU56ulhy .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uoyU56ulhy H2 {
  color: #333333;
}
.cid-uoyU56ulhy .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-uoyU56IyEE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f58e11;
}
.cid-uoyU56IyEE section {
  position: relative;
}
.cid-uoyU56IyEE .container {
  max-width: 1400px;
}
.cid-uoyU56IyEE .card-img2 span {
  padding-top: 6px;
}
.cid-uoyU56IyEE .soc-item a {
  padding-top: 5px;
}
.cid-uoyU56IyEE .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uoyU56IyEE .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uoyU56IyEE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uoyU56IyEE .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uoyU56IyEE .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uoyU56IyEE .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uoyU56IyEE .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uoyU56IyEE .soc-item span {
  font-size: 1.4rem;
}
.cid-uoyU56IyEE .soc-item:hover span {
  color: #f58e11 !important;
}
.cid-uoyU56IyEE .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uoyU56IyEE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uoyU56IyEE .media-wrap {
  margin-bottom: 1rem;
}
.cid-uoyU56IyEE .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uoyU56IyEE img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uoyU56IyEE .item {
    justify-content: center;
  }
  .cid-uoyU56IyEE .quote::after {
    left: 60px;
  }
}
.cid-uoyU56IyEE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uoyU56IyEE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uoyU56IyEE .text1 {
  color: #ffffff;
}
.cid-uoyU56IyEE .item-title {
  color: #ffffff;
}
.cid-uoyU56IyEE H5 {
  color: #ffffff;
}
.cid-uoyU56IyEE .theme {
  color: #ffffff;
}
.cid-uoyU56IyEE .copyright > p {
  color: #ff3366;
}
.cid-uoyU56IyEE .text2 {
  color: #ffffff;
}
.cid-uoyU57aDun {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-uoyU57aDun .media-container-row .mbr-text {
  color: #000000;
}
.cid-tdTWmwmKh0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tdTWmwmKh0 .collapsed {
  flex-direction: row!important;
}
.cid-tdTWmwmKh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdTWmwmKh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdTWmwmKh0 .navbar-nav {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdTWmwmKh0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tdTWmwmKh0 .nav-item:focus,
.cid-tdTWmwmKh0 .nav-link:focus {
  outline: none;
}
.cid-tdTWmwmKh0 .text-white:hover,
.cid-tdTWmwmKh0 .text-white:active,
.cid-tdTWmwmKh0 .text-white:focus {
  color: white!important;
}
.cid-tdTWmwmKh0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-item:hover {
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-menu {
  background-color: white!important;
}
.cid-tdTWmwmKh0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tdTWmwmKh0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tdTWmwmKh0 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-tdTWmwmKh0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tdTWmwmKh0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdTWmwmKh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdTWmwmKh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdTWmwmKh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdTWmwmKh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdTWmwmKh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdTWmwmKh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdTWmwmKh0 .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdTWmwmKh0 .navbar-caption {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 .dropdown-item.active,
.cid-tdTWmwmKh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tdTWmwmKh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdTWmwmKh0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdTWmwmKh0 .navbar-buttons {
  text-align: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 .nav-link {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdTWmwmKh0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdTWmwmKh0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdTWmwmKh0 .navbar {
    height: 77px;
  }
  .cid-tdTWmwmKh0 .navbar.opened {
    height: auto;
  }
  .cid-tdTWmwmKh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjx5UtkIkN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vjx5UtkIkN H1 {
  color: #232323;
}
.cid-vjx5UtkIkN .mbr-text,
.cid-vjx5UtkIkN .mbr-section-btn {
  color: #232323;
}
.cid-vjx5UtkIkN H3 {
  color: #716c80;
}
.cid-vjx5UtkIkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjx5UtkIkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjx7F78OQS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vjx7F78OQS .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vjx7F78OQS .mbr-section-title {
  color: #000000;
}
.cid-vjx7F78OQS .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vjx7F78OQS .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vjx7F78OQS .items-row {
    margin: 0 -15px;
  }
  .cid-vjx7F78OQS .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vjx7F78OQS .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
  transition: all 300ms ease;
}
.cid-vjx7F78OQS .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-vjx7F78OQS .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-vjx7F78OQS .item-img img {
  transition: all 300ms ease;
  width: auto;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.cid-vjx7F78OQS .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
  text-align: center;
}
.cid-vjx7F78OQS .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vjx7F78OQS .mbr-text {
  color: #000000;
  padding-top: 5px;
}
.cid-vjx7F78OQS .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vjx7F78OQS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vjx7F78OQS .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vjx7F78OQS .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vjx7F78OQS .soc-item:hover .mbr-iconfont {
  color: #bff747 !important;
}
.cid-vjx7F78OQS .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vjx7F78OQS .mbr-section-btn {
  margin-top: 20px;
}
.cid-vjwpbKp2NL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vjwpbKp2NL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjwpbKp2NL img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-vjwpbKp2NL .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-vjwpbKp2NL .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
}
.cid-vjwpbKp2NL .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #1d0bd4;
  white-space: nowrap;
}
.cid-vjwpbKp2NL .list-group-item span {
  font-size: 1.2em;
  color: #bfceff;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-vjwpbKp2NL .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-vjwpbKp2NL .mbr-text {
  color: #1d1e22;
  text-align: left;
}
.cid-vjwpbKp2NL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwpbKp2NL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjw4p67GxZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vjw4p67GxZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjw4p67GxZ img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-vjw4p67GxZ .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-vjw4p67GxZ .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
}
.cid-vjw4p67GxZ .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #1d0bd4;
  white-space: nowrap;
}
.cid-vjw4p67GxZ .list-group-item span {
  font-size: 1.2em;
  color: #bfceff;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-vjw4p67GxZ .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-vjw4p67GxZ .mbr-text {
  color: #1d1e22;
}
.cid-vjw4p67GxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjw4p67GxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjwjoy9cge {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vjwjoy9cge .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjwjoy9cge img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-vjwjoy9cge .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-vjwjoy9cge .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
}
.cid-vjwjoy9cge .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #1d0bd4;
  white-space: nowrap;
}
.cid-vjwjoy9cge .list-group-item span {
  font-size: 1.2em;
  color: #bfceff;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-vjwjoy9cge .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-vjwjoy9cge .mbr-text {
  color: #1d1e22;
}
.cid-vjwjoy9cge .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwjoy9cge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rVXy7JMLCb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-rVXy7JMLCb .media-container-row .mbr-text {
  color: #000000;
}
.cid-tdTWmwmKh0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tdTWmwmKh0 .collapsed {
  flex-direction: row!important;
}
.cid-tdTWmwmKh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdTWmwmKh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdTWmwmKh0 .navbar-nav {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdTWmwmKh0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tdTWmwmKh0 .nav-item:focus,
.cid-tdTWmwmKh0 .nav-link:focus {
  outline: none;
}
.cid-tdTWmwmKh0 .text-white:hover,
.cid-tdTWmwmKh0 .text-white:active,
.cid-tdTWmwmKh0 .text-white:focus {
  color: white!important;
}
.cid-tdTWmwmKh0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-item:hover {
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-menu {
  background-color: white!important;
}
.cid-tdTWmwmKh0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tdTWmwmKh0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tdTWmwmKh0 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-tdTWmwmKh0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tdTWmwmKh0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdTWmwmKh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdTWmwmKh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdTWmwmKh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdTWmwmKh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdTWmwmKh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdTWmwmKh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdTWmwmKh0 .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdTWmwmKh0 .navbar-caption {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 .dropdown-item.active,
.cid-tdTWmwmKh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tdTWmwmKh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdTWmwmKh0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdTWmwmKh0 .navbar-buttons {
  text-align: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 .nav-link {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdTWmwmKh0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdTWmwmKh0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdTWmwmKh0 .navbar {
    height: 77px;
  }
  .cid-tdTWmwmKh0 .navbar.opened {
    height: auto;
  }
  .cid-tdTWmwmKh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uomuF3C9Y6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uomuF3C9Y6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uomuF3C9Y6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uomuF3C9Y6 .mbr-text {
  text-align: left;
}
.cid-uoyZ0haNS1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoyZ0haNS1 h4 {
  margin-bottom: 0;
}
.cid-uoyZ0haNS1 p {
  color: #767676;
}
.cid-uoyZ0haNS1 .btn-info-outline {
  border: none;
  color: #ff3366 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uoyZ0haNS1 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uoyZ0haNS1 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uoyZ0haNS1 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #f58e11 !important;
  box-shadow: none!important;
}
.cid-uoyZ0haNS1 .btn-info-outline:active,
.cid-uoyZ0haNS1 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uoyZ0haNS1 .card-box {
  padding-top: 2rem;
}
.cid-uoyZ0haNS1 .card-wrapper {
  height: 100%;
}
.cid-uoyZ0haNS1 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uoyZ0haNS1 img {
  border-radius: 8px;
}
.cid-uoyZ0haNS1 .card-title {
  color: #57468b;
}
.cid-uoyZ0haNS1 .main-title {
  color: #57468b;
  text-align: center;
}
.cid-uoyZ0haNS1 DIV {
  color: #57468b;
}
.cid-uoyZ0haNS1 .card-img {
  width: auto;
}
.cid-uoyZ0haNS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoyZ0haNS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjTSsxtlaH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f6ff;
}
.cid-vjTSsxtlaH .left-side {
  text-align: left;
}
.cid-vjTSsxtlaH .row {
  align-items: center;
}
.cid-vjTSsxtlaH .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-vjTSsxtlaH .mbr-section-title {
  color: #f58e11;
  padding-bottom: 0px;
}
.cid-vjTSsxtlaH .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-vjTSsxtlaH .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-vjTSsxtlaH img,
.cid-vjTSsxtlaH .item-img {
  margin: auto;
  width: auto;
}
.cid-vjTSsxtlaH .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-vjTSsxtlaH .lin:hover {
  color: #f58e11;
}
.cid-vjTSsxtlaH .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-vjTSsxtlaH .mbr-link {
    padding-bottom: 20px;
  }
  .cid-vjTSsxtlaH .right-side {
    padding: 15px;
  }
}
.cid-vjTSsxtlaH P {
  text-align: left;
}
.cid-vjTSsxtlaH .align {
  width: 100%;
  padding: 15px 0;
}
.cid-vjTSsxtlaH a {
  font-weight: bold;
}
.cid-vjTSsxtlaH .mbr-text {
  padding-top: 10px;
}
.cid-vjTSsxtlaH .right-side {
  padding-right: 5rem;
}
.cid-vjTSsxtlaH .text-primary {
  color: #000000 !important;
}
.cid-vjTStntQ8i {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f6ff;
}
.cid-vjTStntQ8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjTStntQ8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjTStntQ8i .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vjTStntQ8i .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vjTStntQ8i .items-wrapper {
  margin: 0 -10px;
}
.cid-vjTStntQ8i .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vjTStntQ8i .item {
    margin-bottom: 16px;
  }
}
.cid-vjTStntQ8i .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vjTStntQ8i .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vjTStntQ8i .item:hover .item-wrapper .item-content .item-img,
.cid-vjTStntQ8i .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vjTStntQ8i .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTStntQ8i .item:nth-child(3n) .item-wrapper {
  background-color: #ffb849;
}
.cid-vjTStntQ8i .item:nth-child(4n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTStntQ8i .item:nth-child(6n) .item-wrapper {
  background-color: #ffffff;
}
.cid-vjTStntQ8i .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vjTStntQ8i .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vjTStntQ8i .item .item-wrapper .item-content {
  position: relative;
}
.cid-vjTStntQ8i .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vjTStntQ8i .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vjTStntQ8i .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vjTStntQ8i .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vjTStntQ8i .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vjTStntQ8i .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vjTStntQ8i .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vjTStntQ8i .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vjTStntQ8i .mbr-section-title {
  color: #f58e11;
  text-align: left;
}
.cid-vjTStntQ8i .panel-title-edit {
  color: #212529;
}
.cid-vjTStntQ8i .panel-text {
  color: #51565c;
}
.cid-rSJGGEOaoZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rSJGGEOaoZ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rSJGGEOaoZ img:hover {
  transform: scale(1.1);
}
.cid-rSJGGEOaoZ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rSJGGEOaoZ h2 {
  padding: 0;
  margin: 0;
}
.cid-rSJGGEOaoZ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rSJGGEOaoZ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rSJGGEOaoZ .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rSJGGEOaoZ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rSJGGEOaoZ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rSJGGEOaoZ .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rSJGGEOaoZ .mbr-iconfont {
  margin: 0!important;
}
.cid-rSJGGEOaoZ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rSJGGEOaoZ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSJGGEOaoZ .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rSJGGEOaoZ .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rSJGGEOaoZ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rSJGGEOaoZ H2 {
  color: #333333;
}
.cid-rSJGGEOaoZ .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-uowor3HKA1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f58e11;
}
.cid-uowor3HKA1 section {
  position: relative;
}
.cid-uowor3HKA1 .container {
  max-width: 1400px;
}
.cid-uowor3HKA1 .card-img2 span {
  padding-top: 6px;
}
.cid-uowor3HKA1 .soc-item a {
  padding-top: 5px;
}
.cid-uowor3HKA1 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uowor3HKA1 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uowor3HKA1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uowor3HKA1 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uowor3HKA1 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uowor3HKA1 .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uowor3HKA1 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uowor3HKA1 .soc-item span {
  font-size: 1.4rem;
}
.cid-uowor3HKA1 .soc-item:hover span {
  color: #f58e11 !important;
}
.cid-uowor3HKA1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uowor3HKA1 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uowor3HKA1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uowor3HKA1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uowor3HKA1 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uowor3HKA1 .item {
    justify-content: center;
  }
  .cid-uowor3HKA1 .quote::after {
    left: 60px;
  }
}
.cid-uowor3HKA1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uowor3HKA1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uowor3HKA1 .text1 {
  color: #ffffff;
}
.cid-uowor3HKA1 .item-title {
  color: #ffffff;
}
.cid-uowor3HKA1 H5 {
  color: #ffffff;
}
.cid-uowor3HKA1 .theme {
  color: #ffffff;
}
.cid-uowor3HKA1 .copyright > p {
  color: #ff3366;
}
.cid-uowor3HKA1 .text2 {
  color: #ffffff;
}
.cid-rVXy7JMLCb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-rVXy7JMLCb .media-container-row .mbr-text {
  color: #000000;
}
.cid-tdTWmwmKh0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tdTWmwmKh0 .collapsed {
  flex-direction: row!important;
}
.cid-tdTWmwmKh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdTWmwmKh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdTWmwmKh0 .navbar-nav {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdTWmwmKh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdTWmwmKh0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tdTWmwmKh0 .nav-item:focus,
.cid-tdTWmwmKh0 .nav-link:focus {
  outline: none;
}
.cid-tdTWmwmKh0 .text-white:hover,
.cid-tdTWmwmKh0 .text-white:active,
.cid-tdTWmwmKh0 .text-white:focus {
  color: white!important;
}
.cid-tdTWmwmKh0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-item:hover {
  color: black!important;
}
.cid-tdTWmwmKh0 .dropdown-menu {
  background-color: white!important;
}
.cid-tdTWmwmKh0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tdTWmwmKh0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdTWmwmKh0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tdTWmwmKh0 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdTWmwmKh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdTWmwmKh0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.opened {
  transition: all .3s;
  background: #f58e11 !important;
}
.cid-tdTWmwmKh0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tdTWmwmKh0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdTWmwmKh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdTWmwmKh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdTWmwmKh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdTWmwmKh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdTWmwmKh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdTWmwmKh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdTWmwmKh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdTWmwmKh0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdTWmwmKh0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdTWmwmKh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdTWmwmKh0 .navbar.navbar-short {
  background: #f58e11 !important;
  min-height: 60px;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdTWmwmKh0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdTWmwmKh0 .navbar-caption {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 .dropdown-item.active,
.cid-tdTWmwmKh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tdTWmwmKh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdTWmwmKh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f58e11;
}
.cid-tdTWmwmKh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdTWmwmKh0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdTWmwmKh0 .navbar-buttons {
  text-align: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdTWmwmKh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdTWmwmKh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdTWmwmKh0 .nav-link {
  font-weight: 600!important;
}
.cid-tdTWmwmKh0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdTWmwmKh0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdTWmwmKh0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdTWmwmKh0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdTWmwmKh0 .navbar {
    height: 77px;
  }
  .cid-tdTWmwmKh0 .navbar.opened {
    height: auto;
  }
  .cid-tdTWmwmKh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVXy7JMLCb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f58e11;
}
.cid-rVXy7JMLCb .media-container-row .mbr-text {
  color: #000000;
}
