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.7rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.12rem;
  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.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((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: #ff9933 !important;
}
.bg-success {
  background-color: #ff9933 !important;
}
.bg-info {
  background-color: #ff9933 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9933 !important;
  border-color: #ff9933 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e57300 !important;
  border-color: #e57300 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e57300 !important;
  border-color: #e57300 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #006699 !important;
  border-color: #006699 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #00334d !important;
  border-color: #00334d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00334d !important;
  border-color: #00334d !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff9933 !important;
  border-color: #ff9933 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e57300 !important;
  border-color: #e57300 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e57300 !important;
  border-color: #e57300 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff9933 !important;
  border-color: #ff9933 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e57300 !important;
  border-color: #e57300 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e57300 !important;
  border-color: #e57300 !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: #cc6600;
  color: #cc6600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff9933;
  border-color: #ff9933;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9933 !important;
  border-color: #ff9933 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #002233;
  color: #002233;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #006699;
  border-color: #006699;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #006699 !important;
  border-color: #006699 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cc6600;
  color: #cc6600;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ff9933;
  border-color: #ff9933;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9933 !important;
  border-color: #ff9933 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cc6600;
  color: #cc6600;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ff9933;
  border-color: #ff9933;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9933 !important;
  border-color: #ff9933 !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: #ff9933 !important;
}
.text-secondary {
  color: #006699 !important;
}
.text-success {
  color: #ff9933 !important;
}
.text-info {
  color: #ff9933 !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: #cc6600 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #002233 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cc6600 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cc6600 !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: #ff9933;
}
.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: #ff9933;
  border-color: #ff9933;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff9933;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.7rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.12rem;
  font-weight: 400;
}
blockquote {
  border-color: #ff9933;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #ff9933 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ff9933 !important;
  background-color: #ff9933 !important;
  border-color: #ff9933 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #006699 !important;
  -webkit-box-shadow: 0 6px 16px 0 #006699 !important;
  background-color: #006699 !important;
  border-color: #006699 !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 #ff9933 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ff9933 !important;
  background-color: #ff9933 !important;
  border-color: #ff9933 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9933;
  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: #ff9933;
  border-bottom-color: #ff9933;
}
.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: #ff9933 !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: #006699 !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='%23ff9933' %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-tFRqtzNIMi .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tFRqtzNIMi .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tFRqtzNIMi .nav-item:focus,
.cid-tFRqtzNIMi .nav-link:focus {
  outline: none;
}
.cid-tFRqtzNIMi .text-white:hover,
.cid-tFRqtzNIMi .text-white:active,
.cid-tFRqtzNIMi .text-white:focus {
  color: white!important;
}
.cid-tFRqtzNIMi .section {
  position: relative;
  overflow: visible!important;
}
.cid-tFRqtzNIMi .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tFRqtzNIMi .dropdown-item:hover {
  color: black!important;
}
.cid-tFRqtzNIMi .dropdown-menu {
  background-color: white!important;
}
.cid-tFRqtzNIMi .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tFRqtzNIMi .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tFRqtzNIMi .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tFRqtzNIMi .nav-item .nav-link {
    position: relative;
  }
}
.cid-tFRqtzNIMi .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-tFRqtzNIMi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFRqtzNIMi .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tFRqtzNIMi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFRqtzNIMi .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-tFRqtzNIMi .collapsed {
  flex-direction: row!important;
}
.cid-tFRqtzNIMi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFRqtzNIMi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFRqtzNIMi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tFRqtzNIMi .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFRqtzNIMi .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tFRqtzNIMi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFRqtzNIMi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFRqtzNIMi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFRqtzNIMi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tFRqtzNIMi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFRqtzNIMi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFRqtzNIMi .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-tFRqtzNIMi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFRqtzNIMi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tFRqtzNIMi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tFRqtzNIMi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFRqtzNIMi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFRqtzNIMi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFRqtzNIMi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFRqtzNIMi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFRqtzNIMi .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-tFRqtzNIMi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tFRqtzNIMi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFRqtzNIMi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFRqtzNIMi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFRqtzNIMi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFRqtzNIMi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFRqtzNIMi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tFRqtzNIMi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFRqtzNIMi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFRqtzNIMi .navbar-caption {
  font-weight: 600!important;
}
.cid-tFRqtzNIMi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tFRqtzNIMi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFRqtzNIMi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFRqtzNIMi .dropdown-item.active,
.cid-tFRqtzNIMi .dropdown-item:active {
  background-color: transparent;
}
.cid-tFRqtzNIMi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFRqtzNIMi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFRqtzNIMi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFRqtzNIMi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFRqtzNIMi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFRqtzNIMi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFRqtzNIMi .navbar-buttons {
  text-align: center;
}
.cid-tFRqtzNIMi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFRqtzNIMi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9933;
}
.cid-tFRqtzNIMi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFRqtzNIMi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFRqtzNIMi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFRqtzNIMi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFRqtzNIMi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFRqtzNIMi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFRqtzNIMi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFRqtzNIMi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFRqtzNIMi .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFRqtzNIMi .nav-link {
  font-weight: 600!important;
}
.cid-tFRqtzNIMi a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFRqtzNIMi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tFRqtzNIMi .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-tFRqtzNIMi .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFRqtzNIMi .navbar {
    height: 77px;
  }
  .cid-tFRqtzNIMi .navbar.opened {
    height: auto;
  }
  .cid-tFRqtzNIMi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFRqqLbpRo .modal-body .close {
  background: #1b1b1b;
}
.cid-tFRqqLbpRo .modal-body .close span {
  font-style: normal;
}
.cid-tFRqqLbpRo .carousel-inner > .active,
.cid-tFRqqLbpRo .carousel-inner > .next,
.cid-tFRqqLbpRo .carousel-inner > .prev {
  display: table;
}
.cid-tFRqqLbpRo .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-tFRqqLbpRo .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-tFRqqLbpRo .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-tFRqqLbpRo .carousel-control,
.cid-tFRqqLbpRo .carousel-indicators li {
  background-color: #ff9933 !important;
  opacity: 0.7!important;
  border: none;
}
.cid-tFRqqLbpRo .carousel-control:hover,
.cid-tFRqqLbpRo .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-tFRqqLbpRo .carousel-control .active,
.cid-tFRqqLbpRo .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-tFRqqLbpRo .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-tFRqqLbpRo .carousel-control .icon-next,
.cid-tFRqqLbpRo .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tFRqqLbpRo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tFRqqLbpRo .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-tFRqqLbpRo .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-tFRqqLbpRo .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-tFRqqLbpRo .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-tFRqqLbpRo .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tFRqqLbpRo .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tFRqqLbpRo .boxed-slider > div {
  position: relative;
}
.cid-tFRqqLbpRo .container img {
  width: 100%;
}
.cid-tFRqqLbpRo .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tFRqqLbpRo .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tFRqqLbpRo .mbr-table-cell {
  padding: 0;
}
.cid-tFRqqLbpRo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tFRqqLbpRo .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tFRqqLbpRo .mbr-overlay {
  z-index: 1;
}
.cid-tFRqqLbpRo .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tFRqqLbpRo .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tFRqqLbpRo .carousel-item .container {
    width: 100%;
  }
}
.cid-tFRqqLbpRo .carousel-item-next.carousel-item-left,
.cid-tFRqqLbpRo .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tFRqqLbpRo .active.carousel-item-right,
.cid-tFRqqLbpRo .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tFRqqLbpRo .active.carousel-item-left,
.cid-tFRqqLbpRo .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tFRqqLbpRo .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-tFRqqLbpRo .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFRqqLbpRo .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tFRqqLbpRo .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tFRqqLbpRo .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tFRqqLbpRo .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tFRqqLbpRo .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tFRqqLbpRo .mbr-slider .carousel-indicators li.active,
.cid-tFRqqLbpRo .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tFRqqLbpRo .mbr-slider .carousel-indicators li::after,
.cid-tFRqqLbpRo .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tFRqqLbpRo .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tFRqqLbpRo .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tFRqqLbpRo .mbr-slider > .container img {
  width: 100%;
}
.cid-tFRqqLbpRo .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tFRqqLbpRo .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tFRqqLbpRo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tFRqqLbpRo .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tFRqqLbpRo .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tFRqqLbpRo .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tFRqqLbpRo .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tFRqqLbpRo .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tFRqqLbpRo .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tFRqqLbpRo .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tFRqqLbpRo .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tFRqqLbpRo .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tFRqqLbpRo .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tFRqqLbpRo H2 {
  color: #ff9933;
}
.cid-tFSA4M8zCr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #006699;
  position: relative;
  overflow: hidden;
}
.cid-tFSA4M8zCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFSA4M8zCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFSA4M8zCr .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tFSA4M8zCr .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tFSA4M8zCr .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tFSA4M8zCr .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tFSA4M8zCr .card-wrapper {
  width: 100%;
}
.cid-tFSA4M8zCr .card-box {
  width: 100%;
}
.cid-tFSA4M8zCr .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tFSA4M8zCr .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-tFSA4M8zCr .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-tFSA4M8zCr .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-tFSA4M8zCr .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-tFSA4M8zCr .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tFSA4M8zCr .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tFSA4M8zCr .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ff9933;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-tFSA4M8zCr .bg-img {
    width: 150%;
  }
}
.cid-tFSA4M8zCr .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tFSA4M8zCr .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-tFSA4M8zCr .mbr-text,
.cid-tFSA4M8zCr .mbr-section-btn {
  color: #ffffff;
}
.cid-tFXstIlzey {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #006699;
}
.cid-tFXstIlzey H1 {
  color: #ffffff;
}
.cid-tFXstIlzey .mbr-text,
.cid-tFXstIlzey .mbr-section-btn {
  color: #716c80;
}
.cid-tFXstIlzey H3 {
  color: #716c80;
}
.cid-rx3DuVTvT8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #006699;
}
.cid-rx3DuVTvT8 .mbr-text {
  color: #ffffff;
}
.cid-rx3DuVTvT8 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rx3DuVTvT8 p {
  margin: 0;
}
.cid-rx3DuVTvT8 .card-img .img1 {
  background-color: #ff9933;
}
.cid-rx3DuVTvT8 .cardcolor:hover {
  background-color: #006699;
}
.cid-rx3DuVTvT8 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rx3DuVTvT8 .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rx3DuVTvT8 .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1rem);
}
.cid-rx3DuVTvT8 .card-title,
.cid-rx3DuVTvT8 .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rx3DuVTvT8 .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rx3DuVTvT8 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rx3DuVTvT8 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rx3DuVTvT8 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rx3DuVTvT8 .card-img span {
    margin-right: 0rem;
  }
  .cid-rx3DuVTvT8 .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-rx3DuVTvT8 .card-title {
  color: #ffffff;
}
.cid-tFXknz1uqV {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../images/mbr-1920x1234.jpg");
}
.cid-tFXknz1uqV .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-tFXknz1uqV input,
.cid-tFXknz1uqV textarea {
  border-radius: 0;
}
.cid-tFXknz1uqV input:hover,
.cid-tFXknz1uqV textarea:hover {
  border: 1px solid transparent !important;
}
.cid-tFXknz1uqV textarea {
  min-height: 200px;
}
@media (max-width: 767px) {
  .cid-tFXknz1uqV .col-auto {
    margin: auto;
  }
}
.cid-tFXknz1uqV .mbr-main-subtitle {
  background: #ff9933;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tFXknz1uqV .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #ff9933;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tFXknz1uqV .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tFXknz1uqV .btn {
  padding: 1rem 3rem;
}
.cid-tFXknz1uqV .mbr-section-text {
  color: #ffffff;
}
.cid-tFXknz1uqV .mbr-section-title {
  color: #ffffff;
}
.cid-rlqFCvwlj5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlqFCvwlj5 H1 {
  color: #006699;
}
.cid-rlqFCvwlj5 .align-left {
  margin: auto;
}
.cid-rlqFCvwlj5 .row {
  justify-content: space-between;
}
.cid-rlqFCvwlj5 .mbr-text,
.cid-rlqFCvwlj5 .mbr-section-btn {
  color: #716c80;
}
.cid-rlqFCvwlj5 .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rlqFCvwlj5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqFCvwlj5 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqFCvwlj5 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqFCvwlj5 .link:hover {
  color: #ff9933 !important;
}
.cid-rlqFCvwlj5 .link:hover .link-ico {
  color: #ff9933 !important;
  padding-left: 10px;
}
.cid-rlqFCvwlj5 DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlqFCvwlj5 .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rlqFCvwlj5 h1 {
    padding-bottom: 1rem;
  }
}
.cid-rlqFCvwlj5 .mbr-text,
.cid-rlqFCvwlj5 .media-content {
  color: #232323;
}
.cid-tFWG7AQWPA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFWG7AQWPA .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-tFWG7AQWPA h4 {
  text-align: center;
}
.cid-tFWG7AQWPA p {
  text-align: center;
}
.cid-tFWG7AQWPA .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tFWG7AQWPA .mbr-iconfont {
  transition: all 0.3s;
  color: #006699 !important;
  font-size: 6rem !important;
}
.cid-tFWG7AQWPA .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-tFWG7AQWPA .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-tFWG7AQWPA .card:hover .mbr-iconfont {
  color: #ff9933 !important;
}
.cid-tFWG7AQWPA .card-title,
.cid-tFWG7AQWPA .card-img {
  color: #006699;
}
.cid-tFWG7AQWPA .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-tFWG7AQWPA .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-tFWG7AQWPA .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-ujiqa1rfu4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ff9933;
}
.cid-ujiqa1rfu4 .content-inner .left-content {
  display: block;
}
.cid-ujiqa1rfu4 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-ujiqa1rfu4 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-ujiqa1rfu4 .content-inner .right-content {
  display: block;
}
.cid-ujiqa1rfu4 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-ujiqa1rfu4 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-ujiqa1rfu4 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-ujiqa1rfu4 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff9933 !important;
  border-color: #ff9933 !important;
}
@media (max-width: 991px) {
  .cid-ujiqa1rfu4 .content-inner {
    justify-content: center !important;
  }
  .cid-ujiqa1rfu4 * {
    text-align: center;
  }
}
.cid-rlfa7hhBoL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlfa7hhBoL img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rlfa7hhBoL H1 {
  color: #006699;
}
.cid-rlfa7hhBoL .mbr-text,
.cid-rlfa7hhBoL .mbr-section-btn {
  color: #716c80;
}
.cid-rlfa7hhBoL H3 {
  color: #716c80;
}
.cid-rlfa7hhBoL .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlfa7hhBoL .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlfa7hhBoL .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlfa7hhBoL .link:hover {
  color: #ff9933 !important;
}
.cid-rlfa7hhBoL .link:hover .link-ico {
  color: #ff9933 !important;
  padding-left: 10px;
}
.cid-rlfa7hhBoL DIV {
  color: #57468b;
}
.cid-rlfa7hhBoL .mbr-text,
.cid-rlfa7hhBoL .media-content {
  color: #232323;
}
.cid-rlfa6AcanJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlfa6AcanJ li {
  list-style: none;
}
.cid-rlfa6AcanJ .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-rlfa6AcanJ .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-rlfa6AcanJ h4 {
  margin: 0;
}
.cid-rlfa6AcanJ .item {
  color: #57468b;
}
.cid-rlfa6AcanJ ul {
  padding: 0;
  margin: 0;
}
.cid-rlfa6AcanJ .col-title {
  color: #57468b;
}
.cid-rlfa6AcanJ .col-title1 {
  color: #bfceff;
}
.cid-rlfa6AcanJ .col-title2 {
  color: #5580ff;
}
.cid-rlfa6AcanJ .col-title3 {
  color: #ff8a73;
}
.cid-rlfa6AcanJ .col-title4 {
  color: #57468b;
}
.cid-rlfa6AcanJ .item1 {
  color: #000000;
}
.cid-rlfa6AcanJ .item2 {
  color: #232323;
}
.cid-rlfa6AcanJ .item3 {
  color: #000000;
}
.cid-rlfa6AcanJ .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-rlfa6AcanJ .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rlfacfJhYr {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-rlfacfJhYr .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-rlfacfJhYr #e1_circle,
.cid-rlfacfJhYr #e3_circle,
.cid-rlfacfJhYr #e4_circle,
.cid-rlfacfJhYr #e5_circle {
  fill: #006699 !important;
}
.cid-rlfacfJhYr #e6_circle {
  fill: #ff9933 !important;
}
.cid-rlfacfJhYr .mbr-text {
  color: #716c80;
}
.cid-rlfacfJhYr h4 {
  margin: 0;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rlfacfJhYr .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-rlfacfJhYr .card-img .img1 {
  background-color: #ff9933;
}
.cid-rlfacfJhYr .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.6rem !important;
}
.cid-rlfacfJhYr .round {
  border-radius: 100%;
  position: absolute;
  background-color: #006699;
  animation: orbit 4s linear infinite;
}
.cid-rlfacfJhYr .rev {
  animation: rev 4s linear infinite;
}
.cid-rlfacfJhYr .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-rlfacfJhYr .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-rlfacfJhYr .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-rlfacfJhYr .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-rlfacfJhYr .card-title,
.cid-rlfacfJhYr .card-img {
  color: #57468b;
}
.cid-rlfacfJhYr img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-rlfacfJhYr svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-rlfacfJhYr img {
    margin-top: 1rem;
  }
  .cid-rlfacfJhYr svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-rlfacfJhYr .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-rlfacfJhYr svg {
    bottom: -3rem !important;
  }
  .cid-rlfacfJhYr .round1 {
    display: none;
  }
}
.cid-rlfacfJhYr .title {
  line-height: 1.3;
  color: #006699;
}
.cid-rlfacfJhYr .card-title {
  color: #232323;
}
.cid-tFSn6l3lFI {
  padding-top: 90px;
  padding-bottom: 0px;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 1330px) {
  .cid-tFSn6l3lFI .container {
    max-width: 1330px !important;
  }
}
.cid-tFSn6l3lFI .content-wrap {
  background-color: #ff9933;
}
.cid-tFSn6l3lFI .card-wrap {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tFSn6l3lFI .card-wrap {
    width: calc(100% + 10rem);
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  .cid-tFSn6l3lFI .card-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding: 48px 20px 48px 20px;
  }
}
.cid-tFSn6l3lFI .img-wrap {
  height: 100%;
}
.cid-tFSn6l3lFI .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tFSn6l3lFI .mbr-section-subtitle {
  animation-delay: .2s;
}
.cid-tFSn6l3lFI .mbr-section-btn {
  margin-top: 2rem;
  margin-bottom: -0.25rem;
  animation-delay: .4s;
}
.cid-tFSn6l3lFI [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-tFSn6l3lFI .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tFSn6l3lFI .mbr-section-subtitle,
.cid-tFSn6l3lFI .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tFSn6l3lFI H1 {
  text-align: left;
  color: #006699;
}
.cid-tFX0wJ1pN5 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFX0wJ1pN5 H1 {
  color: #006699;
}
.cid-tFX0wJ1pN5 .mbr-text,
.cid-tFX0wJ1pN5 .mbr-section-btn {
  color: #716c80;
}
.cid-tFX0wJ1pN5 H3 {
  color: #716c80;
}
.cid-tFSlxGjT7K {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tFSlxGjT7K p {
  line-height: 1.6;
}
.cid-tFSlxGjT7K .card-box {
  width: -webkit-fill-available;
}
.cid-tFSlxGjT7K .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-tFSlxGjT7K .card-img .img1 {
  color: #ff9933 !important;
}
.cid-tFSlxGjT7K .card-img .img2 {
  color: #ff9933 !important;
}
.cid-tFSlxGjT7K .card-img .img3 {
  color: #ff9933 !important;
}
.cid-tFSlxGjT7K .card-img .img4 {
  color: #ff9933 !important;
}
.cid-tFSlxGjT7K .card-img .img5 {
  color: #ff9933 !important;
}
.cid-tFSlxGjT7K .card-img .img6 {
  color: #ff9933 !important;
}
.cid-tFSlxGjT7K .mbr-iconfont {
  font-size: 2rem !important;
}
.cid-tFSlxGjT7K .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-tFSlxGjT7K .card {
  height: 100%;
  margin: auto;
}
.cid-tFSlxGjT7K img {
  width: 100%;
  heigth: auto;
}
.cid-tFSlxGjT7K .card-title1 {
  color: #006699;
}
.cid-tFSlxGjT7K .mbr-text1 {
  color: #000000;
}
.cid-tFSlxGjT7K .card-title2 {
  color: #006699;
}
.cid-tFSlxGjT7K .mbr-text2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-tFSlxGjT7K .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-tFSlxGjT7K .card-img {
    order: 1;
  }
  .cid-tFSlxGjT7K .card-box {
    order: 2;
  }
}
.cid-tFSlxGjT7K .card-img {
  width: auto;
}
.cid-ujiqVuZcZQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ff9933;
}
.cid-ujiqVuZcZQ .content-inner .left-content {
  display: block;
}
.cid-ujiqVuZcZQ .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-ujiqVuZcZQ .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-ujiqVuZcZQ .content-inner .right-content {
  display: block;
}
.cid-ujiqVuZcZQ .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-ujiqVuZcZQ .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-ujiqVuZcZQ .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-ujiqVuZcZQ .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff9933 !important;
  border-color: #ff9933 !important;
}
@media (max-width: 991px) {
  .cid-ujiqVuZcZQ .content-inner {
    justify-content: center !important;
  }
  .cid-ujiqVuZcZQ * {
    text-align: center;
  }
}
.cid-rlqH2aBCf6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlqH2aBCf6 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rlqH2aBCf6 H1 {
  color: #006699;
  text-align: center;
}
.cid-rlqH2aBCf6 .mbr-text,
.cid-rlqH2aBCf6 .mbr-section-btn {
  color: #716c80;
}
.cid-rlqH2aBCf6 H3 {
  color: #716c80;
}
.cid-rlqH2aBCf6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqH2aBCf6 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqH2aBCf6 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqH2aBCf6 .link:hover {
  color: #ff9933 !important;
}
.cid-rlqH2aBCf6 .link:hover .link-ico {
  color: #ff9933 !important;
  padding-left: 10px;
}
.cid-rlqH2aBCf6 DIV {
  color: #57468b;
}
.cid-rlqH2aBCf6 .mbr-text,
.cid-rlqH2aBCf6 .media-content {
  color: #232323;
  text-align: center;
}
.cid-rlfcaoP3Hq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlfcaoP3Hq .mbr-section-subtitle {
  color: #767676;
}
.cid-rlfcaoP3Hq .container-table {
  margin: 0 auto;
}
.cid-rlfcaoP3Hq .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rlfcaoP3Hq .dataTables_wrapper {
  display: block;
}
.cid-rlfcaoP3Hq .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rlfcaoP3Hq .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rlfcaoP3Hq table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #006699;
  margin-bottom: 0;
}
.cid-rlfcaoP3Hq table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #006699;
  transition: all .2s;
}
.cid-rlfcaoP3Hq table th:hover {
  background: #006699;
  color: #ffffff;
}
.cid-rlfcaoP3Hq table td {
  border: 1px solid #006699;
}
.cid-rlfcaoP3Hq .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rlfcaoP3Hq .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rlfcaoP3Hq .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rlfcaoP3Hq .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rlfcaoP3Hq .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rlfcaoP3Hq .dataTables_filter {
    text-align: center;
  }
  .cid-rlfcaoP3Hq .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rlfcaoP3Hq .head-item {
  color: #57468b;
  text-align: center;
}
.cid-rlfcaoP3Hq .body-item {
  color: #716c80;
  text-align: center;
}
.cid-rlfcaoP3Hq .mbr-section-title {
  color: #57468b;
}
.cid-rlfcaoP3Hq .head-item1 {
  color: #006699;
}
.cid-rlfcaoP3Hq .body-item1 {
  color: #232323;
}
.cid-rlfaMJWTpm {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../images/mbr-1920x1280.jpg");
}
.cid-rlfaMJWTpm H1 {
  color: #ffffff;
}
.cid-rlfaMJWTpm .mbr-text,
.cid-rlfaMJWTpm .mbr-section-btn {
  color: #ffffff;
}
.cid-rlfaMJWTpm .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rlfaMJWTpm .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rlfaMJWTpm .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rlfaMJWTpm h3,
.cid-rlfaMJWTpm h4 {
  margin: 0;
  padding: 0;
}
.cid-rlfaMJWTpm H3 {
  color: #ffffff;
}
.cid-rlfaMJWTpm H4 {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rlfaMJWTpm .author-box {
    justify-content: center;
  }
}
.cid-rlqERWQ3Jn {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #ffffff;
}
.cid-rlqERWQ3Jn .card-header {
  background: transparent;
}
.cid-rlqERWQ3Jn .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rlqERWQ3Jn .panel-group {
  border-top: 1px solid #006699;
}
.cid-rlqERWQ3Jn .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rlqERWQ3Jn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rlqERWQ3Jn .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rlqERWQ3Jn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rlqERWQ3Jn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rlqERWQ3Jn .card .panel-body {
  color: #767676;
}
.cid-rlqERWQ3Jn h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #006699;
  padding: 1.4rem 1.6rem;
}
.cid-rlqERWQ3Jn H4 {
  color: #006699;
}
.cid-rlqERWQ3Jn H2 {
  color: #006699;
}
.cid-rlqERWQ3Jn .panel-text {
  color: #000000;
}
.cid-ujir0pnKza {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ff9933;
}
.cid-ujir0pnKza .content-inner .left-content {
  display: block;
}
.cid-ujir0pnKza .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-ujir0pnKza .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-ujir0pnKza .content-inner .right-content {
  display: block;
}
.cid-ujir0pnKza .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-ujir0pnKza .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-ujir0pnKza .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-ujir0pnKza .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff9933 !important;
  border-color: #ff9933 !important;
}
@media (max-width: 991px) {
  .cid-ujir0pnKza .content-inner {
    justify-content: center !important;
  }
  .cid-ujir0pnKza * {
    text-align: center;
  }
}
.cid-tIjM9z1o4l {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #006699;
}
.cid-tIjM9z1o4l [class^="socicon-"]:before,
.cid-tIjM9z1o4l [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tIjM9z1o4l .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tIjM9z1o4l .btn-social,
.cid-tIjM9z1o4l .mbr-section-title {
  color: #57468b;
}
.cid-tIjM9z1o4l .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-tIjM9z1o4l .soc-item span {
  font-size: 1.4rem;
  color: #ff9933 !important;
  transition: all 0.3s;
}
.cid-tIjM9z1o4l .soc-item:hover span {
  color: #ff9933 !important;
}
.cid-tIjM9z1o4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjM9z1o4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjM9z1o4l .btn-social,
.cid-tIjM9z1o4l .mbr-section-title {
  color: #ffffff;
}
.cid-tFSjYZ25qO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFSjYZ25qO .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tFSjYZ25qO .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tFSjYZ25qO .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tFSjYZ25qO .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #4b9b86;
}
.cid-tFSjYZ25qO .mbr-text,
.cid-tFSjYZ25qO .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tFSjYZ25qO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFSjs9pXU3 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #006699;
  position: relative;
  overflow: hidden;
}
.cid-tFSjs9pXU3 .container {
  max-width: 1400px;
}
.cid-tFSjs9pXU3 .card-img2 span {
  padding-top: 6px;
}
.cid-tFSjs9pXU3 .soc-item a {
  padding-top: 5px;
}
.cid-tFSjs9pXU3 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tFSjs9pXU3 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-tFSjs9pXU3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tFSjs9pXU3 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tFSjs9pXU3 .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-tFSjs9pXU3 .card-img2 {
  width: 45px;
  height: 45px;
  background: #006699;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tFSjs9pXU3 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tFSjs9pXU3 .soc-item span {
  font-size: 1.4rem;
}
.cid-tFSjs9pXU3 .soc-item:hover span {
  color: #ff9933 !important;
}
.cid-tFSjs9pXU3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tFSjs9pXU3 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tFSjs9pXU3 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tFSjs9pXU3 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFSjs9pXU3 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tFSjs9pXU3 .item {
    justify-content: center;
  }
  .cid-tFSjs9pXU3 .quote::after {
    left: 60px;
  }
}
.cid-tFSjs9pXU3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tFSjs9pXU3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tFSjs9pXU3 .text1 {
  color: #ffffff;
}
.cid-tFSjs9pXU3 .item-title {
  color: #ffffff;
}
.cid-tFSjs9pXU3 H5 {
  color: #ffffff;
}
.cid-tFSjs9pXU3 .theme {
  color: #ffffff;
}
.cid-tFSjs9pXU3 .copyright > p {
  color: #ff3366;
}
.cid-tFSjs9pXU3 .text2 {
  color: #ffffff;
}
.cid-tFSjs9pXU3 .card-img {
  width: auto;
}
.cid-rlfau44JVQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
