body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 5.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.32rem;
}
.display-2 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.16rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #efefef !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #b90000 !important;
}
.bg-warning {
  background-color: #0f9a13 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b90000 !important;
  border-color: #b90000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #6d0000 !important;
  border-color: #6d0000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6d0000 !important;
  border-color: #6d0000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0f9a13 !important;
  border-color: #0f9a13 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #08540a !important;
  border-color: #08540a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #08540a !important;
  border-color: #08540a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #efefef;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before,
.btn-primary-outline.active:before {
  transform: scaleX(1);
}
.btn-primary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #149dcc;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before,
.btn-secondary-outline.active:before {
  transform: scaleX(1);
}
.btn-secondary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #149dcc;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #530000;
  color: #530000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #b90000;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before,
.btn-info-outline.active:before {
  transform: scaleX(1);
}
.btn-info-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b90000;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b90000 !important;
  border-color: #b90000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f7ed4a;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before,
.btn-success-outline.active:before {
  transform: scaleX(1);
}
.btn-success-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7ed4a;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #063d08;
  color: #063d08;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #0f9a13;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before,
.btn-warning-outline.active:before {
  transform: scaleX(1);
}
.btn-warning-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f9a13;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0f9a13 !important;
  border-color: #0f9a13 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #efefef;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before,
.btn-danger-outline.active:before {
  transform: scaleX(1);
}
.btn-danger-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before,
.btn-black-outline.active:before {
  transform: scaleX(1);
}
.btn-black-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.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: #efefef !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #b90000 !important;
}
.text-warning {
  color: #0f9a13 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #bcbcbc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #530000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #063d08 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b90000;
}
.alert-warning {
  background-color: #0f9a13;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #efefef;
  border-color: #efefef;
  color: #7c7c7c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #efefef;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ff3a3a;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3cec42;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #efefef;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.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 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #efefef !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: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23efefef' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uEjxalA52c .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 100px;
}
.cid-uEjxalA52c .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uEjxalA52c a {
  font-style: normal;
}
.cid-uEjxalA52c a .link:hover {
  color: inherit!important;
}
.cid-uEjxalA52c .dropdown-item:active {
  background: #000000;
}
.cid-uEjxalA52c .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uEjxalA52c .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uEjxalA52c .nav-item:focus,
.cid-uEjxalA52c .nav-link:focus {
  outline: none;
}
.cid-uEjxalA52c .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uEjxalA52c .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uEjxalA52c .menu-logo {
  margin-right: auto;
}
.cid-uEjxalA52c .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uEjxalA52c .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uEjxalA52c .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uEjxalA52c .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uEjxalA52c .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uEjxalA52c .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uEjxalA52c .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uEjxalA52c .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uEjxalA52c .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uEjxalA52c .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEjxalA52c .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uEjxalA52c .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uEjxalA52c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uEjxalA52c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEjxalA52c .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uEjxalA52c .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEjxalA52c .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uEjxalA52c .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uEjxalA52c .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uEjxalA52c .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uEjxalA52c .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uEjxalA52c .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uEjxalA52c .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uEjxalA52c button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-uEjxalA52c button.navbar-toggler:focus {
  outline: none;
}
.cid-uEjxalA52c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b90000;
}
.cid-uEjxalA52c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uEjxalA52c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uEjxalA52c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uEjxalA52c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uEjxalA52c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uEjxalA52c nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uEjxalA52c nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uEjxalA52c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uEjxalA52c .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uEjxalA52c .collapsed .btn {
  display: -webkit-flex;
}
.cid-uEjxalA52c .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uEjxalA52c .collapsed .navbar-collapse.collapsing,
.cid-uEjxalA52c .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uEjxalA52c .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uEjxalA52c .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uEjxalA52c .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uEjxalA52c .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uEjxalA52c .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uEjxalA52c .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uEjxalA52c .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uEjxalA52c .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uEjxalA52c .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uEjxalA52c .collapsed button.navbar-toggler {
  display: block;
}
.cid-uEjxalA52c .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uEjxalA52c .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uEjxalA52c .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uEjxalA52c .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uEjxalA52c .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uEjxalA52c .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uEjxalA52c .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uEjxalA52c img {
    height: 3.8rem !important;
  }
  .cid-uEjxalA52c .btn {
    display: -webkit-flex;
  }
  .cid-uEjxalA52c button.navbar-toggler {
    display: block;
  }
  .cid-uEjxalA52c .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uEjxalA52c .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uEjxalA52c .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uEjxalA52c .navbar-collapse.collapsing,
  .cid-uEjxalA52c .navbar-collapse.show {
    display: block !important;
  }
  .cid-uEjxalA52c .navbar-collapse.collapsing .navbar-nav,
  .cid-uEjxalA52c .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uEjxalA52c .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uEjxalA52c .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uEjxalA52c .navbar-collapse.collapsing .navbar-buttons,
  .cid-uEjxalA52c .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uEjxalA52c .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uEjxalA52c .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uEjxalA52c .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uEjxalA52c .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uEjxalA52c .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uEjxalA52c .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uEjxalA52c .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uEjxalA52c .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uEjxalA52c .nav-link,
