.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Mulish', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #087096 !important;
}
.bg-success {
  background-color: #005670 !important;
}
.bg-info {
  background-color: #99ca3c !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #087096 !important;
  border-color: #087096 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #043344 !important;
  border-color: #043344 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #043344 !important;
  border-color: #043344 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fa770c !important;
  border-color: #fa770c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ac4f04 !important;
  border-color: #ac4f04 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ac4f04 !important;
  border-color: #ac4f04 !important;
}
.btn-info,
.btn-info:active {
  background-color: #99ca3c !important;
  border-color: #99ca3c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #678a25 !important;
  border-color: #678a25 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #678a25 !important;
  border-color: #678a25 !important;
}
.btn-success,
.btn-success:active {
  background-color: #005670 !important;
  border-color: #005670 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #001319 !important;
  border-color: #001319 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #001319 !important;
  border-color: #001319 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #087096;
  color: #087096;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #043344 !important;
  background-color: transparent!important;
  border-color: #043344 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #087096 !important;
  border-color: #087096 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fa770c;
  color: #fa770c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ac4f04 !important;
  background-color: transparent!important;
  border-color: #ac4f04 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fa770c !important;
  border-color: #fa770c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #99ca3c;
  color: #99ca3c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #678a25 !important;
  background-color: transparent!important;
  border-color: #678a25 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #99ca3c !important;
  border-color: #99ca3c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #005670;
  color: #005670;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #001319 !important;
  background-color: transparent!important;
  border-color: #001319 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #005670 !important;
  border-color: #005670 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #087096 !important;
}
.text-secondary {
  color: #fa770c !important;
}
.text-success {
  color: #005670 !important;
}
.text-info {
  color: #99ca3c !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #032835 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9d4803 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00080a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5e7e22 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #087096;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #99ca3c;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #087096;
  border-color: #087096;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #087096;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2abef4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00b8f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #edf6dc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #087096 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #087096;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #087096;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #087096;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #087096;
  border-bottom-color: #087096;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #087096 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fa770c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23087096' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tchCfoxw7Z .navbar-dropdown {
  position: relative !important;
}
.cid-tchCfoxw7Z .navbar {
  min-height: 70px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tchCfoxw7Z .navbar.opened {
  transition: all .3s;
}
.cid-tchCfoxw7Z .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tchCfoxw7Z .navbar .navbar-logo img {
  width: auto;
}
.cid-tchCfoxw7Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tchCfoxw7Z .navbar.collapsed {
  justify-content: center;
}
.cid-tchCfoxw7Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tchCfoxw7Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tchCfoxw7Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tchCfoxw7Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  white-space: unset!important;
}
.cid-tchCfoxw7Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tchCfoxw7Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tchCfoxw7Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tchCfoxw7Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tchCfoxw7Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem !important;
    text-align: center;
  }
  .cid-tchCfoxw7Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tchCfoxw7Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tchCfoxw7Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tchCfoxw7Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tchCfoxw7Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tchCfoxw7Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tchCfoxw7Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  width: 405px!important;
}
.cid-tchCfoxw7Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  white-space: unset!important;
  line-height: 1.4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tchCfoxw7Z .dropdown-item:hover,
.cid-tchCfoxw7Z .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-tchCfoxw7Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tchCfoxw7Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tchCfoxw7Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tchCfoxw7Z .nav-link {
  position: relative;
}
.cid-tchCfoxw7Z .container {
  display: flex;
  margin: auto;
}
.cid-tchCfoxw7Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tchCfoxw7Z .dropdown-menu,
.cid-tchCfoxw7Z .navbar.opened {
  background: #ffffff !important;
}
.cid-tchCfoxw7Z .nav-item:focus,
.cid-tchCfoxw7Z .nav-link:focus {
  outline: none;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tchCfoxw7Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tchCfoxw7Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tchCfoxw7Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tchCfoxw7Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tchCfoxw7Z .dropdown-item.active,
.cid-tchCfoxw7Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tchCfoxw7Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tchCfoxw7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tchCfoxw7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tchCfoxw7Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tchCfoxw7Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tchCfoxw7Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tchCfoxw7Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tchCfoxw7Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tchCfoxw7Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tchCfoxw7Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tchCfoxw7Z .navbar {
    height: 70px;
  }
  .cid-tchCfoxw7Z .navbar.opened {
    height: auto;
  }
  .cid-tchCfoxw7Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu a.dropdown-item:hover {
  color: #99ca3c!important;
}
.cid-tchCfoxw7Z .nav-item .nav-link:hover {
  color: #99ca3c!important;
}
.cid-tchCfoxw7Z .navbar .dropdown-item {
  padding: 1rem 1.8rem !important;
}
.cid-tchCfoxw7Z .pr-1 {
  padding-right: .5rem;
  width: 32px;
  height: auto;
  margin: 0 1rem;
}
.cid-ui5AaziSMQ {
  background-color: #000f1a;
  min-height: 70vh!important;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ui5AaziSMQ {
    min-height: 50vh!important;
  }
}
@media (max-width: 778px) {
  .cid-ui5AaziSMQ {
    min-height: 70vh;
    align-items: baseline;
  }
}
.cid-ui5AaziSMQ .carousel {
  width: 100%;
}
.cid-ui5AaziSMQ .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-ui5AaziSMQ .carousel-item img {
  height: 70vh;
  object-fit: cover;
}
.cid-ui5AaziSMQ .carousel-caption {
  bottom: auto;
  top: 50%;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ui5AaziSMQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ui5AaziSMQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ui5AaziSMQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ui5AaziSMQ .item-wrapper {
  width: 100%;
}
.cid-ui5AaziSMQ .intro-style ul li {
  font-size: 2.5rem;
  line-height: 1.5;
  list-style: none;
}
.cid-ui5AaziSMQ .intro-style ul li span {
  font-size: 20px;
  font-weight: bold;
  color: #ffb635;
  margin-left: -35px;
  margin-right: 20px;
}
.cid-ui5AaziSMQ .mbri-laptop {
  font-size: 94px;
  position: relative;
}
.cid-ui5AaziSMQ .mbri-success {
  color: #ffb635;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cid-ui5AaziSMQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ui5AaziSMQ .content-slider-wrap {
    width: 100% !important;
  }
  .cid-ui5AaziSMQ .intro-style ul li {
    font-size: 2rem;
  }
}
.cid-ui5AaziSMQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ui5AaziSMQ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ui5AaziSMQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ui5AaziSMQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ui5AaziSMQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ui5AaziSMQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ui5AaziSMQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ui5AaziSMQ .carousel-indicators li.active,
.cid-ui5AaziSMQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ui5AaziSMQ .carousel-indicators li::after,
.cid-ui5AaziSMQ .carousel-indicators li::before {
  content: none;
}
.cid-ui5AaziSMQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ui5AaziSMQ .carousel-indicators {
    display: none !important;
  }
}
.cid-ui5AaziSMQ .full-screen .slider-fullscreen-image {
  min-height: 70vh;
  background-repeat: no-repeat;
  background-position: 57% 50%;
  background-size: cover;
}
.cid-ui5AaziSMQ .full-screen .slider-fullscreen-image-1 {
  background-position: 42% 50%;
}
.cid-ui5AaziSMQ .full-screen .slider-fullscreen-image-2 {
  background-position: 53% 50%;
}
.cid-ui5AaziSMQ .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;
}
.cid-ui5AaziSMQ .container-slide.container {
  width: 100%;
  min-height: 70vh;
  padding: 0;
}
.cid-ui5AaziSMQ .border-gradient {
  border: 4px solid;
  border-image-slice: 1;
  border-width: 2px;
}
.cid-ui5AaziSMQ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ui5AaziSMQ .container img {
  width: 100%;
}
.cid-ui5AaziSMQ .image_wrapper {
  width: 100%;
  height: 100%;
}
.cid-ui5AaziSMQ .image_wrapper > a {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 778px) {
  .cid-ui5AaziSMQ .container-slide.container {
    min-height: 50vh;
  }
  .cid-ui5AaziSMQ .full-screen .slider-fullscreen-image {
    min-height: 50vh;
  }
  .cid-ui5AaziSMQ .intro-style ul li {
    font-size: 1.4rem;
  }
  .cid-ui5AaziSMQ .carousel-caption {
    margin-left: 1.5rem;
  }
}
.cid-ui5AaziSMQ .mbr-section-subtitle {
  color: #99ca3c;
}
.cid-ui5AaziSMQ .display-1 {
  line-height: 1.3;
}
.cid-ui5AaziSMQ .subtitle {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 1.3rem;
}
.cid-ui5AaziSMQ .display-7 {
  line-height: 1.7;
  margin-top: 1.2rem;
}
.cid-ui5AaziSMQ H3 {
  color: #ffffff;
}
.cid-ui5AaziSMQ H1 {
  color: #ffffff;
}
.cid-ui5AaziSMQ P {
  color: #ffffff;
}
.cid-tbfmz55I0K {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tbfmz55I0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbfmz55I0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tbfmz55I0K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tbfmz55I0K img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tbfmz55I0K .text-wrapper {
    padding: 0rem;
  }
}
.cid-tbfmz55I0K .subtitle {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.cid-tbfmz55I0K .mbr-section-subtitle {
  color: #747474;
}
.cid-tbfmz55I0K .mbr-text {
  color: #232323;
}
.cid-tbfmz55I0K .title .num {
  width: 100%;
  display: block;
}
.cid-tbfmz55I0K .title .card-title {
  z-index: 1;
}
.cid-tbfmz55I0K .num {
  color: #353535;
  font-size: 2.8rem;
}
.cid-tbfmz55I0K .card-text {
  color: #353535;
}
.cid-tbfmz55I0K .div-wrapper {
  padding-right: 2rem;
}
.cid-tbfmz55I0K .image-wrapper {
  margin-left: 2rem;
}
.cid-tbfmz55I0K .display-7 {
  line-height: 1.7;
}
@media (max-width: 767px) {
  .cid-tbfmz55I0K * {
    margin: auto;
  }
  .cid-tbfmz55I0K .content-column {
    margin-bottom: 2rem;
  }
  .cid-tbfmz55I0K .text-wrapper {
    margin-top: 2rem;
  }
  .cid-tbfmz55I0K .card {
    margin-left: 0!important;
  }
  .cid-tbfmz55I0K .image-wrapper {
    margin-top: 1.5rem;
    margin-left: 0;
  }
  .cid-tbfmz55I0K .mbr-section-title {
    font-size: 2rem;
    line-height: 1.2;
  }
  .cid-tbfmz55I0K .num {
    font-size: 3rem;
    padding-bottom: 1rem;
  }
  .cid-tbfmz55I0K .subtitle {
    font-size: 0.8rem;
    margin-bottom: 0!important;
    letter-spacing: 0;
  }
  .cid-tbfmz55I0K .p-4 {
    padding-bottom: 1rem!important;
    padding-top: 1rem!important;
    padding-left: 0!important;
  }
  .cid-tbfmz55I0K .div-wrapper {
    padding-right: 0 !important;
  }
}
.cid-tgyh0jOaCW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgyh0jOaCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgyh0jOaCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgyh0jOaCW H5 {
  color: #878787;
  text-align: center;
}
.cid-tgyh0jOaCW .display-7 {
  line-height: 1.7;
}
.cid-tgyh0jOaCW .item-title {
  text-align: left;
}
.cid-tgyh0jOaCW .item-subtitle {
  text-align: left;
}
.cid-tgyh0jOaCW .subtitle {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.cid-tgyh0jOaCW H2 {
  color: #8f8f8f;
}
@media (max-width: 767px) {
  .cid-tgyh0jOaCW .mbr-section-title {
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
    padding-left: 1rem;
  }
  .cid-tgyh0jOaCW .subtitle {
    font-size: 0.8rem;
    margin-bottom: 0!important;
    letter-spacing: 0;
    text-align: left;
    padding-left: 1rem;
  }
}
.cid-tgxMxgOxQQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tgxMxgOxQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgxMxgOxQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tgxMxgOxQQ .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tgxMxgOxQQ .text-wrapper {
    padding: 1rem 2rem;
  }
}
.cid-tgxMxgOxQQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tgxMxgOxQQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tgxMxgOxQQ .item-content {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(0, 11, 40, 0.06);
  border: 1px solid rgba(33, 40, 50, 0.125);
}
.cid-tgxMxgOxQQ .display-7 {
  line-height: 1.7;
}
.cid-tgxMxgOxQQ ul {
  margin-bottom: 1rem;
}
.cid-tgxMxgOxQQ ul li {
  margin-left: -1rem;
  line-height: 1.7;
}
.cid-tgxMxgOxQQ .item-footer {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tgxMxgOxQQ .item-footer {
    margin-bottom: 3rem;
  }
  .cid-tgxMxgOxQQ .mbr-section-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.cid-tgy6wctkq6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgy6wctkq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgy6wctkq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tgy6wctkq6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgy6wctkq6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tgy6wctkq6 .text-wrapper {
    padding: 2rem 2rem 2rem 4rem;
  }
}
.cid-tgy6wctkq6 .item-content {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(0, 11, 40, 0.06);
  border: 1px solid rgba(33, 40, 50, 0.125);
}
.cid-tgy6wctkq6 .display-7 {
  line-height: 1.7;
}
.cid-tgy6wctkq6 ul {
  margin-bottom: 1rem;
}
.cid-tgy6wctkq6 ul li {
  margin-left: -1rem;
  line-height: 1.7;
}
.cid-tgy6wctkq6 .row {
  flex-direction: row-reverse;
}
.cid-tgy6wctkq6 .item-footer {
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .cid-tgy6wctkq6 .item-footer {
    margin-bottom: 3rem;
    margin-left: 2rem;
  }
  .cid-tgy6wctkq6 .mbr-section-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .cid-tgy6wctkq6 .text-wrapper {
    padding: 1rem 2rem;
  }
}
.cid-tgyg3DxCIM {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tgyg3DxCIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgyg3DxCIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tgyg3DxCIM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgyg3DxCIM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tgyg3DxCIM .text-wrapper {
    padding: 2rem;
  }
}
.cid-tgyg3DxCIM .item-content {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(0, 11, 40, 0.06);
  border: 1px solid rgba(33, 40, 50, 0.125);
}
.cid-tgyg3DxCIM .display-7 {
  line-height: 1.7;
}
.cid-tgyg3DxCIM ul {
  margin-bottom: 1rem;
}
.cid-tgyg3DxCIM ul li {
  margin-left: -1rem;
  line-height: 1.7;
}
.cid-tgyg3DxCIM .item-footer {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tgyg3DxCIM .item-footer {
    margin-bottom: 3rem;
  }
  .cid-tgyg3DxCIM .mbr-section-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .cid-tgyg3DxCIM .text-wrapper {
    padding: 1rem 2rem;
  }
}
.cid-tgyg3ZZR8H {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tgyg3ZZR8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgyg3ZZR8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tgyg3ZZR8H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgyg3ZZR8H img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tgyg3ZZR8H .text-wrapper {
    padding: 2rem 2rem 2rem 4rem;
  }
}
.cid-tgyg3ZZR8H .item-content {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(0, 11, 40, 0.06);
  border: 1px solid rgba(33, 40, 50, 0.125);
}
.cid-tgyg3ZZR8H .display-7 {
  line-height: 1.7;
}
.cid-tgyg3ZZR8H ul {
  margin-bottom: 1rem;
}
.cid-tgyg3ZZR8H ul li {
  margin-left: -1rem;
  line-height: 1.7;
}
.cid-tgyg3ZZR8H .row {
  flex-direction: row-reverse;
}
.cid-tgyg3ZZR8H .item-footer {
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .cid-tgyg3ZZR8H {
    padding-bottom: 3rem;
  }
  .cid-tgyg3ZZR8H .item-footer {
    margin-bottom: 3rem;
    margin-left: 2rem;
  }
  .cid-tgyg3ZZR8H .mbr-section-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .cid-tgyg3ZZR8H .text-wrapper {
    padding: 1rem 2rem;
  }
}
.cid-teQERbqqKW {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg2.jpg");
  background-position: 50% 156%;
  background-repeat: no-repeat;
  background-size: 100% 121%;
}
.cid-teQERbqqKW .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-teQERbqqKW img,
.cid-teQERbqqKW .item-img {
  width: 100%;
}
.cid-teQERbqqKW .item:focus,
.cid-teQERbqqKW span:focus {
  outline: none;
}
.cid-teQERbqqKW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teQERbqqKW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(0, 11, 40, 0.06);
  border: 1px solid rgba(33, 40, 50, 0.125);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teQERbqqKW .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-teQERbqqKW .item-wrapper .item-footer {
    padding: 0 4rem 3rem;
  }
}
.cid-teQERbqqKW .item-wrapper .item-img img {
  border: 1px solid #ededed;
}
@media (max-width: 991px) {
  .cid-teQERbqqKW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-teQERbqqKW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-teQERbqqKW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teQERbqqKW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-teQERbqqKW .mbr-text,
.cid-teQERbqqKW .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-teQERbqqKW .item-title {
  text-align: left;
}
.cid-teQERbqqKW .item-subtitle {
  text-align: left;
}
.cid-teQERbqqKW .item-top img {
  width: 80px;
  position: absolute;
  top: -9px;
  left: 37px;
}
.cid-teQERbqqKW .item-top .partner-thumb img {
  width: 178px!important;
  margin-top: 1rem;
  z-index: 1000;
  position: absolute;
  top: -14px;
  left: 37px;
}
.cid-teQERbqqKW .item-top .partner-thumb-2 img {
  width: 200px!important;
  z-index: 1000;
  position: absolute;
  top: -11px;
  left: 37px;
}
.cid-teQERbqqKW .item-top .partner-thumb-3 img {
  width: 105px!important;
  margin-top: 1rem;
  z-index: 1000;
  position: absolute;
  top: -29px;
  left: 37px;
}
@media (min-width: 768px) {
  .cid-teQERbqqKW .item-top {
    padding: 3rem 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-teQERbqqKW .item-top {
    padding: 1rem;
  }
}
.cid-teQERbqqKW .icon-wrapper {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.cid-teQERbqqKW .icon-wrapper:before {
  top: 0;
  left: 28%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 68px;
  height: 86px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 86%, 0% 100%);
}
.cid-teQERbqqKW .card-title {
  color: #353535;
  line-height: 1.4;
  text-align: left;
}
.cid-teQERbqqKW .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-teQERbqqKW .subtitle {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.cid-teQERbqqKW .hex {
  width: 84px;
  height: 48px;
  position: relative;
  display: inline-block;
  left: 0;
}
.cid-teQERbqqKW .hex:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 24px solid;
  border-color: inherit;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  position: absolute;
  top: -24px;
}
.cid-teQERbqqKW .hex:after {
  content: '';
  width: 0;
  position: absolute;
  bottom: -24px;
  border-top: 24px solid;
  border-color: inherit;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
}
.cid-teQERbqqKW .hex-col-1 {
  background-color: #e8e3ff !important;
  border-color: #e8e3ff !important;
}
.cid-teQERbqqKW .hex-col-2 {
  background-color: #eef3f8 !important;
  border-color: #eef3f8 !important;
}
.cid-teQERbqqKW .hex-col-3 {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.cid-teQERbqqKW .hex-col-4 {
  background-color: #ffdfd5 !important;
  border-color: #ffdfd5 !important;
}
.cid-teQERbqqKW .hex-col-5 {
  background-color: #fff4e5 !important;
  border-color: #fff4e5 !important;
}
.cid-teQERbqqKW .hex-col-6 {
  background-color: #ebf4d9 !important;
  border-color: #ebf4d9 !important;
}
.cid-teQERbqqKW .hex-col-7 {
  background-color: #e1f0ff !important;
  border-color: #e1f0ff !important;
}
.cid-teQERbqqKW .hex-col-8 {
  background-color: rgba(118, 155, 250, 0.2) !important;
  border-color: rgba(118, 155, 250, 0.2) !important;
}
.cid-teQERbqqKW H5 {
  color: #878787;
  text-align: center;
}
.cid-teQERbqqKW .display-7 {
  line-height: 1.7;
}
.cid-teQERbqqKW ul {
  margin-bottom: 1rem;
}
.cid-teQERbqqKW ul li {
  margin-left: -1rem;
  line-height: 1.7;
}
.cid-teQERbqqKW .box {
  width: 100%;
  height: 49%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-teQERbqqKW {
    padding-top: 1.5rem;
  }
  .cid-teQERbqqKW .item-top {
    padding-top: 3rem;
  }
  .cid-teQERbqqKW .mbr-section-title {
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
    padding-left: 1rem;
  }
  .cid-teQERbqqKW .subtitle {
    font-size: 0.8rem;
    margin-bottom: 0!important;
    letter-spacing: 0;
    text-align: left;
    padding-left: 1rem;
  }
  .cid-teQERbqqKW .item-wrapper .item-content {
    padding: 1rem 2rem;
  }
  .cid-teQERbqqKW .card-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .cid-teQERbqqKW .item-wrapper .item-footer {
    padding: 0rem 2rem 3rem;
  }
  .cid-teQERbqqKW h5.mb-4 {
    margin-bottom: 1rem!important;
  }
}
.cid-teQERbqqKW .item-top1 {
  width: 60%;
}
@media (min-width: 768px) {
  .cid-teQERbqqKW .rsp {
    width: 40%;
  }
}
.cid-tXPYodeyk0 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXPYodeyk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXPYodeyk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXPYodeyk0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXPYodeyk0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXPYodeyk0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tXPYodeyk0 .item-content {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(0, 11, 40, 0.06);
  border: 1px solid rgba(33, 40, 50, 0.125);
}
.cid-tXPYodeyk0 .display-7 {
  line-height: 1.7;
}
.cid-tXPYodeyk0 ul {
  margin-bottom: 1rem;
}
.cid-tXPYodeyk0 ul li {
  margin-left: -1rem;
  line-height: 1.7;
}
.cid-tXPYodeyk0 .item-footer {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tXPYodeyk0 .item-footer {
    margin-bottom: 3rem;
  }
  .cid-tXPYodeyk0 .mbr-section-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .cid-tXPYodeyk0 .text-wrapper {
    padding: 1rem 2rem;
  }
}
.cid-tbZVOVDP9b {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tbZVOVDP9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbZVOVDP9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbZVOVDP9b .video-wrapper iframe {
  width: 100%;
}
.cid-tbZVOVDP9b .mbr-section-title,
.cid-tbZVOVDP9b .mbr-section-subtitle,
.cid-tbZVOVDP9b .mbr-text {
  text-align: center;
}
.cid-tbZVOVDP9b .mbr-section-subtitle {
  text-align: center;
}
.cid-tbZVOVDP9b .mbr-section-title {
  text-align: center;
}
.cid-tbZVOVDP9b .header-description {
  margin: 0% 20% 0% 0%;
  padding-left: 20px;
}
.cid-tbZVOVDP9b .draw-line {
  content: '';
  left: 0;
  top: 3px;
  width: 4px;
  height: 1.2rem;
  display: flex;
  background: #89bc26;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  animation: start-draw 1.5s ease forwards;
}
@media (max-width: 767px) {
  .cid-tbZVOVDP9b {
    padding-top: 1.5rem;
  }
  .cid-tbZVOVDP9b .mbr-section-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.cid-tgHUxuidOK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-position: 36% 50%;
  background-image: url("../../../assets/images/bg-testimonial.jpg");
}
.cid-tgHUxuidOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgHUxuidOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: 36% center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgHUxuidOK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 650px;
  max-width: 650px;
}
@media (max-width: 768px) {
  .cid-tgHUxuidOK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tgHUxuidOK .embla__button--next,
.cid-tgHUxuidOK .embla__button--prev {
  display: flex;
}
.cid-tgHUxuidOK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tgHUxuidOK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tgHUxuidOK .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tgHUxuidOK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tgHUxuidOK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tgHUxuidOK .embla__button {
    top: auto;
  }
}
.cid-tgHUxuidOK .user_image {
  width: 150px;
  height: 90px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-tgHUxuidOK .user_image .item-wrapper {
  width: 150px;
  height: 90px;
}
.cid-tgHUxuidOK .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  border: 1px solid #E8E8E8;
  background-color: #ffffff;
}
@media (max-width: 230px) {
  .cid-tgHUxuidOK .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tgHUxuidOK .embla {
  position: relative;
  width: 100%;
}
.cid-tgHUxuidOK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tgHUxuidOK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tgHUxuidOK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tgHUxuidOK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tgHUxuidOK H3 {
  color: #ffffff;
}
.cid-tgHUxuidOK .user_text {
  color: #ffffff;
}
.cid-tgHUxuidOK .user_name {
  color: #99ca3c;
}
.cid-tgHUxuidOK .user_desk {
  color: #bbbbbb;
}
.cid-tgHUxuidOK .display-5 {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .cid-tgHUxuidOK {
    padding-top: 3rem;
  }
  .cid-tgHUxuidOK .mbr-section-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .cid-tgHUxuidOK .mt-4 {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
  .cid-tgHUxuidOK .display-5 {
    font-size: 1rem;
  }
}
.cid-tc1PfdQXP3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tc1PfdQXP3 img,
.cid-tc1PfdQXP3 .item-img {
  height: 240px!important;
  height: 200px;
  object-fit: cover;
}
.cid-tc1PfdQXP3 .item:focus,
.cid-tc1PfdQXP3 span:focus {
  outline: none;
}
.cid-tc1PfdQXP3 .item-wrapper {
  position: relative;
}
.cid-tc1PfdQXP3 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #CCCACA;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tc1PfdQXP3 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tc1PfdQXP3 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tc1PfdQXP3 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tc1PfdQXP3 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tc1PfdQXP3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tc1PfdQXP3 .mbr-section-title {
  color: #232323;
}
.cid-tc1PfdQXP3 .mbr-text,
.cid-tc1PfdQXP3 .mbr-section-btn {
  text-align: left;
}
.cid-tc1PfdQXP3 .item-title {
  text-align: left;
  color: #878787;
}
.cid-tc1PfdQXP3 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tc1PfdQXP3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tc1PfdQXP3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tc1PfdQXP3 .embla__button--next,
.cid-tc1PfdQXP3 .embla__button--prev {
  display: flex;
}
.cid-tc1PfdQXP3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tc1PfdQXP3 .embla__button {
    display: none;
  }
}
.cid-tc1PfdQXP3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tc1PfdQXP3 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tc1PfdQXP3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tc1PfdQXP3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tc1PfdQXP3 .embla__button {
    top: auto;
  }
}
.cid-tc1PfdQXP3 .embla {
  position: relative;
  width: 100%;
}
.cid-tc1PfdQXP3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tc1PfdQXP3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tc1PfdQXP3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tc1PfdQXP3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tc1PfdQXP3 .slide-content-1 {
  background-image: ;
  background-color: #1D2733;
  color: #ffffff;
}
.cid-tc1PfdQXP3 .header-slide-style {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tc1PfdQXP3 {
    padding-top: 2rem;
  }
}
.cid-tc1PfdQXP3 a.text-primary.link-title-black:link,
.cid-tc1PfdQXP3 a.text-primary.link-title-black:visited,
.cid-tc1PfdQXP3 a.text-primary.link-title-black:active {
  color: #232323!important;
  text-decoration: none!important;
  font-weight: bold;
  transition: none!important;
  background-image: none !important;
  background-position: 0 !important;
}
.cid-tc1PfdQXP3 a.text-primary.link-title-black:hover {
  color: #232323!important;
  text-decoration: none!important;
  transition: none;
  background-image: none !important;
  background-position: 0 !important;
}
.cid-tc1PfdQXP3 a.text-primary.link-title-white:link,
.cid-tc1PfdQXP3 a.text-primary.link-title-white:visited,
.cid-tc1PfdQXP3 a.text-primary.link-title-white:active {
  color: #ffffff!important;
  text-decoration: none!important;
  font-weight: bold;
  transition: none!important;
  background-image: none !important;
  background-position: 0 !important;
}
.cid-tc1PfdQXP3 a.text-primary.link-title-white:hover {
  color: #ffffff!important;
  text-decoration: none!important;
  transition: none;
  background-image: none !important;
  background-position: 0 !important;
}
.cid-tc1PfdQXP3 .item-content .display-5 {
  line-height: 1.3;
}
.cid-tc7blbO9aj {
  min-height: 45vh;
  background-image: url("../../../assets/images/pic-5-1285x735.jpg");
}
.cid-tc7blbO9aj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tc7blbO9aj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tc7blbO9aj .subtitle {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.cid-tc7blbO9aj .display-2 {
  line-height: 1.4;
}
.cid-tc7blbO9aj .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-thoRa4FC52 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-thoRa4FC52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thoRa4FC52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thoRa4FC52 .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thoRa4FC52 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thoRa4FC52 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thoRa4FC52 .card-wrapper {
    padding: 4rem;
  }
}
.cid-thoRa4FC52 .mbr-text,
.cid-thoRa4FC52 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thoRa4FC52 .card-title,
.cid-thoRa4FC52 .card-box {
  text-align: left;
}
.cid-thoRa4FC52 .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-thoRa4FC52 .mbr-section-btn {
    text-align: left;
  }
  .cid-thoRa4FC52 .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-thoRa4FC52 .copyright-style {
  color: #bbbbbb;
}
.cid-tchCfoxw7Z .navbar-dropdown {
  position: relative !important;
}
.cid-tchCfoxw7Z .navbar {
  min-height: 70px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tchCfoxw7Z .navbar.opened {
  transition: all .3s;
}
.cid-tchCfoxw7Z .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tchCfoxw7Z .navbar .navbar-logo img {
  width: auto;
}
.cid-tchCfoxw7Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tchCfoxw7Z .navbar.collapsed {
  justify-content: center;
}
.cid-tchCfoxw7Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tchCfoxw7Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tchCfoxw7Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tchCfoxw7Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  white-space: unset!important;
}
.cid-tchCfoxw7Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tchCfoxw7Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tchCfoxw7Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tchCfoxw7Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tchCfoxw7Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem !important;
    text-align: center;
  }
  .cid-tchCfoxw7Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tchCfoxw7Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tchCfoxw7Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tchCfoxw7Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tchCfoxw7Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tchCfoxw7Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tchCfoxw7Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  width: 405px!important;
}
.cid-tchCfoxw7Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  white-space: unset!important;
  line-height: 1.4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tchCfoxw7Z .dropdown-item:hover,
.cid-tchCfoxw7Z .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-tchCfoxw7Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tchCfoxw7Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tchCfoxw7Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tchCfoxw7Z .nav-link {
  position: relative;
}
.cid-tchCfoxw7Z .container {
  display: flex;
  margin: auto;
}
.cid-tchCfoxw7Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tchCfoxw7Z .dropdown-menu,
.cid-tchCfoxw7Z .navbar.opened {
  background: #ffffff !important;
}
.cid-tchCfoxw7Z .nav-item:focus,
.cid-tchCfoxw7Z .nav-link:focus {
  outline: none;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tchCfoxw7Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tchCfoxw7Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tchCfoxw7Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tchCfoxw7Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tchCfoxw7Z .dropdown-item.active,
.cid-tchCfoxw7Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tchCfoxw7Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tchCfoxw7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tchCfoxw7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tchCfoxw7Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tchCfoxw7Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tchCfoxw7Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tchCfoxw7Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tchCfoxw7Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tchCfoxw7Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tchCfoxw7Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tchCfoxw7Z .navbar {
    height: 70px;
  }
  .cid-tchCfoxw7Z .navbar.opened {
    height: auto;
  }
  .cid-tchCfoxw7Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu a.dropdown-item:hover {
  color: #99ca3c!important;
}
.cid-tchCfoxw7Z .nav-item .nav-link:hover {
  color: #99ca3c!important;
}
.cid-tchCfoxw7Z .navbar .dropdown-item {
  padding: 1rem 1.8rem !important;
}
.cid-tchCfoxw7Z .pr-1 {
  padding-right: .5rem;
  width: 32px;
  height: auto;
  margin: 0 1rem;
}
.cid-so2nL6Joe7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-thoUo7S9ON {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-thoUo7S9ON .mbr-fallback-image.disabled {
  display: none;
}
.cid-thoUo7S9ON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thoUo7S9ON .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thoUo7S9ON .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thoUo7S9ON .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thoUo7S9ON .card-wrapper {
    padding: 4rem;
  }
}
.cid-thoUo7S9ON .mbr-text,
.cid-thoUo7S9ON .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thoUo7S9ON .card-title,
.cid-thoUo7S9ON .card-box {
  text-align: left;
}
.cid-thoUo7S9ON .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-thoUo7S9ON .mbr-section-btn {
    text-align: left;
  }
  .cid-thoUo7S9ON .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-thoUo7S9ON .copyright-style {
  color: #bbbbbb;
}
.cid-tchCfoxw7Z .navbar-dropdown {
  position: relative !important;
}
.cid-tchCfoxw7Z .navbar {
  min-height: 70px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tchCfoxw7Z .navbar.opened {
  transition: all .3s;
}
.cid-tchCfoxw7Z .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tchCfoxw7Z .navbar .navbar-logo img {
  width: auto;
}
.cid-tchCfoxw7Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tchCfoxw7Z .navbar.collapsed {
  justify-content: center;
}
.cid-tchCfoxw7Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tchCfoxw7Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tchCfoxw7Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tchCfoxw7Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  white-space: unset!important;
}
.cid-tchCfoxw7Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tchCfoxw7Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tchCfoxw7Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tchCfoxw7Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tchCfoxw7Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem !important;
    text-align: center;
  }
  .cid-tchCfoxw7Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tchCfoxw7Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tchCfoxw7Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tchCfoxw7Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tchCfoxw7Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tchCfoxw7Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tchCfoxw7Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  width: 405px!important;
}
.cid-tchCfoxw7Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  white-space: unset!important;
  line-height: 1.4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tchCfoxw7Z .dropdown-item:hover,
