body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1875rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #848abd !important;
}
.bg-success {
  background-color: #9ccd7e !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #d75959 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #848abd !important;
  border-color: #848abd !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #555d9f !important;
  border-color: #555d9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #244f9f !important;
  border-color: #244f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #72b747 !important;
  border-color: #72b747 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d75959 !important;
  border-color: #d75959 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b72c2c !important;
  border-color: #b72c2c !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #848abd;
  color: #848abd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #848abd;
  border-color: #848abd;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #848abd !important;
  border-color: #848abd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3c71d3;
  border-color: #3c71d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9ccd7e;
  color: #9ccd7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9ccd7e;
  border-color: #9ccd7e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d75959;
  color: #d75959;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d75959;
  border-color: #d75959;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d75959 !important;
  border-color: #d75959 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #848abd !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #9ccd7e !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #d75959 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c6c9e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8faee6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d4e9c8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ebabab !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #d75959;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #848abd;
  border-color: #848abd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #848abd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7d9ea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.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: #fffdfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #848abd;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #848abd;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #848abd;
  border-bottom-color: #848abd;
}
.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: #848abd !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3c71d3 !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='%23848abd' %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-rVs6AFAdxl .dropdown-menu {
  padding: 12px 0;
}
.cid-rVs6AFAdxl .dropdown-item:hover,
.cid-rVs6AFAdxl .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-rVs6AFAdxl .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rVs6AFAdxl .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-rVs6AFAdxl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVs6AFAdxl .nav-link {
  position: relative;
}
.cid-rVs6AFAdxl .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-rVs6AFAdxl .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-rVs6AFAdxl .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-rVs6AFAdxl .dropdown-menu,
.cid-rVs6AFAdxl .navbar.opened {
  background: #1e2228 !important;
}
.cid-rVs6AFAdxl .nav-item:focus,
.cid-rVs6AFAdxl .nav-link:focus {
  outline: none;
}
.cid-rVs6AFAdxl .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-rVs6AFAdxl .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-rVs6AFAdxl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVs6AFAdxl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVs6AFAdxl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVs6AFAdxl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVs6AFAdxl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVs6AFAdxl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVs6AFAdxl .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-rVs6AFAdxl .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-rVs6AFAdxl .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-rVs6AFAdxl .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-rVs6AFAdxl .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-rVs6AFAdxl .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-rVs6AFAdxl .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-rVs6AFAdxl .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-rVs6AFAdxl .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-rVs6AFAdxl .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-rVs6AFAdxl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVs6AFAdxl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVs6AFAdxl .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-rVs6AFAdxl .navbar.collapsed.opened {
  position: fixed;
}
.cid-rVs6AFAdxl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-rVs6AFAdxl .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVs6AFAdxl .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: 55%;
}
.cid-rVs6AFAdxl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVs6AFAdxl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-rVs6AFAdxl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rVs6AFAdxl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVs6AFAdxl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVs6AFAdxl .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: 41%;
  }
  .cid-rVs6AFAdxl .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-rVs6AFAdxl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVs6AFAdxl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVs6AFAdxl .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVs6AFAdxl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-rVs6AFAdxl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rVs6AFAdxl .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-rVs6AFAdxl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVs6AFAdxl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVs6AFAdxl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVs6AFAdxl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVs6AFAdxl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVs6AFAdxl .dropdown-item.active,