.cid-uEjxalA52c .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-uEjxalA52c .nav-link:hover,
.cid-uEjxalA52c .dropdown-item:hover {
  color: #b90000 !important;
  border-color: #efefef;
}
.cid-uEjxDEjpiH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/14-1920x1280.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 390px;
}
.cid-uEjxDEjpiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEjxDEjpiH .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-uEjxDEjpiH .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uEjxDEjpiH .content-container {
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uEjxDEjpiH .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}
.cid-uEjxDEjpiH .mbr-section-title {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0 !important;
  text-align: center;
}
.cid-uEjxDEjpiH .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}
.cid-uEjxDEjpiH .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
  margin-top: 20px;
  width: 100%;
}
.cid-uEjxDEjpiH .mbr-section-btn {
  margin-top: 10px;
}
.cid-uEjxam49Ga {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEjxam49Ga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEjxam49Ga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEjxam49Ga .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uEjxam49Ga .item .icon-wrap {
  text-align: center;
}
.cid-uEjxam49Ga .item::before {
  content: "";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  width: 1px;
  height: 100px;
  border: 1px solid #000000;
}
.cid-uEjxam49Ga .item.first:before {
  display: none;
}
.cid-uEjxam49Ga .item.five:before {
  display: none;
}
.cid-uEjxam49Ga .icon-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uEjxam49Ga .text-box {
  text-align: center;
}
.cid-uEjxam49Ga .mbr-iconfont {
  color: #efefef !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 768px) {
  .cid-uEjxam49Ga .item:before {
    display: none;
  }
  .cid-uEjxam49Ga .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uEjxam49Ga .up {
  background-color: #e8e8e8;
  transform: translateY(-70px);
  margin: 0 auto;
}
.cid-uEjxam49Ga .up h5 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .cid-uEjxam49Ga .up {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-uEjxam49Ga .first,
  .cid-uEjxam49Ga .second {
    border-bottom: 1px solid #000000;
    width: 65%;
    margin: 0 auto;
  }
}
.cid-uEjxam49Ga .position {
  padding: 20px;
}
.cid-uEjxam49Ga .icon-title,
.cid-uEjxam49Ga .item .icon-wrap {
  text-align: center;
  color: #465052;
}
.cid-uEjxamim8q {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEjxamim8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEjxamim8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEjxamim8q .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uEjxamim8q .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uEjxamim8q {
    align-items: center;
  }
  .cid-uEjxamim8q .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEjxamim8q .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEjxamim8q {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEjxamim8q .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEjxamim8q .content-wrap {
    width: 100%;
  }
}
.cid-uEjxamim8q .mbr-section-title {
  text-align: center;
  color: #343434;
}
.cid-uEjxamim8q .mbr-text,
.cid-uEjxamim8q .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-uEjxamYUmg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEjxamYUmg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEjxamYUmg .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-uEjxamYUmg .container {
    padding: 0 20px;
  }
}
.cid-uEjxamYUmg .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uEjxamYUmg .row {
    padding: 46px 0;
  }
}
.cid-uEjxamYUmg .item {
  margin-bottom: 32px;
}
.cid-uEjxamYUmg .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uEjxamYUmg .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEjxamYUmg .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uEjxamYUmg .item .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uEjxamYUmg .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uEjxamYUmg .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEjxamYUmg .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uEjxamYUmg .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uEjxamYUmg .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uEjxamYUmg .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uEjxamYUmg .item .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uEjxamYUmg .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uEjxamYUmg .item .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uEjxamYUmg .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uEjxamYUmg .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uEjxamYUmg .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-uEjxamYUmg .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uEjxamYUmg .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uEjxamYUmg .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uEjxamYUmg .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uEjxamYUmg .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-uEjxamYUmg .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uEjxamYUmg .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uEjxamYUmg .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #b90000;
  background-color: #ffffff;
}
.cid-uEjxamYUmg .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #b90000;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uEjxamYUmg .item-title {
  color: #343434;
  text-align: center;
}
.cid-uEjxamYUmg .item-text {
  color: #465052;
  text-align: center;
}
.cid-uEjxamYUmg .list {
  color: #000000;
}
.cid-uEjxanrmjS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uEjxanrmjS .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-uEjxanrmjS .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-uEjxanrmjS .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-uEjxanrmjS .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uEjxanrmjS .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #fbba00;
  background: linear-gradient(#fbba00 0%, #000000 69%, #fbba00 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uEjxanrmjS .mbr-text,
.cid-uEjxanrmjS .mbr-section-btn {
  color: #ffffff;
}
.cid-uEjxanrmjS .mbr-section-subtitle {
  color: #465052;
  text-align: center;
}
.cid-uEjxanrmjS .card .card-wrapper {
  text-align: center;
}
.cid-uEjxanrmjS .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-uEjxanrmjS .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-uEjxanrmjS .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-uEjxanrmjS .buttons-wrap {
  text-align: center;
}
.cid-uEjxanrmjS .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-uEjxanrmjS .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-uEjxanrmjS .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-uEjxanrmjS .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-uEjxanrmjS .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-uEjxanrmjS .buttons-wrap .or {
    display: none;
  }
}
.cid-uEjxanrmjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEjxanrmjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEjxanrmjS .mbr-section-title,
.cid-uEjxanrmjS .col {
  text-align: center;
  color: #343434;
}
.cid-uEjxanG7hg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uEjxanG7hg .carousel-item {
  justify-content: center;
}
.cid-uEjxanG7hg .carousel-item.active,
.cid-uEjxanG7hg .carousel-item-next,
.cid-uEjxanG7hg .carousel-item-prev {
  display: flex;
}
.cid-uEjxanG7hg .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 80px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: gray;
}
.cid-uEjxanG7hg .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uEjxanG7hg .carousel-control-next span {
  padding-left: 5px;
}
.cid-uEjxanG7hg .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uEjxanG7hg .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uEjxanG7hg .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uEjxanG7hg .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uEjxanG7hg .user_desk {
  color: #666666;
}
.cid-uEjxanG7hg .user_text {
  color: #465052;
}
.cid-uEjxanG7hg .user_name {
  color: #343434;
}
.cid-uEjy1rK9DX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uEjy1rK9DX .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-uEjy1rK9DX .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-uEjy1rK9DX .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-uEjy1rK9DX .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uEjy1rK9DX .mbr-text,
.cid-uEjy1rK9DX .mbr-section-btn {
  color: #ffffff;
}
.cid-uEjy1rK9DX .mbr-section-subtitle {
  color: #465052;
  text-align: center;
}
.cid-uEjy1rK9DX .card .card-wrapper {
  text-align: center;
}
.cid-uEjy1rK9DX .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-uEjy1rK9DX .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-uEjy1rK9DX .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-uEjy1rK9DX .buttons-wrap {
  text-align: center;
}
.cid-uEjy1rK9DX .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-uEjy1rK9DX .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-uEjy1rK9DX .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-uEjy1rK9DX .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-uEjy1rK9DX .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-uEjy1rK9DX .buttons-wrap .or {
    display: none;
  }
}
.cid-uEjy1rK9DX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEjy1rK9DX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEjy1rK9DX .mbr-section-title,
.cid-uEjy1rK9DX .col {
  text-align: center;
  color: #343434;
}
.cid-uEjxaoh5yp {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uEjxaoh5yp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uEjxaoh5yp h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-uEjxaoh5yp .form-check-inline {
    margin-right: 2rem;
  }
  .cid-uEjxaoh5yp .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-uEjxaoh5yp .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .cid-uEjxaoh5yp .col-lg-10 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) {
  .cid-uEjxaoh5yp .col,
  .cid-uEjxaoh5yp .col-lg-6 {
    max-width: 48%;
  }
  .cid-uEjxaoh5yp .form-group {
    margin-bottom: 0,5rem;
  }
}
@media (max-width: 992px) {
  .cid-uEjxaoh5yp .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-uEjxaoh5yp .form-group {
    margin-bottom: 0rem;
  }
}
.cid-uEjxaoh5yp label {
  margin-bottom: 0;
}
.cid-uEjxaoh5yp .form-row {
  justify-content: space-between;
}
.cid-uEjxaoh5yp .form-control,
.cid-uEjxaoh5yp .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #465052;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uEjxaoh5yp .form-control:focus,
.cid-uEjxaoh5yp .field-input:focus {
  color: #343434 !important;
}
.cid-uEjxaoh5yp .form-control:hover,
.cid-uEjxaoh5yp .field-input:hover {
  color: #343434 !important;
}
.cid-uEjxaoh5yp .form-control input::-webkit-input-placeholder,
.cid-uEjxaoh5yp .field-input input::-webkit-input-placeholder,
.cid-uEjxaoh5yp .form-control textarea::-webkit-input-placeholder,
.cid-uEjxaoh5yp .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-uEjxaoh5yp .form-control input:-moz-placeholder,
.cid-uEjxaoh5yp .field-input input:-moz-placeholder,
.cid-uEjxaoh5yp .form-control textarea:-moz-placeholder,
.cid-uEjxaoh5yp .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-uEjxaoh5yp .form-control:hover,
.cid-uEjxaoh5yp .field-input:hover,
.cid-uEjxaoh5yp .form-control:focus,
.cid-uEjxaoh5yp .field-input:focus {
  background-color: #efefef;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEjxaoh5yp .form-control:hover input::-webkit-input-placeholder,
.cid-uEjxaoh5yp .field-input:hover input::-webkit-input-placeholder,
.cid-uEjxaoh5yp .form-control:focus input::-webkit-input-placeholder,
.cid-uEjxaoh5yp .field-input:focus input::-webkit-input-placeholder,
.cid-uEjxaoh5yp .form-control:hover textarea::-webkit-input-placeholder,
.cid-uEjxaoh5yp .field-input:hover textarea::-webkit-input-placeholder,
.cid-uEjxaoh5yp .form-control:focus textarea::-webkit-input-placeholder,
.cid-uEjxaoh5yp .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uEjxaoh5yp .form-control:hover input:-moz-placeholder,
.cid-uEjxaoh5yp .field-input:hover input:-moz-placeholder,
.cid-uEjxaoh5yp .form-control:focus input:-moz-placeholder,
.cid-uEjxaoh5yp .field-input:focus input:-moz-placeholder,
.cid-uEjxaoh5yp .form-control:hover textarea:-moz-placeholder,
.cid-uEjxaoh5yp .field-input:hover textarea:-moz-placeholder,
.cid-uEjxaoh5yp .form-control:focus textarea:-moz-placeholder,
.cid-uEjxaoh5yp .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uEjxaoh5yp .jq-number__spin:hover,
.cid-uEjxaoh5yp .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEjxaoh5yp .jq-number__spin {
  background-color: #ffffff;
  border-color: #465052;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uEjxaoh5yp .jq-selectbox li,
.cid-uEjxaoh5yp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uEjxaoh5yp .jq-selectbox li:hover,
.cid-uEjxaoh5yp .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uEjxaoh5yp .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uEjxaoh5yp .jq-number__spin.minus:hover:after,
.cid-uEjxaoh5yp .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uEjxaoh5yp .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uEjxaoh5yp .jq-number__spin.minus:after,
.cid-uEjxaoh5yp .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uEjxaoh5yp input::-webkit-clear-button {
  display: none;
}
.cid-uEjxaoh5yp input::-webkit-inner-spin-button {
  display: none;
}
.cid-uEjxaoh5yp input::-webkit-outer-spin-button {
  display: none;
}
.cid-uEjxaoh5yp input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uEjxaoh5yp H5 {
  text-align: center;
  color: #465052;
}
.cid-uEjxaoh5yp P {
  text-align: center;
  color: #343434;
}
.cid-uEjxaoh5yp LABEL {
  color: #767676;
}
.cid-uEjxaoh5yp H4 {
  color: #9c9485;
}
.cid-uEjxaoAwDX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uEjxaoAwDX .mbr-text {
  color: #ffffff;
}
.cid-uEjxaoAwDX .container {
  max-width: 1000px;
}
.cid-uEjxaoAwDX h4 {
  text-align: center;
}
.cid-uEjxaoAwDX p {
  text-align: center;
}
.cid-uEjxaoAwDX .row {
  justify-content: center;
}
.cid-uEjxaoAwDX .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uEjxaoAwDX .mbr-iconfont {
  font-size: 1.5rem;
  color: #b90000;
  display: block;
}
.cid-uEjxaoAwDX .card-title,
.cid-uEjxaoAwDX .card-img {
  color: #b90000;
}
.cid-uEjxaoAwDX .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uEjxaoAwDX .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b90000;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uEjxaoAwDX img {
  margin-bottom: 5rem;
}
.cid-uEjxaoPBgw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uEjxaoPBgw .media-container-row .mbr-text {
  color: #ededed;
}
.cid-rArWEFjSdi .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 100px;
}
.cid-rArWEFjSdi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rArWEFjSdi a {
  font-style: normal;
}
.cid-rArWEFjSdi a .link:hover {
  color: inherit!important;
}
.cid-rArWEFjSdi .dropdown-item:active {
  background: #000000;
}
.cid-rArWEFjSdi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rArWEFjSdi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rArWEFjSdi .nav-item:focus,
.cid-rArWEFjSdi .nav-link:focus {
  outline: none;
}
.cid-rArWEFjSdi .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rArWEFjSdi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rArWEFjSdi .menu-logo {
  margin-right: auto;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rArWEFjSdi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rArWEFjSdi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rArWEFjSdi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rArWEFjSdi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rArWEFjSdi .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rArWEFjSdi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rArWEFjSdi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rArWEFjSdi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rArWEFjSdi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rArWEFjSdi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rArWEFjSdi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rArWEFjSdi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rArWEFjSdi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rArWEFjSdi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rArWEFjSdi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rArWEFjSdi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rArWEFjSdi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-rArWEFjSdi button.navbar-toggler:focus {
  outline: none;
}
.cid-rArWEFjSdi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b90000;
}
.cid-rArWEFjSdi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rArWEFjSdi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rArWEFjSdi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rArWEFjSdi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rArWEFjSdi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rArWEFjSdi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rArWEFjSdi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rArWEFjSdi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rArWEFjSdi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rArWEFjSdi .collapsed .btn {
  display: -webkit-flex;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse.collapsing,
.cid-rArWEFjSdi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rArWEFjSdi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rArWEFjSdi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rArWEFjSdi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rArWEFjSdi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rArWEFjSdi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rArWEFjSdi .collapsed button.navbar-toggler {
  display: block;
}
.cid-rArWEFjSdi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rArWEFjSdi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rArWEFjSdi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rArWEFjSdi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rArWEFjSdi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rArWEFjSdi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rArWEFjSdi .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rArWEFjSdi img {
    height: 3.8rem !important;
  }
  .cid-rArWEFjSdi .btn {
    display: -webkit-flex;
  }
  .cid-rArWEFjSdi button.navbar-toggler {
    display: block;
  }
  .cid-rArWEFjSdi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rArWEFjSdi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rArWEFjSdi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rArWEFjSdi .navbar-collapse.collapsing,
  .cid-rArWEFjSdi .navbar-collapse.show {
    display: block !important;
  }
  .cid-rArWEFjSdi .navbar-collapse.collapsing .navbar-nav,
  .cid-rArWEFjSdi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rArWEFjSdi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rArWEFjSdi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rArWEFjSdi .navbar-collapse.collapsing .navbar-buttons,
  .cid-rArWEFjSdi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rArWEFjSdi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rArWEFjSdi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rArWEFjSdi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rArWEFjSdi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rArWEFjSdi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rArWEFjSdi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rArWEFjSdi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rArWEFjSdi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rArWEFjSdi .nav-link,
.cid-rArWEFjSdi .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-rArWEFjSdi .nav-link:hover,
.cid-rArWEFjSdi .dropdown-item:hover {
  color: #b90000 !important;
  border-color: #efefef;
}
.cid-uc6VlSZBTJ {
  padding-top: 0rem;
  padding-bottom: 10rem;
}
.cid-uc6VlSZBTJ .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-uc6VlSZBTJ .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-uc6VlSZBTJ .card-btn svg {
  transition: all 0.4s;
}
.cid-uc6VlSZBTJ .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-uc6VlSZBTJ .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-uc6VlSZBTJ .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-uc6VlSZBTJ .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-uc6VlSZBTJ .column {
  display: flex;
  flex-direction: column;
}
.cid-uc6VlSZBTJ .mbr-card-title,
.cid-uc6VlSZBTJ .mbr-text {
  color: #fafafa;
}
.cid-uc6VlSZBTJ .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uc6VlSZBTJ .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-uc6VmsLS9d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc6VmsLS9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6VmsLS9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6VmsLS9d .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uc6VmsLS9d .item .icon-wrap {
  text-align: center;
}
.cid-uc6VmsLS9d .item::before {
  content: "";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  width: 1px;
  height: 100px;
  border: 1px solid #000000;
}
.cid-uc6VmsLS9d .item.first:before {
  display: none;
}
.cid-uc6VmsLS9d .item.five:before {
  display: none;
}
.cid-uc6VmsLS9d .icon-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uc6VmsLS9d .text-box {
  text-align: center;
}
.cid-uc6VmsLS9d .mbr-iconfont {
  color: #efefef !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 768px) {
  .cid-uc6VmsLS9d .item:before {
    display: none;
  }
  .cid-uc6VmsLS9d .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uc6VmsLS9d .up {
  background-color: #e8e8e8;
  transform: translateY(-70px);
  margin: 0 auto;
}
.cid-uc6VmsLS9d .up h5 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .cid-uc6VmsLS9d .up {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-uc6VmsLS9d .first,
  .cid-uc6VmsLS9d .second {
    border-bottom: 1px solid #000000;
    width: 65%;
    margin: 0 auto;
  }
}
.cid-uc6VmsLS9d .position {
  padding: 20px;
}
.cid-uc6VmsLS9d .icon-title,
.cid-uc6VmsLS9d .item .icon-wrap {
  text-align: center;
  color: #465052;
}
.cid-uc2E7yG5d6 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc2E7yG5d6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc2E7yG5d6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc2E7yG5d6 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uc2E7yG5d6 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uc2E7yG5d6 {
    align-items: center;
  }
  .cid-uc2E7yG5d6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uc2E7yG5d6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uc2E7yG5d6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uc2E7yG5d6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uc2E7yG5d6 .content-wrap {
    width: 100%;
  }
}
.cid-uc2E7yG5d6 .mbr-section-title {
  text-align: center;
  color: #343434;
}
.cid-uc2E7yG5d6 .mbr-text,
.cid-uc2E7yG5d6 .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-uc2WHplJob {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uc2WHplJob .wrap-block {
  padding-right: 30px;
}
.cid-uc2WHplJob .cards {
  padding-left: 30px;
}
.cid-uc2WHplJob .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uc2WHplJob .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-uc2WHplJob .wrap-block .contents .mbr-subtitle {
  color: #149dcc;
  margin-bottom: 14px;
}
.cid-uc2WHplJob .wrap-block .contents .mbr-section-title {
  margin-bottom: 5px;
  color: #efefef;
}
.cid-uc2WHplJob .wrap-block .contents .mbr-text {
  margin-top: 17px;
}
.cid-uc2WHplJob .wrap-block .contents h3 {
  color: #b90000;
}
.cid-uc2WHplJob .wrap-block .contents h4 {
  color: #b90000;
}
.cid-uc2WHplJob .wrap-block .contents .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-uc2WHplJob .cards-wrap {
  flex-direction: column;
}
.cid-uc2WHplJob .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-uc2WHplJob .wrapper .img {
  margin-bottom: 20px;
}
.cid-uc2WHplJob .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #149dcc;
  border-radius: 50%;
}
.cid-uc2WHplJob .wrapper .mbr-card-title {
  color: #efefef;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-uc2WHplJob .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #b90000;
}
@media (max-width: 767px) {
  .cid-uc2WHplJob * {
    text-align: left;
  }
}
.cid-uc2WHplJob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc2WHplJob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc2WHplJob .wrapper .mbr-card-title,
.cid-uc2WHplJob .img {
  color: #343434;
  text-align: center;
}
.cid-uc2WHplJob .wrap-block .contents .mbr-section-title,
.cid-uc2WHplJob .menu-content-right {
  color: #465052;
  text-align: center;
}
.cid-uc2WHplJob .wrap-block .contents .mbr-subtitle,
.cid-uc2WHplJob .menu-content-right {
  color: #343434;
  text-align: center;
}
.cid-uc2WHplJob .wrapper .mbr-text,
.cid-uc2WHplJob .img {
  color: #465052;
  text-align: center;
}
.cid-uc2WHplJob .wrap-block .contents h4,
.cid-uc2WHplJob .menu-content-right,
.cid-uc2WHplJob .mbr-section-btn {
  color: #343434;
  text-align: center;
}
.cid-uc2YaNO7I2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uc2YaNO7I2 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-uc2YaNO7I2 .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-uc2YaNO7I2 .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-uc2YaNO7I2 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uc2YaNO7I2 .mbr-text,
.cid-uc2YaNO7I2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uc2YaNO7I2 .mbr-section-subtitle {
  color: #465052;
  text-align: center;
}
.cid-uc2YaNO7I2 .card .card-wrapper {
  text-align: center;
}
.cid-uc2YaNO7I2 .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-uc2YaNO7I2 .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-uc2YaNO7I2 .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-uc2YaNO7I2 .buttons-wrap {
  text-align: center;
}
.cid-uc2YaNO7I2 .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-uc2YaNO7I2 .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-uc2YaNO7I2 .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-uc2YaNO7I2 .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-uc2YaNO7I2 .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-uc2YaNO7I2 .buttons-wrap .or {
    display: none;
  }
}
.cid-uc2YaNO7I2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc2YaNO7I2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc2YaNO7I2 .mbr-section-title,
.cid-uc2YaNO7I2 .col {
  text-align: center;
  color: #343434;
}
.cid-uc2KBxv6X6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc2KBxv6X6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc2KBxv6X6 .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-uc2KBxv6X6 .container {
    padding: 0 20px;
  }
}
.cid-uc2KBxv6X6 .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uc2KBxv6X6 .row {
    padding: 46px 0;
  }
}
.cid-uc2KBxv6X6 .item {
  margin-bottom: 32px;
}
.cid-uc2KBxv6X6 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uc2KBxv6X6 .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uc2KBxv6X6 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uc2KBxv6X6 .item .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uc2KBxv6X6 .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uc2KBxv6X6 .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uc2KBxv6X6 .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uc2KBxv6X6 .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uc2KBxv6X6 .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uc2KBxv6X6 .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uc2KBxv6X6 .item .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uc2KBxv6X6 .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uc2KBxv6X6 .item .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uc2KBxv6X6 .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uc2KBxv6X6 .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uc2KBxv6X6 .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-uc2KBxv6X6 .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uc2KBxv6X6 .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uc2KBxv6X6 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uc2KBxv6X6 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uc2KBxv6X6 .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-uc2KBxv6X6 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uc2KBxv6X6 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uc2KBxv6X6 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #b90000;
  background-color: #ffffff;
}
.cid-uc2KBxv6X6 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #b90000;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uc2KBxv6X6 .item-title {
  color: #343434;
  text-align: center;
}
.cid-uc2KBxv6X6 .item-text {
  color: #465052;
  text-align: center;
}
.cid-uc2KBxv6X6 .list {
  color: #000000;
}
.cid-uc6wTeIVqu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uc6wTeIVqu .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-uc6wTeIVqu .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-uc6wTeIVqu .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-uc6wTeIVqu .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uc6wTeIVqu .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #fbba00;
  background: linear-gradient(#fbba00 0%, #000000 69%, #fbba00 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uc6wTeIVqu .mbr-text,
.cid-uc6wTeIVqu .mbr-section-btn {
  color: #ffffff;
}
.cid-uc6wTeIVqu .mbr-section-subtitle {
  color: #465052;
  text-align: center;
}
.cid-uc6wTeIVqu .card .card-wrapper {
  text-align: center;
}
.cid-uc6wTeIVqu .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-uc6wTeIVqu .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-uc6wTeIVqu .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-uc6wTeIVqu .buttons-wrap {
  text-align: center;
}
.cid-uc6wTeIVqu .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-uc6wTeIVqu .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-uc6wTeIVqu .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-uc6wTeIVqu .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-uc6wTeIVqu .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-uc6wTeIVqu .buttons-wrap .or {
    display: none;
  }
}
.cid-uc6wTeIVqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6wTeIVqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6wTeIVqu .mbr-section-title,
.cid-uc6wTeIVqu .col {
  text-align: center;
  color: #343434;
}
.cid-uc6B5ztHyl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uc6B5ztHyl .carousel-item {
  justify-content: center;
}
.cid-uc6B5ztHyl .carousel-item.active,
.cid-uc6B5ztHyl .carousel-item-next,
.cid-uc6B5ztHyl .carousel-item-prev {
  display: flex;
}
.cid-uc6B5ztHyl .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 80px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: gray;
}
.cid-uc6B5ztHyl .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uc6B5ztHyl .carousel-control-next span {
  padding-left: 5px;
}
.cid-uc6B5ztHyl .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uc6B5ztHyl .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uc6B5ztHyl .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uc6B5ztHyl .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uc6B5ztHyl .user_desk {
  color: #666666;
}
.cid-uc6B5ztHyl .user_text {
  color: #465052;
}
.cid-uc6B5ztHyl .user_name {
  color: #343434;
}
.cid-uc7nPseZ5y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ededed;
}
.cid-uc7nPseZ5y .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-uc7nPseZ5y .container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .cid-uc7nPseZ5y .container {
    padding: 0 2rem;
  }
}
.cid-uc7nPseZ5y .row {
  justify-content: space-between;
}
.cid-uc7nPseZ5y .icon {
  font-size: 5rem;
  color: #6f5ad3;
  padding-right: 0rem;
  margin-top: 0rem;
  display: block;
}
.cid-uc7nPseZ5y .card {
  transition: all 0.3s;
  height: fit-content;
  border: 2px solid #efefef;
  padding: 5rem 1rem;
  border-radius: 0;
  margin: -1px;
  overflow: hidden;
}
.cid-uc7nPseZ5y .card-box {
  margin-left: -1rem;
}
.cid-uc7nPseZ5y .card-title {
  color: #59bb93;
}
.cid-uc7nPseZ5y .card-text {
  color: #465052;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
  text-align: center;
}
.cid-uc7nPseZ5y .card-text:before {
  position: absolute;
  content: '';
  top: 8px;
  left: .5rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-uc7nPseZ5y .md-pb {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uc7nPseZ5y .align-right,
  .cid-uc7nPseZ5y .align-left {
    text-align: center;
  }
  .cid-uc7nPseZ5y .card-wrapper {
    flex-direction: column;
  }
  .cid-uc7nPseZ5y .card {
    border: 0px;
  }
  .cid-uc7nPseZ5y .card-text {
    padding-left: 1.5rem;
  }
  .cid-uc7nPseZ5y .card-text:before {
    left: 0rem;
  }
  .cid-uc7nPseZ5y .icon,
  .cid-uc7nPseZ5y .card-box {
    margin: 0rem;
  }
  .cid-uc7nPseZ5y .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uc7nPseZ5y .card-title,
.cid-uc7nPseZ5y .card-text:before {
  color: #343434;
}
.cid-uc7nPseZ5y .card-subtitle {
  color: #465052;
}
.cid-uc7nPseZ5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7nPseZ5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rArWJRbpio {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-rArWJRbpio .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rArWJRbpio h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-rArWJRbpio .form-check-inline {
    margin-right: 2rem;
  }
  .cid-rArWJRbpio .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-rArWJRbpio .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .cid-rArWJRbpio .col-lg-10 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) {
  .cid-rArWJRbpio .col,
  .cid-rArWJRbpio .col-lg-6 {
    max-width: 48%;
  }
  .cid-rArWJRbpio .form-group {
    margin-bottom: 0,5rem;
  }
}
@media (max-width: 992px) {
  .cid-rArWJRbpio .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-rArWJRbpio .form-group {
    margin-bottom: 0rem;
  }
}
.cid-rArWJRbpio label {
  margin-bottom: 0;
}
.cid-rArWJRbpio .form-row {
  justify-content: space-between;
}
.cid-rArWJRbpio .form-control,
.cid-rArWJRbpio .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #465052;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .form-control:focus,
.cid-rArWJRbpio .field-input:focus {
  color: #343434 !important;
}
.cid-rArWJRbpio .form-control:hover,
.cid-rArWJRbpio .field-input:hover {
  color: #343434 !important;
}
.cid-rArWJRbpio .form-control input::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input input::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-rArWJRbpio .form-control input:-moz-placeholder,
.cid-rArWJRbpio .field-input input:-moz-placeholder,
.cid-rArWJRbpio .form-control textarea:-moz-placeholder,
.cid-rArWJRbpio .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-rArWJRbpio .form-control:hover,
.cid-rArWJRbpio .field-input:hover,
.cid-rArWJRbpio .form-control:focus,
.cid-rArWJRbpio .field-input:focus {
  background-color: #efefef;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .form-control:hover input::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:hover input::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control:focus input::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:focus input::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control:hover textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:hover textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control:focus textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rArWJRbpio .form-control:hover input:-moz-placeholder,
.cid-rArWJRbpio .field-input:hover input:-moz-placeholder,
.cid-rArWJRbpio .form-control:focus input:-moz-placeholder,
.cid-rArWJRbpio .field-input:focus input:-moz-placeholder,
.cid-rArWJRbpio .form-control:hover textarea:-moz-placeholder,
.cid-rArWJRbpio .field-input:hover textarea:-moz-placeholder,
.cid-rArWJRbpio .form-control:focus textarea:-moz-placeholder,
.cid-rArWJRbpio .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rArWJRbpio .jq-number__spin:hover,
.cid-rArWJRbpio .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .jq-number__spin {
  background-color: #ffffff;
  border-color: #465052;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .jq-selectbox li,
.cid-rArWJRbpio .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rArWJRbpio .jq-selectbox li:hover,
.cid-rArWJRbpio .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-rArWJRbpio .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rArWJRbpio .jq-number__spin.minus:hover:after,
.cid-rArWJRbpio .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rArWJRbpio .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rArWJRbpio .jq-number__spin.minus:after,
.cid-rArWJRbpio .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-rArWJRbpio input::-webkit-clear-button {
  display: none;
}
.cid-rArWJRbpio input::-webkit-inner-spin-button {
  display: none;
}
.cid-rArWJRbpio input::-webkit-outer-spin-button {
  display: none;
}
.cid-rArWJRbpio input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rArWJRbpio H5 {
  text-align: center;
  color: #465052;
}
.cid-rArWJRbpio P {
  text-align: center;
  color: #343434;
}
.cid-rArWJRbpio LABEL {
  color: #767676;
}
.cid-rArWJRbpio H4 {
  color: #9c9485;
}
.cid-rArWJZPMfb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rArWJZPMfb .mbr-text {
  color: #ffffff;
}
.cid-rArWJZPMfb .container {
  max-width: 1000px;
}
.cid-rArWJZPMfb h4 {
  text-align: center;
}
.cid-rArWJZPMfb p {
  text-align: center;
}
.cid-rArWJZPMfb .row {
  justify-content: center;
}
.cid-rArWJZPMfb .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rArWJZPMfb .mbr-iconfont {
  font-size: 1.5rem;
  color: #b90000;
  display: block;
}
.cid-rArWJZPMfb .card-title,
.cid-rArWJZPMfb .card-img {
  color: #b90000;
}
.cid-rArWJZPMfb .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-rArWJZPMfb .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b90000;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-rArWJZPMfb img {
  margin-bottom: 5rem;
}
.cid-rArWKbZ4Lx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rArWKbZ4Lx .media-container-row .mbr-text {
  color: #ededed;
}