.cid-tchCfoxw7Z .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-tchCfoxw7Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tchCfoxw7Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tchCfoxw7Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tchCfoxw7Z .nav-link {
  position: relative;
}
.cid-tchCfoxw7Z .container {
  display: flex;
  margin: auto;
}
.cid-tchCfoxw7Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tchCfoxw7Z .dropdown-menu,
.cid-tchCfoxw7Z .navbar.opened {
  background: #ffffff !important;
}
.cid-tchCfoxw7Z .nav-item:focus,
.cid-tchCfoxw7Z .nav-link:focus {
  outline: none;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tchCfoxw7Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tchCfoxw7Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tchCfoxw7Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tchCfoxw7Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tchCfoxw7Z .dropdown-item.active,
.cid-tchCfoxw7Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tchCfoxw7Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tchCfoxw7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tchCfoxw7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tchCfoxw7Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tchCfoxw7Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tchCfoxw7Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tchCfoxw7Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tchCfoxw7Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tchCfoxw7Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tchCfoxw7Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tchCfoxw7Z .navbar {
    height: 70px;
  }
  .cid-tchCfoxw7Z .navbar.opened {
    height: auto;
  }
  .cid-tchCfoxw7Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu a.dropdown-item:hover {
  color: #99ca3c!important;
}
.cid-tchCfoxw7Z .nav-item .nav-link:hover {
  color: #99ca3c!important;
}
.cid-tchCfoxw7Z .navbar .dropdown-item {
  padding: 1rem 1.8rem !important;
}
.cid-tchCfoxw7Z .pr-1 {
  padding-right: .5rem;
  width: 32px;
  height: auto;
  margin: 0 1rem;
}
.cid-sUhCOiSpTV {
  min-height: 65vh;
  background-image: url("../../../assets/images/research-cover.jpg");
}
.cid-sUhCOiSpTV .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sUi3Kq9tlX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUhCOjGaAt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/blog-data-management-integration.jpg");
}
.cid-sUhCOjGaAt .mbr-text,
.cid-sUhCOjGaAt .mbr-section-btn {
  color: #232323;
}
.cid-sUhCOjGaAt .card-title,
.cid-sUhCOjGaAt .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-sUhCOjGaAt .mbr-text,
.cid-sUhCOjGaAt .link-wrap {
  color: #ffffff;
}
.cid-sUhCOjGaAt .btn-secondary {
  font-size: ;
}
.cid-sUhCOjRCNj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUhCOjRCNj img,
.cid-sUhCOjRCNj .item-img {
  width: 100%;
}
.cid-sUhCOjRCNj .item:focus,
.cid-sUhCOjRCNj span:focus {
  outline: none;
}
.cid-sUhCOjRCNj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUhCOjRCNj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f6f6f6;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sUhCOjRCNj .item-wrapper .item-content {
    padding: 2rem;
  }
}
.cid-sUhCOjRCNj .item-wrapper .item-img img {
  border: 1px solid #ededed;
}
@media (max-width: 991px) {
  .cid-sUhCOjRCNj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sUhCOjRCNj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sUhCOjRCNj .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sUhCOjRCNj .mbr-text,
.cid-sUhCOjRCNj .mbr-section-btn {
  text-align: left;
}
.cid-sUhCOjRCNj .item-title {
  text-align: left;
}
.cid-sUhCOjRCNj .item-subtitle {
  text-align: left;
}
.cid-sUi4EiQy02 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUi4EiQy02 img,
.cid-sUi4EiQy02 .item-img {
  width: 100%;
}
.cid-sUi4EiQy02 .item:focus,
.cid-sUi4EiQy02 span:focus {
  outline: none;
}
.cid-sUi4EiQy02 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUi4EiQy02 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f6f6f6;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sUi4EiQy02 .item-wrapper .item-content {
    padding: 2rem;
  }
}
.cid-sUi4EiQy02 .item-wrapper .item-img img {
  border: 1px solid #ededed;
}
@media (max-width: 991px) {
  .cid-sUi4EiQy02 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sUi4EiQy02 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sUi4EiQy02 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sUi4EiQy02 .mbr-text,
.cid-sUi4EiQy02 .mbr-section-btn {
  text-align: left;
}
.cid-sUi4EiQy02 .item-title {
  text-align: left;
}
.cid-sUi4EiQy02 .item-subtitle {
  text-align: left;
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-thoSxEVzSO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-thoSxEVzSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-thoSxEVzSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thoSxEVzSO .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thoSxEVzSO .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thoSxEVzSO .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thoSxEVzSO .card-wrapper {
    padding: 4rem;
  }
}
.cid-thoSxEVzSO .mbr-text,
.cid-thoSxEVzSO .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thoSxEVzSO .card-title,
.cid-thoSxEVzSO .card-box {
  text-align: left;
}
.cid-thoSxEVzSO .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-thoSxEVzSO .mbr-section-btn {
    text-align: left;
  }
  .cid-thoSxEVzSO .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-thoSxEVzSO .copyright-style {
  color: #bbbbbb;
}
.cid-thj74NOYrS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 84px;
}
.cid-thj74NOYrS nav.navbar {
  position: fixed;
}
.cid-thj74NOYrS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj74NOYrS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-thj74NOYrS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thj74NOYrS .dropdown-item:hover,
.cid-thj74NOYrS .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-thj74NOYrS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thj74NOYrS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thj74NOYrS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-thj74NOYrS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thj74NOYrS .nav-link {
  position: relative;
}
.cid-thj74NOYrS .container {
  display: flex;
  margin: auto;
}
.cid-thj74NOYrS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thj74NOYrS .dropdown-menu,
.cid-thj74NOYrS .navbar.opened {
  background: #ffffff !important;
}
.cid-thj74NOYrS .nav-item:focus,
.cid-thj74NOYrS .nav-link:focus {
  outline: none;
}
.cid-thj74NOYrS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thj74NOYrS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thj74NOYrS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-thj74NOYrS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj74NOYrS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thj74NOYrS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thj74NOYrS .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-thj74NOYrS .navbar.opened {
  transition: all .3s;
}
.cid-thj74NOYrS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-thj74NOYrS .navbar .navbar-logo img {
  width: auto;
}
.cid-thj74NOYrS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thj74NOYrS .navbar.collapsed {
  justify-content: center;
}
.cid-thj74NOYrS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thj74NOYrS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thj74NOYrS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thj74NOYrS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thj74NOYrS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thj74NOYrS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thj74NOYrS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thj74NOYrS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thj74NOYrS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thj74NOYrS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thj74NOYrS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thj74NOYrS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thj74NOYrS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thj74NOYrS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thj74NOYrS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thj74NOYrS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thj74NOYrS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thj74NOYrS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thj74NOYrS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thj74NOYrS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thj74NOYrS .navbar.navbar-short {
  min-height: 84px;
}
.cid-thj74NOYrS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thj74NOYrS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thj74NOYrS .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thj74NOYrS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thj74NOYrS .navbar-brand .navbar-logo a {
  outline: none;
  padding: 0 0.75rem;
}
.cid-thj74NOYrS .dropdown-item.active,
.cid-thj74NOYrS .dropdown-item:active {
  background-color: transparent;
}
.cid-thj74NOYrS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thj74NOYrS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thj74NOYrS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thj74NOYrS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thj74NOYrS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thj74NOYrS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thj74NOYrS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thj74NOYrS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thj74NOYrS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thj74NOYrS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj74NOYrS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thj74NOYrS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thj74NOYrS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj74NOYrS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thj74NOYrS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thj74NOYrS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thj74NOYrS .navbar {
    height: 77px;
  }
  .cid-thj74NOYrS .navbar.opened {
    height: auto;
  }
  .cid-thj74NOYrS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8euleJ4FD {
  background-image: url("../../../assets/images/cover-recruiter-10.jpg");
  min-height: 68vh;
}
.cid-t8euleJ4FD .btn {
  padding: 1rem 3rem;
}
.cid-t8euleJ4FD .mbr-section-title {
  color: #353535;
}
.cid-t8euleJ4FD .mbr-text,
.cid-t8euleJ4FD .mbr-section-btn {
  color: #353535;
}
.cid-ta24ihZWOg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-ta24ihZWOg .mbr-section-title {
  color: #353535;
}
.cid-ta24ihZWOg .mbr-section-subtitle {
  color: #0073b1;
}
@media (max-width: 768px) {
  .cid-ta24ihZWOg {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
  }
}
.cid-t8eulMLvQY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t8eulMLvQY .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t8eulMLvQY .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t8eulMLvQY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8eulMLvQY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8eulMLvQY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8eulMLvQY .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-t8eulMLvQY .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t8eulMLvQY .card-title {
  color: #353535;
}
.cid-t8eulMLvQY ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8eulMLvQY li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8eulMLvQY .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8eulMLvQY .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8eulMLvQY .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8eulMLvQY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8eulMLvQY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8eulMLvQY .carousel-indicators li.active,
.cid-t8eulMLvQY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8eulMLvQY .carousel-indicators li::after,
.cid-t8eulMLvQY .carousel-indicators li::before {
  content: none;
}
.cid-t8eulMLvQY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8eulMLvQY .carousel-indicators {
    display: none !important;
  }
}
.cid-t8eulMLvQY .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8eulMLvQY .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8eulMLvQY .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8eulMLvQY .btn-warning-outline {
  border-width: thin;
}
.cid-t8eulMLvQY .btn {
  padding: 0.3rem 1.2rem  0.4rem;
}
@media (max-width: 768px) {
  .cid-t8eulMLvQY {
    padding-bottom: 0rem;
  }
  .cid-t8eulMLvQY .carousel-item img {
    margin-bottom: 2rem;
  }
}
.cid-t8eumwUL0v {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t8eumwUL0v .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8eumwUL0v .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8eumwUL0v .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8eumwUL0v .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8eumwUL0v .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-t8eumwUL0v .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t8eumwUL0v .card-title {
  color: #353535;
}
.cid-t8eumwUL0v ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8eumwUL0v li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8eumwUL0v .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8eumwUL0v .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8eumwUL0v .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8eumwUL0v .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8eumwUL0v .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8eumwUL0v .carousel-indicators li.active,
.cid-t8eumwUL0v .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8eumwUL0v .carousel-indicators li::after,
.cid-t8eumwUL0v .carousel-indicators li::before {
  content: none;
}
.cid-t8eumwUL0v .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8eumwUL0v .carousel-indicators {
    display: none !important;
  }
}
.cid-t8eumwUL0v .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8eumwUL0v .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8eumwUL0v .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8eumwUL0v .btn-warning-outline {
  border-width: thin;
}
.cid-t8eumwUL0v .btn {
  padding: 0.3rem 1.2rem  0.4rem;
}
@media (max-width: 768px) {
  .cid-t8eumwUL0v {
    padding-bottom: 0rem;
  }
  .cid-t8eumwUL0v .carousel-item img {
    margin-bottom: 2rem;
  }
}
.cid-t8eunjnhop {
  padding-top: 0rem;
  padding-bottom: 2.5rem;
  background-color: #fafafa;
}
.cid-t8eunjnhop .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t8eunjnhop .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t8eunjnhop .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8eunjnhop .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8eunjnhop .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8eunjnhop .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-t8eunjnhop .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t8eunjnhop .card-title {
  color: #353535;
}
.cid-t8eunjnhop ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8eunjnhop li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8eunjnhop .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8eunjnhop .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8eunjnhop .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8eunjnhop .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8eunjnhop .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8eunjnhop .carousel-indicators li.active,
.cid-t8eunjnhop .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8eunjnhop .carousel-indicators li::after,
.cid-t8eunjnhop .carousel-indicators li::before {
  content: none;
}
.cid-t8eunjnhop .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8eunjnhop .carousel-indicators {
    display: none !important;
  }
}
.cid-t8eunjnhop .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8eunjnhop .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8eunjnhop .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8eunjnhop .btn-warning-outline {
  border-width: thin;
}
.cid-t8eunjnhop .btn {
  padding: 0.3rem 1.2rem  0.4rem;
}
@media (max-width: 768px) {
  .cid-t8eunjnhop {
    padding-bottom: 0rem;
  }
  .cid-t8eunjnhop .carousel-item img {
    margin-bottom: 2rem;
  }
}
.cid-tz83jjI2qN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz83jjI2qN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tz83jjI2qN form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tz83jjI2qN form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tz83jjI2qN form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tz83jjI2qN P {
  text-align: center;
}
.cid-tz83jjI2qN .mbr-form {
  padding: 2rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-tz83jjI2qN .mbr-form {
    padding: 1rem 0.5rem;
  }
}
.cid-tz83jjI2qN .form-control {
  padding: 1rem 1.2rem;
  line-height: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-tz83jjI2qN {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  .cid-tz83jjI2qN h3.align-center {
    text-align: left;
  }
}
.cid-tz83jjI2qN .was-validated .invalid-feedback {
  font-family: 'Mulish', sans-serif;
}
.cid-tz83jjI2qN .mbr-section-title {
  text-align: center;
}
.cid-tz83kbkXWq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tz83kbkXWq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tz83kbkXWq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tz83kbkXWq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tz83kbkXWq form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tz83kbkXWq P {
  text-align: left;
}
.cid-tz83kbkXWq .mbr-form {
  padding: 2rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-tz83kbkXWq .mbr-form {
    padding: 1rem 0.5rem;
  }
}
.cid-tz83kbkXWq .form-control {
  padding: 1rem 1.2rem;
  line-height: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-tz83kbkXWq {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
  }
  .cid-tz83kbkXWq h3.align-center {
    text-align: left;
  }
}
.cid-tz83kbkXWq .was-validated .invalid-feedback {
  font-family: 'Mulish', sans-serif;
}
.cid-t8euozL6JP {
  background-image: url("../../../assets/images/bg-trophy-2.jpg");
  min-height: 68vh;
}
.cid-t8euozL6JP .text-wrapper {
  background-color: #ffffff;
  padding: 3rem;
}
@media (max-width: 768px) {
  .cid-t8euozL6JP .text-wrapper {
    padding: 1rem;
  }
}
.cid-t8euozL6JP .mbr-section-title {
  color: #353535;
}
.cid-t8euozL6JP .mbr-text,
.cid-t8euozL6JP .mbr-section-btn {
  color: #353535;
}
@media (max-width: 768px) {
  .cid-t8euozL6JP {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-t8eupr9uUu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t8eupr9uUu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 960px;
}
@media (max-width: 768px) {
  .cid-t8eupr9uUu .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t8eupr9uUu .embla__button--next,
.cid-t8eupr9uUu .embla__button--prev {
  display: flex;
}
.cid-t8eupr9uUu .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-t8eupr9uUu .embla__button {
    display: none;
  }
}
.cid-t8eupr9uUu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t8eupr9uUu .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t8eupr9uUu .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8eupr9uUu .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-t8eupr9uUu .embla__button {
    top: auto;
  }
}
.cid-t8eupr9uUu .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-t8eupr9uUu .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-t8eupr9uUu .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-t8eupr9uUu .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-t8eupr9uUu .embla {
  position: relative;
  width: 100%;
}
.cid-t8eupr9uUu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t8eupr9uUu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t8eupr9uUu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t8eupr9uUu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-t8eupr9uUu {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t8euqO5z10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebf1fb;
}
.cid-t8euqO5z10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8euqO5z10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8euqO5z10 .mbr-section-subtitle {
  text-align: center;
}
.cid-t8euqO5z10 .mbr-text {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8euqO5z10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-t8euqO5z10 .mbr-section-subtitle {
    text-align: left !important;
  }
  .cid-t8euqO5z10 .mbr-text {
    text-align: left;
  }
  .cid-t8euqO5z10 .align-center {
    text-align: left;
  }
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-thoS2ecILS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-thoS2ecILS .mbr-fallback-image.disabled {
  display: none;
}
.cid-thoS2ecILS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thoS2ecILS .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thoS2ecILS .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thoS2ecILS .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thoS2ecILS .card-wrapper {
    padding: 4rem;
  }
}
.cid-thoS2ecILS .mbr-text,
.cid-thoS2ecILS .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thoS2ecILS .card-title,
.cid-thoS2ecILS .card-box {
  text-align: left;
}
.cid-thoS2ecILS .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-thoS2ecILS .mbr-section-btn {
    text-align: left;
  }
  .cid-thoS2ecILS .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-thoS2ecILS .copyright-style {
  color: #bbbbbb;
}
.cid-thj74NOYrS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 84px;
}
.cid-thj74NOYrS nav.navbar {
  position: fixed;
}
.cid-thj74NOYrS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj74NOYrS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-thj74NOYrS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thj74NOYrS .dropdown-item:hover,
.cid-thj74NOYrS .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-thj74NOYrS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thj74NOYrS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thj74NOYrS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-thj74NOYrS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thj74NOYrS .nav-link {
  position: relative;
}
.cid-thj74NOYrS .container {
  display: flex;
  margin: auto;
}
.cid-thj74NOYrS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thj74NOYrS .dropdown-menu,
.cid-thj74NOYrS .navbar.opened {
  background: #ffffff !important;
}
.cid-thj74NOYrS .nav-item:focus,
.cid-thj74NOYrS .nav-link:focus {
  outline: none;
}
.cid-thj74NOYrS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thj74NOYrS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thj74NOYrS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-thj74NOYrS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj74NOYrS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thj74NOYrS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thj74NOYrS .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-thj74NOYrS .navbar.opened {
  transition: all .3s;
}
.cid-thj74NOYrS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-thj74NOYrS .navbar .navbar-logo img {
  width: auto;
}
.cid-thj74NOYrS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thj74NOYrS .navbar.collapsed {
  justify-content: center;
}
.cid-thj74NOYrS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thj74NOYrS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thj74NOYrS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thj74NOYrS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thj74NOYrS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thj74NOYrS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thj74NOYrS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thj74NOYrS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thj74NOYrS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thj74NOYrS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thj74NOYrS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thj74NOYrS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thj74NOYrS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thj74NOYrS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thj74NOYrS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thj74NOYrS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thj74NOYrS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thj74NOYrS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thj74NOYrS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thj74NOYrS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thj74NOYrS .navbar.navbar-short {
  min-height: 84px;
}
.cid-thj74NOYrS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thj74NOYrS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thj74NOYrS .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thj74NOYrS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thj74NOYrS .navbar-brand .navbar-logo a {
  outline: none;
  padding: 0 0.75rem;
}
.cid-thj74NOYrS .dropdown-item.active,
.cid-thj74NOYrS .dropdown-item:active {
  background-color: transparent;
}
.cid-thj74NOYrS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thj74NOYrS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thj74NOYrS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thj74NOYrS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thj74NOYrS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thj74NOYrS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thj74NOYrS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thj74NOYrS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thj74NOYrS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thj74NOYrS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj74NOYrS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thj74NOYrS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thj74NOYrS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj74NOYrS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thj74NOYrS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thj74NOYrS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thj74NOYrS .navbar {
    height: 77px;
  }
  .cid-thj74NOYrS .navbar.opened {
    height: auto;
  }
  .cid-thj74NOYrS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8ewD7V3WU {
  background-image: url("../../../assets/images/cover-recruiter-7.jpg");
  min-height: 68vh;
}
.cid-t8ewD7V3WU .btn {
  padding: 1rem 3rem;
}
.cid-t8ewD7V3WU .mbr-section-title {
  color: #232323;
}
.cid-t8ewD7V3WU .mbr-text,
.cid-t8ewD7V3WU .mbr-section-btn {
  color: #232323;
}
.cid-t8ewDXVtEA {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t8ewDXVtEA .container {
    max-width: 1400px;
  }
}
.cid-t8ewDXVtEA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t8ewDXVtEA .card-wrapper {
  margin-top: 3rem;
}
.cid-t8ewDXVtEA .row {
  justify-content: center;
}
.cid-t8ewDXVtEA .card-text {
  text-align: left;
}
.cid-t8ewDXVtEA .card-title,
.cid-t8ewDXVtEA .iconfont-wrapper {
  text-align: left;
}
.cid-t8ewDXVtEA .mbr-section-subtitle {
  color: #087096;
}
.cid-t8ewEDArA6 {
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
  background: #ebf1fb;
}
.cid-t8ewEDArA6 .mbr-section-title {
  color: #353535;
}
.cid-t8ewEDArA6 .number-typo {
  font-size: 60px;
  font-weight: 300;
}
.cid-t8ewFs54xw {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-t8ewFs54xw .mbr-section-title {
  color: #232323;
}
.cid-t8ewFs54xw .mbr-section-subtitle {
  color: #0073b1;
}
@media (max-width: 768px) {
  .cid-t8ewFs54xw {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
  }
}
.cid-ta25fWeERy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ta25fWeERy .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ta25fWeERy .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ta25fWeERy .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ta25fWeERy .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ta25fWeERy .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ta25fWeERy .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-ta25fWeERy .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ta25fWeERy .card-title {
  color: #353535;
}
.cid-ta25fWeERy ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-ta25fWeERy li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-ta25fWeERy .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-ta25fWeERy .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-ta25fWeERy .fa-check-square-o:before {
  content: "\f046";
}
.cid-ta25fWeERy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ta25fWeERy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ta25fWeERy .carousel-indicators li.active,
.cid-ta25fWeERy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ta25fWeERy .carousel-indicators li::after,
.cid-ta25fWeERy .carousel-indicators li::before {
  content: none;
}
.cid-ta25fWeERy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ta25fWeERy .carousel-indicators {
    display: none !important;
  }
}
.cid-ta25fWeERy .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-ta25fWeERy .carousel-control-next span {
  padding-left: 5px;
}
.cid-ta25fWeERy .carousel-control-prev span {
  padding-right: 5px;
}
.cid-ta25fWeERy .btn-warning-outline {
  border-width: thin;
}
.cid-ta25fWeERy .btn {
  padding: 0.3rem 1.2rem  0.4rem;
}
@media (max-width: 768px) {
  .cid-ta25fWeERy {
    padding-bottom: 0rem;
  }
  .cid-ta25fWeERy .carousel-item img {
    margin-bottom: 2rem;
  }
}
.cid-t8ewGJKTze {
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
  background-color: #fafafa;
}
.cid-t8ewGJKTze .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t8ewGJKTze .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8ewGJKTze .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8ewGJKTze .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8ewGJKTze .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-t8ewGJKTze .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t8ewGJKTze .card-title {
  color: #353535;
}
.cid-t8ewGJKTze ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8ewGJKTze li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8ewGJKTze .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8ewGJKTze .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8ewGJKTze .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8ewGJKTze .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8ewGJKTze .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8ewGJKTze .carousel-indicators li.active,
.cid-t8ewGJKTze .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8ewGJKTze .carousel-indicators li::after,
.cid-t8ewGJKTze .carousel-indicators li::before {
  content: none;
}
.cid-t8ewGJKTze .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8ewGJKTze .carousel-indicators {
    display: none !important;
  }
}
.cid-t8ewGJKTze .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8ewGJKTze .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8ewGJKTze .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8ewGJKTze .btn-warning-outline {
  border-width: thin;
}
.cid-t8ewGJKTze .btn {
  padding: 0.3rem 1.2rem  0.4rem;
}
@media (max-width: 768px) {
  .cid-t8ewGJKTze {
    padding-bottom: 0rem;
  }
  .cid-t8ewGJKTze .carousel-item img {
    margin-bottom: 2rem;
  }
}
.cid-t8ewIf8e5P {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t8ewIf8e5P .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t8ewIf8e5P .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t8ewIf8e5P .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8ewIf8e5P .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8ewIf8e5P .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8ewIf8e5P .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-t8ewIf8e5P .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t8ewIf8e5P .card-title {
  color: #353535;
}
.cid-t8ewIf8e5P ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8ewIf8e5P li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8ewIf8e5P .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8ewIf8e5P .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8ewIf8e5P .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8ewIf8e5P .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8ewIf8e5P .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8ewIf8e5P .carousel-indicators li.active,
.cid-t8ewIf8e5P .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8ewIf8e5P .carousel-indicators li::after,
.cid-t8ewIf8e5P .carousel-indicators li::before {
  content: none;
}
.cid-t8ewIf8e5P .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8ewIf8e5P .carousel-indicators {
    display: none !important;
  }
}
.cid-t8ewIf8e5P .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8ewIf8e5P .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8ewIf8e5P .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8ewIf8e5P .btn-warning-outline {
  border-width: thin;
}
.cid-t8ewIf8e5P .btn {
  padding: 0.3rem 1.2rem  0.4rem;
}
@media (max-width: 768px) {
  .cid-t8ewIf8e5P {
    padding-bottom: 0rem;
  }
  .cid-t8ewIf8e5P .carousel-item img {
    margin-bottom: 2rem;
  }
}
.cid-tz83rmgLZl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz83rmgLZl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tz83rmgLZl form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tz83rmgLZl form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tz83rmgLZl form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tz83rmgLZl P {
  text-align: center;
}
.cid-tz83rmgLZl .mbr-form {
  padding: 2rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-tz83rmgLZl .mbr-form {
    padding: 1rem 0.5rem;
  }
}
.cid-tz83rmgLZl .form-control {
  padding: 1rem 1.2rem;
  line-height: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-tz83rmgLZl {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  .cid-tz83rmgLZl h3.align-center {
    text-align: left;
  }
}
.cid-tz83rmgLZl .was-validated .invalid-feedback {
  font-family: 'Mulish', sans-serif;
}
.cid-tz83rmgLZl .mbr-section-title {
  text-align: center;
}
.cid-tz83rZzzo5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tz83rZzzo5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tz83rZzzo5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tz83rZzzo5 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tz83rZzzo5 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tz83rZzzo5 P {
  text-align: left;
}
.cid-tz83rZzzo5 .mbr-form {
  padding: 2rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-tz83rZzzo5 .mbr-form {
    padding: 1rem 0.5rem;
  }
}
.cid-tz83rZzzo5 .form-control {
  padding: 1rem 1.2rem;
  line-height: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-tz83rZzzo5 {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
  }
  .cid-tz83rZzzo5 h3.align-center {
    text-align: left;
  }
}
.cid-tz83rZzzo5 .was-validated .invalid-feedback {
  font-family: 'Mulish', sans-serif;
}
.cid-t8ewLCChab {
  background-image: url("../../../assets/images/bg-trophy-2.jpg");
  min-height: 68vh;
}
.cid-t8ewLCChab .text-wrapper {
  background-color: #ffffff;
  padding: 3rem;
}
@media (max-width: 768px) {
  .cid-t8ewLCChab .text-wrapper {
    padding: 1rem;
  }
}
.cid-t8ewLCChab .mbr-section-title {
  color: #353535;
}
.cid-t8ewLCChab .mbr-text,
.cid-t8ewLCChab .mbr-section-btn {
  color: #353535;
}
@media (max-width: 768px) {
  .cid-t8ewLCChab {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-t8ewMlCjVC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t8ewMlCjVC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 960px;
}
@media (max-width: 768px) {
  .cid-t8ewMlCjVC .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t8ewMlCjVC .embla__button--next,
.cid-t8ewMlCjVC .embla__button--prev {
  display: flex;
}
.cid-t8ewMlCjVC .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-t8ewMlCjVC .embla__button {
    display: none;
  }
}
.cid-t8ewMlCjVC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t8ewMlCjVC .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t8ewMlCjVC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8ewMlCjVC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-t8ewMlCjVC .embla__button {
    top: auto;
  }
}
.cid-t8ewMlCjVC .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-t8ewMlCjVC .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-t8ewMlCjVC .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-t8ewMlCjVC .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-t8ewMlCjVC .embla {
  position: relative;
  width: 100%;
}
.cid-t8ewMlCjVC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t8ewMlCjVC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t8ewMlCjVC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t8ewMlCjVC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-t8ewMlCjVC {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t8ewN1x8El {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebf1fb;
}
.cid-t8ewN1x8El .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8ewN1x8El .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8ewN1x8El .mbr-section-subtitle {
  text-align: center;
}
.cid-t8ewN1x8El .mbr-text {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8ewN1x8El {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-t8ewN1x8El .mbr-section-subtitle {
    text-align: left !important;
  }
  .cid-t8ewN1x8El .mbr-text {
    text-align: left;
  }
  .cid-t8ewN1x8El .align-center {
    text-align: left;
  }
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-thoRXGtzNO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-thoRXGtzNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-thoRXGtzNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thoRXGtzNO .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thoRXGtzNO .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thoRXGtzNO .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thoRXGtzNO .card-wrapper {
    padding: 4rem;
  }
}
.cid-thoRXGtzNO .mbr-text,
.cid-thoRXGtzNO .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thoRXGtzNO .card-title,
.cid-thoRXGtzNO .card-box {
  text-align: left;
}
.cid-thoRXGtzNO .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-thoRXGtzNO .mbr-section-btn {
    text-align: left;
  }
  .cid-thoRXGtzNO .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-thoRXGtzNO .copyright-style {
  color: #bbbbbb;
}
.cid-thj74NOYrS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 84px;
}
.cid-thj74NOYrS nav.navbar {
  position: fixed;
}
.cid-thj74NOYrS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj74NOYrS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-thj74NOYrS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thj74NOYrS .dropdown-item:hover,
.cid-thj74NOYrS .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-thj74NOYrS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thj74NOYrS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thj74NOYrS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-thj74NOYrS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thj74NOYrS .nav-link {
  position: relative;
}
.cid-thj74NOYrS .container {
  display: flex;
  margin: auto;
}
.cid-thj74NOYrS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thj74NOYrS .dropdown-menu,
.cid-thj74NOYrS .navbar.opened {
  background: #ffffff !important;
}
.cid-thj74NOYrS .nav-item:focus,
.cid-thj74NOYrS .nav-link:focus {
  outline: none;
}
.cid-thj74NOYrS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thj74NOYrS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thj74NOYrS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-thj74NOYrS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj74NOYrS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thj74NOYrS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thj74NOYrS .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-thj74NOYrS .navbar.opened {
  transition: all .3s;
}
.cid-thj74NOYrS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-thj74NOYrS .navbar .navbar-logo img {
  width: auto;
}
.cid-thj74NOYrS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thj74NOYrS .navbar.collapsed {
  justify-content: center;
}
.cid-thj74NOYrS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thj74NOYrS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thj74NOYrS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thj74NOYrS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thj74NOYrS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thj74NOYrS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thj74NOYrS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thj74NOYrS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thj74NOYrS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thj74NOYrS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thj74NOYrS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thj74NOYrS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thj74NOYrS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thj74NOYrS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thj74NOYrS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thj74NOYrS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thj74NOYrS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thj74NOYrS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thj74NOYrS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thj74NOYrS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thj74NOYrS .navbar.navbar-short {
  min-height: 84px;
}
.cid-thj74NOYrS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thj74NOYrS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thj74NOYrS .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thj74NOYrS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thj74NOYrS .navbar-brand .navbar-logo a {
  outline: none;
  padding: 0 0.75rem;
}
.cid-thj74NOYrS .dropdown-item.active,
.cid-thj74NOYrS .dropdown-item:active {
  background-color: transparent;
}
.cid-thj74NOYrS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thj74NOYrS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thj74NOYrS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thj74NOYrS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thj74NOYrS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thj74NOYrS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thj74NOYrS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thj74NOYrS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thj74NOYrS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thj74NOYrS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj74NOYrS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thj74NOYrS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thj74NOYrS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj74NOYrS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thj74NOYrS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thj74NOYrS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thj74NOYrS .navbar {
    height: 77px;
  }
  .cid-thj74NOYrS .navbar.opened {
    height: auto;
  }
  .cid-thj74NOYrS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8e5cQNcmu {
  background-image: url("../../../assets/images/cover-homepage-1.jpg");
}
.cid-t8e5cQNcmu .mbr-section-title {
  color: #ffffff;
}
.cid-t8e5cQNcmu .mbr-text,
.cid-t8e5cQNcmu .mbr-section-btn {
  color: #fafafa;
}
.cid-t8e5cQNcmu .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8e5cQNcmu {
    background-position: 58% 50%;
  }
  .cid-t8e5cQNcmu .display-1 {
    font-size: 4rem;
    line-height: 1;
  }
}
.cid-t8e5cQNcmu .btn {
  padding: 1rem 3rem;
}
.cid-u85Ue9bbPJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ebf1fb;
}
.cid-u85Ue9bbPJ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8e5dPDNE7 {
  background-color: #ffffff;
  min-height: 80vh;
}
.cid-t8e5dPDNE7 .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8e5dPDNE7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8e5dPDNE7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8e5dPDNE7 ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8e5dPDNE7 li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8e5dPDNE7 .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8e5dPDNE7 .icon-check {
  font-size: 2rem;
  font-weight: bolder;
}
.cid-t8e5dPDNE7 .mbri-success {
  font-size: 1.2rem;
  margin-right: 1rem;
  color: #0073b1;
  font-weight: 700;
}
.cid-t8e5dPDNE7 .mbr-section-title {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-t8e5dPDNE7 {
    padding-bottom: 0rem;
  }
}
.cid-t8e5evs3LE {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #ebf1fb;
}
.cid-t8e5evs3LE .mbr-section-title {
  color: #353535;
}
.cid-t8e5f6Bs3j {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t8e5f6Bs3j .mbr-section-title {
  color: #353535;
}
.cid-t8e5f6Bs3j .mbr-section-subtitle {
  color: #0073b1;
}
@media (max-width: 768px) {
  .cid-t8e5f6Bs3j {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
}
.cid-t8e5fJBTQf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t8e5fJBTQf .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8e5fJBTQf .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t8e5fJBTQf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8e5fJBTQf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8e5fJBTQf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8e5fJBTQf .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-t8e5fJBTQf .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t8e5fJBTQf .card-title {
  color: #353535;
}
.cid-t8e5fJBTQf ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8e5fJBTQf li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8e5fJBTQf .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8e5fJBTQf .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8e5fJBTQf .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8e5fJBTQf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8e5fJBTQf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8e5fJBTQf .carousel-indicators li.active,
.cid-t8e5fJBTQf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8e5fJBTQf .carousel-indicators li::after,
.cid-t8e5fJBTQf .carousel-indicators li::before {
  content: none;
}
.cid-t8e5fJBTQf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8e5fJBTQf .carousel-indicators {
    display: none !important;
  }
}
.cid-t8e5fJBTQf .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8e5fJBTQf .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8e5fJBTQf .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8e5fJBTQf .btn-warning-outline {
  border-width: thin;
}
.cid-t8e5fJBTQf .btn {
  padding: 0.3rem 1.2rem  0.4rem;
}
@media (max-width: 768px) {
  .cid-t8e5fJBTQf {
    padding-bottom: 0rem;
  }
  .cid-t8e5fJBTQf .carousel-item img {
    margin-bottom: 2rem;
  }
}
.cid-t8e5gb8GNV {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t8e5gb8GNV .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8e5gb8GNV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8e5gb8GNV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8e5gb8GNV .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8e5gb8GNV .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-t8e5gb8GNV .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t8e5gb8GNV .card-title {
  color: #353535;
}
.cid-t8e5gb8GNV ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8e5gb8GNV li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8e5gb8GNV .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8e5gb8GNV .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8e5gb8GNV .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8e5gb8GNV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8e5gb8GNV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8e5gb8GNV .carousel-indicators li.active,
.cid-t8e5gb8GNV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8e5gb8GNV .carousel-indicators li::after,
.cid-t8e5gb8GNV .carousel-indicators li::before {
  content: none;
}
.cid-t8e5gb8GNV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8e5gb8GNV .carousel-indicators {
    display: none !important;
  }
}
.cid-t8e5gb8GNV .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8e5gb8GNV .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8e5gb8GNV .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8e5gb8GNV .btn-warning-outline {
  border-width: thin;
}
.cid-t8e5gb8GNV .btn {
  padding: 0.3rem 1.2rem  0.4rem;
}
@media (max-width: 768px) {
  .cid-t8e5gb8GNV {
    padding-bottom: 0rem;
  }
  .cid-t8e5gb8GNV .carousel-item img {
    margin-bottom: 2rem;
  }
}
.cid-t8e5hA3Q8v {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}
.cid-t8e5hA3Q8v .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8e5hA3Q8v .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t8e5hA3Q8v .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8e5hA3Q8v .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8e5hA3Q8v .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8e5hA3Q8v .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-t8e5hA3Q8v .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t8e5hA3Q8v .card-title {
  color: #353535;
}
.cid-t8e5hA3Q8v ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8e5hA3Q8v li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8e5hA3Q8v .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8e5hA3Q8v .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8e5hA3Q8v .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8e5hA3Q8v .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8e5hA3Q8v .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8e5hA3Q8v .carousel-indicators li.active,
.cid-t8e5hA3Q8v .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8e5hA3Q8v .carousel-indicators li::after,
.cid-t8e5hA3Q8v .carousel-indicators li::before {
  content: none;
}
.cid-t8e5hA3Q8v .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8e5hA3Q8v .carousel-indicators {
    display: none !important;
  }
}
.cid-t8e5hA3Q8v .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8e5hA3Q8v .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8e5hA3Q8v .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8e5hA3Q8v .btn-warning-outline {
  border-width: thin;
}
.cid-t8e5hA3Q8v .btn {
  padding: 0.3rem 1.2rem  0.4rem;
}
.cid-t8e5ieBJxY {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ebf1fb;
}
@media (min-width: 1500px) {
  .cid-t8e5ieBJxY .container {
    max-width: 1400px;
  }
}
.cid-t8e5ieBJxY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t8e5ieBJxY .card-wrapper {
  margin-top: 3rem;
}
.cid-t8e5ieBJxY .row {
  justify-content: center;
}
.cid-t8e5ieBJxY .mbr-section-title {
  color: #0073b1;
}
.cid-t8e5ieBJxY .number-typo {
  line-height: 72px;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.85);
  font-size: 60px;
}
@media (max-width: 768px) {
  .cid-t8e5ieBJxY {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.cid-t8e5jb9YFD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8e5jb9YFD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t8e5jb9YFD form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t8e5jb9YFD form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-t8e5jb9YFD form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t8e5jb9YFD P {
  text-align: center;
}
.cid-t8e5jb9YFD .mbr-form {
  padding: 2rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-t8e5jb9YFD .mbr-form {
    padding: 1rem 0.5rem;
  }
}
.cid-t8e5jb9YFD .form-control {
  padding: 1rem 1.2rem;
  line-height: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-t8e5jb9YFD {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  .cid-t8e5jb9YFD h3.align-center {
    text-align: left;
  }
}
.cid-t8e5jb9YFD .was-validated .invalid-feedback {
  font-family: 'Mulish', sans-serif;
}
.cid-t9twoiGijn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t9twoiGijn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t9twoiGijn form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t9twoiGijn form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-t9twoiGijn form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t9twoiGijn P {
  text-align: left;
}
.cid-t9twoiGijn .mbr-form {
  padding: 2rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-t9twoiGijn .mbr-form {
    padding: 1rem 0.5rem;
  }
}
.cid-t9twoiGijn .form-control {
  padding: 1rem 1.2rem;
  line-height: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-t9twoiGijn {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
  }
  .cid-t9twoiGijn h3.align-center {
    text-align: left;
  }
}
.cid-t9twoiGijn .was-validated .invalid-feedback {
  font-family: 'Mulish', sans-serif;
}
.cid-t8e5jSBJWi {
  background-image: url("../../../assets/images/bg-trophy-2.jpg");
  min-height: 68vh;
}
.cid-t8e5jSBJWi .text-wrapper {
  background-color: #ffffff;
  padding: 3rem;
}
@media (max-width: 768px) {
  .cid-t8e5jSBJWi .text-wrapper {
    padding: 1rem;
  }
}
.cid-t8e5jSBJWi .mbr-section-title {
  color: #353535;
}
.cid-t8e5jSBJWi .mbr-text,
.cid-t8e5jSBJWi .mbr-section-btn {
  color: #353535;
}
@media (max-width: 768px) {
  .cid-t8e5jSBJWi {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-uEn4uZqlTG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uEn4uZqlTG .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
  .cid-uEn4uZqlTG .card-box {
    padding-left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEn4uZqlTG .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uEn4uZqlTG .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uEn4uZqlTG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uEn4uZqlTG .content-slider-wrap {
    width: 100% !important;
  }
  .cid-uEn4uZqlTG .card-box {
    padding: 1rem;
  }
  .cid-uEn4uZqlTG .image-wrapper img {
    width: 50%!important;
  }
}
.cid-uEn4uZqlTG .carousel,
.cid-uEn4uZqlTG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uEn4uZqlTG .item-wrapper {
  width: 100%;
  padding: 1rem;
  background: #deeaff;
  border-radius: 1rem;
}
.cid-uEn4uZqlTG .carousel-caption {
  bottom: 40px;
}
.cid-uEn4uZqlTG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uEn4uZqlTG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uEn4uZqlTG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uEn4uZqlTG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uEn4uZqlTG .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uEn4uZqlTG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEn4uZqlTG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEn4uZqlTG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uEn4uZqlTG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uEn4uZqlTG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uEn4uZqlTG .carousel-indicators li.active,
.cid-uEn4uZqlTG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uEn4uZqlTG .carousel-indicators li::after,
.cid-uEn4uZqlTG .carousel-indicators li::before {
  content: none;
}
.cid-uEn4uZqlTG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uEn4uZqlTG .carousel-indicators {
    display: none !important;
  }
}
.cid-uEn4uZqlTG .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-uEn4uZqlTG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uEn4uZqlTG .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uEn4uZqlTG .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uEn4uZqlTG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uEn4uZqlTG .card-box {
    padding-right: 1rem;
  }
  .cid-uEn4uZqlTG .carousel-control-prev {
    left: -8rem !important;
  }
  .cid-uEn4uZqlTG .carousel-control-next {
    right: -8rem !important;
  }
}
@media (max-width: 450px) {
  .cid-uEn4uZqlTG .quote {
    display: block!important;
  }
  .cid-uEn4uZqlTG .icon {
    margin: 1rem 0 0 0;
  }
  .cid-uEn4uZqlTG .icon svg {
    width: 50px;
    height: 50px;
  }
}
.cid-uEn4uZqlTG .mbr-text,
.cid-uEn4uZqlTG .social-row {
  color: #353535;
}
.cid-uEn4uZqlTG .card-title {
  color: #353535;
}
.cid-uEn4uZqlTG .card-subtitle {
  color: #353535;
}
.cid-uEn4uZqlTG H3 {
  text-align: center;
  color: #025979;
}
.cid-uEn4vQrRXx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEn4vQrRXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEn4vQrRXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEn4vQrRXx .img-wrapper {
  text-align: center;
}
.cid-uEn4vQrRXx img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uEn4vQrRXx .row {
  align-items: flex-start;
}
.cid-uEn4vQrRXx .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-uEn4vQrRXx .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uEn4vQrRXx .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEn4vQrRXx .item-wrapper {
    padding: 1rem;
  }
}
.cid-uEn4vQrRXx H3 {
  text-align: center;
  color: #025979;
}
.cid-t8e5m3aUO1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebf1fb;
}
.cid-t8e5m3aUO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8e5m3aUO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8e5m3aUO1 .mbr-section-subtitle {
  text-align: center;
}
.cid-t8e5m3aUO1 .mbr-text {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8e5m3aUO1 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-t8e5m3aUO1 .mbr-section-subtitle {
    text-align: left !important;
  }
  .cid-t8e5m3aUO1 .mbr-text {
    text-align: left;
  }
  .cid-t8e5m3aUO1 .align-center {
    text-align: left;
  }
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-thoG4nYotl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-thoG4nYotl .mbr-fallback-image.disabled {
  display: none;
}
.cid-thoG4nYotl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thoG4nYotl .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thoG4nYotl .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thoG4nYotl .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thoG4nYotl .card-wrapper {
    padding: 4rem;
  }
}
.cid-thoG4nYotl .mbr-text,
.cid-thoG4nYotl .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thoG4nYotl .card-title,
.cid-thoG4nYotl .card-box {
  text-align: left;
}
.cid-thoG4nYotl .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-thoG4nYotl .mbr-section-btn {
    text-align: left;
  }
  .cid-thoG4nYotl .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-thoG4nYotl .copyright-style {
  color: #bbbbbb;
}
.cid-tchCfoxw7Z .navbar-dropdown {
  position: relative !important;
}
.cid-tchCfoxw7Z .navbar {
  min-height: 70px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tchCfoxw7Z .navbar.opened {
  transition: all .3s;
}
.cid-tchCfoxw7Z .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tchCfoxw7Z .navbar .navbar-logo img {
  width: auto;
}
.cid-tchCfoxw7Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tchCfoxw7Z .navbar.collapsed {
  justify-content: center;
}
.cid-tchCfoxw7Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tchCfoxw7Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tchCfoxw7Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tchCfoxw7Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  white-space: unset!important;
}
.cid-tchCfoxw7Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tchCfoxw7Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tchCfoxw7Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tchCfoxw7Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tchCfoxw7Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem !important;
    text-align: center;
  }
  .cid-tchCfoxw7Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tchCfoxw7Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tchCfoxw7Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tchCfoxw7Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tchCfoxw7Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tchCfoxw7Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tchCfoxw7Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  width: 405px!important;
}
.cid-tchCfoxw7Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  white-space: unset!important;
  line-height: 1.4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tchCfoxw7Z .dropdown-item:hover,