.cid-rVs6AFAdxl .dropdown-item:active {
  background-color: transparent;
}
.cid-rVs6AFAdxl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVs6AFAdxl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVs6AFAdxl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVs6AFAdxl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-rVs6AFAdxl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVs6AFAdxl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVs6AFAdxl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVs6AFAdxl .navbar-buttons {
  text-align: center;
}
.cid-rVs6AFAdxl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs6AFAdxl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rVs6AFAdxl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs6AFAdxl .navbar-dropdown {
  position: fixed;
}
.cid-rVs6AFAdxl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVs6AFAdxl .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVs6AFAdxl .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-rVs6AFAdxl .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVs6AFAdxl .navbar {
    height: 77px;
  }
  .cid-rVs6AFAdxl .navbar.opened {
    height: auto;
  }
  .cid-rVs6AFAdxl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVs6BwK6TX {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rVs6BwK6TX .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-rVs6BwK6TX .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rVs6CeEtXs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-rVs6CeEtXs .container {
    max-width: 1400px;
  }
}
.cid-rVs6CeEtXs .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rVs6CeEtXs .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVs6CeEtXs .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rVs6CeEtXs .main-title {
  margin-bottom: 16px;
}
.cid-rVs6CeEtXs .card {
  transition: all 0.3s;
}
.cid-rVs6CeEtXs .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-rVs6CeEtXs .card .card-wrapper .img-wrapper {
  width: auto;
  height: 220px;
  margin-bottom: 30px;
}
.cid-rVs6CeEtXs .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-rVs6CeEtXs .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-rVs6CeEtXs .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-rVs6CeEtXs .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-rVs6CeEtXs .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-rVs6CeEtXs .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-rVs6CeEtXs .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-rVs6CeEtXs .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-rVs6CeEtXs .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-rVs6CeEtXs .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-rVs6CeEtXs .btn[class*="-outline"]:active,
.cid-rVs6CeEtXs .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-uP0hTooYBi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-uP0hTooYBi .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uP0hTooYBi .mbr-section-subtitle {
  color: #000000;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uP0hTooYBi .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uP0hTooYBi .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uP0hTooYBi .mbr-section-title {
  margin: 0;
  font-weight: 500;
  margin-bottom: 46px;
}
.cid-uP0hTooYBi .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uP0hTooYBi .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-box-align: left;
  align-items: left;
  text-align: left;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-uP0hTooYBi .icon-main .process-icon {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uP0hTooYBi .icon-main .process-icon .wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-right: 25px;
}
.cid-uP0hTooYBi .icon-main .process-icon .wrapper .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-uP0hTooYBi .icon-main .process-icon .wrapper .icon-container a {
  display: inherit;
}
.cid-uP0hTooYBi .icon-main .process-icon .wrapper .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
}
.cid-uP0hTooYBi .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-uP0hTooYBi .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(88, 179, 154, 0.3);
  color: #58b39a;
}
.cid-uP0hTooYBi .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(245, 196, 99, 0.3);
  color: #f5c463;
}
.cid-uP0hTooYBi .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-uP0hTooYBi .icon-main .process-icon .wrapper .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-uP0hTooYBi .icon-main .process-icon .wrapper .icon-container .step_1 {
  background: #5ca7db;
}
.cid-uP0hTooYBi .icon-main .process-icon .wrapper .icon-container .step_2 {
  background: #58b39a;
}
.cid-uP0hTooYBi .icon-main .process-icon .wrapper .icon-container .step_3 {
  background: #f5c463;
}
.cid-uP0hTooYBi .icon-main .process-icon .wrapper .icon-container .step_4 {
  background: #d16b86;
}
.cid-uP0hTooYBi .icon-main .process-icon .text-wrap .subicon-title {
  color: #404040;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-uP0hTooYBi .icon-main .process-icon .text-wrap .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-uP0hTooYBi .wrapper::before {
    display: none;
  }
}
.cid-uP0hTooYBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0hTooYBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP0hTooYBi .mbr-section-title,
.cid-uP0hTooYBi .underline {
  color: #404040;
}
.cid-uP0JShmvvm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9fafb;
}
.cid-uP0JShmvvm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0JShmvvm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uP0JShmvvm .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uP0JShmvvm .container {
    padding: 0 12px;
  }
}
.cid-uP0JShmvvm .title-wrapper a {
  display: block;
}
.cid-uP0JShmvvm .title-wrapper a:hover .mbr-section-title span,
.cid-uP0JShmvvm .title-wrapper a:focus .mbr-section-title span {
  color: #ff6928;
}
.cid-uP0JShmvvm .title-wrapper a .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP0JShmvvm .title-wrapper a .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP0JShmvvm .title-wrapper a .mbr-section-title span {
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.cid-uP0JShmvvm .title-wrapper a .mbr-section-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.cid-uP0JShmvvm .card .card_1 {
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
}
.cid-uP0JShmvvm .card .card_2 {
  border: 3px solid #e3b4fa;
  box-shadow: 4px 4px #e3b4fa;
  margin: -3% auto 0;
}
.cid-uP0JShmvvm .card .card_3 {
  border: 3px solid #b4dcfa;
  box-shadow: 4px 4px #b4dcfa;
  margin: -3% 0 0 auto;
}
.cid-uP0JShmvvm .card .card-wrapper {
  width: 490px;
  padding: 40px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-uP0JShmvvm .card .card-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uP0JShmvvm .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0JShmvvm .mbr-section-title {
  color: #222222;
}
.cid-uP0JShmvvm .mbr-text {
  color: #222222;
}
.cid-uPbRFC1dlT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPbRFC1dlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPbRFC1dlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPbRFC1dlT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPbRFC1dlT img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uPbRFC1dlT img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uPbRFC1dlT .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-uPbRFC1dlT .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uPbRFC1dlT .card-link:hover a {
  background-image: none !important;
}
.cid-uPbRFC1dlT .card-link:hover {
  cursor: pointer;
}
.cid-uPbRFC1dlT .card-link:hover:before {
  width: 0%;
}
.cid-uPbRFC1dlT .card {
  margin-bottom: 3rem;
}
.cid-uPbRFC1dlT .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uPbRFC1dlT .row {
  justify-content: center;
}
.cid-uPbRFC1dlT .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-uPbRFC1dlT .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uPbRFC1dlT .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uPbRFC1dlT .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uPbRFC1dlT .card-text {
  color: #232323;
}
.cid-uPbRFC1dlT .card-title,
.cid-uPbRFC1dlT .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uPbRFC1dlT .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPbRFC1dlT .card-link,
.cid-uPbRFC1dlT .link-icon,
.cid-uPbRFC1dlT .link-align {
  color: #232323;
}
.cid-uP0PR7ujEf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uP0PR7ujEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0PR7ujEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP0PR7ujEf .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uP0PR7ujEf .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uP0PR7ujEf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uP0PR7ujEf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uP0PR7ujEf .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uP0PR7ujEf .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uP0PR7ujEf .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uP0PR7ujEf .card-box .item-footer {
  margin-left: 0;
}
.cid-uP0PR7ujEf .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uP0PR7ujEf .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uP0PR7ujEf .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uP0PR7ujEf .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uP0PR7ujEf .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uP0PR7ujEf .item-wrapper:hover {
  background-color: #bff747;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uP0PR7ujEf .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uP0PR7ujEf .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uP0PR7ujEf .icon-title {
  color: #bff747;
}
.cid-uP0PR7ujEf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uP0PR7ujEf .mbr-section-subtitle {
  color: #000000;
}
.cid-uP0PR7ujEf .content-head {
  max-width: 856px;
}
.cid-uP0PR7ujEf .card-title,
.cid-uP0PR7ujEf .iconfont-wrapper {
  color: #000000;
}
.cid-uP0PR7ujEf .card-text,
.cid-uP0PR7ujEf .item .mbr-section-btn {
  color: #000000;
}
.cid-uP1mvKgcr6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9fafb;
}
.cid-uP1mvKgcr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1mvKgcr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uP1mvKgcr6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uP1mvKgcr6 img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uP1mvKgcr6 img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uP1mvKgcr6 .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-uP1mvKgcr6 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uP1mvKgcr6 .card-link:hover a {
  background-image: none !important;
}
.cid-uP1mvKgcr6 .card-link:hover {
  cursor: pointer;
}
.cid-uP1mvKgcr6 .card-link:hover:before {
  width: 0%;
}
.cid-uP1mvKgcr6 .card {
  margin-bottom: 3rem;
}
.cid-uP1mvKgcr6 .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uP1mvKgcr6 .row {
  justify-content: center;
}
.cid-uP1mvKgcr6 .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-uP1mvKgcr6 .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uP1mvKgcr6 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uP1mvKgcr6 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uP1mvKgcr6 .card-text {
  color: #232323;
}
.cid-uP1mvKgcr6 .card-title,
.cid-uP1mvKgcr6 .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uP1mvKgcr6 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uP1mvKgcr6 .card-link,
.cid-uP1mvKgcr6 .link-icon,
.cid-uP1mvKgcr6 .link-align {
  color: #232323;
}
.cid-uP1pA6Rgea {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uP1pA6Rgea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1pA6Rgea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uP1pA6Rgea .container {
    padding: 0 16px;
  }
}
.cid-uP1pA6Rgea .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uP1pA6Rgea .title-wrapper {
    padding-right: 0;
  }
}
.cid-uP1pA6Rgea .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uP1pA6Rgea .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uP1pA6Rgea .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uP1pA6Rgea .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uP1pA6Rgea .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-uP1pA6Rgea .title-wrapper .line {
    display: none;
  }
}
.cid-uP1pA6Rgea .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uP1pA6Rgea .card {
    margin-bottom: 40px;
  }
}
.cid-uP1pA6Rgea .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uP1pA6Rgea .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uP1pA6Rgea .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-uP1pA6Rgea .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d4fe00;
  opacity: .2;
  border-radius: 100%;
}
.cid-uP1pA6Rgea .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d4fe00;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-uP1pA6Rgea .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP1pA6Rgea .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP1pA6Rgea .mbr-section-title {
  color: #08323C;
}
.cid-uP1pA6Rgea .mbr-text {
  color: #08323C;
}
.cid-uP1qCmDBAg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9fafb;
}
.cid-uP1qCmDBAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1qCmDBAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uP1qCmDBAg .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uP1qCmDBAg img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uP1qCmDBAg img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uP1qCmDBAg .card {
  margin-bottom: 2rem;
}
.cid-uP1qCmDBAg .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uP1qCmDBAg .row {
  justify-content: space-between;
}
.cid-uP1qCmDBAg .card-box {
  display: flex;
  align-items: center;
}
.cid-uP1qCmDBAg .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uP1qCmDBAg .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uP1qCmDBAg .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uP1qCmDBAg .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uP1qCmDBAg .card-text {
  color: #808080;
}
.cid-uP1qCmDBAg .card-title,
.cid-uP1qCmDBAg .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uP1qCmDBAg .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uP1qCmDBAg .card-link,
.cid-uP1qCmDBAg .link-icon,
.cid-uP1qCmDBAg .link-align {
  color: #232323;
}
.cid-uP1rhgx3Qp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uP1rhgx3Qp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1rhgx3Qp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uP1rhgx3Qp .container {
    padding: 0 25px;
  }
}
.cid-uP1rhgx3Qp .row {
  justify-content: center;
}
.cid-uP1rhgx3Qp .title-wrapper {
  padding: 0 35px;
}
.cid-uP1rhgx3Qp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uP1rhgx3Qp .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uP1rhgx3Qp .item {
  padding: 0 35px;
  margin-bottom: 30px;
  border-right: 1px solid #e33030;
}
.cid-uP1rhgx3Qp .item:nth-child(3n) {
  border: none;
}
@media (max-width: 992px) {
  .cid-uP1rhgx3Qp .item {
    border: none;
  }
}
.cid-uP1rhgx3Qp .item:hover .item-wrapper .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-uP1rhgx3Qp .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uP1rhgx3Qp .item .item-wrapper .item-img img {
  height: 270px;
  object-fit: cover;
  margin-bottom: 25px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uP1rhgx3Qp .item .item-wrapper .item-content .item-cont {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uP1rhgx3Qp .item .item-wrapper .item-content .item-cont {
    margin-bottom: 30px;
  }
}
.cid-uP1rhgx3Qp .item .item-wrapper .item-content .item-cont .item-title {
  margin-bottom: 15px;
}
.cid-uP1rhgx3Qp .item .item-wrapper .item-content .date-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-uP1rhgx3Qp .item .item-wrapper .item-content .date-wrap .mbr-date {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uP1rhgx3Qp .item .item-wrapper .item-content .date-wrap .icon-wrapper {
  display: block;
}
.cid-uP1rhgx3Qp .item .item-wrapper .item-content .date-wrap .icon-wrapper:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uP1rhgx3Qp .item .item-wrapper .item-content .date-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
  color: #e33030;
}
@media (max-width: 992px) {
  .cid-uP1rhgx3Qp .item .item-wrapper .item-content .date-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uP1rhgx3Qp .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e33030;
}
@media (max-width: 992px) {
  .cid-uP1rhgx3Qp .border-wrap {
    display: none;
  }
}
.cid-uP1rhgx3Qp .mbr-section-title {
  color: #000000;
}
.cid-uP1rhgx3Qp .item-title {
  color: #1e1e1e;
}
.cid-uP1rhgx3Qp .mbr-date {
  color: #E33030;
}
.cid-uP1tjqxfxP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9fafb;
}
.cid-uP1tjqxfxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1tjqxfxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uP1tjqxfxP .container {
    padding: 0 25px;
  }
}
.cid-uP1tjqxfxP .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-uP1tjqxfxP .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-uP1tjqxfxP .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uP1tjqxfxP .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-uP1tjqxfxP .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uP1tjqxfxP .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uP1tjqxfxP .items .item {
    margin: 0;
  }
}
.cid-uP1tjqxfxP .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uP1tjqxfxP .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uP1tjqxfxP .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #000000;
}
.cid-uP1tjqxfxP .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uP1tjqxfxP .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uP1tjqxfxP .mbr-section-title {
  color: #000000;
}
.cid-uP1tjqxfxP .item-title {
  color: #000000;
}
.cid-uP1tjqxfxP .mbr-text {
  color: #333333;
}
.cid-uP1tjqxfxP .item-title,
.cid-uP1tjqxfxP .icon-wrapper {
  color: #1e1e1e;
}
.cid-uP1tX4gPtE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP1tX4gPtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1tX4gPtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uP1tX4gPtE .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uP1tX4gPtE img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uP1tX4gPtE img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uP1tX4gPtE .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-uP1tX4gPtE .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uP1tX4gPtE .card-link:hover a {
  background-image: none !important;
}
.cid-uP1tX4gPtE .card-link:hover {
  cursor: pointer;
}
.cid-uP1tX4gPtE .card-link:hover:before {
  width: 0%;
}
.cid-uP1tX4gPtE .card {
  margin-bottom: 3rem;
}
.cid-uP1tX4gPtE .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uP1tX4gPtE .row {
  justify-content: center;
}
.cid-uP1tX4gPtE .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-uP1tX4gPtE .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uP1tX4gPtE .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uP1tX4gPtE .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uP1tX4gPtE .card-text {
  color: #232323;
}
.cid-uP1tX4gPtE .card-title,
.cid-uP1tX4gPtE .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uP1tX4gPtE .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uP1tX4gPtE .card-link,
.cid-uP1tX4gPtE .link-icon,
.cid-uP1tX4gPtE .link-align {
  color: #232323;
}
.cid-uP1wKxhrIA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f3f4f7;
}
.cid-uP1wKxhrIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1wKxhrIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP1wKxhrIA p {
    max-width: 95%;
  }
}
.cid-uP1wKxhrIA .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uP1wKxhrIA .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #848abd;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uP1wKxhrIA .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #3c71d3;
  font-size: 1.5rem;
}
.cid-uP1wKxhrIA .list {
  margin: 0;
}
.cid-uP1wKxhrIA .list .item-wrap {
  margin-bottom: 1rem;
}
.cid-uP1wKxhrIA .list .item-wrap::marker {
  color: #fb7a64;
}
.cid-uP1wKxhrIA .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uP1wKxhrIA .mbr-section-title {
  color: #04492e;
}
.cid-uP1wKxhrIA .mbr-section-subtitle,
.cid-uP1wKxhrIA .align-wrapper {
  color: #04492e;
}
.cid-uP1wKxhrIA .list,
.cid-uP1wKxhrIA .item-wrap {
  color: #04492e;
}
.cid-uTrZSymxhm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f3f4f7;
}
.cid-uTrZSymxhm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uTrZSymxhm .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uTrZSymxhm .col-auto {
    margin: auto;
  }
}
.cid-uTrZSymxhm textarea {
  min-height: 200px;
}
.cid-uTrZSymxhm .form-control,
.cid-uTrZSymxhm .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-uTrZSymxhm .form-control::-webkit-input-placeholder,
.cid-uTrZSymxhm .field-input::-webkit-input-placeholder,
.cid-uTrZSymxhm .form-control::-webkit-input-placeholder,
.cid-uTrZSymxhm .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-uTrZSymxhm .form-control:-moz-placeholder,
.cid-uTrZSymxhm .field-input:-moz-placeholder,
.cid-uTrZSymxhm .form-control:-moz-placeholder,
.cid-uTrZSymxhm .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-uTrZSymxhm .form-control:hover,
.cid-uTrZSymxhm .field-input:hover,
.cid-uTrZSymxhm .form-control:focus,
.cid-uTrZSymxhm .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-uTrZSymxhm .form-control:hover::-webkit-input-placeholder,
.cid-uTrZSymxhm .field-input:hover::-webkit-input-placeholder,
.cid-uTrZSymxhm .form-control:focus::-webkit-input-placeholder,
.cid-uTrZSymxhm .field-input:focus::-webkit-input-placeholder,
.cid-uTrZSymxhm .form-control:hover::-webkit-input-placeholder,
.cid-uTrZSymxhm .field-input:hover::-webkit-input-placeholder,
.cid-uTrZSymxhm .form-control:focus::-webkit-input-placeholder,
.cid-uTrZSymxhm .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-uTrZSymxhm .form-control:hover:-moz-placeholder,
.cid-uTrZSymxhm .field-input:hover:-moz-placeholder,
.cid-uTrZSymxhm .form-control:focus:-moz-placeholder,
.cid-uTrZSymxhm .field-input:focus:-moz-placeholder,
.cid-uTrZSymxhm .form-control:hover:-moz-placeholder,
.cid-uTrZSymxhm .field-input:hover:-moz-placeholder,
.cid-uTrZSymxhm .form-control:focus:-moz-placeholder,
.cid-uTrZSymxhm .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-uTrZSymxhm .jq-number__spin:hover,
.cid-uTrZSymxhm .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uTrZSymxhm .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uTrZSymxhm .jq-selectbox li,
.cid-uTrZSymxhm .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-uTrZSymxhm .jq-selectbox li:hover,
.cid-uTrZSymxhm .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-uTrZSymxhm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uTrZSymxhm .jq-number__spin.minus:hover:after,
.cid-uTrZSymxhm .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-uTrZSymxhm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uTrZSymxhm .jq-number__spin.minus:after,
.cid-uTrZSymxhm .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-uTrZSymxhm input::-webkit-clear-button {
  display: none;
}
.cid-uTrZSymxhm input::-webkit-inner-spin-button {
  display: none;
}
.cid-uTrZSymxhm input::-webkit-outer-spin-button {
  display: none;
}
.cid-uTrZSymxhm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uTrZSymxhm H4 {
  color: #36187d;
}
.cid-rVs6HuYwmv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-rVs6HuYwmv .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rVs6HuYwmv .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rVs6HuYwmv p {
  color: #ffffff;
}
.cid-rVs6HuYwmv .mbr-text {
  color: #000000;
}