.cid-tchCfoxw7Z .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-tchCfoxw7Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tchCfoxw7Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tchCfoxw7Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tchCfoxw7Z .nav-link {
  position: relative;
}
.cid-tchCfoxw7Z .container {
  display: flex;
  margin: auto;
}
.cid-tchCfoxw7Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tchCfoxw7Z .dropdown-menu,
.cid-tchCfoxw7Z .navbar.opened {
  background: #ffffff !important;
}
.cid-tchCfoxw7Z .nav-item:focus,
.cid-tchCfoxw7Z .nav-link:focus {
  outline: none;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tchCfoxw7Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tchCfoxw7Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tchCfoxw7Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tchCfoxw7Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tchCfoxw7Z .dropdown-item.active,
.cid-tchCfoxw7Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tchCfoxw7Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tchCfoxw7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tchCfoxw7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tchCfoxw7Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tchCfoxw7Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tchCfoxw7Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tchCfoxw7Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tchCfoxw7Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tchCfoxw7Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tchCfoxw7Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tchCfoxw7Z .navbar {
    height: 70px;
  }
  .cid-tchCfoxw7Z .navbar.opened {
    height: auto;
  }
  .cid-tchCfoxw7Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu a.dropdown-item:hover {
  color: #99ca3c!important;
}
.cid-tchCfoxw7Z .nav-item .nav-link:hover {
  color: #99ca3c!important;
}
.cid-tchCfoxw7Z .navbar .dropdown-item {
  padding: 1rem 1.8rem !important;
}
.cid-tchCfoxw7Z .pr-1 {
  padding-right: .5rem;
  width: 32px;
  height: auto;
  margin: 0 1rem;
}
.cid-snR1bALdSG {
  background-image: url("../../../assets/images/pic1-5.jpg");
}
.cid-snR1bALdSG .mbr-text,
.cid-snR1bALdSG .mbr-section-btn {
  color: #232323;
}
.cid-snR1bALdSG .btn {
  width: 100%;
}
.cid-snR1bALdSG .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-snR1bALdSG P {
  text-align: center;
}
.cid-snR1bALdSG .mbr-section-title {
  text-align: center;
}
.cid-snR1bALdSG textarea.form-control {
  height: 150px;
}
.cid-snR1bALdSG .btn-success:hover,
.cid-snR1bALdSG .btn-success:focus,
.cid-snR1bALdSG .btn-success.focus,
.cid-snR1bALdSG .btn-success.active {
  color: #ffffff !important;
  background-color: #0b6c8a !important;
  border-color: #0b6c8a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.cid-snR1bALdSG .btn-success.disabled,
.cid-snR1bALdSG .btn-success:disabled {
  color: #ffffff !important;
  background-color: #0b6c8a !important;
  border-color: #0b6c8a !important;
}
.cid-snR1bALdSG .invalid-feedback {
  font-size: 1rem;
}
.cid-snR1bALdSG .buttonfont {
  font-family: Arial !important;
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-thoUjcqmHd {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-thoUjcqmHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-thoUjcqmHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thoUjcqmHd .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thoUjcqmHd .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thoUjcqmHd .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thoUjcqmHd .card-wrapper {
    padding: 4rem;
  }
}
.cid-thoUjcqmHd .mbr-text,
.cid-thoUjcqmHd .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thoUjcqmHd .card-title,
.cid-thoUjcqmHd .card-box {
  text-align: left;
}
.cid-thoUjcqmHd .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-thoUjcqmHd .mbr-section-btn {
    text-align: left;
  }
  .cid-thoUjcqmHd .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-thoUjcqmHd .copyright-style {
  color: #bbbbbb;
}
.cid-thj7SnrMDx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 84px;
}
.cid-thj7SnrMDx nav.navbar {
  position: fixed;
}
.cid-thj7SnrMDx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj7SnrMDx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-thj7SnrMDx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thj7SnrMDx .dropdown-item:hover,
.cid-thj7SnrMDx .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-thj7SnrMDx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thj7SnrMDx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thj7SnrMDx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-thj7SnrMDx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thj7SnrMDx .nav-link {
  position: relative;
}
.cid-thj7SnrMDx .container {
  display: flex;
  margin: auto;
}
.cid-thj7SnrMDx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thj7SnrMDx .dropdown-menu,
.cid-thj7SnrMDx .navbar.opened {
  background: #ffffff !important;
}
.cid-thj7SnrMDx .nav-item:focus,
.cid-thj7SnrMDx .nav-link:focus {
  outline: none;
}
.cid-thj7SnrMDx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thj7SnrMDx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thj7SnrMDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-thj7SnrMDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj7SnrMDx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thj7SnrMDx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thj7SnrMDx .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-thj7SnrMDx .navbar.opened {
  transition: all .3s;
}
.cid-thj7SnrMDx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-thj7SnrMDx .navbar .navbar-logo img {
  width: auto;
}
.cid-thj7SnrMDx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thj7SnrMDx .navbar.collapsed {
  justify-content: center;
}
.cid-thj7SnrMDx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thj7SnrMDx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thj7SnrMDx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thj7SnrMDx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thj7SnrMDx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thj7SnrMDx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thj7SnrMDx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thj7SnrMDx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thj7SnrMDx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thj7SnrMDx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thj7SnrMDx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thj7SnrMDx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thj7SnrMDx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thj7SnrMDx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thj7SnrMDx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thj7SnrMDx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thj7SnrMDx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thj7SnrMDx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thj7SnrMDx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thj7SnrMDx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thj7SnrMDx .navbar.navbar-short {
  min-height: 84px;
}
.cid-thj7SnrMDx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thj7SnrMDx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thj7SnrMDx .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thj7SnrMDx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thj7SnrMDx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thj7SnrMDx .dropdown-item.active,
.cid-thj7SnrMDx .dropdown-item:active {
  background-color: transparent;
}
.cid-thj7SnrMDx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thj7SnrMDx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thj7SnrMDx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thj7SnrMDx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thj7SnrMDx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thj7SnrMDx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thj7SnrMDx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thj7SnrMDx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thj7SnrMDx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-thj7SnrMDx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thj7SnrMDx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thj7SnrMDx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thj7SnrMDx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thj7SnrMDx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thj7SnrMDx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj7SnrMDx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thj7SnrMDx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thj7SnrMDx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj7SnrMDx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thj7SnrMDx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thj7SnrMDx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thj7SnrMDx .navbar {
    height: 77px;
  }
  .cid-thj7SnrMDx .navbar.opened {
    height: auto;
  }
  .cid-thj7SnrMDx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8lEv3QtNu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3d35d4;
}
@media (max-width: 768px) {
  .cid-t8lEv3QtNu {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t8lEv3QtNu .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row;
}
@media (max-width: 991px) {
  .cid-t8lEv3QtNu .image-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-t8lEv3QtNu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lEv3QtNu .mbr-section-title {
  color: #ffffff;
}
.cid-t8lEv3QtNu .mbr-section-btn {
  color: #000;
}
.cid-t8lEv3QtNu ul li {
  list-style: none;
  color: #ffffff;
  padding-left: 0px;
  margin-bottom: 5px;
  margin-left: 0;
}
.cid-t8lEv3QtNu ul li span {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-left: -35px;
  padding-right: 12px;
}
.cid-t8lEv3QtNu P {
  color: #ffffff;
}
.cid-t8lEv3QtNu h1 {
  line-height: 1.1;
}
@media (max-width: 767px) {
  .cid-t8lEv3QtNu .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-t8lEvyqlG1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .cid-t8lEvyqlG1 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-t8lEvyqlG1 .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8lEvyqlG1 .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t8lEvyqlG1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lEvyqlG1 ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lEvyqlG1 li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lEvyqlG1 .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8lEvyqlG1 .mbr-section-title {
  color: #ff9a00;
}
.cid-t8lEvyqlG1 .card-title {
  color: #353535;
}
.cid-t8lEvyqlG1 .display-9 {
  font-size: 0.8rem;
  color: #787878;
}
.cid-t8lEvyqlG1 .display-2 {
  line-height: 1.3;
}
.cid-t8lEwzlg3o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #4326c4;
}
@media (max-width: 768px) {
  .cid-t8lEwzlg3o {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-t8lEwzlg3o .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8lEwzlg3o .mbr-section-title {
    line-height: 1.6;
    text-align: left;
  }
}
.cid-t8lExc6pFJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8lExc6pFJ {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-t8lExc6pFJ .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8lExc6pFJ .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t8lExc6pFJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lExc6pFJ ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lExc6pFJ li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lExc6pFJ .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8lExc6pFJ .mbr-section-title {
  color: #ff9a00;
}
.cid-t8lExc6pFJ .card-title {
  color: #353535;
}
.cid-t8lExc6pFJ .display-2 {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cid-t8lExc6pFJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8lExO7c2J {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-t8lExO7c2J {
    padding-top: 1rem;
    padding-bottom: 0.8rem;
  }
}
.cid-t8lExO7c2J .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t8lExO7c2J .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8lExO7c2J .content-wrapper {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8lExO7c2J .content-wrapper {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cid-t8lExO7c2J .content-wrapper {
    padding: 0rem 3rem;
  }
}
.cid-t8lExO7c2J .card-title {
  color: #353535;
}
.cid-t8lExO7c2J ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lExO7c2J li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lExO7c2J .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8lExO7c2J .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8lExO7c2J .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8lExO7c2J .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8lExO7c2J .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8lExO7c2J .carousel-indicators li.active,
.cid-t8lExO7c2J .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8lExO7c2J .carousel-indicators li::after,
.cid-t8lExO7c2J .carousel-indicators li::before {
  content: none;
}
.cid-t8lExO7c2J .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8lExO7c2J .carousel-indicators {
    display: none !important;
  }
}
.cid-t8lExO7c2J .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8lExO7c2J .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8lExO7c2J .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8lExO7c2J .display-2 {
  line-height: 1.3;
}
.cid-t8lExO7c2J .row {
  flex-direction: row-reverse;
}
.cid-t8lEzkUmcK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8lEzkUmcK {
    padding-top: 1.2rem;
    padding-bottom: 0rem;
  }
}
.cid-t8lEzkUmcK .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8lEzkUmcK .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t8lEzkUmcK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lEzkUmcK ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lEzkUmcK li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lEzkUmcK .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8lEzkUmcK .mbr-section-title {
  color: #ff9a00;
}
.cid-t8lEzkUmcK .card-title {
  color: #353535;
}
.cid-t8lEzkUmcK .display-9 {
  font-size: 0.8rem;
  color: #787878;
}
.cid-t8lEzkUmcK .display-2 {
  line-height: 1.3;
}
.cid-tz7NVGDKuh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #4326c4;
}
@media (max-width: 768px) {
  .cid-tz7NVGDKuh {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.cid-tz7NVGDKuh .mbr-text,
.cid-tz7NVGDKuh .mbr-section-btn {
  color: #333333;
}
.cid-tz7NVGDKuh .mbr-text,
.cid-tz7NVGDKuh .mbr-section-title {
  text-align: center;
}
.cid-tz7NVGDKuh a.btn {
  height: 100%;
  margin: 0;
}
.cid-tz7NVGDKuh .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-tz7NVGDKuh .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tz7NVGDKuh .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tz7NVGDKuh .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tz7NVGDKuh .justify-content-center {
  align-items: center;
}
.cid-tz7NVGDKuh textarea.form-control {
  min-height: 150px;
}
.cid-tz7NVGDKuh .mbr-text {
  color: #ffffff;
}
.cid-tz7NVGDKuh .mbr-section-title {
  color: #ffffff;
}
.cid-tz7NVGDKuh .form-control {
  font-size: 1rem!important;
}
@media (max-width: 768px) {
  .cid-tz7NVGDKuh .contact-wrapper {
    text-align: left!important;
  }
  .cid-tz7NVGDKuh .mbr-text {
    text-align: left!important;
  }
}
.cid-tz7NVGDKuh .row {
  flex-direction: row-reverse;
}
.cid-t8lEDmXHIj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-t8lEDmXHIj {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  .cid-t8lEDmXHIj .align-center {
    text-align: left;
  }
}
.cid-t8lEDmXHIj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t8lEDmXHIj .team-card:hover {
  transform: translateY(-10px);
}
.cid-t8lEDmXHIj .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t8lEDmXHIj .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t8lEDmXHIj .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t8lEDmXHIj .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8lEDmXHIj .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t8lEDmXHIj .card-text,
.cid-t8lEDmXHIj .mbr-section-btn {
  text-align: left;
}
.cid-t8lEDmXHIj .card-title {
  text-align: left;
}
.cid-tz7OwvNQdc {
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #fafafa;
}
.cid-tz7OwvNQdc .mbr-section-title {
  color: #333333;
}
.cid-tz7OwvNQdc .mb-4 {
  margin-bottom: 1rem!important;
}
.cid-t8lEE5J8ky {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #4326c4;
}
@media (max-width: 767px) {
  .cid-t8lEE5J8ky {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.cid-t8lEE5J8ky .carousel-item {
  justify-content: center;
}
.cid-t8lEE5J8ky .carousel-item.active,
.cid-t8lEE5J8ky .carousel-item-next,
.cid-t8lEE5J8ky .carousel-item-prev {
  display: flex;
}
.cid-t8lEE5J8ky .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8lEE5J8ky .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8lEE5J8ky .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8lEE5J8ky .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-t8lEE5J8ky .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-t8lEE5J8ky .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-t8lEE5J8ky .user_desk {
  color: #eeecec;
}
.cid-t8lEE5J8ky H3 {
  color: #ffffff;
}
.cid-t8lEE5J8ky .user_text {
  color: #ffffff;
}
.cid-t8lEE5J8ky .user_name {
  color: #ff9a00;
}
.cid-t8lEE5J8ky .display-extra {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-t8lEE5J8ky .display-extra {
    line-height: 1.4;
  }
}
.cid-t8lEE5J8ky .quote {
  font-weight: bold;
  font-size: 50px;
}
.cid-t8lEE5J8ky .mbri-quote-left:before {
  font-size: 30px;
  margin-right: 20px;
  opacity: 0.5;
}
.cid-t8lEE5J8ky .mbri-quote-right:before {
  font-size: 30px;
  margin-left: 20px;
  opacity: 0.5;
}
.cid-t8lEEVCuOe {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t8lEEVCuOe {
    padding-top: 0.1rem;
    padding-bottom: 3.5rem;
  }
}
.cid-t8lEEVCuOe img {
  width: 120px;
  margin: auto;
}
.cid-t8lEEVCuOe .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t8lEEVCuOe .card {
    max-width: 12.5%;
  }
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-thoREad0OL {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-thoREad0OL .mbr-fallback-image.disabled {
  display: none;
}
.cid-thoREad0OL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thoREad0OL .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thoREad0OL .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thoREad0OL .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thoREad0OL .card-wrapper {
    padding: 4rem;
  }
}
.cid-thoREad0OL .mbr-text,
.cid-thoREad0OL .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thoREad0OL .card-title,
.cid-thoREad0OL .card-box {
  text-align: left;
}
.cid-thoREad0OL .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-thoREad0OL .mbr-section-btn {
    text-align: left;
  }
  .cid-thoREad0OL .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-thoREad0OL .copyright-style {
  color: #bbbbbb;
}
.cid-thj7LvSquo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 84px;
}
.cid-thj7LvSquo nav.navbar {
  position: fixed;
}
.cid-thj7LvSquo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj7LvSquo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-thj7LvSquo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thj7LvSquo .dropdown-item:hover,
.cid-thj7LvSquo .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-thj7LvSquo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thj7LvSquo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thj7LvSquo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-thj7LvSquo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thj7LvSquo .nav-link {
  position: relative;
}
.cid-thj7LvSquo .container {
  display: flex;
  margin: auto;
}
.cid-thj7LvSquo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thj7LvSquo .dropdown-menu,
.cid-thj7LvSquo .navbar.opened {
  background: #ffffff !important;
}
.cid-thj7LvSquo .nav-item:focus,
.cid-thj7LvSquo .nav-link:focus {
  outline: none;
}
.cid-thj7LvSquo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thj7LvSquo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thj7LvSquo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-thj7LvSquo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj7LvSquo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thj7LvSquo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thj7LvSquo .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-thj7LvSquo .navbar.opened {
  transition: all .3s;
}
.cid-thj7LvSquo .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-thj7LvSquo .navbar .navbar-logo img {
  width: auto;
}
.cid-thj7LvSquo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thj7LvSquo .navbar.collapsed {
  justify-content: center;
}
.cid-thj7LvSquo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thj7LvSquo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thj7LvSquo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thj7LvSquo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thj7LvSquo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thj7LvSquo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thj7LvSquo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thj7LvSquo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thj7LvSquo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thj7LvSquo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thj7LvSquo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thj7LvSquo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thj7LvSquo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thj7LvSquo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thj7LvSquo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thj7LvSquo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thj7LvSquo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thj7LvSquo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thj7LvSquo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thj7LvSquo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thj7LvSquo .navbar.navbar-short {
  min-height: 84px;
}
.cid-thj7LvSquo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thj7LvSquo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thj7LvSquo .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thj7LvSquo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thj7LvSquo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thj7LvSquo .dropdown-item.active,
.cid-thj7LvSquo .dropdown-item:active {
  background-color: transparent;
}
.cid-thj7LvSquo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thj7LvSquo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thj7LvSquo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thj7LvSquo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thj7LvSquo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thj7LvSquo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thj7LvSquo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thj7LvSquo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thj7LvSquo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-thj7LvSquo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thj7LvSquo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thj7LvSquo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thj7LvSquo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thj7LvSquo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thj7LvSquo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj7LvSquo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thj7LvSquo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thj7LvSquo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj7LvSquo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thj7LvSquo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thj7LvSquo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thj7LvSquo .navbar {
    height: 77px;
  }
  .cid-thj7LvSquo .navbar.opened {
    height: auto;
  }
  .cid-thj7LvSquo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8lByyITSz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3d35d4;
}
@media (max-width: 768px) {
  .cid-t8lByyITSz {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t8lByyITSz .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row;
}
@media (max-width: 991px) {
  .cid-t8lByyITSz .image-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-t8lByyITSz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lByyITSz .mbr-section-title {
  color: #ffffff;
}
.cid-t8lByyITSz .mbr-section-btn {
  color: #000;
}
.cid-t8lByyITSz ul li {
  list-style: none;
  color: #ffffff;
  padding-left: 0px;
  margin-bottom: 5px;
  margin-left: 0;
}
.cid-t8lByyITSz ul li span {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-left: -35px;
  padding-right: 12px;
}
.cid-t8lByyITSz P {
  color: #ffffff;
}
.cid-t8lByyITSz h1 {
  line-height: 1.1;
}
@media (max-width: 767px) {
  .cid-t8lByyITSz .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-t8lBz7hCWj {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .cid-t8lBz7hCWj {
    padding-top: 1.2rem;
    padding-bottom: 0.3rem;
  }
}
.cid-t8lBz7hCWj .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8lBz7hCWj .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t8lBz7hCWj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lBz7hCWj ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lBz7hCWj li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lBz7hCWj .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8lBz7hCWj .mbr-section-title {
  color: #ff9a00;
}
.cid-t8lBz7hCWj .card-title {
  color: #353535;
}
.cid-t8lBz7hCWj .display-9 {
  font-size: 0.8rem;
  color: #787878;
}
.cid-t8lBz7hCWj .display-2 {
  line-height: 1.3;
}
.cid-t8lBzQRFBE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #4326c4;
}
@media (max-width: 768px) {
  .cid-t8lBzQRFBE {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-t8lBzQRFBE .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8lBzQRFBE .mbr-section-title {
    line-height: 1.6;
    text-align: left;
  }
}
.cid-t8lBAuXPIx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .cid-t8lBAuXPIx {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-t8lBAuXPIx .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8lBAuXPIx .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t8lBAuXPIx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lBAuXPIx ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lBAuXPIx li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lBAuXPIx .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8lBAuXPIx .mbr-section-title {
  color: #ff9a00;
}
.cid-t8lBAuXPIx .card-title {
  color: #353535;
}
.cid-t8lBAuXPIx .display-2 {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cid-t8lBAuXPIx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8lBBkvHQB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8lBBkvHQB {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
.cid-t8lBBkvHQB .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8lBBkvHQB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8lBBkvHQB .content-wrapper {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8lBBkvHQB .content-wrapper {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cid-t8lBBkvHQB .content-wrapper {
    padding: 0rem 3rem;
  }
}
.cid-t8lBBkvHQB .card-title {
  color: #353535;
}
.cid-t8lBBkvHQB ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lBBkvHQB li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lBBkvHQB .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8lBBkvHQB .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8lBBkvHQB .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8lBBkvHQB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8lBBkvHQB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8lBBkvHQB .carousel-indicators li.active,
.cid-t8lBBkvHQB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8lBBkvHQB .carousel-indicators li::after,
.cid-t8lBBkvHQB .carousel-indicators li::before {
  content: none;
}
.cid-t8lBBkvHQB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8lBBkvHQB .carousel-indicators {
    display: none !important;
  }
}
.cid-t8lBBkvHQB .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8lBBkvHQB .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8lBBkvHQB .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8lBBkvHQB .display-2 {
  line-height: 1.3;
}
.cid-t8lBCwYp2B {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-t8lBCwYp2B {
    padding-top: 1.5rem;
    padding-bottom: 0.3rem;
  }
}
.cid-t8lBCwYp2B .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #087096;
  margin-bottom: 2rem;
}
.cid-t8lBCwYp2B .card-wrapper {
  min-height: 220px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  height: 100%;
  flex-flow: column nowrap;
}
@media (max-width: 768px) {
  .cid-t8lBCwYp2B .card-space {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t8lBCwYp2B .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8lBCwYp2B .content-wrap {
    padding: 1rem;
  }
}
.cid-t8lBCwYp2B .card-text,
.cid-t8lBCwYp2B .mbr-section-btn {
  text-align: left;
}
.cid-t8lBCwYp2B .card-title {
  text-align: left;
}
.cid-t8lBCwYp2B .icon_block {
  height: 80px;
  text-align: left;
}
.cid-t8lBCwYp2B .img-wrapper {
  display: inline-block;
  position: relative;
  left: 26px;
  z-index: 1;
}
.cid-t8lBDAvgbu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t8lBDAvgbu {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
}
.cid-t8lBDAvgbu .mbr-section-title {
  color: #333333;
}
.cid-t8lBDAvgbu .mb-4 {
  margin-bottom: 1rem!important;
}
.cid-t8lBExNLv7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8lBExNLv7 {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
}
.cid-t8lBExNLv7 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8lBExNLv7 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t8lBExNLv7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8lBExNLv7 .content-wrapper {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8lBExNLv7 .content-wrapper {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cid-t8lBExNLv7 .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-t8lBExNLv7 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t8lBExNLv7 .card-title {
  color: #353535;
}
.cid-t8lBExNLv7 ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lBExNLv7 li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lBExNLv7 .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8lBExNLv7 .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8lBExNLv7 .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8lBExNLv7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8lBExNLv7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8lBExNLv7 .carousel-indicators li.active,
.cid-t8lBExNLv7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8lBExNLv7 .carousel-indicators li::after,
.cid-t8lBExNLv7 .carousel-indicators li::before {
  content: none;
}
.cid-t8lBExNLv7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8lBExNLv7 .carousel-indicators {
    display: none !important;
  }
}
.cid-t8lBExNLv7 .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8lBExNLv7 .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8lBExNLv7 .carousel-control-prev span {
  padding-right: 5px;
}
@media (max-width: 768px) {
  .cid-t8lBExNLv7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8lBFjNygx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-t8lBFjNygx {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.cid-t8lBFjNygx .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #087096;
  margin-bottom: 2rem;
}
.cid-t8lBFjNygx .card-wrapper {
  min-height: 220px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  height: 100%;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .cid-t8lBFjNygx .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8lBFjNygx .content-wrap {
    padding: 1rem;
  }
}
.cid-t8lBFjNygx .card-text,
.cid-t8lBFjNygx .mbr-section-btn {
  text-align: left;
}
.cid-t8lBFjNygx .card-title {
  text-align: left;
}
.cid-t8lBFjNygx .icon_block {
  height: 80px;
  text-align: left;
}
.cid-t8lBFjNygx .img-wrapper {
  display: inline-block;
  position: relative;
  left: 26px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-t8lBFjNygx .card-space {
    margin-bottom: 2rem;
  }
}
.cid-t8lBGgpP5D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8lBGgpP5D {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-t8lBGgpP5D .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8lBGgpP5D .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8lBGgpP5D .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8lBGgpP5D .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8lBGgpP5D .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-t8lBGgpP5D .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t8lBGgpP5D .card-title {
  color: #353535;
}
.cid-t8lBGgpP5D ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lBGgpP5D li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lBGgpP5D .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8lBGgpP5D .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8lBGgpP5D .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8lBGgpP5D .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8lBGgpP5D .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8lBGgpP5D .carousel-indicators li.active,
.cid-t8lBGgpP5D .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8lBGgpP5D .carousel-indicators li::after,
.cid-t8lBGgpP5D .carousel-indicators li::before {
  content: none;
}
.cid-t8lBGgpP5D .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8lBGgpP5D .carousel-indicators {
    display: none !important;
  }
}
.cid-t8lBGgpP5D .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8lBGgpP5D .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8lBGgpP5D .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8lBGgpP5D .display-2 {
  line-height: 1.3;
}
.cid-t8lBHCHb3S {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t8lBHCHb3S {
    padding-top: 2rem;
    padding-bottom: 0.3rem;
  }
}
.cid-t8lBHCHb3S .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #087096;
  margin-bottom: 2rem;
}
.cid-t8lBHCHb3S .card-wrapper {
  min-height: 220px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 4px;
  padding: 1rem;
  background: #f9fafb;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  height: 100%;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .cid-t8lBHCHb3S .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8lBHCHb3S .content-wrap {
    padding: 1rem;
  }
}
.cid-t8lBHCHb3S .card-text,
.cid-t8lBHCHb3S .mbr-section-btn {
  text-align: left;
}
.cid-t8lBHCHb3S .card-title {
  text-align: left;
}
.cid-t8lBHCHb3S .icon_block {
  height: 80px;
  text-align: left;
}
.cid-t8lBHCHb3S .img-wrapper {
  display: inline-block;
  position: relative;
  left: 26px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-t8lBHCHb3S .card-space {
    margin-bottom: 2rem;
  }
}
.cid-tz7NOW5nR8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #4326c4;
}
@media (max-width: 768px) {
  .cid-tz7NOW5nR8 {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.cid-tz7NOW5nR8 .mbr-text,
.cid-tz7NOW5nR8 .mbr-section-btn {
  color: #333333;
}
.cid-tz7NOW5nR8 .mbr-text,
.cid-tz7NOW5nR8 .mbr-section-title {
  text-align: center;
}
.cid-tz7NOW5nR8 a.btn {
  height: 100%;
  margin: 0;
}
.cid-tz7NOW5nR8 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-tz7NOW5nR8 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tz7NOW5nR8 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tz7NOW5nR8 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tz7NOW5nR8 .justify-content-center {
  align-items: center;
}
.cid-tz7NOW5nR8 textarea.form-control {
  min-height: 150px;
}
.cid-tz7NOW5nR8 .mbr-text {
  color: #ffffff;
}
.cid-tz7NOW5nR8 .mbr-section-title {
  color: #ffffff;
}
.cid-tz7NOW5nR8 .form-control {
  font-size: 1rem!important;
}
@media (max-width: 768px) {
  .cid-tz7NOW5nR8 .contact-wrapper {
    text-align: left!important;
  }
  .cid-tz7NOW5nR8 .mbr-text {
    text-align: left!important;
  }
}
.cid-tz7NOW5nR8 .row {
  flex-direction: row-reverse;
}
.cid-t8lBKov5Yt {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-t8lBKov5Yt {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
  .cid-t8lBKov5Yt .align-center {
    text-align: left;
  }
}
.cid-t8lBKov5Yt .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t8lBKov5Yt .team-card:hover {
  transform: translateY(-10px);
}
.cid-t8lBKov5Yt .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t8lBKov5Yt .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t8lBKov5Yt .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t8lBKov5Yt .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8lBKov5Yt .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t8lBKov5Yt .card-text,
.cid-t8lBKov5Yt .mbr-section-btn {
  text-align: left;
}
.cid-t8lBKov5Yt .card-title {
  text-align: left;
}
.cid-t8lBLhQJ6n {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t8lBLhQJ6n {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
}
.cid-t8lBLhQJ6n .mbr-section-title {
  color: #333333;
}
.cid-t8lBLhQJ6n .mb-4 {
  margin-bottom: 1rem!important;
}
.cid-t8lBMyP4SN {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #4326C4;
}
@media (max-width: 767px) {
  .cid-t8lBMyP4SN {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.cid-t8lBMyP4SN .carousel-item {
  justify-content: center;
}
.cid-t8lBMyP4SN .carousel-item.active,
.cid-t8lBMyP4SN .carousel-item-next,
.cid-t8lBMyP4SN .carousel-item-prev {
  display: flex;
}
.cid-t8lBMyP4SN .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8lBMyP4SN .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8lBMyP4SN .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8lBMyP4SN .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-t8lBMyP4SN .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-t8lBMyP4SN .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-t8lBMyP4SN .user_desk {
  color: #eeecec;
}
.cid-t8lBMyP4SN H3 {
  color: #ffffff;
}
.cid-t8lBMyP4SN .user_text {
  color: #ffffff;
}
.cid-t8lBMyP4SN .user_name {
  color: #ff9a00;
}
.cid-t8lBMyP4SN .display-extra {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-t8lBMyP4SN .display-extra {
    line-height: 1.4;
  }
}
.cid-t8lBMyP4SN .quote {
  font-weight: bold;
  font-size: 50px;
}
.cid-t8lBMyP4SN .mbri-quote-left:before {
  font-size: 30px;
  margin-right: 20px;
  opacity: 0.5;
}
.cid-t8lBMyP4SN .mbri-quote-right:before {
  font-size: 30px;
  margin-left: 20px;
  opacity: 0.5;
}
.cid-t8lBNy5K1u {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t8lBNy5K1u {
    padding-top: 0.1rem;
    padding-bottom: 3.5rem;
  }
}
.cid-t8lBNy5K1u img {
  width: 120px;
  margin: auto;
}
.cid-t8lBNy5K1u .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t8lBNy5K1u .card {
    max-width: 12.5%;
  }
}
.cid-t8lBOvcCPs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4326c4;
}
@media (max-width: 767px) {
  .cid-t8lBOvcCPs {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t8lBOvcCPs .media-container-row {
  justify-content: space-between;
}
.cid-t8lBOvcCPs .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-t8lBOvcCPs .text-content {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .cid-t8lBOvcCPs .text-content {
    text-align: left!important;
  }
}
.cid-t8lBOvcCPs .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t8lBOvcCPs .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t8lBOvcCPs .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8lBOvcCPs .text-content * {
    text-align: left;
  }
}
.cid-t8lBOvcCPs P {
  color: #ffffff;
}
.cid-t8lBOvcCPs .mbr-section-title {
  color: #ffffff;
}
.cid-t8lBOvcCPs .partnership img {
  width: 100% !important;
  border-radius: 5px;
  border: 2px solid #ffffff;
}
.cid-t8lBOvcCPs .partnership-wrapper {
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .cid-t8lBOvcCPs .partnership-wrapper {
    text-align: left!important;
    margin-left: 0!important;
  }
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-thoRAbHmlR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-thoRAbHmlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-thoRAbHmlR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thoRAbHmlR .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thoRAbHmlR .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thoRAbHmlR .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thoRAbHmlR .card-wrapper {
    padding: 4rem;
  }
}
.cid-thoRAbHmlR .mbr-text,
.cid-thoRAbHmlR .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thoRAbHmlR .card-title,
.cid-thoRAbHmlR .card-box {
  text-align: left;
}
.cid-thoRAbHmlR .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-thoRAbHmlR .mbr-section-btn {
    text-align: left;
  }
  .cid-thoRAbHmlR .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-thoRAbHmlR .copyright-style {
  color: #bbbbbb;
}
.cid-thj7HcVoam {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 84px;
}
.cid-thj7HcVoam nav.navbar {
  position: fixed;
}
.cid-thj7HcVoam .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj7HcVoam .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-thj7HcVoam .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thj7HcVoam .dropdown-item:hover,
.cid-thj7HcVoam .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-thj7HcVoam .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thj7HcVoam .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thj7HcVoam .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-thj7HcVoam .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thj7HcVoam .nav-link {
  position: relative;
}
.cid-thj7HcVoam .container {
  display: flex;
  margin: auto;
}
.cid-thj7HcVoam .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thj7HcVoam .dropdown-menu,
.cid-thj7HcVoam .navbar.opened {
  background: #ffffff !important;
}
.cid-thj7HcVoam .nav-item:focus,
.cid-thj7HcVoam .nav-link:focus {
  outline: none;
}
.cid-thj7HcVoam .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thj7HcVoam .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thj7HcVoam .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-thj7HcVoam .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj7HcVoam .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thj7HcVoam .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thj7HcVoam .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-thj7HcVoam .navbar.opened {
  transition: all .3s;
}
.cid-thj7HcVoam .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-thj7HcVoam .navbar .navbar-logo img {
  width: auto;
}
.cid-thj7HcVoam .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thj7HcVoam .navbar.collapsed {
  justify-content: center;
}
.cid-thj7HcVoam .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thj7HcVoam .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thj7HcVoam .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thj7HcVoam .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thj7HcVoam .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thj7HcVoam .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thj7HcVoam .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thj7HcVoam .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thj7HcVoam .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thj7HcVoam .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thj7HcVoam .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thj7HcVoam .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thj7HcVoam .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thj7HcVoam .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thj7HcVoam .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thj7HcVoam .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thj7HcVoam .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thj7HcVoam .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thj7HcVoam .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thj7HcVoam .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thj7HcVoam .navbar.navbar-short {
  min-height: 84px;
}
.cid-thj7HcVoam .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thj7HcVoam .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thj7HcVoam .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thj7HcVoam .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thj7HcVoam .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thj7HcVoam .dropdown-item.active,
.cid-thj7HcVoam .dropdown-item:active {
  background-color: transparent;
}
.cid-thj7HcVoam .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thj7HcVoam .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thj7HcVoam .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thj7HcVoam .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thj7HcVoam .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thj7HcVoam .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thj7HcVoam ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thj7HcVoam .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thj7HcVoam button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-thj7HcVoam button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thj7HcVoam button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thj7HcVoam button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thj7HcVoam button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thj7HcVoam button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thj7HcVoam nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj7HcVoam nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thj7HcVoam nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thj7HcVoam nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj7HcVoam .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thj7HcVoam a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thj7HcVoam .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thj7HcVoam .navbar {
    height: 77px;
  }
  .cid-thj7HcVoam .navbar.opened {
    height: auto;
  }
  .cid-thj7HcVoam .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8lDp20hEa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3d35d4;
}
@media (max-width: 768px) {
  .cid-t8lDp20hEa {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t8lDp20hEa .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row;
}
@media (max-width: 991px) {
  .cid-t8lDp20hEa .image-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-t8lDp20hEa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lDp20hEa .mbr-section-title {
  color: #ffffff;
}
.cid-t8lDp20hEa .mbr-section-btn {
  color: #000;
}
.cid-t8lDp20hEa ul li {
  list-style: none;
  color: #ffffff;
  padding-left: 0px;
  margin-bottom: 5px;
  margin-left: 0;
}
.cid-t8lDp20hEa ul li span {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-left: -35px;
  padding-right: 12px;
}
.cid-t8lDp20hEa P {
  color: #ffffff;
}
.cid-t8lDp20hEa h1 {
  line-height: 1.1;
}
@media (max-width: 767px) {
  .cid-t8lDp20hEa .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-t8lDpsJSE3 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .cid-t8lDpsJSE3 {
    padding-top: 1.2rem;
    padding-bottom: 1.5rem;
  }
}
.cid-t8lDpsJSE3 .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8lDpsJSE3 .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t8lDpsJSE3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lDpsJSE3 ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lDpsJSE3 li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lDpsJSE3 .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8lDpsJSE3 .mbr-section-title {
  color: #ff9a00;
}
.cid-t8lDpsJSE3 .card-title {
  color: #353535;
}
.cid-t8lDpsJSE3 .display-9 {
  font-size: 0.8rem;
  color: #787878;
}
.cid-t8lDpsJSE3 .display-2 {
  line-height: 1.3;
}
.cid-t8lDpZ4b8k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #4326C4;
}
@media (max-width: 768px) {
  .cid-t8lDpZ4b8k {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-t8lDpZ4b8k .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8lDpZ4b8k .mbr-section-title {
    line-height: 1.6;
    text-align: left;
  }
}
.cid-t8lDqvGAxq {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .cid-t8lDqvGAxq {
    padding-top: 0.8rem;
    padding-bottom: 0.6rem;
  }
}
.cid-t8lDqvGAxq .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8lDqvGAxq .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t8lDqvGAxq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lDqvGAxq ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lDqvGAxq li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lDqvGAxq .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8lDqvGAxq .mbr-section-title {
  color: #ff9a00;
}
.cid-t8lDqvGAxq .card-title {
  color: #353535;
}
.cid-t8lDqvGAxq .display-2 {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cid-t8lDqvGAxq .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8lDrgxflT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8lDrgxflT {
    padding-top: 0.8rem;
    padding-bottom: 1.6rem;
  }
}
.cid-t8lDrgxflT .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8lDrgxflT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8lDrgxflT .content-wrapper {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8lDrgxflT .content-wrapper {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cid-t8lDrgxflT .content-wrapper {
    padding: 0rem 3rem;
  }
}
.cid-t8lDrgxflT .card-title {
  color: #353535;
}
.cid-t8lDrgxflT ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lDrgxflT li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lDrgxflT .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8lDrgxflT .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8lDrgxflT .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8lDrgxflT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8lDrgxflT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8lDrgxflT .carousel-indicators li.active,
.cid-t8lDrgxflT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8lDrgxflT .carousel-indicators li::after,
.cid-t8lDrgxflT .carousel-indicators li::before {
  content: none;
}
.cid-t8lDrgxflT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8lDrgxflT .carousel-indicators {
    display: none !important;
  }
}
.cid-t8lDrgxflT .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8lDrgxflT .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8lDrgxflT .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8lDrgxflT .display-2 {
  line-height: 1.3;
}
.cid-t8lDrgxflT .row {
  flex-direction: row-reverse;
}
.cid-t8lDsldtOd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .cid-t8lDsldtOd {
    padding-top: 0.8rem;
    padding-bottom: 0rem;
  }
}
.cid-t8lDsldtOd .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8lDsldtOd .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t8lDsldtOd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lDsldtOd ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lDsldtOd li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lDsldtOd .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8lDsldtOd .mbr-section-title {
  color: #ff9a00;
}
.cid-t8lDsldtOd .card-title {
  color: #353535;
}
.cid-t8lDsldtOd .display-2 {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cid-t8lDsldtOd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tz7NHRkbUe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #4326c4;
}
@media (max-width: 768px) {
  .cid-tz7NHRkbUe {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.cid-tz7NHRkbUe .mbr-text,
.cid-tz7NHRkbUe .mbr-section-btn {
  color: #333333;
}
.cid-tz7NHRkbUe .mbr-text,
.cid-tz7NHRkbUe .mbr-section-title {
  text-align: center;
}
.cid-tz7NHRkbUe a.btn {
  height: 100%;
  margin: 0;
}
.cid-tz7NHRkbUe .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-tz7NHRkbUe .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tz7NHRkbUe .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tz7NHRkbUe .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tz7NHRkbUe .justify-content-center {
  align-items: center;
}
.cid-tz7NHRkbUe textarea.form-control {
  min-height: 150px;
}
.cid-tz7NHRkbUe .mbr-text {
  color: #ffffff;
}
.cid-tz7NHRkbUe .mbr-section-title {
  color: #ffffff;
}
.cid-tz7NHRkbUe .form-control {
  font-size: 1rem!important;
}
@media (max-width: 768px) {
  .cid-tz7NHRkbUe .contact-wrapper {
    text-align: left!important;
  }
  .cid-tz7NHRkbUe .mbr-text {
    text-align: left!important;
  }
}
.cid-tz7NHRkbUe .row {
  flex-direction: row-reverse;
}
.cid-t8lDtVIcTT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-t8lDtVIcTT {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
  }
  .cid-t8lDtVIcTT .align-center {
    text-align: left;
  }
}
.cid-t8lDtVIcTT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t8lDtVIcTT .team-card:hover {
  transform: translateY(-10px);
}
.cid-t8lDtVIcTT .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t8lDtVIcTT .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t8lDtVIcTT .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t8lDtVIcTT .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8lDtVIcTT .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t8lDtVIcTT .card-text,
.cid-t8lDtVIcTT .mbr-section-btn {
  text-align: left;
}
.cid-t8lDtVIcTT .card-title {
  text-align: left;
}
.cid-tz7OrgoO8M {
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #fafafa;
}
.cid-tz7OrgoO8M .mbr-section-title {
  color: #333333;
}
.cid-tz7OrgoO8M .mb-4 {
  margin-bottom: 1rem!important;
}
.cid-t8lDuPRSN0 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #4326C4;
}
@media (max-width: 767px) {
  .cid-t8lDuPRSN0 {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.cid-t8lDuPRSN0 .carousel-item {
  justify-content: center;
}
.cid-t8lDuPRSN0 .carousel-item.active,
.cid-t8lDuPRSN0 .carousel-item-next,
.cid-t8lDuPRSN0 .carousel-item-prev {
  display: flex;
}
.cid-t8lDuPRSN0 .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8lDuPRSN0 .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8lDuPRSN0 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8lDuPRSN0 .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-t8lDuPRSN0 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-t8lDuPRSN0 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-t8lDuPRSN0 .user_desk {
  color: #eeecec;
}
.cid-t8lDuPRSN0 H3 {
  color: #ffffff;
}
.cid-t8lDuPRSN0 .user_text {
  color: #ffffff;
}
.cid-t8lDuPRSN0 .user_name {
  color: #ff9a00;
}
.cid-t8lDuPRSN0 .display-extra {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-t8lDuPRSN0 .display-extra {
    line-height: 1.4;
  }
}
.cid-t8lDuPRSN0 .quote {
  font-weight: bold;
  font-size: 50px;
}
.cid-t8lDuPRSN0 .mbri-quote-left:before {
  font-size: 30px;
  margin-right: 20px;
  opacity: 0.5;
}
.cid-t8lDuPRSN0 .mbri-quote-right:before {
  font-size: 30px;
  margin-left: 20px;
  opacity: 0.5;
}
.cid-t8lDvztr3w {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t8lDvztr3w {
    padding-top: 0.1rem;
    padding-bottom: 3.5rem;
  }
}
.cid-t8lDvztr3w img {
  width: 120px;
  margin: auto;
}
.cid-t8lDvztr3w .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t8lDvztr3w .card {
    max-width: 12.5%;
  }
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-thoRs1NfwN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-thoRs1NfwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-thoRs1NfwN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thoRs1NfwN .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thoRs1NfwN .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thoRs1NfwN .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thoRs1NfwN .card-wrapper {
    padding: 4rem;
  }
}
.cid-thoRs1NfwN .mbr-text,
.cid-thoRs1NfwN .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thoRs1NfwN .card-title,
.cid-thoRs1NfwN .card-box {
  text-align: left;
}
.cid-thoRs1NfwN .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-thoRs1NfwN .mbr-section-btn {
    text-align: left;
  }
  .cid-thoRs1NfwN .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-thoRs1NfwN .copyright-style {
  color: #bbbbbb;
}
.cid-thj7BIdrtj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 84px;
}
.cid-thj7BIdrtj nav.navbar {
  position: fixed;
}
.cid-thj7BIdrtj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj7BIdrtj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-thj7BIdrtj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thj7BIdrtj .dropdown-item:hover,
.cid-thj7BIdrtj .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-thj7BIdrtj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thj7BIdrtj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thj7BIdrtj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-thj7BIdrtj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thj7BIdrtj .nav-link {
  position: relative;
}
.cid-thj7BIdrtj .container {
  display: flex;
  margin: auto;
}
.cid-thj7BIdrtj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thj7BIdrtj .dropdown-menu,
.cid-thj7BIdrtj .navbar.opened {
  background: #ffffff !important;
}
.cid-thj7BIdrtj .nav-item:focus,
.cid-thj7BIdrtj .nav-link:focus {
  outline: none;
}
.cid-thj7BIdrtj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thj7BIdrtj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thj7BIdrtj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-thj7BIdrtj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj7BIdrtj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thj7BIdrtj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thj7BIdrtj .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-thj7BIdrtj .navbar.opened {
  transition: all .3s;
}
.cid-thj7BIdrtj .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-thj7BIdrtj .navbar .navbar-logo img {
  width: auto;
}
.cid-thj7BIdrtj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thj7BIdrtj .navbar.collapsed {
  justify-content: center;
}
.cid-thj7BIdrtj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thj7BIdrtj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thj7BIdrtj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thj7BIdrtj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thj7BIdrtj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thj7BIdrtj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thj7BIdrtj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thj7BIdrtj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thj7BIdrtj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thj7BIdrtj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thj7BIdrtj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thj7BIdrtj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thj7BIdrtj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thj7BIdrtj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thj7BIdrtj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thj7BIdrtj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thj7BIdrtj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thj7BIdrtj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thj7BIdrtj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thj7BIdrtj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thj7BIdrtj .navbar.navbar-short {
  min-height: 84px;
}
.cid-thj7BIdrtj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thj7BIdrtj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thj7BIdrtj .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thj7BIdrtj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thj7BIdrtj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thj7BIdrtj .dropdown-item.active,
.cid-thj7BIdrtj .dropdown-item:active {
  background-color: transparent;
}
.cid-thj7BIdrtj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thj7BIdrtj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thj7BIdrtj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thj7BIdrtj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thj7BIdrtj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thj7BIdrtj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thj7BIdrtj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thj7BIdrtj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thj7BIdrtj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-thj7BIdrtj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thj7BIdrtj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thj7BIdrtj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thj7BIdrtj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thj7BIdrtj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thj7BIdrtj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj7BIdrtj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thj7BIdrtj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thj7BIdrtj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj7BIdrtj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thj7BIdrtj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thj7BIdrtj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thj7BIdrtj .navbar {
    height: 77px;
  }
  .cid-thj7BIdrtj .navbar.opened {
    height: auto;
  }
  .cid-thj7BIdrtj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8lFQrPX4e {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #3d35d4;
}
@media (max-width: 768px) {
  .cid-t8lFQrPX4e {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-t8lFQrPX4e .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row;
}
@media (max-width: 991px) {
  .cid-t8lFQrPX4e .image-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-t8lFQrPX4e .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lFQrPX4e .mbr-section-title {
  color: #ffffff;
}
.cid-t8lFQrPX4e .mbr-section-btn {
  color: #000;
}
.cid-t8lFQrPX4e ul li {
  list-style: none;
  color: #ffffff;
  padding-left: 0px;
  margin-bottom: 5px;
  margin-left: 0;
}
.cid-t8lFQrPX4e ul li span {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-left: -35px;
  padding-right: 12px;
}
.cid-t8lFQrPX4e P {
  color: #ffffff;
}
.cid-t8lFQrPX4e h1 {
  line-height: 1.1;
}
@media (max-width: 767px) {
  .cid-t8lFQrPX4e .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-t8lFR3EZ2N {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .cid-t8lFR3EZ2N {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-t8lFR3EZ2N .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8lFR3EZ2N .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t8lFR3EZ2N .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lFR3EZ2N ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lFR3EZ2N li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lFR3EZ2N .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8lFR3EZ2N .mbr-section-title {
  color: #ff9a00;
}
.cid-t8lFR3EZ2N .card-title {
  color: #353535;
}
.cid-t8lFR3EZ2N .display-9 {
  font-size: 0.8rem;
  color: #787878;
}
.cid-t8lFR3EZ2N .display-2 {
  line-height: 1.3;
}
.cid-t8lFRyBTBt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #4326c4;
}
@media (max-width: 768px) {
  .cid-t8lFRyBTBt {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-t8lFRyBTBt .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8lFRyBTBt .mbr-section-title {
    line-height: 1.6;
    text-align: left;
  }
}
.cid-t8lFSd6Ugg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .cid-t8lFSd6Ugg {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.cid-t8lFSd6Ugg .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8lFSd6Ugg .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t8lFSd6Ugg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lFSd6Ugg ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lFSd6Ugg li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lFSd6Ugg .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8lFSd6Ugg .mbr-section-title {
  color: #ff9a00;
}
.cid-t8lFSd6Ugg .card-title {
  color: #353535;
}
.cid-t8lFSd6Ugg .display-2 {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cid-t8lFSd6Ugg .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8lFSTxemm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8lFSTxemm {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
.cid-t8lFSTxemm .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8lFSTxemm .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8lFSTxemm .content-wrapper {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8lFSTxemm .content-wrapper {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cid-t8lFSTxemm .content-wrapper {
    padding: 0rem 3rem;
  }
}
.cid-t8lFSTxemm .card-title {
  color: #353535;
}
.cid-t8lFSTxemm ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lFSTxemm li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lFSTxemm .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8lFSTxemm .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8lFSTxemm .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8lFSTxemm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8lFSTxemm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8lFSTxemm .carousel-indicators li.active,
.cid-t8lFSTxemm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8lFSTxemm .carousel-indicators li::after,
.cid-t8lFSTxemm .carousel-indicators li::before {
  content: none;
}
.cid-t8lFSTxemm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8lFSTxemm .carousel-indicators {
    display: none !important;
  }
}
.cid-t8lFSTxemm .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8lFSTxemm .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8lFSTxemm .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8lFSTxemm .display-2 {
  line-height: 1.3;
}
.cid-t8lFSTxemm .row {
  flex-direction: row-reverse;
}
.cid-t8lFUhZtvP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .cid-t8lFUhZtvP {
    padding-top: 1.2rem;
    padding-bottom: 0rem;
  }
}
.cid-t8lFUhZtvP .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8lFUhZtvP .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t8lFUhZtvP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lFUhZtvP ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lFUhZtvP li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lFUhZtvP .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8lFUhZtvP .mbr-section-title {
  color: #ff9a00;
}
.cid-t8lFUhZtvP .card-title {
  color: #353535;
}
.cid-t8lFUhZtvP .display-2 {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cid-t8lFUhZtvP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tz7NyIm0hb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #4326c4;
}
@media (max-width: 768px) {
  .cid-tz7NyIm0hb {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.cid-tz7NyIm0hb .mbr-text,
.cid-tz7NyIm0hb .mbr-section-btn {
  color: #333333;
}
.cid-tz7NyIm0hb .mbr-text,
.cid-tz7NyIm0hb .mbr-section-title {
  text-align: center;
}
.cid-tz7NyIm0hb a.btn {
  height: 100%;
  margin: 0;
}
.cid-tz7NyIm0hb .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-tz7NyIm0hb .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tz7NyIm0hb .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tz7NyIm0hb .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tz7NyIm0hb .justify-content-center {
  align-items: center;
}
.cid-tz7NyIm0hb textarea.form-control {
  min-height: 150px;
}
.cid-tz7NyIm0hb .mbr-text {
  color: #ffffff;
}
.cid-tz7NyIm0hb .mbr-section-title {
  color: #ffffff;
}
.cid-tz7NyIm0hb .form-control {
  font-size: 1rem!important;
}
@media (max-width: 768px) {
  .cid-tz7NyIm0hb .contact-wrapper {
    text-align: left!important;
  }
  .cid-tz7NyIm0hb .mbr-text {
    text-align: left!important;
  }
}
.cid-tz7NyIm0hb .row {
  flex-direction: row-reverse;
}
.cid-t8lFXjUf4N {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-t8lFXjUf4N {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
  }
  .cid-t8lFXjUf4N .align-center {
    text-align: left;
  }
}
.cid-t8lFXjUf4N .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t8lFXjUf4N .team-card:hover {
  transform: translateY(-10px);
}
.cid-t8lFXjUf4N .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t8lFXjUf4N .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t8lFXjUf4N .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t8lFXjUf4N .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8lFXjUf4N .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t8lFXjUf4N .card-text,
.cid-t8lFXjUf4N .mbr-section-btn {
  text-align: left;
}
.cid-t8lFXjUf4N .card-title {
  text-align: left;
}
.cid-t8lFZ3FOZT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-t8lFZ3FOZT {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
}
.cid-t8lFZ3FOZT .mbr-section-title {
  color: #333333;
}
.cid-t8lFZ3FOZT .mb-4 {
  margin-bottom: 1rem!important;
}
.cid-t8lG0wMcKr {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #4326c4;
}
@media (max-width: 767px) {
  .cid-t8lG0wMcKr {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.cid-t8lG0wMcKr .carousel-item {
  justify-content: center;
}
.cid-t8lG0wMcKr .carousel-item.active,
.cid-t8lG0wMcKr .carousel-item-next,
.cid-t8lG0wMcKr .carousel-item-prev {
  display: flex;
}
.cid-t8lG0wMcKr .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8lG0wMcKr .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8lG0wMcKr .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8lG0wMcKr .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-t8lG0wMcKr .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-t8lG0wMcKr .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-t8lG0wMcKr .user_desk {
  color: #eeecec;
}
.cid-t8lG0wMcKr H3 {
  color: #ffffff;
}
.cid-t8lG0wMcKr .user_text {
  color: #ffffff;
}
.cid-t8lG0wMcKr .user_name {
  color: #ff9a00;
}
.cid-t8lG0wMcKr .display-extra {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-t8lG0wMcKr .display-extra {
    line-height: 1.4;
  }
}
.cid-t8lG0wMcKr .quote {
  font-weight: bold;
  font-size: 50px;
}
.cid-t8lG0wMcKr .mbri-quote-left:before {
  font-size: 30px;
  margin-right: 20px;
  opacity: 0.5;
}
.cid-t8lG0wMcKr .mbri-quote-right:before {
  font-size: 30px;
  margin-left: 20px;
  opacity: 0.5;
}
.cid-t8lG2976rV {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t8lG2976rV {
    padding-top: 0.1rem;
    padding-bottom: 3.5rem;
  }
}
.cid-t8lG2976rV img {
  width: 120px;
  margin: auto;
}
.cid-t8lG2976rV .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t8lG2976rV .card {
    max-width: 12.5%;
  }
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-thoRmBMewQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-thoRmBMewQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thoRmBMewQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thoRmBMewQ .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thoRmBMewQ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thoRmBMewQ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thoRmBMewQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-thoRmBMewQ .mbr-text,
.cid-thoRmBMewQ .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thoRmBMewQ .card-title,
.cid-thoRmBMewQ .card-box {
  text-align: left;
}
.cid-thoRmBMewQ .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-thoRmBMewQ .mbr-section-btn {
    text-align: left;
  }
  .cid-thoRmBMewQ .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-thoRmBMewQ .copyright-style {
  color: #bbbbbb;
}
.cid-thj7wQyXhZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 84px;
}
.cid-thj7wQyXhZ nav.navbar {
  position: fixed;
}
.cid-thj7wQyXhZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj7wQyXhZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-thj7wQyXhZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thj7wQyXhZ .dropdown-item:hover,
.cid-thj7wQyXhZ .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-thj7wQyXhZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thj7wQyXhZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thj7wQyXhZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-thj7wQyXhZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thj7wQyXhZ .nav-link {
  position: relative;
}
.cid-thj7wQyXhZ .container {
  display: flex;
  margin: auto;
}
.cid-thj7wQyXhZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thj7wQyXhZ .dropdown-menu,
.cid-thj7wQyXhZ .navbar.opened {
  background: #ffffff !important;
}
.cid-thj7wQyXhZ .nav-item:focus,
.cid-thj7wQyXhZ .nav-link:focus {
  outline: none;
}
.cid-thj7wQyXhZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thj7wQyXhZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thj7wQyXhZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-thj7wQyXhZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj7wQyXhZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thj7wQyXhZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thj7wQyXhZ .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-thj7wQyXhZ .navbar.opened {
  transition: all .3s;
}
.cid-thj7wQyXhZ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-thj7wQyXhZ .navbar .navbar-logo img {
  width: auto;
}
.cid-thj7wQyXhZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thj7wQyXhZ .navbar.collapsed {
  justify-content: center;
}
.cid-thj7wQyXhZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thj7wQyXhZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thj7wQyXhZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thj7wQyXhZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thj7wQyXhZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thj7wQyXhZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thj7wQyXhZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thj7wQyXhZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thj7wQyXhZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thj7wQyXhZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thj7wQyXhZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thj7wQyXhZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thj7wQyXhZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thj7wQyXhZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thj7wQyXhZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thj7wQyXhZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thj7wQyXhZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thj7wQyXhZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thj7wQyXhZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thj7wQyXhZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thj7wQyXhZ .navbar.navbar-short {
  min-height: 84px;
}
.cid-thj7wQyXhZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thj7wQyXhZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thj7wQyXhZ .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thj7wQyXhZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thj7wQyXhZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thj7wQyXhZ .dropdown-item.active,
.cid-thj7wQyXhZ .dropdown-item:active {
  background-color: transparent;
}
.cid-thj7wQyXhZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thj7wQyXhZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thj7wQyXhZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thj7wQyXhZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thj7wQyXhZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thj7wQyXhZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thj7wQyXhZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thj7wQyXhZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thj7wQyXhZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-thj7wQyXhZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thj7wQyXhZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thj7wQyXhZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thj7wQyXhZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thj7wQyXhZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thj7wQyXhZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj7wQyXhZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thj7wQyXhZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thj7wQyXhZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj7wQyXhZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thj7wQyXhZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thj7wQyXhZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thj7wQyXhZ .navbar {
    height: 77px;
  }
  .cid-thj7wQyXhZ .navbar.opened {
    height: auto;
  }
  .cid-thj7wQyXhZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8lHJ7ang3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3d35d4;
}
@media (max-width: 768px) {
  .cid-t8lHJ7ang3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t8lHJ7ang3 .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row;
}
@media (max-width: 991px) {
  .cid-t8lHJ7ang3 .image-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-t8lHJ7ang3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lHJ7ang3 .mbr-section-title {
  color: #ffffff;
}
.cid-t8lHJ7ang3 .mbr-section-btn {
  color: #000;
}
.cid-t8lHJ7ang3 ul li {
  list-style: none;
  color: #ffffff;
  padding-left: 0px;
  margin-bottom: 5px;
  margin-left: 0;
}
.cid-t8lHJ7ang3 ul li span {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-left: -35px;
  padding-right: 12px;
}
.cid-t8lHJ7ang3 P {
  color: #ffffff;
}
.cid-t8lHJ7ang3 h1 {
  line-height: 1.1;
}
@media (max-width: 767px) {
  .cid-t8lHJ7ang3 .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-t8lHJCn2J1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .cid-t8lHJCn2J1 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-t8lHJCn2J1 .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8lHJCn2J1 .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t8lHJCn2J1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lHJCn2J1 ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lHJCn2J1 li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lHJCn2J1 .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8lHJCn2J1 .mbr-section-title {
  color: #ff9a00;
}
.cid-t8lHJCn2J1 .card-title {
  color: #353535;
}
.cid-t8lHJCn2J1 .display-9 {
  font-size: 0.8rem;
  color: #787878;
}
.cid-t8lHJCn2J1 .display-2 {
  line-height: 1.3;
}
.cid-t8lHK5tthe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #4326c4;
}
@media (max-width: 768px) {
  .cid-t8lHK5tthe {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-t8lHK5tthe .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8lHK5tthe .mbr-section-title {
    line-height: 1.6;
    text-align: left;
  }
}
.cid-t8lHKwMq5Z {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8lHKwMq5Z {
    padding-top: 0.8rem;
    padding-bottom: 0rem;
  }
}
.cid-t8lHKwMq5Z .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8lHKwMq5Z .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t8lHKwMq5Z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lHKwMq5Z ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lHKwMq5Z li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lHKwMq5Z .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8lHKwMq5Z .mbr-section-title {
  color: #ff9a00;
}
.cid-t8lHKwMq5Z .card-title {
  color: #353535;
}
.cid-t8lHKwMq5Z .display-2 {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cid-t8lHKwMq5Z .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8lHLhO0GY {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-t8lHLhO0GY {
    padding-top: 1rem;
    padding-bottom: 0.8rem;
  }
}
.cid-t8lHLhO0GY .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t8lHLhO0GY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8lHLhO0GY .content-wrapper {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8lHLhO0GY .content-wrapper {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cid-t8lHLhO0GY .content-wrapper {
    padding: 0rem 0rem;
  }
  .cid-t8lHLhO0GY .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t8lHLhO0GY .card-title {
  color: #353535;
}
.cid-t8lHLhO0GY ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lHLhO0GY li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lHLhO0GY .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8lHLhO0GY .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8lHLhO0GY .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8lHLhO0GY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8lHLhO0GY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8lHLhO0GY .carousel-indicators li.active,
.cid-t8lHLhO0GY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8lHLhO0GY .carousel-indicators li::after,
.cid-t8lHLhO0GY .carousel-indicators li::before {
  content: none;
}
.cid-t8lHLhO0GY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8lHLhO0GY .carousel-indicators {
    display: none !important;
  }
}
.cid-t8lHLhO0GY .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8lHLhO0GY .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8lHLhO0GY .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8lHLhO0GY .display-2 {
  line-height: 1.3;
}
@media (min-width: 992px) {
  .cid-t8lHLhO0GY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lHLhO0GY .row {
  flex-direction: row-reverse;
}
.cid-t8lHMyuJmO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8lHMyuJmO {
    padding-top: 0.6rem;
    padding-bottom: 0.2rem;
  }
}
.cid-t8lHMyuJmO .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8lHMyuJmO .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t8lHMyuJmO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8lHMyuJmO ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8lHMyuJmO li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8lHMyuJmO .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8lHMyuJmO .mbr-section-title {
  color: #ff9a00;
}
.cid-t8lHMyuJmO .card-title {
  color: #353535;
}
.cid-t8lHMyuJmO .display-2 {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cid-t8lHMyuJmO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8lHOaTQRb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #4326c4;
}
@media (max-width: 768px) {
  .cid-t8lHOaTQRb {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.cid-t8lHOaTQRb .mbr-text,
.cid-t8lHOaTQRb .mbr-section-btn {
  color: #333333;
}
.cid-t8lHOaTQRb .mbr-text,
.cid-t8lHOaTQRb .mbr-section-title {
  text-align: center;
}
.cid-t8lHOaTQRb a.btn {
  height: 100%;
  margin: 0;
}
.cid-t8lHOaTQRb .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-t8lHOaTQRb .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t8lHOaTQRb .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t8lHOaTQRb .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-t8lHOaTQRb .justify-content-center {
  align-items: center;
}
.cid-t8lHOaTQRb textarea.form-control {
  min-height: 150px;
}
.cid-t8lHOaTQRb .mbr-text {
  color: #ffffff;
}
.cid-t8lHOaTQRb .mbr-section-title {
  color: #ffffff;
}
.cid-t8lHOaTQRb .form-control {
  font-size: 1rem!important;
}
@media (max-width: 768px) {
  .cid-t8lHOaTQRb .contact-wrapper {
    text-align: left!important;
  }
  .cid-t8lHOaTQRb .mbr-text {
    text-align: left!important;
  }
}
.cid-t8lHOaTQRb .row {
  flex-direction: row-reverse;
}
.cid-t8lHP0Lujb {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-t8lHP0Lujb {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
  .cid-t8lHP0Lujb .align-center {
    text-align: left;
  }
}
.cid-t8lHP0Lujb .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t8lHP0Lujb .team-card:hover {
  transform: translateY(-10px);
}
.cid-t8lHP0Lujb .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t8lHP0Lujb .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t8lHP0Lujb .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t8lHP0Lujb .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8lHP0Lujb .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t8lHP0Lujb .card-text,
.cid-t8lHP0Lujb .mbr-section-btn {
  text-align: left;
}
.cid-t8lHP0Lujb .card-title {
  text-align: left;
}
.cid-t8lHPLP5ZF {
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #fafafa;
}
.cid-t8lHPLP5ZF .mbr-section-title {
  color: #333333;
}
.cid-t8lHPLP5ZF .mb-4 {
  margin-bottom: 1rem!important;
}
.cid-t8lHQzTg0a {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #4326c4;
}
@media (max-width: 767px) {
  .cid-t8lHQzTg0a {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.cid-t8lHQzTg0a .carousel-item {
  justify-content: center;
}
.cid-t8lHQzTg0a .carousel-item.active,
.cid-t8lHQzTg0a .carousel-item-next,
.cid-t8lHQzTg0a .carousel-item-prev {
  display: flex;
}
.cid-t8lHQzTg0a .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8lHQzTg0a .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8lHQzTg0a .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8lHQzTg0a .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-t8lHQzTg0a .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-t8lHQzTg0a .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-t8lHQzTg0a .user_desk {
  color: #eeecec;
}
.cid-t8lHQzTg0a H3 {
  color: #ffffff;
}
.cid-t8lHQzTg0a .user_text {
  color: #ffffff;
}
.cid-t8lHQzTg0a .user_name {
  color: #ff9a00;
}
.cid-t8lHQzTg0a .display-extra {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-t8lHQzTg0a .display-extra {
    line-height: 1.4;
  }
}
.cid-t8lHQzTg0a .quote {
  font-weight: bold;
  font-size: 50px;
}
.cid-t8lHQzTg0a .mbri-quote-left:before {
  font-size: 30px;
  margin-right: 20px;
  opacity: 0.5;
}
.cid-t8lHQzTg0a .mbri-quote-right:before {
  font-size: 30px;
  margin-left: 20px;
  opacity: 0.5;
}
.cid-t8lHRgGlYQ {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t8lHRgGlYQ {
    padding-top: 0.1rem;
    padding-bottom: 3.5rem;
  }
}
.cid-t8lHRgGlYQ img {
  width: 120px;
  margin: auto;
}
.cid-t8lHRgGlYQ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t8lHRgGlYQ .card {
    max-width: 12.5%;
  }
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-thoRjq9SP2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-thoRjq9SP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thoRjq9SP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thoRjq9SP2 .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thoRjq9SP2 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thoRjq9SP2 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thoRjq9SP2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-thoRjq9SP2 .mbr-text,
.cid-thoRjq9SP2 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thoRjq9SP2 .card-title,
.cid-thoRjq9SP2 .card-box {
  text-align: left;
}
.cid-thoRjq9SP2 .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-thoRjq9SP2 .mbr-section-btn {
    text-align: left;
  }
  .cid-thoRjq9SP2 .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-thoRjq9SP2 .copyright-style {
  color: #bbbbbb;
}
.cid-thj8gUa1fb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 84px;
}
.cid-thj8gUa1fb nav.navbar {
  position: fixed;
}
.cid-thj8gUa1fb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj8gUa1fb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-thj8gUa1fb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thj8gUa1fb .dropdown-item:hover,
.cid-thj8gUa1fb .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-thj8gUa1fb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thj8gUa1fb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thj8gUa1fb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-thj8gUa1fb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thj8gUa1fb .nav-link {
  position: relative;
}
.cid-thj8gUa1fb .container {
  display: flex;
  margin: auto;
}
.cid-thj8gUa1fb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thj8gUa1fb .dropdown-menu,
.cid-thj8gUa1fb .navbar.opened {
  background: #ffffff !important;
}
.cid-thj8gUa1fb .nav-item:focus,
.cid-thj8gUa1fb .nav-link:focus {
  outline: none;
}
.cid-thj8gUa1fb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thj8gUa1fb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thj8gUa1fb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-thj8gUa1fb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj8gUa1fb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thj8gUa1fb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thj8gUa1fb .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-thj8gUa1fb .navbar.opened {
  transition: all .3s;
}
.cid-thj8gUa1fb .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-thj8gUa1fb .navbar .navbar-logo img {
  width: auto;
}
.cid-thj8gUa1fb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thj8gUa1fb .navbar.collapsed {
  justify-content: center;
}
.cid-thj8gUa1fb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thj8gUa1fb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thj8gUa1fb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thj8gUa1fb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thj8gUa1fb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thj8gUa1fb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thj8gUa1fb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thj8gUa1fb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thj8gUa1fb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thj8gUa1fb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thj8gUa1fb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thj8gUa1fb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thj8gUa1fb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thj8gUa1fb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thj8gUa1fb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thj8gUa1fb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thj8gUa1fb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thj8gUa1fb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thj8gUa1fb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thj8gUa1fb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thj8gUa1fb .navbar.navbar-short {
  min-height: 84px;
}
.cid-thj8gUa1fb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thj8gUa1fb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thj8gUa1fb .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thj8gUa1fb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thj8gUa1fb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thj8gUa1fb .dropdown-item.active,
.cid-thj8gUa1fb .dropdown-item:active {
  background-color: transparent;
}
.cid-thj8gUa1fb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thj8gUa1fb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thj8gUa1fb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thj8gUa1fb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thj8gUa1fb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thj8gUa1fb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thj8gUa1fb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thj8gUa1fb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thj8gUa1fb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-thj8gUa1fb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thj8gUa1fb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thj8gUa1fb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thj8gUa1fb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thj8gUa1fb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thj8gUa1fb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj8gUa1fb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thj8gUa1fb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thj8gUa1fb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj8gUa1fb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thj8gUa1fb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thj8gUa1fb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thj8gUa1fb .navbar {
    height: 77px;
  }
  .cid-thj8gUa1fb .navbar.opened {
    height: auto;
  }
  .cid-thj8gUa1fb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8kXPB3Ii8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3d35d4;
}
@media (max-width: 768px) {
  .cid-t8kXPB3Ii8 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t8kXPB3Ii8 .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row;
}
@media (max-width: 991px) {
  .cid-t8kXPB3Ii8 .image-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-t8kXPB3Ii8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8kXPB3Ii8 .mbr-section-title {
  color: #ffffff;
}
.cid-t8kXPB3Ii8 .mbr-section-btn {
  color: #000;
}
.cid-t8kXPB3Ii8 ul li {
  list-style: none;
  color: #ffffff;
  padding-left: 0px;
  margin-bottom: 5px;
  margin-left: 0;
}
.cid-t8kXPB3Ii8 ul li span {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-left: -35px;
  padding-right: 12px;
}
.cid-t8kXPB3Ii8 P {
  color: #ffffff;
}
.cid-t8kXPB3Ii8 h1 {
  line-height: 1.1;
}
@media (max-width: 767px) {
  .cid-t8kXPB3Ii8 .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-t8kXQmsn7k {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .cid-t8kXQmsn7k {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
  }
}
.cid-t8kXQmsn7k .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8kXQmsn7k .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t8kXQmsn7k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8kXQmsn7k ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8kXQmsn7k li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8kXQmsn7k .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8kXQmsn7k .mbr-section-title {
  color: #ff9a00;
}
.cid-t8kXQmsn7k .card-title {
  color: #353535;
}
.cid-t8kXQmsn7k .display-2 {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cid-t8kXQmsn7k .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8kXR0ltPf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #4326C4;
}
@media (max-width: 768px) {
  .cid-t8kXR0ltPf {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-t8kXR0ltPf .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8kXR0ltPf .mbr-section-title {
    line-height: 1.6;
    text-align: left;
  }
}
.cid-t8kXS8j29m {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8kXS8j29m {
    padding-top: 1.2rem;
    padding-bottom: 0.3rem;
  }
}
.cid-t8kXS8j29m .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8kXS8j29m .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t8kXS8j29m .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8kXS8j29m ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8kXS8j29m li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8kXS8j29m .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8kXS8j29m .mbr-section-title {
  color: #ff9a00;
}
.cid-t8kXS8j29m .card-title {
  color: #353535;
}
.cid-t8kXS8j29m .display-9 {
  font-size: 0.8rem;
  color: #787878;
}
.cid-t8kXS8j29m .display-2 {
  line-height: 1.3;
}
.cid-t8kXTdTg5I {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-t8kXTdTg5I {
    padding-top: 0.8rem;
    padding-bottom: 0.4rem;
  }
}
.cid-t8kXTdTg5I .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t8kXTdTg5I .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8kXTdTg5I .content-wrapper {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8kXTdTg5I .content-wrapper {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cid-t8kXTdTg5I .content-wrapper {
    padding: 0rem 3rem;
  }
}
.cid-t8kXTdTg5I .card-title {
  color: #353535;
}
.cid-t8kXTdTg5I ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8kXTdTg5I li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8kXTdTg5I .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8kXTdTg5I .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8kXTdTg5I .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8kXTdTg5I .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8kXTdTg5I .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8kXTdTg5I .carousel-indicators li.active,
.cid-t8kXTdTg5I .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8kXTdTg5I .carousel-indicators li::after,
.cid-t8kXTdTg5I .carousel-indicators li::before {
  content: none;
}
.cid-t8kXTdTg5I .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8kXTdTg5I .carousel-indicators {
    display: none !important;
  }
}
.cid-t8kXTdTg5I .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8kXTdTg5I .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8kXTdTg5I .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8kXTdTg5I .display-2 {
  line-height: 1.3;
}
.cid-t8kXTdTg5I .row {
  flex-direction: row-reverse;
}
.cid-t8l0nst2OL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8l0nst2OL {
    padding-top: 0.9rem;
    padding-bottom: 0.3rem;
  }
}
.cid-t8l0nst2OL .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t8l0nst2OL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8l0nst2OL ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8l0nst2OL li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8l0nst2OL .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-t8l0nst2OL .mbr-section-title {
  color: #ff9a00;
}
.cid-t8l0nst2OL .card-title {
  color: #353535;
}
.cid-t8l0nst2OL .display-9 {
  font-size: 0.8rem;
  color: #787878;
}
.cid-t8l0nst2OL .display-2 {
  line-height: 1.3;
}
@media (max-width: 991px) {
  .cid-t8l0nst2OL .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-t8l0nst2OL .image-wrapper {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
.cid-t8kXUYc8as {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-t8kXUYc8as {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-t8kXUYc8as .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t8kXUYc8as .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8kXUYc8as .content-wrapper {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8kXUYc8as .content-wrapper {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cid-t8kXUYc8as .content-wrapper {
    padding: 0rem 3rem;
  }
}
.cid-t8kXUYc8as .card-title {
  color: #353535;
}
.cid-t8kXUYc8as ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8kXUYc8as li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8kXUYc8as .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8kXUYc8as .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8kXUYc8as .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8kXUYc8as .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8kXUYc8as .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8kXUYc8as .carousel-indicators li.active,
.cid-t8kXUYc8as .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8kXUYc8as .carousel-indicators li::after,
.cid-t8kXUYc8as .carousel-indicators li::before {
  content: none;
}
.cid-t8kXUYc8as .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8kXUYc8as .carousel-indicators {
    display: none !important;
  }
}
.cid-t8kXUYc8as .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8kXUYc8as .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8kXUYc8as .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8kXUYc8as .display-2 {
  line-height: 1.3;
}
.cid-t8kXUYc8as .row {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .cid-t8kXUYc8as .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tz7OcThs9L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #4326c4;
}
@media (max-width: 768px) {
  .cid-tz7OcThs9L {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.cid-tz7OcThs9L .mbr-text,
.cid-tz7OcThs9L .mbr-section-btn {
  color: #333333;
}
.cid-tz7OcThs9L .mbr-text,
.cid-tz7OcThs9L .mbr-section-title {
  text-align: center;
}
.cid-tz7OcThs9L a.btn {
  height: 100%;
  margin: 0;
}
.cid-tz7OcThs9L .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-tz7OcThs9L .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tz7OcThs9L .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tz7OcThs9L .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tz7OcThs9L .justify-content-center {
  align-items: center;
}
.cid-tz7OcThs9L textarea.form-control {
  min-height: 150px;
}
.cid-tz7OcThs9L .mbr-text {
  color: #ffffff;
}
.cid-tz7OcThs9L .mbr-section-title {
  color: #ffffff;
}
.cid-tz7OcThs9L .form-control {
  font-size: 1rem!important;
}
@media (max-width: 768px) {
  .cid-tz7OcThs9L .contact-wrapper {
    text-align: left!important;
  }
  .cid-tz7OcThs9L .mbr-text {
    text-align: left!important;
  }
}
.cid-tz7OcThs9L .row {
  flex-direction: row-reverse;
}
.cid-t8kY3ETQXO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-t8kY3ETQXO {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
  }
  .cid-t8kY3ETQXO .align-center {
    text-align: left;
  }
}
.cid-t8kY3ETQXO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t8kY3ETQXO .team-card:hover {
  transform: translateY(-10px);
}
.cid-t8kY3ETQXO .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t8kY3ETQXO .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t8kY3ETQXO .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t8kY3ETQXO .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8kY3ETQXO .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t8kY3ETQXO .card-text,
.cid-t8kY3ETQXO .mbr-section-btn {
  text-align: left;
}
.cid-t8kY3ETQXO .card-title {
  text-align: left;
}
.cid-tz7OEm2VSd {
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #fafafa;
}
.cid-tz7OEm2VSd .mbr-section-title {
  color: #333333;
}
.cid-tz7OEm2VSd .mb-4 {
  margin-bottom: 1rem!important;
}
.cid-t8kY4KhI3J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #4326C4;
}
@media (max-width: 767px) {
  .cid-t8kY4KhI3J {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t8kY4KhI3J .carousel-item {
  justify-content: center;
}
.cid-t8kY4KhI3J .carousel-item.active,
.cid-t8kY4KhI3J .carousel-item-next,
.cid-t8kY4KhI3J .carousel-item-prev {
  display: flex;
}
.cid-t8kY4KhI3J .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8kY4KhI3J .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8kY4KhI3J .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8kY4KhI3J .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-t8kY4KhI3J .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-t8kY4KhI3J .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-t8kY4KhI3J .user_desk {
  color: #eeecec;
}
.cid-t8kY4KhI3J H3 {
  color: #ffffff;
}
.cid-t8kY4KhI3J .user_text {
  color: #ffffff;
}
.cid-t8kY4KhI3J .user_name {
  color: #ff9a00;
}
.cid-t8kY4KhI3J .display-extra {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-t8kY4KhI3J .display-extra {
    line-height: 1.4;
  }
}
.cid-t8kY4KhI3J .quote {
  font-weight: bold;
  font-size: 50px;
}
.cid-t8kY4KhI3J .mbri-quote-left:before {
  font-size: 30px;
  margin-right: 20px;
  opacity: 0.5;
}
.cid-t8kY4KhI3J .mbri-quote-right:before {
  font-size: 30px;
  margin-left: 20px;
  opacity: 0.5;
}
.cid-t8kY5VWsu7 {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t8kY5VWsu7 {
    padding-top: 0.1rem;
    padding-bottom: 3.5rem;
  }
}
.cid-t8kY5VWsu7 img {
  width: 120px;
  margin: auto;
}
.cid-t8kY5VWsu7 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t8kY5VWsu7 .card {
    max-width: 12.5%;
  }
}
.cid-t8kWTJe5jH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4326c4;
}
@media (max-width: 767px) {
  .cid-t8kWTJe5jH {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t8kWTJe5jH .media-container-row {
  justify-content: space-between;
}
.cid-t8kWTJe5jH .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-t8kWTJe5jH .text-content {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .cid-t8kWTJe5jH .text-content {
    text-align: left!important;
  }
}
.cid-t8kWTJe5jH .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t8kWTJe5jH .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-t8kWTJe5jH .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t8kWTJe5jH .text-content * {
    text-align: left;
  }
}
.cid-t8kWTJe5jH P {
  color: #ffffff;
}
.cid-t8kWTJe5jH .mbr-section-title {
  color: #ffffff;
}
.cid-t8kWTJe5jH .partnership img {
  width: 100% !important;
  border-radius: 5px;
  border: 2px solid #ffffff;
}
.cid-t8kWTJe5jH .partnership-wrapper {
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .cid-t8kWTJe5jH .partnership-wrapper {
    text-align: left!important;
    margin-left: 0!important;
  }
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-thoRTKTeKJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-thoRTKTeKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thoRTKTeKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thoRTKTeKJ .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thoRTKTeKJ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thoRTKTeKJ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thoRTKTeKJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-thoRTKTeKJ .mbr-text,
.cid-thoRTKTeKJ .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thoRTKTeKJ .card-title,
.cid-thoRTKTeKJ .card-box {
  text-align: left;
}
.cid-thoRTKTeKJ .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-thoRTKTeKJ .mbr-section-btn {
    text-align: left;
  }
  .cid-thoRTKTeKJ .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-thoRTKTeKJ .copyright-style {
  color: #bbbbbb;
}
.cid-thj8bHdNhX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 84px;
}
.cid-thj8bHdNhX nav.navbar {
  position: fixed;
}
.cid-thj8bHdNhX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj8bHdNhX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-thj8bHdNhX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thj8bHdNhX .dropdown-item:hover,
.cid-thj8bHdNhX .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-thj8bHdNhX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thj8bHdNhX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thj8bHdNhX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-thj8bHdNhX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thj8bHdNhX .nav-link {
  position: relative;
}
.cid-thj8bHdNhX .container {
  display: flex;
  margin: auto;
}
.cid-thj8bHdNhX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thj8bHdNhX .dropdown-menu,
.cid-thj8bHdNhX .navbar.opened {
  background: #ffffff !important;
}
.cid-thj8bHdNhX .nav-item:focus,
.cid-thj8bHdNhX .nav-link:focus {
  outline: none;
}
.cid-thj8bHdNhX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thj8bHdNhX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thj8bHdNhX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-thj8bHdNhX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj8bHdNhX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thj8bHdNhX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thj8bHdNhX .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-thj8bHdNhX .navbar.opened {
  transition: all .3s;
}
.cid-thj8bHdNhX .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-thj8bHdNhX .navbar .navbar-logo img {
  width: auto;
}
.cid-thj8bHdNhX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thj8bHdNhX .navbar.collapsed {
  justify-content: center;
}
.cid-thj8bHdNhX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thj8bHdNhX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thj8bHdNhX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thj8bHdNhX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thj8bHdNhX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thj8bHdNhX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thj8bHdNhX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thj8bHdNhX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thj8bHdNhX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thj8bHdNhX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thj8bHdNhX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thj8bHdNhX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thj8bHdNhX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thj8bHdNhX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thj8bHdNhX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thj8bHdNhX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thj8bHdNhX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thj8bHdNhX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thj8bHdNhX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thj8bHdNhX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thj8bHdNhX .navbar.navbar-short {
  min-height: 84px;
}
.cid-thj8bHdNhX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thj8bHdNhX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thj8bHdNhX .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thj8bHdNhX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thj8bHdNhX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thj8bHdNhX .dropdown-item.active,
.cid-thj8bHdNhX .dropdown-item:active {
  background-color: transparent;
}
.cid-thj8bHdNhX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thj8bHdNhX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thj8bHdNhX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thj8bHdNhX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thj8bHdNhX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thj8bHdNhX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thj8bHdNhX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thj8bHdNhX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thj8bHdNhX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-thj8bHdNhX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thj8bHdNhX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thj8bHdNhX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thj8bHdNhX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thj8bHdNhX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thj8bHdNhX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj8bHdNhX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thj8bHdNhX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thj8bHdNhX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj8bHdNhX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thj8bHdNhX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thj8bHdNhX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thj8bHdNhX .navbar {
    height: 77px;
  }
  .cid-thj8bHdNhX .navbar.opened {
    height: auto;
  }
  .cid-thj8bHdNhX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tchKYDZ0hz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/cover-wp.jpg");
}
.cid-tchKYDZ0hz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tchKYDZ0hz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tchKYDZ0hz .mbr-section-title,
.cid-tchKYDZ0hz .mbr-text,
.cid-tchKYDZ0hz .mbr-section-btn {
  text-align: center;
}
.cid-tchKYDZ0hz .video-wrapper {
  margin: auto;
}
.cid-tchKYDZ0hz .video-wrapper iframe {
  width: 100%;
}
.cid-tchKYDZ0hz .mbr-section-title {
  color: #99ca3c;
}
.cid-tchKYDZ0hz .mbr-text,
.cid-tchKYDZ0hz .mbr-section-btn {
  color: #ffffff;
}
.cid-tchKYDZ0hz .text-color {
  color: #99ca3c;
}
.cid-tchKYDZ0hz .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tchKYDZ0hz .ytp-cued-thumbnail-overlay .ytp-cued-thumbnail-overlay-image {
  background-image: url("../../../assets/images/workplace-homepage.png") !important;
}
.cid-tchKYDZ0hz .shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cid-tczb9xGqgD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tczb9xGqgD img,
.cid-tczb9xGqgD .item-img {
  width: 100%;
}
.cid-tczb9xGqgD .item:focus,
.cid-tczb9xGqgD span:focus {
  outline: none;
}
.cid-tczb9xGqgD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tczb9xGqgD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(0, 11, 40, 0.06);
  border: 1px solid rgba(33, 40, 50, 0.125);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .cid-tczb9xGqgD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tczb9xGqgD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
.cid-tczb9xGqgD .item-wrapper .item-img img {
  border: 1px solid #ededed;
}
@media (max-width: 991px) {
  .cid-tczb9xGqgD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tczb9xGqgD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tczb9xGqgD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tczb9xGqgD .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-tczb9xGqgD .mbr-text,
.cid-tczb9xGqgD .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tczb9xGqgD .item-title {
  text-align: left;
}
.cid-tczb9xGqgD .item-subtitle {
  text-align: left;
}
.cid-tczb9xGqgD .item-top img {
  width: 80px;
  position: absolute;
  top: -9px;
  left: 37px;
}
.cid-tczb9xGqgD .item-top .partner-thumb img {
  width: 178px!important;
  margin-top: 1rem;
  z-index: 1000;
  position: absolute;
  top: -14px;
  left: 37px;
}
.cid-tczb9xGqgD .item-top .partner-thumb-2 img {
  width: 146px!important;
  margin-top: 1rem;
  z-index: 1000;
  position: absolute;
  top: -11px;
  left: 37px;
}
.cid-tczb9xGqgD .item-top .partner-thumb-3 img {
  width: 105px!important;
  margin-top: 1rem;
  z-index: 1000;
  position: absolute;
  top: -29px;
  left: 37px;
}
@media (min-width: 768px) {
  .cid-tczb9xGqgD .item-top {
    padding: 3rem 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-tczb9xGqgD .item-top {
    padding: 1rem;
  }
}
.cid-tczb9xGqgD .icon-wrapper {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}
.cid-tczb9xGqgD .icon-wrapper:before {
  top: 0;
  left: 28%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 68px;
  height: 86px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 86%, 0% 100%);
}
.cid-tczb9xGqgD .card-title {
  color: #353535;
  line-height: 1.4;
  text-align: center;
}
.cid-tczb9xGqgD .mbr-section-subtitle {
  text-align: center;
  color: #747474;
}
.cid-tczb9xGqgD .subtitle {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.cid-tczb9xGqgD .hex {
  width: 84px;
  height: 48px;
  position: relative;
  display: inline-block;
  left: 0;
}
.cid-tczb9xGqgD .hex:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 24px solid;
  border-color: inherit;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  position: absolute;
  top: -24px;
}
.cid-tczb9xGqgD .hex:after {
  content: '';
  width: 0;
  position: absolute;
  bottom: -24px;
  border-top: 24px solid;
  border-color: inherit;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
}
.cid-tczb9xGqgD .hex-col-1 {
  background-color: #e8e3ff !important;
  border-color: #e8e3ff !important;
}
.cid-tczb9xGqgD .hex-col-2 {
  background-color: #eef3f8 !important;
  border-color: #eef3f8 !important;
}
.cid-tczb9xGqgD .hex-col-3 {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.cid-tczb9xGqgD .hex-col-4 {
  background-color: #ffdfd5 !important;
  border-color: #ffdfd5 !important;
}
.cid-tczb9xGqgD .hex-col-5 {
  background-color: #fff4e5 !important;
  border-color: #fff4e5 !important;
}
.cid-tczb9xGqgD .hex-col-6 {
  background-color: #ebf4d9 !important;
  border-color: #ebf4d9 !important;
}
.cid-tczb9xGqgD .hex-col-7 {
  background-color: #e1f0ff !important;
  border-color: #e1f0ff !important;
}
.cid-tczb9xGqgD .hex-col-8 {
  background-color: rgba(118, 155, 250, 0.2) !important;
  border-color: rgba(118, 155, 250, 0.2) !important;
}
.cid-tczb9xGqgD H5 {
  color: #878787;
  text-align: center;
}
.cid-tczb9xGqgD .list-content {
  display: flex;
  align-items: center;
  margin: 12px 0;
  position: relative;
}
.cid-tczb9xGqgD .icon-box {
  background: #99ca3c;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 6px;
}
.cid-tczb9xGqgD .mbr-iconfont {
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}
.cid-tczb9xGqgD .mobi-mbri-success:before {
  content: "\e97c";
}
.cid-tczb9xGqgD .text-box {
  padding-left: 1.4rem;
}
.cid-tczb9xGqgD .display-2 {
  font-size: 3rem;
}
.cid-tcAh9Lt1ZJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcAh9Lt1ZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcAh9Lt1ZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcAh9Lt1ZJ .item {
  display: flex;
  margin-bottom: 2rem;
  margin-right: 5rem;
}
@media (max-width: 768px) {
  .cid-tcAh9Lt1ZJ .item {
    display: block;
    margin: 0 auto;
  }
}
.cid-tcAh9Lt1ZJ .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tcAh9Lt1ZJ .mbr-iconfont {
  font-size: 3rem;
  color: #050505;
  position: absolute;
  top: 41px;
  left: 41px;
}
@media (max-width: 991px) {
  .cid-tcAh9Lt1ZJ .card {
    margin-bottom: 2rem;
  }
  .cid-tcAh9Lt1ZJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tcAh9Lt1ZJ .hex {
  width: 126px;
  height: 76px;
  position: relative;
  display: inline-block;
  left: 0;
  top: 30px;
  margin-right: 2rem;
  background-color: #dff4fc !important;
  border-color: #dff4fc !important;
}
.cid-tcAh9Lt1ZJ .hex:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 32px solid;
  border-color: inherit;
  border-left: 63px solid transparent;
  border-right: 63px solid transparent;
  position: absolute;
  top: -32px;
}
.cid-tcAh9Lt1ZJ .hex:after {
  content: '';
  width: 0;
  position: absolute;
  bottom: -32px;
  border-top: 32px solid;
  border-color: inherit;
  border-left: 63px solid transparent;
  border-right: 63px solid transparent;
}
.cid-tcAh9Lt1ZJ .icon-wrapper .partner-thumb {
  width: 75%;
}
.cid-tcAh9Lt1ZJ .mbr-section-title {
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tcAh9Lt1ZJ {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
  .cid-tcAh9Lt1ZJ .text-box {
    margin-top: 60px;
  }
}
.cid-teaNPBtrHh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teaNPBtrHh .mbr-fallback-image.disabled {
  display: none;
}
.cid-teaNPBtrHh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teaNPBtrHh .item {
  display: flex;
  margin-bottom: 2rem;
  margin-right: 5rem;
}
@media (max-width: 768px) {
  .cid-teaNPBtrHh .item {
    display: block;
    margin: 0 auto;
  }
}
.cid-teaNPBtrHh .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teaNPBtrHh .mbr-iconfont {
  font-size: 3rem;
  color: #050505;
  position: absolute;
  top: 41px;
  left: 41px;
}
@media (max-width: 991px) {
  .cid-teaNPBtrHh .card {
    margin-bottom: 2rem;
  }
  .cid-teaNPBtrHh .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-teaNPBtrHh .hex {
  width: 126px;
  height: 76px;
  position: relative;
  display: inline-block;
  left: 0;
  top: 30px;
  margin-right: 2rem;
  background-color: #dff4fc !important;
  border-color: #dff4fc !important;
}
.cid-teaNPBtrHh .hex:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 32px solid;
  border-color: inherit;
  border-left: 63px solid transparent;
  border-right: 63px solid transparent;
  position: absolute;
  top: -32px;
}
.cid-teaNPBtrHh .hex:after {
  content: '';
  width: 0;
  position: absolute;
  bottom: -32px;
  border-top: 32px solid;
  border-color: inherit;
  border-left: 63px solid transparent;
  border-right: 63px solid transparent;
}
.cid-teaNPBtrHh .icon-wrapper .partner-thumb {
  width: 75%;
}
.cid-teaNPBtrHh .mbr-section-title {
  color: #353535;
}
@media (max-width: 768px) {
  .cid-teaNPBtrHh .text-box {
    margin-top: 60px;
  }
}
.cid-tebhAJsybt {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tebhAJsybt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tebhAJsybt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tebhAJsybt .item {
  display: flex;
  margin-bottom: 2rem;
  margin-right: 5rem;
}
@media (max-width: 768px) {
  .cid-tebhAJsybt .item {
    display: block;
    margin: 0 auto;
  }
}
.cid-tebhAJsybt .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tebhAJsybt .mbr-iconfont {
  font-size: 3rem;
  color: #050505;
  position: absolute;
  top: 41px;
  left: 41px;
}
@media (max-width: 991px) {
  .cid-tebhAJsybt .card {
    margin-bottom: 2rem;
  }
  .cid-tebhAJsybt .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tebhAJsybt .hex {
  width: 126px;
  height: 76px;
  position: relative;
  display: inline-block;
  left: 0;
  top: 30px;
  margin-right: 2rem;
  background-color: #dff4fc !important;
  border-color: #dff4fc !important;
}
.cid-tebhAJsybt .hex:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 32px solid;
  border-color: inherit;
  border-left: 63px solid transparent;
  border-right: 63px solid transparent;
  position: absolute;
  top: -32px;
}
.cid-tebhAJsybt .hex:after {
  content: '';
  width: 0;
  position: absolute;
  bottom: -32px;
  border-top: 32px solid;
  border-color: inherit;
  border-left: 63px solid transparent;
  border-right: 63px solid transparent;
}
.cid-tebhAJsybt .icon-wrapper .partner-thumb {
  width: 75%;
}
.cid-tebhAJsybt .mbr-section-title {
  color: #353535;
}
@media (max-width: 768px) {
  .cid-tebhAJsybt .text-box {
    margin-top: 60px;
  }
}
.cid-tcMf8pSrLY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #087096;
}
.cid-tcMf8pSrLY img,
.cid-tcMf8pSrLY .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tcMf8pSrLY .item:focus,
.cid-tcMf8pSrLY span:focus {
  outline: none;
}
.cid-tcMf8pSrLY .item-wrapper {
  position: relative;
}
.cid-tcMf8pSrLY .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #CCCACA;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tcMf8pSrLY .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tcMf8pSrLY .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tcMf8pSrLY .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tcMf8pSrLY .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tcMf8pSrLY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tcMf8pSrLY .mbr-section-title {
  color: #ffffff;
}
.cid-tcMf8pSrLY .mbr-text,
.cid-tcMf8pSrLY .mbr-section-btn {
  text-align: left;
}
.cid-tcMf8pSrLY .item-title {
  text-align: left;
  color: #878787;
}
.cid-tcMf8pSrLY .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tcMf8pSrLY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tcMf8pSrLY .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tcMf8pSrLY .embla__button--next,
.cid-tcMf8pSrLY .embla__button--prev {
  display: flex;
}
.cid-tcMf8pSrLY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tcMf8pSrLY .embla__button {
    display: none;
  }
}
.cid-tcMf8pSrLY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tcMf8pSrLY .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tcMf8pSrLY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcMf8pSrLY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tcMf8pSrLY .embla__button {
    top: auto;
  }
}
.cid-tcMf8pSrLY .embla {
  position: relative;
  width: 100%;
}
.cid-tcMf8pSrLY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tcMf8pSrLY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tcMf8pSrLY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tcMf8pSrLY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tcMf8pSrLY .slide-content-1 {
  background-image: ;
  background-color: #1D2733;
  color: #ffffff;
}
.cid-tcMf8pSrLY .header-slide-style {
  color: #ffffff;
}
.cid-t8kVfTUaga {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t8kVfTUaga {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
}
.cid-t8kVfTUaga img {
  width: 120px;
  margin: auto;
}
.cid-t8kVfTUaga .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t8kVfTUaga .card {
    max-width: 12.5%;
  }
}
.cid-t8kOQFTGS5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #353535;
}
@media (max-width: 767px) {
  .cid-t8kOQFTGS5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t8kOQFTGS5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t8kOQFTGS5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-t8kOQFTGS5 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t8kOQFTGS5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t8kOQFTGS5 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t8kOQFTGS5 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8kOQFTGS5 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t8kOQFTGS5 .card-text,
.cid-t8kOQFTGS5 .mbr-section-btn {
  text-align: left;
}
.cid-t8kOQFTGS5 .card-title {
  text-align: left;
}
.cid-t8kOQFTGS5 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-t8kOQFTGS5 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tebVdK9IKA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #087096;
}
.cid-tebVdK9IKA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tebVdK9IKA form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tebVdK9IKA form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tebVdK9IKA form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tebVdK9IKA P {
  text-align: left;
  color: #ffffff;
}
.cid-tebVdK9IKA .mbr-form {
  padding: 2rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-tebVdK9IKA .mbr-form {
    padding: 1rem 0.5rem;
  }
}
.cid-tebVdK9IKA .form-control {
  padding: 1rem 1.2rem;
  line-height: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-tebVdK9IKA {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  .cid-tebVdK9IKA h3.align-center {
    text-align: left;
  }
}
.cid-tebVdK9IKA .was-validated .invalid-feedback {
  font-family: 'Mulish', sans-serif;
}
.cid-tebVdK9IKA .mbr-section-title {
  color: #ffffff;
}
.cid-tebVclrFev {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #087096;
}
.cid-tebVclrFev .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tebVclrFev form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tebVclrFev form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tebVclrFev form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tebVclrFev P {
  text-align: left;
}
.cid-tebVclrFev .mbr-form {
  padding: 2rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-tebVclrFev .mbr-form {
    padding: 1rem 0.5rem;
  }
}
.cid-tebVclrFev .form-control {
  padding: 1rem 1.2rem;
  line-height: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-tebVclrFev {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
  }
  .cid-tebVclrFev h3.align-center {
    text-align: left;
  }
}
.cid-tebVclrFev .was-validated .invalid-feedback {
  font-family: 'Mulish', sans-serif;
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-thoRKRay0h {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-thoRKRay0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-thoRKRay0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thoRKRay0h .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thoRKRay0h .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thoRKRay0h .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thoRKRay0h .card-wrapper {
    padding: 4rem;
  }
}
.cid-thoRKRay0h .mbr-text,
.cid-thoRKRay0h .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thoRKRay0h .card-title,
.cid-thoRKRay0h .card-box {
  text-align: left;
}
.cid-thoRKRay0h .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-thoRKRay0h .mbr-section-btn {
    text-align: left;
  }
  .cid-thoRKRay0h .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-thoRKRay0h .copyright-style {
  color: #bbbbbb;
}
.cid-thj80wZLrD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 84px;
}
.cid-thj80wZLrD nav.navbar {
  position: fixed;
}
.cid-thj80wZLrD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj80wZLrD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-thj80wZLrD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thj80wZLrD .dropdown-item:hover,
.cid-thj80wZLrD .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-thj80wZLrD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thj80wZLrD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thj80wZLrD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-thj80wZLrD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thj80wZLrD .nav-link {
  position: relative;
}
.cid-thj80wZLrD .container {
  display: flex;
  margin: auto;
}
.cid-thj80wZLrD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thj80wZLrD .dropdown-menu,
.cid-thj80wZLrD .navbar.opened {
  background: #ffffff !important;
}
.cid-thj80wZLrD .nav-item:focus,
.cid-thj80wZLrD .nav-link:focus {
  outline: none;
}
.cid-thj80wZLrD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thj80wZLrD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thj80wZLrD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-thj80wZLrD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj80wZLrD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thj80wZLrD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thj80wZLrD .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-thj80wZLrD .navbar.opened {
  transition: all .3s;
}
.cid-thj80wZLrD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-thj80wZLrD .navbar .navbar-logo img {
  width: auto;
}
.cid-thj80wZLrD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thj80wZLrD .navbar.collapsed {
  justify-content: center;
}
.cid-thj80wZLrD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thj80wZLrD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thj80wZLrD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thj80wZLrD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thj80wZLrD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thj80wZLrD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thj80wZLrD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thj80wZLrD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thj80wZLrD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thj80wZLrD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thj80wZLrD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thj80wZLrD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thj80wZLrD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thj80wZLrD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thj80wZLrD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thj80wZLrD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thj80wZLrD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thj80wZLrD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thj80wZLrD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thj80wZLrD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thj80wZLrD .navbar.navbar-short {
  min-height: 84px;
}
.cid-thj80wZLrD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thj80wZLrD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thj80wZLrD .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thj80wZLrD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thj80wZLrD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thj80wZLrD .dropdown-item.active,
.cid-thj80wZLrD .dropdown-item:active {
  background-color: transparent;
}
.cid-thj80wZLrD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thj80wZLrD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thj80wZLrD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thj80wZLrD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thj80wZLrD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thj80wZLrD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thj80wZLrD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thj80wZLrD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thj80wZLrD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-thj80wZLrD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thj80wZLrD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thj80wZLrD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thj80wZLrD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thj80wZLrD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thj80wZLrD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj80wZLrD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thj80wZLrD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thj80wZLrD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj80wZLrD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thj80wZLrD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thj80wZLrD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thj80wZLrD .navbar {
    height: 77px;
  }
  .cid-thj80wZLrD .navbar.opened {
    height: auto;
  }
  .cid-thj80wZLrD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thj2uPkRFt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3d35d4;
}
@media (max-width: 768px) {
  .cid-thj2uPkRFt {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-thj2uPkRFt .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row;
}
@media (max-width: 991px) {
  .cid-thj2uPkRFt .image-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-thj2uPkRFt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-thj2uPkRFt .mbr-section-title {
  color: #ffffff;
}
.cid-thj2uPkRFt .mbr-section-btn {
  color: #000;
}
.cid-thj2uPkRFt ul li {
  list-style: none;
  color: #ffffff;
  padding-left: 0px;
  margin-bottom: 5px;
  margin-left: 0;
}
.cid-thj2uPkRFt ul li span {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-left: -35px;
  padding-right: 12px;
}
.cid-thj2uPkRFt P {
  color: #ffffff;
}
.cid-thj2uPkRFt h1 {
  line-height: 1.1;
}
@media (max-width: 767px) {
  .cid-thj2uPkRFt .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-thj2vA1WmS {
  background-color: #ffffff;
  min-height: 80vh;
}
.cid-thj2vA1WmS .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-thj2vA1WmS .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thj2vA1WmS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-thj2vA1WmS ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-thj2vA1WmS li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-thj2vA1WmS .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-thj2w2kYNY {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .cid-thj2w2kYNY {
    padding-top: 1.2rem;
    padding-bottom: 0.3rem;
  }
}
.cid-thj2w2kYNY .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-thj2w2kYNY .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-thj2w2kYNY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-thj2w2kYNY ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-thj2w2kYNY li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-thj2w2kYNY .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-thj2w2kYNY .mbr-section-title {
  color: #ff9a00;
}
.cid-thj2w2kYNY .card-title {
  color: #353535;
}
.cid-thj2w2kYNY .display-9 {
  font-size: 0.8rem;
  color: #787878;
}
.cid-thj2w2kYNY .display-2 {
  line-height: 1.3;
}
.cid-thj2x5is9g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .cid-thj2x5is9g {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-thj2x5is9g .row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-thj2x5is9g .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-thj2x5is9g .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-thj2x5is9g ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-thj2x5is9g li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-thj2x5is9g .mbri-question {
  font-size: 40px;
  font-weight: bold;
  padding-right: 12px;
  transition: all 0.3s;
  color: #ff9c00;
  margin-top: 7px;
  margin-left: 2px;
}
.cid-thj2x5is9g .mbr-section-title {
  color: #ff9a00;
}
.cid-thj2x5is9g .card-title {
  color: #353535;
}
.cid-thj2x5is9g .display-2 {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cid-thj2x5is9g .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-thj2xTYuMT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-thj2xTYuMT {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
.cid-thj2xTYuMT .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-thj2xTYuMT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thj2xTYuMT .content-wrapper {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thj2xTYuMT .content-wrapper {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cid-thj2xTYuMT .content-wrapper {
    padding: 0rem 3rem;
  }
}
.cid-thj2xTYuMT .card-title {
  color: #353535;
}
.cid-thj2xTYuMT ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-thj2xTYuMT li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-thj2xTYuMT .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-thj2xTYuMT .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-thj2xTYuMT .fa-check-square-o:before {
  content: "\f046";
}
.cid-thj2xTYuMT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-thj2xTYuMT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-thj2xTYuMT .carousel-indicators li.active,
.cid-thj2xTYuMT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-thj2xTYuMT .carousel-indicators li::after,
.cid-thj2xTYuMT .carousel-indicators li::before {
  content: none;
}
.cid-thj2xTYuMT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-thj2xTYuMT .carousel-indicators {
    display: none !important;
  }
}
.cid-thj2xTYuMT .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-thj2xTYuMT .carousel-control-next span {
  padding-left: 5px;
}
.cid-thj2xTYuMT .carousel-control-prev span {
  padding-right: 5px;
}
.cid-thj2xTYuMT .display-2 {
  line-height: 1.3;
}
.cid-thj2yxqB9Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-thj2yxqB9Y {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.cid-thj2yxqB9Y .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #087096;
  margin-bottom: 2rem;
}
.cid-thj2yxqB9Y .card-wrapper {
  min-height: 220px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  height: 100%;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .cid-thj2yxqB9Y .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thj2yxqB9Y .content-wrap {
    padding: 1rem;
  }
}
.cid-thj2yxqB9Y .card-text,
.cid-thj2yxqB9Y .mbr-section-btn {
  text-align: left;
}
.cid-thj2yxqB9Y .card-title {
  text-align: left;
}
.cid-thj2yxqB9Y .icon_block {
  height: 80px;
  text-align: left;
}
.cid-thj2yxqB9Y .img-wrapper {
  display: inline-block;
  position: relative;
  left: 26px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-thj2yxqB9Y .card-space {
    margin-bottom: 2rem;
  }
}
.cid-tz7O70cM74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #4326c4;
}
@media (max-width: 768px) {
  .cid-tz7O70cM74 {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.cid-tz7O70cM74 .mbr-text,
.cid-tz7O70cM74 .mbr-section-btn {
  color: #333333;
}
.cid-tz7O70cM74 .mbr-text,
.cid-tz7O70cM74 .mbr-section-title {
  text-align: center;
}
.cid-tz7O70cM74 a.btn {
  height: 100%;
  margin: 0;
}
.cid-tz7O70cM74 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-tz7O70cM74 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tz7O70cM74 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tz7O70cM74 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tz7O70cM74 .justify-content-center {
  align-items: center;
}
.cid-tz7O70cM74 textarea.form-control {
  min-height: 150px;
}
.cid-tz7O70cM74 .mbr-text {
  color: #ffffff;
}
.cid-tz7O70cM74 .mbr-section-title {
  color: #ffffff;
}
.cid-tz7O70cM74 .form-control {
  font-size: 1rem!important;
}
@media (max-width: 768px) {
  .cid-tz7O70cM74 .contact-wrapper {
    text-align: left!important;
  }
  .cid-tz7O70cM74 .mbr-text {
    text-align: left!important;
  }
}
.cid-tz7O70cM74 .row {
  flex-direction: row-reverse;
}
.cid-thj2A7iva0 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-thj2A7iva0 {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
  .cid-thj2A7iva0 .align-center {
    text-align: left;
  }
}
.cid-thj2A7iva0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-thj2A7iva0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-thj2A7iva0 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-thj2A7iva0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-thj2A7iva0 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-thj2A7iva0 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thj2A7iva0 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-thj2A7iva0 .card-text,
.cid-thj2A7iva0 .mbr-section-btn {
  text-align: left;
}
.cid-thj2A7iva0 .card-title {
  text-align: left;
}
.cid-tz7OAfjmjT {
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #fafafa;
}
.cid-tz7OAfjmjT .mbr-section-title {
  color: #333333;
}
.cid-tz7OAfjmjT .mb-4 {
  margin-bottom: 1rem!important;
}
.cid-thj2AZf82E {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #4326C4;
}
@media (max-width: 767px) {
  .cid-thj2AZf82E {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.cid-thj2AZf82E .carousel-item {
  justify-content: center;
}
.cid-thj2AZf82E .carousel-item.active,
.cid-thj2AZf82E .carousel-item-next,
.cid-thj2AZf82E .carousel-item-prev {
  display: flex;
}
.cid-thj2AZf82E .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-thj2AZf82E .carousel-control-next span {
  padding-left: 5px;
}
.cid-thj2AZf82E .carousel-control-prev span {
  padding-right: 5px;
}
.cid-thj2AZf82E .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-thj2AZf82E .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-thj2AZf82E .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-thj2AZf82E .user_desk {
  color: #eeecec;
}
.cid-thj2AZf82E H3 {
  color: #ffffff;
}
.cid-thj2AZf82E .user_text {
  color: #ffffff;
}
.cid-thj2AZf82E .user_name {
  color: #ff9a00;
}
.cid-thj2AZf82E .display-extra {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-thj2AZf82E .display-extra {
    line-height: 1.4;
  }
}
.cid-thj2AZf82E .quote {
  font-weight: bold;
  font-size: 50px;
}
.cid-thj2AZf82E .mbri-quote-left:before {
  font-size: 30px;
  margin-right: 20px;
  opacity: 0.5;
}
.cid-thj2AZf82E .mbri-quote-right:before {
  font-size: 30px;
  margin-left: 20px;
  opacity: 0.5;
}
.cid-thj2BJXTRd {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-thj2BJXTRd {
    padding-top: 0.1rem;
    padding-bottom: 3.5rem;
  }
}
.cid-thj2BJXTRd img {
  width: 120px;
  margin: auto;
}
.cid-thj2BJXTRd .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-thj2BJXTRd .card {
    max-width: 12.5%;
  }
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-thoRP5obmu {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-thoRP5obmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-thoRP5obmu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thoRP5obmu .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thoRP5obmu .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thoRP5obmu .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thoRP5obmu .card-wrapper {
    padding: 4rem;
  }
}
.cid-thoRP5obmu .mbr-text,
.cid-thoRP5obmu .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thoRP5obmu .card-title,
.cid-thoRP5obmu .card-box {
  text-align: left;
}
.cid-thoRP5obmu .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-thoRP5obmu .mbr-section-btn {
    text-align: left;
  }
  .cid-thoRP5obmu .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-thoRP5obmu .copyright-style {
  color: #bbbbbb;
}
.cid-thj74NOYrS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 84px;
}
.cid-thj74NOYrS nav.navbar {
  position: fixed;
}
.cid-thj74NOYrS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj74NOYrS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-thj74NOYrS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thj74NOYrS .dropdown-item:hover,
.cid-thj74NOYrS .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-thj74NOYrS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thj74NOYrS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thj74NOYrS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-thj74NOYrS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thj74NOYrS .nav-link {
  position: relative;
}
.cid-thj74NOYrS .container {
  display: flex;
  margin: auto;
}
.cid-thj74NOYrS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thj74NOYrS .dropdown-menu,
.cid-thj74NOYrS .navbar.opened {
  background: #ffffff !important;
}
.cid-thj74NOYrS .nav-item:focus,
.cid-thj74NOYrS .nav-link:focus {
  outline: none;
}
.cid-thj74NOYrS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thj74NOYrS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thj74NOYrS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-thj74NOYrS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thj74NOYrS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thj74NOYrS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thj74NOYrS .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-thj74NOYrS .navbar.opened {
  transition: all .3s;
}
.cid-thj74NOYrS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-thj74NOYrS .navbar .navbar-logo img {
  width: auto;
}
.cid-thj74NOYrS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thj74NOYrS .navbar.collapsed {
  justify-content: center;
}
.cid-thj74NOYrS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thj74NOYrS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thj74NOYrS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thj74NOYrS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thj74NOYrS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thj74NOYrS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thj74NOYrS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thj74NOYrS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thj74NOYrS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thj74NOYrS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thj74NOYrS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thj74NOYrS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thj74NOYrS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thj74NOYrS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thj74NOYrS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thj74NOYrS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thj74NOYrS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thj74NOYrS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thj74NOYrS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thj74NOYrS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thj74NOYrS .navbar.navbar-short {
  min-height: 84px;
}
.cid-thj74NOYrS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thj74NOYrS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thj74NOYrS .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thj74NOYrS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thj74NOYrS .navbar-brand .navbar-logo a {
  outline: none;
  padding: 0 0.75rem;
}
.cid-thj74NOYrS .dropdown-item.active,
.cid-thj74NOYrS .dropdown-item:active {
  background-color: transparent;
}
.cid-thj74NOYrS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thj74NOYrS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thj74NOYrS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thj74NOYrS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thj74NOYrS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thj74NOYrS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thj74NOYrS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thj74NOYrS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thj74NOYrS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thj74NOYrS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thj74NOYrS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj74NOYrS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thj74NOYrS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thj74NOYrS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thj74NOYrS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thj74NOYrS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thj74NOYrS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thj74NOYrS .navbar {
    height: 77px;
  }
  .cid-thj74NOYrS .navbar.opened {
    height: auto;
  }
  .cid-thj74NOYrS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8e64hc8z1 {
  background-image: url("../../../assets/images/cover-recruiter-6.jpg");
  min-height: 68vh;
}
.cid-t8e64hc8z1 .btn {
  padding: 1rem 3rem;
}
.cid-t8e64hc8z1 .mbr-section-title {
  color: #ffffff;
}
.cid-t8e64hc8z1 .mbr-text,
.cid-t8e64hc8z1 .mbr-section-btn {
  color: #ffffff;
}
.cid-t8e65qB69o {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t8e65qB69o .container {
    max-width: 1400px;
  }
}
.cid-t8e65qB69o .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t8e65qB69o .card-box {
  margin-top: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  width: 220px;
  height: 220px;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-t8e65qB69o .row {
  justify-content: center;
}
.cid-t8e65qB69o .mbr-section-title {
  color: #353535;
}
.cid-t8e65qB69o .number-typo {
  line-height: 72px;
  font-weight: 200;
  color: #ffffff;
  font-size: 68px;
}
@media (max-width: 768px) {
  .cid-t8e65qB69o {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.cid-t8e65qB69o .mbr-section-subtitle {
  color: #0073b1;
}
.cid-t8e65qB69o .content-mid {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t8e65qB69o .card1 {
  background-color: #915716;
}
.cid-t8e65qB69o .card2 {
  background-color: #457033;
}
.cid-t8e65qB69o .card3 {
  background-color: #0d69bf;
}
.cid-t8e65qB69o .card-text {
  text-align: center;
}
.cid-t8e6684iGA {
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
  background: #ebf1fb;
}
.cid-t8e6684iGA .mbr-section-title {
  color: #353535;
}
.cid-t8e66YtGpO {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t8e66YtGpO .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t8e66YtGpO .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t8e66YtGpO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8e66YtGpO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8e66YtGpO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8e66YtGpO .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-t8e66YtGpO .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t8e66YtGpO .card-title {
  color: #353535;
}
.cid-t8e66YtGpO ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8e66YtGpO li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8e66YtGpO .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8e66YtGpO .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8e66YtGpO .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8e66YtGpO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8e66YtGpO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8e66YtGpO .carousel-indicators li.active,
.cid-t8e66YtGpO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8e66YtGpO .carousel-indicators li::after,
.cid-t8e66YtGpO .carousel-indicators li::before {
  content: none;
}
.cid-t8e66YtGpO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8e66YtGpO .carousel-indicators {
    display: none !important;
  }
}
.cid-t8e66YtGpO .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8e66YtGpO .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8e66YtGpO .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8e66YtGpO .btn-warning-outline {
  border-width: thin;
}
.cid-t8e66YtGpO .btn {
  padding: 0.3rem 1.2rem  0.4rem;
}
@media (max-width: 768px) {
  .cid-t8e66YtGpO {
    padding-bottom: 0rem;
  }
  .cid-t8e66YtGpO .carousel-item img {
    margin-bottom: 2rem;
  }
}
.cid-t8e67TjGog {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-t8e67TjGog .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t8e67TjGog .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8e67TjGog .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8e67TjGog .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8e67TjGog .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-t8e67TjGog .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t8e67TjGog .card-title {
  color: #353535;
}
.cid-t8e67TjGog ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8e67TjGog li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8e67TjGog .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8e67TjGog .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8e67TjGog .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8e67TjGog .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8e67TjGog .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8e67TjGog .carousel-indicators li.active,
.cid-t8e67TjGog .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8e67TjGog .carousel-indicators li::after,
.cid-t8e67TjGog .carousel-indicators li::before {
  content: none;
}
.cid-t8e67TjGog .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8e67TjGog .carousel-indicators {
    display: none !important;
  }
}
.cid-t8e67TjGog .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8e67TjGog .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8e67TjGog .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8e67TjGog .btn-warning-outline {
  border-width: thin;
}
.cid-t8e67TjGog .btn {
  padding: 0.3rem 1.2rem  0.4rem;
}
@media (max-width: 768px) {
  .cid-t8e67TjGog {
    padding-bottom: 0rem;
  }
  .cid-t8e67TjGog .carousel-item img {
    margin-bottom: 2rem;
  }
}
.cid-t8e6bXkT4c {
  padding-top: 0rem;
  padding-bottom: 1.5rem;
  background-color: #fafafa;
}
.cid-t8e6bXkT4c .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t8e6bXkT4c .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t8e6bXkT4c .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8e6bXkT4c .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8e6bXkT4c .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8e6bXkT4c .content-wrapper {
    padding: 0rem 3rem;
  }
  .cid-t8e6bXkT4c .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t8e6bXkT4c .card-title {
  color: #353535;
}
.cid-t8e6bXkT4c ul.list-layout2 {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-t8e6bXkT4c li {
  display: flex;
  line-height: 1.8;
  text-align: left;
}
.cid-t8e6bXkT4c .mbri-success {
  font-size: 20px;
  font-weight: bolder;
  padding-right: 12px;
  transition: all 0.3s;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2b59e7 ;
  padding: 5px;
  margin: 3px 10px 0 2px;
}
.cid-t8e6bXkT4c .amp-iconfont {
  font-size: 3rem;
  width: 3rem;
  color: #2b59e7;
}
.cid-t8e6bXkT4c .fa-check-square-o:before {
  content: "\f046";
}
.cid-t8e6bXkT4c .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8e6bXkT4c .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8e6bXkT4c .carousel-indicators li.active,
.cid-t8e6bXkT4c .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8e6bXkT4c .carousel-indicators li::after,
.cid-t8e6bXkT4c .carousel-indicators li::before {
  content: none;
}
.cid-t8e6bXkT4c .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8e6bXkT4c .carousel-indicators {
    display: none !important;
  }
}
.cid-t8e6bXkT4c .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-t8e6bXkT4c .carousel-control-next span {
  padding-left: 5px;
}
.cid-t8e6bXkT4c .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t8e6bXkT4c .btn-warning-outline {
  border-width: thin;
}
.cid-t8e6bXkT4c .btn {
  padding: 0.3rem 1.2rem  0.4rem;
}
@media (max-width: 768px) {
  .cid-t8e6bXkT4c {
    padding-bottom: 0rem;
  }
  .cid-t8e6bXkT4c .carousel-item img {
    margin-bottom: 2rem;
  }
}
.cid-t9ssek68XM {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t9ssek68XM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t9ssek68XM form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t9ssek68XM form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-t9ssek68XM form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t9ssek68XM P {
  text-align: center;
}
.cid-t9ssek68XM .mbr-form {
  padding: 2rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-t9ssek68XM .mbr-form {
    padding: 1rem 0.5rem;
  }
}
.cid-t9ssek68XM .form-control {
  padding: 1rem 1.2rem;
  line-height: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-t9ssek68XM {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  .cid-t9ssek68XM h3.align-center {
    text-align: left;
  }
}
.cid-t9ssek68XM .was-validated .invalid-feedback {
  font-family: 'Mulish', sans-serif;
}
.cid-t9ssek68XM .mbr-section-title {
  text-align: center;
}
.cid-tz81DejG51 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tz81DejG51 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tz81DejG51 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tz81DejG51 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tz81DejG51 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tz81DejG51 P {
  text-align: left;
}
.cid-tz81DejG51 .mbr-form {
  padding: 2rem;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .cid-tz81DejG51 .mbr-form {
    padding: 1rem 0.5rem;
  }
}
.cid-tz81DejG51 .form-control {
  padding: 1rem 1.2rem;
  line-height: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-tz81DejG51 {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
  }
  .cid-tz81DejG51 h3.align-center {
    text-align: left;
  }
}
.cid-tz81DejG51 .was-validated .invalid-feedback {
  font-family: 'Mulish', sans-serif;
}
.cid-t8e6dKVxCp {
  background-image: url("../../../assets/images/bg-trophy-2.jpg");
  min-height: 68vh;
}
.cid-t8e6dKVxCp .text-wrapper {
  background-color: #ffffff;
  padding: 3rem;
}
@media (max-width: 768px) {
  .cid-t8e6dKVxCp .text-wrapper {
    padding: 1rem;
  }
}
.cid-t8e6dKVxCp .mbr-section-title {
  color: #353535;
}
.cid-t8e6dKVxCp .mbr-text,
.cid-t8e6dKVxCp .mbr-section-btn {
  color: #353535;
}
@media (max-width: 768px) {
  .cid-t8e6dKVxCp {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-t8e6eHJ7Ft {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t8e6eHJ7Ft .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 960px;
}
@media (max-width: 768px) {
  .cid-t8e6eHJ7Ft .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t8e6eHJ7Ft .embla__button--next,
.cid-t8e6eHJ7Ft .embla__button--prev {
  display: flex;
}
.cid-t8e6eHJ7Ft .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-t8e6eHJ7Ft .embla__button {
    display: none;
  }
}
.cid-t8e6eHJ7Ft .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t8e6eHJ7Ft .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t8e6eHJ7Ft .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8e6eHJ7Ft .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-t8e6eHJ7Ft .embla__button {
    top: auto;
  }
}
.cid-t8e6eHJ7Ft .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-t8e6eHJ7Ft .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-t8e6eHJ7Ft .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-t8e6eHJ7Ft .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-t8e6eHJ7Ft .embla {
  position: relative;
  width: 100%;
}
.cid-t8e6eHJ7Ft .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t8e6eHJ7Ft .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t8e6eHJ7Ft .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t8e6eHJ7Ft .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-t8e6eHJ7Ft {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t8e6g1udPU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebf1fb;
}
.cid-t8e6g1udPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8e6g1udPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8e6g1udPU .mbr-section-subtitle {
  text-align: center;
}
.cid-t8e6g1udPU .mbr-text {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8e6g1udPU {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-t8e6g1udPU .mbr-section-subtitle {
    text-align: left !important;
  }
  .cid-t8e6g1udPU .mbr-text {
    text-align: left;
  }
  .cid-t8e6g1udPU .align-center {
    text-align: left;
  }
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-thoS5CeGcl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-thoS5CeGcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-thoS5CeGcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thoS5CeGcl .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thoS5CeGcl .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thoS5CeGcl .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thoS5CeGcl .card-wrapper {
    padding: 4rem;
  }
}
.cid-thoS5CeGcl .mbr-text,
.cid-thoS5CeGcl .mbr-section-btn {
  color: #bbbbbb;
}
.cid-thoS5CeGcl .card-title,
.cid-thoS5CeGcl .card-box {
  text-align: left;
}
.cid-thoS5CeGcl .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-thoS5CeGcl .mbr-section-btn {
    text-align: left;
  }
  .cid-thoS5CeGcl .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-thoS5CeGcl .copyright-style {
  color: #bbbbbb;
}
.cid-tchCfoxw7Z .navbar-dropdown {
  position: relative !important;
}
.cid-tchCfoxw7Z .navbar {
  min-height: 70px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tchCfoxw7Z .navbar.opened {
  transition: all .3s;
}
.cid-tchCfoxw7Z .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tchCfoxw7Z .navbar .navbar-logo img {
  width: auto;
}
.cid-tchCfoxw7Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tchCfoxw7Z .navbar.collapsed {
  justify-content: center;
}
.cid-tchCfoxw7Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tchCfoxw7Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tchCfoxw7Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tchCfoxw7Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  white-space: unset!important;
}
.cid-tchCfoxw7Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tchCfoxw7Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tchCfoxw7Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tchCfoxw7Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tchCfoxw7Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem !important;
    text-align: center;
  }
  .cid-tchCfoxw7Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tchCfoxw7Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tchCfoxw7Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tchCfoxw7Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tchCfoxw7Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tchCfoxw7Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tchCfoxw7Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  width: 405px!important;
}
.cid-tchCfoxw7Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  white-space: unset!important;
  line-height: 1.4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tchCfoxw7Z .dropdown-item:hover,
.cid-tchCfoxw7Z .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-tchCfoxw7Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tchCfoxw7Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tchCfoxw7Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tchCfoxw7Z .nav-link {
  position: relative;
}
.cid-tchCfoxw7Z .container {
  display: flex;
  margin: auto;
}
.cid-tchCfoxw7Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tchCfoxw7Z .dropdown-menu,
.cid-tchCfoxw7Z .navbar.opened {
  background: #ffffff !important;
}
.cid-tchCfoxw7Z .nav-item:focus,
.cid-tchCfoxw7Z .nav-link:focus {
  outline: none;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tchCfoxw7Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tchCfoxw7Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tchCfoxw7Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tchCfoxw7Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tchCfoxw7Z .dropdown-item.active,
.cid-tchCfoxw7Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tchCfoxw7Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tchCfoxw7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tchCfoxw7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tchCfoxw7Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tchCfoxw7Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tchCfoxw7Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tchCfoxw7Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tchCfoxw7Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tchCfoxw7Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tchCfoxw7Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tchCfoxw7Z .navbar {
    height: 70px;
  }
  .cid-tchCfoxw7Z .navbar.opened {
    height: auto;
  }
  .cid-tchCfoxw7Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu a.dropdown-item:hover {
  color: #99ca3c!important;
}
.cid-tchCfoxw7Z .nav-item .nav-link:hover {
  color: #99ca3c!important;
}
.cid-tchCfoxw7Z .navbar .dropdown-item {
  padding: 1rem 1.8rem !important;
}
.cid-tchCfoxw7Z .pr-1 {
  padding-right: .5rem;
  width: 32px;
  height: auto;
  margin: 0 1rem;
}
.cid-tGtroGSN8q {
  background-image: url("../../../assets/images/cover-secondary-2-1635x812.jpg");
  min-height: 70vh;
}
.cid-tGtroGSN8q .mbr-section-title {
  color: #ffffff;
}
.cid-tGtroGSN8q .mbr-text,
.cid-tGtroGSN8q .mbr-section-btn {
  color: #fafafa;
}
.cid-tGtroGSN8q .mbr-section-subtitle {
  color: #99ca3c;
}
@media (max-width: 768px) {
  .cid-tGtroGSN8q {
    background-position: 58% 50%;
  }
  .cid-tGtroGSN8q .display-1 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.cid-tGtroGSN8q .btn {
  padding: 1rem 3rem;
}
.cid-tGtroGSN8q ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-tGtroGSN8q li {
  display: flex;
  line-height: 1.4;
  text-align: left;
}
.cid-tGtroGSN8q .mbri-success {
  font-size: 2rem;
  margin-right: 1rem;
  color: #ffffff;
  font-weight: 700;
}
.cid-tGtroGSN8q .display-7 {
  line-height: 1.2;
}
.cid-tGtroGSN8q ul.list-layout2 p {
  margin-bottom: 0.7rem;
}
.cid-tGtrulOv8l {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGtrulOv8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGtrulOv8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGtrulOv8l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGtrulOv8l img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGtrulOv8l .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGtrulOv8l .caption {
  font-size: 0.8rem;
}
.cid-tGtrulOv8l .row {
  flex-direction: row-reverse;
}
.cid-tGtrulOv8l .display-2 {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-tGtrulOv8l {
    padding-bottom: 2rem;
  }
  .cid-tGtrulOv8l .display-2 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .cid-tGtrulOv8l .mt-4 {
    margin-bottom: 1rem!important;
  }
}
.cid-tGtrulOv8l ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-tGtrulOv8l ul.list-layout2 p {
  margin-bottom: 0.5rem;
}
.cid-tGtrulOv8l li {
  display: flex;
  line-height: 1.4;
  text-align: left;
}
.cid-tGtrulOv8l .mbri-success {
  font-size: 1rem;
  margin-right: 1rem;
  font-weight: bolder;
  margin-top: 0.4rem;
}
.cid-tGtryFBqbf {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #ebf1fb;
}
.cid-tGtryFBqbf .mbr-section-title {
  color: #353535;
}
.cid-tGtrBerFm2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGtrBerFm2 .mbr-section-title {
  color: #353535;
}
.cid-tGtrBerFm2 .mbr-section-subtitle {
  color: #bbbbbb;
}
@media (max-width: 768px) {
  .cid-tGtrBerFm2 {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}
.cid-tGtrBerFm2 .subtitle {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.cid-tGtrFFc4vZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGtrFFc4vZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGtrFFc4vZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGtrFFc4vZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGtrFFc4vZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGtrFFc4vZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGtrFFc4vZ .caption {
  font-size: 0.8rem;
}
.cid-tGtrFFc4vZ .display-2 {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .cid-tGtrFFc4vZ {
    padding-bottom: 2rem;
  }
  .cid-tGtrFFc4vZ .display-2 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .cid-tGtrFFc4vZ .mt-4 {
    margin-bottom: 1rem!important;
  }
}
.cid-tGtthcY0pK {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGtthcY0pK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGtthcY0pK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGtthcY0pK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGtthcY0pK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGtthcY0pK .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGtthcY0pK .caption {
  font-size: 0.8rem;
}
.cid-tGtthcY0pK .row {
  flex-direction: row-reverse;
}
.cid-tGtthcY0pK .display-2 {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-tGtthcY0pK {
    padding-bottom: 2rem;
  }
  .cid-tGtthcY0pK .display-2 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .cid-tGtthcY0pK .mt-4 {
    margin-bottom: 1rem!important;
  }
}
.cid-tGttjA6heq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tGttjA6heq .mbr-section-title {
  color: #353535;
}
.cid-tGttjA6heq .mbr-section-subtitle {
  color: #bbbbbb;
}
@media (max-width: 768px) {
  .cid-tGttjA6heq {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}
.cid-tGttjA6heq .subtitle {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.cid-tGttlMOWSw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tGttlMOWSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGttlMOWSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGttlMOWSw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGttlMOWSw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGttlMOWSw .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGttlMOWSw .caption {
  font-size: 0.8rem;
}
.cid-tGttlMOWSw .display-2 {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-tGttlMOWSw .display-2 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .cid-tGttlMOWSw .mt-4 {
    margin-bottom: 1rem!important;
  }
}
.cid-tGttnhygMD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tGttnhygMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGttnhygMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGttnhygMD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGttnhygMD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGttnhygMD .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGttnhygMD .caption {
  font-size: 0.8rem;
}
.cid-tGttnhygMD .row {
  flex-direction: row-reverse;
}
.cid-tGttnhygMD .display-2 {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-tGttnhygMD {
    padding-bottom: 2rem;
  }
  .cid-tGttnhygMD .display-2 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .cid-tGttnhygMD .mt-4 {
    margin-bottom: 1rem!important;
  }
}
.cid-tGttoVn8Za {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tGttoVn8Za .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGttoVn8Za .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGttoVn8Za .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGttoVn8Za img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGttoVn8Za .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGttoVn8Za .caption {
  font-size: 0.8rem;
}
.cid-tGttoVn8Za .display-2 {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-tGttoVn8Za {
    padding-bottom: 2rem;
  }
  .cid-tGttoVn8Za .display-2 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .cid-tGttoVn8Za .mt-4 {
    margin-bottom: 1rem!important;
  }
}
.cid-tGttqJzeMq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tGttqJzeMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGttqJzeMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGttqJzeMq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGttqJzeMq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGttqJzeMq .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGttqJzeMq .caption {
  font-size: 0.8rem;
}
.cid-tGttqJzeMq .row {
  flex-direction: row-reverse;
}
.cid-tGttqJzeMq .display-2 {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-tGttqJzeMq {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .cid-tGttqJzeMq .display-2 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .cid-tGttqJzeMq .mt-4 {
    margin-bottom: 1rem!important;
  }
}
.cid-tGttsJ7uD3 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tGttsJ7uD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGttsJ7uD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGttsJ7uD3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGttsJ7uD3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGttsJ7uD3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGttsJ7uD3 .caption {
  font-size: 0.8rem;
}
.cid-tGttsJ7uD3 .display-2 {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-tGttsJ7uD3 {
    padding-bottom: 2rem;
  }
  .cid-tGttsJ7uD3 .display-2 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .cid-tGttsJ7uD3 .mt-4 {
    margin-bottom: 1rem!important;
  }
}
.cid-tGttuS0w1N {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-tGttuS0w1N .mbr-section-title {
  color: #353535;
}
.cid-tGttw5CiaZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGttw5CiaZ .mbr-section-title {
  color: #353535;
}
.cid-tGttw5CiaZ .mbr-section-subtitle {
  color: #0073b1;
}
@media (max-width: 768px) {
  .cid-tGttw5CiaZ {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}
.cid-tGttxwGQ8b {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tGttxwGQ8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGttxwGQ8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tGttxwGQ8b .container {
    max-width: 1400px;
  }
}
.cid-tGttxwGQ8b .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #087096;
  margin-bottom: 2rem;
}
.cid-tGttxwGQ8b .card-wrapper {
  margin-top: 3rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cid-tGttxwGQ8b .row {
  justify-content: center;
}
.cid-tGttxwGQ8b .card-text {
  text-align: left;
}
.cid-tGttxwGQ8b .card-title,
.cid-tGttxwGQ8b .iconfont-wrapper {
  text-align: left;
}
.cid-tGttxwGQ8b .card-box {
  background-color: #ffffff;
  min-height: 300px;
  border: 1px solid #ececec;
  padding: 4.5rem 4rem 3rem;
}
@media (min-width: 650px) {
  .cid-tGttxwGQ8b .row.card-container {
    margin: 0 auto!important;
    max-width: 996px;
  }
}
@media (max-width: 768px) {
  .cid-tGttxwGQ8b .card-box {
    min-height: 240px;
    border: 1px solid #ececec;
    padding: 2rem;
  }
  .cid-tGttxwGQ8b .card-wrapper {
    margin-top: 1rem;
  }
}
.cid-tGttxwGQ8b .image-wrapper img {
  width: 50%;
}
.cid-tGttz4olAr {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-tGttz4olAr .mbr-section-title {
  color: #353535;
}
.cid-tGttz4olAr p {
  margin-bottom: 0;
}
.cid-tGttAZWY2r {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ebf1fb;
}
@media (min-width: 1500px) {
  .cid-tGttAZWY2r .container {
    max-width: 1400px;
  }
}
.cid-tGttAZWY2r .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGttAZWY2r .row {
  justify-content: center;
}
.cid-tGttAZWY2r .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-tGttAZWY2r .number-typo {
  line-height: 32px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
  font-size: 50px;
}
.cid-tGttAZWY2r .card {
  margin-bottom: 1rem;
}
.cid-tGttAZWY2r .card-wrapper {
  box-sizing: border-box;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-right: 2rem;
}
.cid-tGttAZWY2r .display-5 {
  font-size: 1.3rem;
}
.cid-tGttAZWY2r .space-paragraph {
  padding-right: 5.5rem;
}
@media (max-width: 768px) {
  .cid-tGttAZWY2r .space-paragraph {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-tGttAZWY2r {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .cid-tGttAZWY2r .card-wrapper {
    padding-right: 0!important;
    min-height: 100px;
    padding-top: 2rem;
  }
  .cid-tGttAZWY2r .number-typo {
    font-size: 40px;
  }
}
.cid-tGttAZWY2r ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-tGttAZWY2r ul.list-layout2 p {
  margin-bottom: 0.5rem;
}
.cid-tGttAZWY2r li {
  display: flex;
  line-height: 1.4;
  text-align: left;
}
.cid-tGttAZWY2r .mbri-success {
  font-size: 1rem;
  margin-right: 1rem;
  font-weight: bolder;
  margin-top: 0.4rem;
}
.cid-tGttC0mVnY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tGttC0mVnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGttC0mVnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGttC0mVnY .video-wrapper iframe {
  width: 100%;
}
.cid-tGttC0mVnY .mbr-section-title,
.cid-tGttC0mVnY .mbr-section-subtitle,
.cid-tGttC0mVnY .mbr-text {
  text-align: center;
}
.cid-tGttC0mVnY .mbr-section-subtitle {
  text-align: center;
}
.cid-tGttC0mVnY .mbr-section-title {
  text-align: center;
}
.cid-tGttC0mVnY .header-description {
  margin: 0% 20% 0% 0%;
  padding-left: 20px;
}
.cid-tGttC0mVnY .draw-line {
  content: '';
  left: 0;
  top: 3px;
  width: 4px;
  height: 1.2rem;
  display: flex;
  background: #89bc26;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  animation: start-draw 1.5s ease forwards;
}
@media (max-width: 767px) {
  .cid-tGttC0mVnY {
    padding-top: 1.5rem;
  }
  .cid-tGttC0mVnY .mbr-section-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.cid-tGttH7HocK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-position: 36% 50%;
  background-image: url("../../../assets/images/bg-testimonial-1.jpg");
}
.cid-tGttH7HocK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGttH7HocK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: 36% center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGttH7HocK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 650px;
  max-width: 650px;
}
@media (max-width: 768px) {
  .cid-tGttH7HocK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tGttH7HocK .embla__button--next,
.cid-tGttH7HocK .embla__button--prev {
  display: flex;
}
.cid-tGttH7HocK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGttH7HocK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tGttH7HocK .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tGttH7HocK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGttH7HocK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tGttH7HocK .embla__button {
    top: auto;
  }
}
.cid-tGttH7HocK .user_image {
  width: 150px;
  height: 90px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-tGttH7HocK .user_image .item-wrapper {
  width: 150px;
  height: 90px;
}
.cid-tGttH7HocK .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  border: 1px solid #E8E8E8;
  background-color: #ffffff;
}
@media (max-width: 230px) {
  .cid-tGttH7HocK .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tGttH7HocK .embla {
  position: relative;
  width: 100%;
}
.cid-tGttH7HocK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tGttH7HocK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tGttH7HocK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tGttH7HocK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tGttH7HocK H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tGttH7HocK .user_text {
  color: #ffffff;
}
.cid-tGttH7HocK .user_name {
  color: #99ca3c;
}
.cid-tGttH7HocK .user_desk {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-tGttH7HocK {
    padding-top: 3rem;
  }
  .cid-tGttH7HocK .mbr-section-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .cid-tGttH7HocK .mt-4 {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
  .cid-tGttH7HocK .display-5 {
    font-size: 1rem;
  }
}
.cid-tGttH7HocK .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: center;
}
.cid-tGttH7HocK .subtitle {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
  width: 920px;
  margin: 1rem auto 2rem!important;
}
@media (max-width: 768px) {
  .cid-tGttH7HocK .subtitle {
    width: auto;
  }
}
.cid-tGttH7HocK .display-5 {
  font-size: 1.2rem;
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-tv4yzPULOS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tv4yzPULOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv4yzPULOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv4yzPULOS .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tv4yzPULOS .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tv4yzPULOS .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tv4yzPULOS .card-wrapper {
    padding: 4rem;
  }
}
.cid-tv4yzPULOS .mbr-text,
.cid-tv4yzPULOS .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tv4yzPULOS .card-title,
.cid-tv4yzPULOS .card-box {
  text-align: left;
}
.cid-tv4yzPULOS .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tv4yzPULOS .mbr-section-btn {
    text-align: left;
  }
  .cid-tv4yzPULOS .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-tv4yzPULOS .copyright-style {
  color: #bbbbbb;
}
.cid-tchCfoxw7Z .navbar-dropdown {
  position: relative !important;
}
.cid-tchCfoxw7Z .navbar {
  min-height: 70px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tchCfoxw7Z .navbar.opened {
  transition: all .3s;
}
.cid-tchCfoxw7Z .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tchCfoxw7Z .navbar .navbar-logo img {
  width: auto;
}
.cid-tchCfoxw7Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tchCfoxw7Z .navbar.collapsed {
  justify-content: center;
}
.cid-tchCfoxw7Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tchCfoxw7Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tchCfoxw7Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tchCfoxw7Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  white-space: unset!important;
}
.cid-tchCfoxw7Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tchCfoxw7Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tchCfoxw7Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tchCfoxw7Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tchCfoxw7Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem !important;
    text-align: center;
  }
  .cid-tchCfoxw7Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tchCfoxw7Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tchCfoxw7Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tchCfoxw7Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tchCfoxw7Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tchCfoxw7Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tchCfoxw7Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  width: 405px!important;
}
.cid-tchCfoxw7Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  white-space: unset!important;
  line-height: 1.4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tchCfoxw7Z .dropdown-item:hover,
.cid-tchCfoxw7Z .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-tchCfoxw7Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tchCfoxw7Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tchCfoxw7Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tchCfoxw7Z .nav-link {
  position: relative;
}
.cid-tchCfoxw7Z .container {
  display: flex;
  margin: auto;
}
.cid-tchCfoxw7Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tchCfoxw7Z .dropdown-menu,
.cid-tchCfoxw7Z .navbar.opened {
  background: #ffffff !important;
}
.cid-tchCfoxw7Z .nav-item:focus,
.cid-tchCfoxw7Z .nav-link:focus {
  outline: none;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tchCfoxw7Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tchCfoxw7Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tchCfoxw7Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tchCfoxw7Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tchCfoxw7Z .dropdown-item.active,
.cid-tchCfoxw7Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tchCfoxw7Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tchCfoxw7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tchCfoxw7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tchCfoxw7Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tchCfoxw7Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tchCfoxw7Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tchCfoxw7Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tchCfoxw7Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tchCfoxw7Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tchCfoxw7Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tchCfoxw7Z .navbar {
    height: 70px;
  }
  .cid-tchCfoxw7Z .navbar.opened {
    height: auto;
  }
  .cid-tchCfoxw7Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu a.dropdown-item:hover {
  color: #99ca3c!important;
}
.cid-tchCfoxw7Z .nav-item .nav-link:hover {
  color: #99ca3c!important;
}
.cid-tchCfoxw7Z .navbar .dropdown-item {
  padding: 1rem 1.8rem !important;
}
.cid-tchCfoxw7Z .pr-1 {
  padding-right: .5rem;
  width: 32px;
  height: auto;
  margin: 0 1rem;
}
.cid-ui5CNJjmii {
  background-image: url("../../../assets/images/cover-eb-hex.jpg");
  min-height: 70vh;
}
.cid-ui5CNJjmii .mbr-section-title {
  color: #ffffff;
}
.cid-ui5CNJjmii .mbr-text,
.cid-ui5CNJjmii .mbr-section-btn {
  color: #fafafa;
}
.cid-ui5CNJjmii .mbr-section-subtitle {
  color: #99ca3c;
}
@media (max-width: 768px) {
  .cid-ui5CNJjmii {
    background-position: 58% 50%;
  }
  .cid-ui5CNJjmii .display-1 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.cid-ui5CNJjmii .btn {
  padding: 1rem 3rem;
}
.cid-ui5CNJjmii ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-ui5CNJjmii li {
  display: flex;
  line-height: 1.4;
  text-align: left;
}
.cid-ui5CNJjmii .mbri-success {
  font-size: 2rem;
  margin-right: 1rem;
  color: #ffffff;
  font-weight: 700;
}
.cid-ui5CNJjmii .display-7 {
  line-height: 1.2;
}
.cid-ui5CNJjmii ul.list-layout2 p {
  margin-bottom: 0.7rem;
}
.cid-ui5CNJjmii .display-1 {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cid-ui5CNJjmii .display-1 {
    font-size: 2.6rem;
  }
}
.cid-ui5CQqPQ5E {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background.png");
}
.cid-ui5CQqPQ5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui5CQqPQ5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui5CQqPQ5E .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #087096;
  margin-bottom: 2rem;
}
.cid-ui5CQqPQ5E .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 3rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ui5CQqPQ5E .card-title,
.cid-ui5CQqPQ5E .card-box {
  text-align: left;
  color: #353535;
}
.cid-ui5CQqPQ5E .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-ui5CQqPQ5E .display-2 {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cid-ui5CQqPQ5E {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .cid-ui5CQqPQ5E .item-wrapper {
    padding: 2rem;
  }
  .cid-ui5CQqPQ5E .display-2 {
    text-align: left!important;
  }
  .cid-ui5CQqPQ5E .mb-4 {
    margin-bottom: 1rem!important;
  }
}
.cid-ui5CQqPQ5E .image-wrapper img {
  width: 30%;
}
.cid-ui5D4u2sPB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #087096;
}
.cid-ui5D4u2sPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui5D4u2sPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui5D4u2sPB .display-2 {
  line-height: 1.3;
}
.cid-ui5D4u2sPB .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #087096;
  margin-bottom: 2rem;
}
.cid-ui5D4u2sPB .row {
  justify-content: center;
}
.cid-ui5D4u2sPB .card-content {
  margin: auto;
  padding-left: 3rem;
  width: 100%;
}
.cid-ui5D4u2sPB .item-wrapper {
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 1rem;
  box-shadow: 0 20px 20px 0 rgba(0, 11, 40, 0.06);
  border: 1px solid rgba(33, 40, 50, 0.125);
  transition: all 0.3s;
  background-color: #fff;
  margin-bottom: 1rem;
}
.cid-ui5D4u2sPB .card-number {
  min-width: fit-content;
  color: #087096;
}
.cid-ui5D4u2sPB H3 {
  color: #087096;
}
.cid-ui5D4u2sPB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ui5D4u2sPB {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-ui5D4u2sPB .display-2 {
    text-align: left!important;
  }
  .cid-ui5D4u2sPB .item-wrapper {
    padding: 2rem;
  }
  .cid-ui5D4u2sPB .card-content {
    padding-left: 2rem;
  }
}
.cid-ui5D4u2sPB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  background: none!important;
  color: #087096!important;
  cursor: pointer;
}
.cid-ui5D5vyFAD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ui5D5vyFAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui5D5vyFAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui5D5vyFAD .display-2 {
  line-height: 1.3;
}
.cid-ui5D5vyFAD .video-wrapper iframe {
  width: 100%;
}
.cid-ui5D5vyFAD .mbr-section-title,
.cid-ui5D5vyFAD .mbr-description {
  text-align: center;
}
.cid-ui5D5vyFAD .mbr-section-title {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-ui5D5vyFAD {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .cid-ui5D5vyFAD .text-wrapper {
    padding: 0 1rem;
  }
  .cid-ui5D5vyFAD .item {
    margin-bottom: 1rem;
  }
}
.cid-ui5D6j2Ca5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ui5D6j2Ca5 img,
.cid-ui5D6j2Ca5 .item-img {
  width: 100%;
}
.cid-ui5D6j2Ca5 .item:focus,
.cid-ui5D6j2Ca5 span:focus {
  outline: none;
}
.cid-ui5D6j2Ca5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ui5D6j2Ca5 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (min-width: 992px) {
  .cid-ui5D6j2Ca5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui5D6j2Ca5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ui5D6j2Ca5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ui5D6j2Ca5 .mbr-section-title {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-ui5D6j2Ca5 .item {
    margin-bottom: 1rem;
  }
}
.cid-ui5D6TAjrU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ui5D6TAjrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui5D6TAjrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui5D6TAjrU .display-2 {
  line-height: 1.3;
}
.cid-ui5D6TAjrU .video-wrapper iframe {
  width: 100%;
}
.cid-ui5D6TAjrU .mbr-section-title,
.cid-ui5D6TAjrU .mbr-description {
  text-align: center;
}
.cid-ui5D6TAjrU .mbr-section-title {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-ui5D6TAjrU {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .cid-ui5D6TAjrU .text-wrapper {
    padding: 0 1rem;
  }
  .cid-ui5D6TAjrU .item {
    margin-bottom: 1rem;
  }
}
.cid-ui5D7ydaOO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ui5D7ydaOO img,
.cid-ui5D7ydaOO .item-img {
  width: 100%;
}
.cid-ui5D7ydaOO .item:focus,
.cid-ui5D7ydaOO span:focus {
  outline: none;
}
.cid-ui5D7ydaOO .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ui5D7ydaOO .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (min-width: 992px) {
  .cid-ui5D7ydaOO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui5D7ydaOO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ui5D7ydaOO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ui5D7ydaOO .mbr-section-title {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-ui5D7ydaOO {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
  .cid-ui5D7ydaOO .item {
    margin-bottom: 1rem;
  }
}
.cid-ui5D89DWze {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ui5D89DWze .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui5D89DWze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui5D89DWze .mbr-text,
.cid-ui5D89DWze .link {
  text-align: center;
  color: #ffffff;
}
.cid-ui5D89DWze .item-wrapper {
  background-color: #087096;
  padding: 2rem 2rem 1rem 2rem;
}
@media (max-width: 768px) {
  .cid-ui5D89DWze {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
  .cid-ui5D89DWze .align-center {
    text-align: left!important;
  }
}
.cid-ui5D8LZb6h {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ui5D8LZb6h img,
.cid-ui5D8LZb6h .item-img {
  width: 100%;
}
.cid-ui5D8LZb6h .item:focus,
.cid-ui5D8LZb6h span:focus {
  outline: none;
}
.cid-ui5D8LZb6h .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ui5D8LZb6h .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (min-width: 992px) {
  .cid-ui5D8LZb6h .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui5D8LZb6h .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ui5D8LZb6h .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ui5D8LZb6h .mbr-section-title {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-ui5D8LZb6h .item {
    margin-bottom: 1rem;
  }
}
.cid-ui5D9jj4TA {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ui5D9jj4TA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui5D9jj4TA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui5D9jj4TA .row {
  flex-direction: row-reverse;
}
.cid-ui5D9jj4TA .video-wrapper iframe {
  width: 100%;
}
.cid-ui5D9jj4TA .mbr-section-title,
.cid-ui5D9jj4TA .mbr-description {
  text-align: center;
}
.cid-ui5D9jj4TA .mbr-section-title {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-ui5D9jj4TA {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .cid-ui5D9jj4TA .row {
    flex-direction: column-reverse;
  }
  .cid-ui5D9jj4TA .text-wrapper {
    padding: 0 1rem;
  }
  .cid-ui5D9jj4TA .item {
    margin-bottom: 1rem;
  }
}
.cid-ui5D9YxLNc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ui5D9YxLNc img,
.cid-ui5D9YxLNc .item-img {
  width: 100%;
}
.cid-ui5D9YxLNc .item:focus,
.cid-ui5D9YxLNc span:focus {
  outline: none;
}
.cid-ui5D9YxLNc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ui5D9YxLNc .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (min-width: 992px) {
  .cid-ui5D9YxLNc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui5D9YxLNc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ui5D9YxLNc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ui5D9YxLNc .mbr-section-title {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-ui5D9YxLNc .item {
    margin-bottom: 1rem;
  }
}
.cid-ui5DaTzsG8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/istock-1294021851.jpg");
}
.cid-ui5DaTzsG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui5DaTzsG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ui5DaTzsG8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ui5DaTzsG8 .row {
  flex-direction: row-reverse;
}
.cid-ui5DaTzsG8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ui5DaTzsG8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ui5DaTzsG8 ul {
  margin-bottom: 1rem;
}
.cid-ui5DaTzsG8 ul li {
  margin-left: -1rem;
  line-height: 1.7;
}
.cid-ui5DaTzsG8 .mbr-section-title {
  color: #ffffff;
}
.cid-ui5DaTzsG8 .list {
  color: #ffffff;
}
.cid-ui5DbvALCB {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-ui5DbvALCB img,
.cid-ui5DbvALCB .item-img {
  height: 90px;
  object-fit: cover;
}
.cid-ui5DbvALCB .item:focus,
.cid-ui5DbvALCB span:focus {
  outline: none;
}
.cid-ui5DbvALCB .item-wrapper {
  position: relative;
}
.cid-ui5DbvALCB .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ui5DbvALCB .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui5DbvALCB .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-ui5DbvALCB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ui5DbvALCB .mbr-section-title {
  color: #232323;
}
.cid-ui5DbvALCB .mbr-text,
.cid-ui5DbvALCB .mbr-section-btn {
  text-align: center;
}
.cid-ui5DbvALCB .item-title {
  text-align: center;
}
.cid-ui5DbvALCB .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ui5DbvALCB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 230px;
  max-width: 230px;
  border: 1px solid #e7e7e7;
}
@media (max-width: 768px) {
  .cid-ui5DbvALCB .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ui5DbvALCB .embla__button--next,
.cid-ui5DbvALCB .embla__button--prev {
  display: flex;
}
.cid-ui5DbvALCB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-ui5DbvALCB .embla__button {
    display: none;
  }
}
.cid-ui5DbvALCB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ui5DbvALCB .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ui5DbvALCB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ui5DbvALCB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ui5DbvALCB .embla__button {
    top: auto;
  }
}
.cid-ui5DbvALCB .embla {
  position: relative;
  width: 100%;
}
.cid-ui5DbvALCB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ui5DbvALCB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ui5DbvALCB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ui5DbvALCB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ui5Dc6dXsv {
  padding-top: 4rem;
  padding-bottom: 0;
  background-color: #ebf1fb;
}
.cid-ui5Dc6dXsv .mbr-text,
.cid-ui5Dc6dXsv .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-ui5Dc6dXsv .mbr-text,
  .cid-ui5Dc6dXsv .mbr-section-title {
    text-align: center;
  }
}
.cid-ui5Dc6dXsv a.btn {
  height: 100%;
  margin: 0;
}
.cid-ui5Dc6dXsv .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-ui5Dc6dXsv .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ui5Dc6dXsv .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ui5Dc6dXsv .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-ui5Dc6dXsv .justify-content-center {
  align-items: center;
}
.cid-ui5Dc6dXsv form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ui5Dc6dXsv form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ui5Dc6dXsv form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ui5Dc6dXsv P {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-ui5Dc6dXsv .mbr-form {
    padding: 1rem 0.5rem;
  }
}
.cid-ui5Dc6dXsv .form-control {
  padding: 1rem 1.2rem;
  line-height: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-ui5Dc6dXsv {
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .cid-ui5Dc6dXsv h3.align-center {
    text-align: left;
  }
}
.cid-ui5Dc6dXsv .was-validated .invalid-feedback {
  font-family: 'Mulish', sans-serif;
}
.cid-ui5Dc6dXsv .mbr-section-title {
  text-align: left;
}
.cid-ui5Dc6dXsv .contact-form {
  background-color: #fff;
  padding: 2rem;
}
.cid-ui5Dc6dXsv ul {
  margin: 0;
  list-style: none;
  padding: 0rem;
}
.cid-ui5Dc6dXsv ul li {
  position: relative;
  margin: 0 0 1rem;
  line-height: 1.2;
  border: none;
  display: flex;
}
.cid-ui5Dc6dXsv .list-content {
  line-height: 1.4;
  padding-left: 1rem;
  width: 100%;
}
.cid-ui5Dc6dXsv .iconfont-wrapper {
  display: flex;
  position: relative;
}
.cid-ui5Dc6dXsv .card-title,
.cid-ui5Dc6dXsv .iconfont-wrapper {
  color: #004a77;
  text-align: left;
}
.cid-ui5Dc6dXsv .list {
  text-align: left;
}
.cid-ui5Dc6dXsv .mbr-iconfont {
  display: block;
  font-size: 1.4em;
  color: #99ca3c;
  padding: 5px 0 0 0;
}
.cid-ui5Dc6dXsv .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ui5Dc6dXsv .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ui5Dc6dXsv .card-title {
  color: #353535;
}
.cid-ui5Dc6dXsv .m-auto {
  margin: 0 auto!important;
}
.cid-ui5Dc6dXsv .card-box {
  padding-left: 1rem;
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-twyLdmGATq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-twyLdmGATq .mbr-fallback-image.disabled {
  display: none;
}
.cid-twyLdmGATq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twyLdmGATq .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-twyLdmGATq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-twyLdmGATq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twyLdmGATq .card-wrapper {
    padding: 4rem;
  }
}
.cid-twyLdmGATq .mbr-text,
.cid-twyLdmGATq .mbr-section-btn {
  color: #bbbbbb;
}
.cid-twyLdmGATq .card-title,
.cid-twyLdmGATq .card-box {
  text-align: left;
}
.cid-twyLdmGATq .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-twyLdmGATq .mbr-section-btn {
    text-align: left;
  }
  .cid-twyLdmGATq .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-twyLdmGATq .copyright-style {
  color: #bbbbbb;
}
.cid-tchCfoxw7Z .navbar-dropdown {
  position: relative !important;
}
.cid-tchCfoxw7Z .navbar {
  min-height: 70px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tchCfoxw7Z .navbar.opened {
  transition: all .3s;
}
.cid-tchCfoxw7Z .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tchCfoxw7Z .navbar .navbar-logo img {
  width: auto;
}
.cid-tchCfoxw7Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tchCfoxw7Z .navbar.collapsed {
  justify-content: center;
}
.cid-tchCfoxw7Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tchCfoxw7Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tchCfoxw7Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tchCfoxw7Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tchCfoxw7Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  white-space: unset!important;
}
.cid-tchCfoxw7Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tchCfoxw7Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tchCfoxw7Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tchCfoxw7Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tchCfoxw7Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tchCfoxw7Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem !important;
    text-align: center;
  }
  .cid-tchCfoxw7Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tchCfoxw7Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tchCfoxw7Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tchCfoxw7Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tchCfoxw7Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tchCfoxw7Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tchCfoxw7Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  width: 405px!important;
}
.cid-tchCfoxw7Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  white-space: unset!important;
  line-height: 1.4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tchCfoxw7Z .dropdown-item:hover,
.cid-tchCfoxw7Z .dropdown-item:focus {
  background: #087096 !important;
  color: white !important;
}
.cid-tchCfoxw7Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tchCfoxw7Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tchCfoxw7Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tchCfoxw7Z .nav-link {
  position: relative;
}
.cid-tchCfoxw7Z .container {
  display: flex;
  margin: auto;
}
.cid-tchCfoxw7Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tchCfoxw7Z .dropdown-menu,
.cid-tchCfoxw7Z .navbar.opened {
  background: #ffffff !important;
}
.cid-tchCfoxw7Z .nav-item:focus,
.cid-tchCfoxw7Z .nav-link:focus {
  outline: none;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tchCfoxw7Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tchCfoxw7Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tchCfoxw7Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tchCfoxw7Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tchCfoxw7Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tchCfoxw7Z .dropdown-item.active,
.cid-tchCfoxw7Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tchCfoxw7Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tchCfoxw7Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tchCfoxw7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tchCfoxw7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tchCfoxw7Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tchCfoxw7Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tchCfoxw7Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tchCfoxw7Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tchCfoxw7Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tchCfoxw7Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tchCfoxw7Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tchCfoxw7Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tchCfoxw7Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tchCfoxw7Z .navbar {
    height: 70px;
  }
  .cid-tchCfoxw7Z .navbar.opened {
    height: auto;
  }
  .cid-tchCfoxw7Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tchCfoxw7Z .dropdown .dropdown-menu a.dropdown-item:hover {
  color: #99ca3c!important;
}
.cid-tchCfoxw7Z .nav-item .nav-link:hover {
  color: #99ca3c!important;
}
.cid-tchCfoxw7Z .navbar .dropdown-item {
  padding: 1rem 1.8rem !important;
}
.cid-tchCfoxw7Z .pr-1 {
  padding-right: .5rem;
  width: 32px;
  height: auto;
  margin: 0 1rem;
}
.cid-tz8dhp1KS7 {
  background-image: url("../../../assets/images/cover-research-5-1635x812.jpg");
  min-height: 70vh;
}
@media (min-width: 1024px) {
  .cid-tz8dhp1KS7 {
    min-height: 80vh!important;
  }
}
@media (min-width: 1200px) {
  .cid-tz8dhp1KS7 {
    min-height: 80vh!important;
  }
}
@media (max-width: 768px) {
  .cid-tz8dhp1KS7 {
    min-height: 55vh;
    background-position: 58% 50%;
  }
  .cid-tz8dhp1KS7 .display-1 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.cid-tz8dhp1KS7 .mbr-section-title {
  color: #ffffff;
}
.cid-tz8dhp1KS7 .mbr-text,
.cid-tz8dhp1KS7 .mbr-section-btn {
  color: #fafafa;
}
.cid-tz8dhp1KS7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tz8dhp1KS7 .btn {
  padding: 1rem 3rem;
}
.cid-tz8dhp1KS7 ul.list-layout2 {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.cid-tz8dhp1KS7 li {
  display: flex;
  line-height: 1.4;
  text-align: left;
}
.cid-tz8dhp1KS7 .mbri-success {
  font-size: 1.2rem;
  margin-right: 1rem;
  color: #ffffff;
  font-weight: 700;
}
.cid-tz8dhp1KS7 .display-7 {
  line-height: 1.2;
}
.cid-tz8diU1sGO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tz8diU1sGO img,
.cid-tz8diU1sGO .item-img {
  width: 100%;
}
.cid-tz8diU1sGO .item:focus,
.cid-tz8diU1sGO span:focus {
  outline: none;
}
.cid-tz8diU1sGO .item-wrapper {
  position: relative;
}
.cid-tz8diU1sGO .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: hidden;
  opacity: 0.7;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tz8diU1sGO .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tz8diU1sGO .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz8diU1sGO .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tz8diU1sGO .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tz8diU1sGO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz8diU1sGO .mbr-section-title {
  color: #232323;
}
.cid-tz8diU1sGO .mbr-text,
.cid-tz8diU1sGO .mbr-section-btn {
  text-align: left;
}
.cid-tz8diU1sGO .item-title {
  text-align: left;
}
.cid-tz8diU1sGO .item-subtitle {
  text-align: left;
}
.cid-tz8diU1sGO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-tz8diU1sGO .embla__slide {
    min-width: 35%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tz8diU1sGO .embla__button--next,
.cid-tz8diU1sGO .embla__button--prev {
  display: flex;
}
.cid-tz8diU1sGO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -9.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tz8diU1sGO .embla__button {
    display: none;
  }
}
@media (min-width: 1200px) {
  .cid-tz8diU1sGO .embla__button {
    margin-top: -8rem;
  }
}
.cid-tz8diU1sGO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tz8diU1sGO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tz8diU1sGO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 3rem;
}
.cid-tz8diU1sGO .embla__button.embla__button--next {
  right: 0;
  margin-right: 3rem;
}
@media (max-width: 767px) {
  .cid-tz8diU1sGO .embla__button {
    top: auto;
  }
}
.cid-tz8diU1sGO .embla {
  position: relative;
  width: 100%;
}
.cid-tz8diU1sGO .embla__viewport {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: -170px;
  z-index: 99;
}
@media (min-width: 1200px) {
  .cid-tz8diU1sGO .embla__viewport {
    top: -145px;
  }
}
@media (max-width: 768px) {
  .cid-tz8diU1sGO .embla__viewport {
    top: -130px;
  }
}
.cid-tz8diU1sGO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tz8diU1sGO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tz8diU1sGO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tz8diU1sGO .embla__button.embla__button--next {
  margin-right: -2.5rem;
}
.cid-tz8diU1sGO .embla__button.embla__button--prev {
  margin-left: -2.5rem;
}
.cid-tz8djMEidM {
  padding-top: 0;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tz8dkIcsJD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tz8dkIcsJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8dkIcsJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tz8dkIcsJD .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tz8dkIcsJD .text-wrapper {
    padding: 1rem 2rem;
  }
}
.cid-tz8dkIcsJD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tz8dkIcsJD .text-wrapper {
    padding: 2rem;
  }
}
.cid-tz8dkIcsJD .item-content {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(0, 11, 40, 0.06);
  border: 1px solid rgba(33, 40, 50, 0.125);
}
.cid-tz8dkIcsJD .display-7 {
  line-height: 1.7;
}
.cid-tz8dkIcsJD ul {
  margin-bottom: 1rem;
}
.cid-tz8dkIcsJD ul li {
  margin-left: -1rem;
  line-height: 1.7;
}
.cid-tz8dkIcsJD .item-footer {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tz8dkIcsJD .item-footer {
    margin-bottom: 3rem;
  }
  .cid-tz8dkIcsJD .mbr-section-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.cid-tz8dlzUMGg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tz8dlzUMGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8dlzUMGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tz8dlzUMGg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tz8dlzUMGg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tz8dlzUMGg .text-wrapper {
    padding: 2rem 2rem 2rem 4rem;
  }
}
.cid-tz8dlzUMGg .item-content {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(0, 11, 40, 0.06);
  border: 1px solid rgba(33, 40, 50, 0.125);
}
.cid-tz8dlzUMGg .display-7 {
  line-height: 1.7;
}
.cid-tz8dlzUMGg ul {
  margin-bottom: 1rem;
}
.cid-tz8dlzUMGg ul li {
  margin-left: -1rem;
  line-height: 1.7;
}
.cid-tz8dlzUMGg .row {
  flex-direction: row-reverse;
}
.cid-tz8dlzUMGg .item-footer {
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .cid-tz8dlzUMGg .item-footer {
    margin-bottom: 3rem;
    margin-left: 2rem;
  }
  .cid-tz8dlzUMGg .mbr-section-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .cid-tz8dlzUMGg .text-wrapper {
    padding: 1rem 2rem;
  }
}
.cid-tz8dmwcBcC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tz8dmwcBcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8dmwcBcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tz8dmwcBcC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tz8dmwcBcC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tz8dmwcBcC .text-wrapper {
    padding: 2rem;
  }
}
.cid-tz8dmwcBcC .item-content {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(0, 11, 40, 0.06);
  border: 1px solid rgba(33, 40, 50, 0.125);
}
.cid-tz8dmwcBcC .display-7 {
  line-height: 1.7;
}
.cid-tz8dmwcBcC ul {
  margin-bottom: 1rem;
}
.cid-tz8dmwcBcC ul li {
  margin-left: -1rem;
  line-height: 1.7;
}
.cid-tz8dmwcBcC .item-footer {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tz8dmwcBcC .item-footer {
    margin-bottom: 3rem;
  }
  .cid-tz8dmwcBcC .mbr-section-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .cid-tz8dmwcBcC .text-wrapper {
    padding: 1rem 2rem;
  }
}
.cid-tz8dnxcTtQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tz8dnxcTtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8dnxcTtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tz8dnxcTtQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tz8dnxcTtQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tz8dnxcTtQ .text-wrapper {
    padding: 2rem 2rem 2rem 4rem;
  }
}
.cid-tz8dnxcTtQ .item-content {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(0, 11, 40, 0.06);
  border: 1px solid rgba(33, 40, 50, 0.125);
}
.cid-tz8dnxcTtQ .display-7 {
  line-height: 1.7;
}
.cid-tz8dnxcTtQ ul {
  margin-bottom: 1rem;
}
.cid-tz8dnxcTtQ ul li {
  margin-left: -1rem;
  line-height: 1.7;
}
.cid-tz8dnxcTtQ .row {
  flex-direction: row-reverse;
}
.cid-tz8dnxcTtQ .item-footer {
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .cid-tz8dnxcTtQ {
    padding-bottom: 2.5rem;
  }
  .cid-tz8dnxcTtQ .item-footer {
    margin-bottom: 3rem;
    margin-left: 2rem;
  }
  .cid-tz8dnxcTtQ .mbr-section-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .cid-tz8dnxcTtQ .text-wrapper {
    padding: 1rem 2rem;
  }
}
.cid-tz8dowuvCQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tz8dowuvCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8dowuvCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8dowuvCQ .mbr-section-subtitle {
  text-align: center;
}
.cid-tz8dowuvCQ .mbr-text {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tz8dowuvCQ {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
  }
  .cid-tz8dowuvCQ .mbr-section-subtitle {
    text-align: left !important;
  }
  .cid-tz8dowuvCQ .mbr-text {
    text-align: left;
  }
  .cid-tz8dowuvCQ .align-center {
    text-align: left;
  }
}
.cid-tz8dppGhle {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tz8dppGhle .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8dppGhle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8dppGhle H5 {
  color: #878787;
  text-align: center;
}
.cid-tz8dppGhle .display-7 {
  line-height: 1.7;
}
.cid-tz8dppGhle .item-title {
  text-align: left;
}
.cid-tz8dppGhle .item-subtitle {
  text-align: left;
}
.cid-tz8dppGhle .subtitle {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.cid-tz8dppGhle H2 {
  color: #8f8f8f;
}
@media (max-width: 767px) {
  .cid-tz8dppGhle .mbr-section-title {
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
    padding-left: 1rem;
  }
  .cid-tz8dppGhle .subtitle {
    font-size: 0.8rem;
    margin-bottom: 0!important;
    letter-spacing: 0;
    text-align: left;
    padding-left: 1rem;
  }
}
.cid-tz8dYNP8Sv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tz8dYNP8Sv img,
.cid-tz8dYNP8Sv .item-img {
  width: 100%;
}
.cid-tz8dYNP8Sv .item:focus,
.cid-tz8dYNP8Sv span:focus {
  outline: none;
}
.cid-tz8dYNP8Sv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-tz8dYNP8Sv .item {
    width: 22.5%;
  }
}
.cid-tz8dYNP8Sv .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tz8dYNP8Sv .item-wrapper .item-content {
    padding: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-tz8dYNP8Sv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tz8dYNP8Sv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz8dYNP8Sv .mbr-section-title {
  color: #232323;
}
.cid-tz8dYNP8Sv .item-img {
  background-color: #0c2242;
}
.cid-tz8dqzcMZx {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tz8dqzcMZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8dqzcMZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8dqzcMZx H5 {
  color: #878787;
  text-align: center;
}
.cid-tz8dqzcMZx .display-7 {
  line-height: 1.7;
}
.cid-tz8dqzcMZx .item-title {
  text-align: left;
}
.cid-tz8dqzcMZx .item-subtitle {
  text-align: left;
}
.cid-tz8dqzcMZx .subtitle {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.cid-tz8dqzcMZx H2 {
  color: #8f8f8f;
}
@media (max-width: 767px) {
  .cid-tz8dqzcMZx .mbr-section-title {
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
    padding-left: 1rem;
  }
  .cid-tz8dqzcMZx .subtitle {
    font-size: 0.8rem;
    margin-bottom: 0!important;
    letter-spacing: 0;
    text-align: left;
    padding-left: 1rem;
  }
}
.cid-tz8dqzcMZx .mbr-text {
  text-align: center;
}
.cid-tz8dxsjZNO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tz8dxsjZNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8dxsjZNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8dxsjZNO .mbr-text {
  color: #767676;
}
.cid-tz8dxsjZNO .mbr-section-subtitle {
  color: #767676;
}
.cid-tz8dxsjZNO .title .num {
  width: 100%;
  display: block;
}
.cid-tz8dxsjZNO .title .card-title {
  z-index: 1;
}
.cid-tz8dxsjZNO .num {
  color: #087096;
}
@media (max-width: 767px) {
  .cid-tz8dxsjZNO * {
    text-align: center !important;
  }
  .cid-tz8dxsjZNO .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tz8dxsjZNO .display-5 {
  font-size: 1.2rem;
}
.cid-tz8dxsjZNO .card-box {
  padding: 4rem;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(0, 11, 40, 0.06);
  border: 1px solid rgba(33, 40, 50, 0.125);
}
@media (min-width: 998px) {
  .cid-tz8dxsjZNO .card-box {
    min-height: 245px;
  }
}
.cid-tz8dyx4NcR {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tz8dyx4NcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8dyx4NcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8dyx4NcR .mbr-section-subtitle {
  text-align: center;
}
.cid-tz8dyx4NcR .mbr-text {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tz8dyx4NcR {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
  }
  .cid-tz8dyx4NcR .mbr-section-subtitle {
    text-align: left !important;
  }
  .cid-tz8dyx4NcR .mbr-text {
    text-align: left;
  }
  .cid-tz8dyx4NcR .align-center {
    text-align: left;
  }
}
.cid-tz8dAfB5AO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-position: 36% 50%;
  background-image: url("../../../assets/images/bg-testimonial-1.jpg");
}
.cid-tz8dAfB5AO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8dAfB5AO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: 36% center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8dAfB5AO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 650px;
  max-width: 650px;
}
@media (max-width: 768px) {
  .cid-tz8dAfB5AO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tz8dAfB5AO .embla__button--next,
.cid-tz8dAfB5AO .embla__button--prev {
  display: flex;
}
.cid-tz8dAfB5AO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tz8dAfB5AO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tz8dAfB5AO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tz8dAfB5AO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tz8dAfB5AO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tz8dAfB5AO .embla__button {
    top: auto;
  }
}
.cid-tz8dAfB5AO .user_image {
  width: 150px;
  height: 90px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-tz8dAfB5AO .user_image .item-wrapper {
  width: 150px;
  height: 90px;
}
.cid-tz8dAfB5AO .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  border: 1px solid #E8E8E8;
  background-color: #ffffff;
}
@media (max-width: 230px) {
  .cid-tz8dAfB5AO .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tz8dAfB5AO .embla {
  position: relative;
  width: 100%;
}
.cid-tz8dAfB5AO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tz8dAfB5AO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tz8dAfB5AO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tz8dAfB5AO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tz8dAfB5AO H3 {
  color: #ffffff;
}
.cid-tz8dAfB5AO .user_text {
  color: #ffffff;
}
.cid-tz8dAfB5AO .user_name {
  color: #99ca3c;
}
.cid-tz8dAfB5AO .user_desk {
  color: #bbbbbb;
}
.cid-tz8dAfB5AO .display-5 {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .cid-tz8dAfB5AO {
    padding-top: 3rem;
  }
  .cid-tz8dAfB5AO .mbr-section-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .cid-tz8dAfB5AO .mt-4 {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
  .cid-tz8dAfB5AO .display-5 {
    font-size: 1rem;
  }
}
.cid-tz8dBBsrwj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tz8dBBsrwj img,
.cid-tz8dBBsrwj .item-img {
  height: 240px!important;
  height: 200px;
  object-fit: cover;
}
.cid-tz8dBBsrwj .item:focus,
.cid-tz8dBBsrwj span:focus {
  outline: none;
}
.cid-tz8dBBsrwj .item-wrapper {
  position: relative;
}
.cid-tz8dBBsrwj .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #CCCACA;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tz8dBBsrwj .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tz8dBBsrwj .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz8dBBsrwj .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tz8dBBsrwj .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tz8dBBsrwj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz8dBBsrwj .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tz8dBBsrwj .mbr-text,
.cid-tz8dBBsrwj .mbr-section-btn {
  text-align: left;
}
.cid-tz8dBBsrwj .item-title {
  text-align: left;
  color: #878787;
}
.cid-tz8dBBsrwj .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tz8dBBsrwj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tz8dBBsrwj .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tz8dBBsrwj .embla__button--next,
.cid-tz8dBBsrwj .embla__button--prev {
  display: flex;
}
.cid-tz8dBBsrwj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tz8dBBsrwj .embla__button {
    display: none;
  }
}
.cid-tz8dBBsrwj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tz8dBBsrwj .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tz8dBBsrwj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tz8dBBsrwj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tz8dBBsrwj .embla__button {
    top: auto;
  }
}
.cid-tz8dBBsrwj .embla {
  position: relative;
  width: 100%;
}
.cid-tz8dBBsrwj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tz8dBBsrwj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tz8dBBsrwj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tz8dBBsrwj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tz8dBBsrwj .slide-content-1 {
  background-image: ;
  background-color: #1D2733;
  color: #ffffff;
}
.cid-tz8dBBsrwj .header-slide-style {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tz8dBBsrwj {
    padding-top: 2rem;
  }
}
.cid-tz8dBBsrwj a.text-primary.link-title-black:link,
.cid-tz8dBBsrwj a.text-primary.link-title-black:visited,
.cid-tz8dBBsrwj a.text-primary.link-title-black:active {
  color: #232323!important;
  text-decoration: none!important;
  font-weight: bold;
  transition: none!important;
  background-image: none !important;
  background-position: 0 !important;
}
.cid-tz8dBBsrwj a.text-primary.link-title-black:hover {
  color: #232323!important;
  text-decoration: none!important;
  transition: none;
  background-image: none !important;
  background-position: 0 !important;
}
.cid-tz8dBBsrwj a.text-primary.link-title-white:link,
.cid-tz8dBBsrwj a.text-primary.link-title-white:visited,
.cid-tz8dBBsrwj a.text-primary.link-title-white:active {
  color: #ffffff!important;
  text-decoration: none!important;
  font-weight: bold;
  transition: none!important;
  background-image: none !important;
  background-position: 0 !important;
}
.cid-tz8dBBsrwj a.text-primary.link-title-white:hover {
  color: #ffffff!important;
  text-decoration: none!important;
  transition: none;
  background-image: none !important;
  background-position: 0 !important;
}
.cid-tz8dBBsrwj .mbr-section-subtitle {
  text-align: center;
}
.cid-tz8dCOoj0k {
  min-height: 45vh;
  background-image: url("../../../assets/images/pic-6-1285x735.jpg");
}
.cid-tz8dCOoj0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8dCOoj0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8dCOoj0k .subtitle {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.cid-tz8dCOoj0k .display-2 {
  line-height: 1.4;
}
.cid-tz8dCOoj0k .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-twAjO26kMD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-twAjO26kMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAjO26kMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAjO26kMD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-twAjO26kMD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twAjO26kMD .list {
  list-style: none;
  padding-left: 0;
  line-height: 1.3em;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAjO26kMD .list {
    margin-bottom: 0rem;
  }
}
.cid-twAjO26kMD .mbr-text {
  color: #bbbbbb;
}
.cid-twAjO26kMD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twAjO26kMD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twAjO26kMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twAjO26kMD .copyright {
  text-align: left;
}
.cid-twAjO26kMD .footer-title {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.6;
}
.cid-twAjO26kMD .copyright-style {
  font-size: 0.8rem;
}
.cid-twAjO26kMD .hotline {
  font-weight: bold;
  color: #99ca3c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-twAjO26kMD {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .cid-twAjO26kMD .row {
    text-align: center;
  }
  .cid-twAjO26kMD .row > div {
    margin: auto;
  }
  .cid-twAjO26kMD .social-row {
    justify-content: center;
  }
  .cid-twAjO26kMD .media-wrap img {
    width: auto;
  }
  .cid-twAjO26kMD .row > div {
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 2rem;
  }
  .cid-twAjO26kMD .footer-title {
    text-align: left;
  }
}
.cid-twAjO26kMD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-twAjO26kMD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-instagram:hover {
  background: #bd005c;
}
.cid-twAjO26kMD .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-linkedin:hover {
  background: #005582;
}
.cid-twAjO26kMD .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-twAjO26kMD .bg-youtube:hover {
  background: #cc0000;
}
.cid-twAjO26kMD .iconfont-wrapper {
  display: inline-block;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-twAjO26kMD [class^="socicon-"]:before,
.cid-twAjO26kMD [class*=" socicon-"]:before {
  line-height: 35px;
  padding: .4rem;
}
.cid-twAjO26kMD .m-2 {
  margin: 0.2rem!important;
}
.cid-tz8d668fdS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tz8d668fdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8d668fdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8d668fdS .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tz8d668fdS .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tz8d668fdS .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tz8d668fdS .card-wrapper {
    padding: 4rem;
  }
}
.cid-tz8d668fdS .mbr-text,
.cid-tz8d668fdS .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tz8d668fdS .card-title,
.cid-tz8d668fdS .card-box {
  text-align: left;
}
.cid-tz8d668fdS .display-7 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tz8d668fdS .mbr-section-btn {
    text-align: left;
  }
  .cid-tz8d668fdS .card-wrapper {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.cid-tz8d668fdS .copyright-style {
  color: #bbbbbb;
}
