.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #be2229 !important;
}
.bg-success {
  background-color: #bbbbbb !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #2f6a9f !important;
}
.bg-danger {
  background-color: #be2229 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #be2229 !important;
  border-color: #be2229 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #741519 !important;
  border-color: #741519 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #741519 !important;
  border-color: #741519 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2f6a9f !important;
  border-color: #2f6a9f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #1b3d5c !important;
  border-color: #1b3d5c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1b3d5c !important;
  border-color: #1b3d5c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #be2229 !important;
  border-color: #be2229 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #741519 !important;
  border-color: #741519 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #741519 !important;
  border-color: #741519 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #be2229;
  color: #be2229;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #741519 !important;
  background-color: transparent!important;
  border-color: #741519 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #be2229 !important;
  border-color: #be2229 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: #909090 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2f6a9f;
  color: #2f6a9f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1b3d5c !important;
  background-color: transparent!important;
  border-color: #1b3d5c !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2f6a9f !important;
  border-color: #2f6a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #be2229;
  color: #be2229;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #741519 !important;
  background-color: transparent!important;
  border-color: #741519 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #be2229 !important;
  border-color: #be2229 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #be2229 !important;
}
.text-secondary {
  color: #fafafa !important;
}
.text-success {
  color: #bbbbbb !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #2f6a9f !important;
}
.text-danger {
  color: #be2229 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #671316 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c7c7c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #888888 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #183650 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #671316 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #be2229;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #2f6a9f;
}
.alert-danger {
  background-color: #be2229;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #be2229;
  border-color: #be2229;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #be2229;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e7797e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #77a9d7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e7797e;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #be2229 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #be2229;
}
/* Forms */
.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: #be2229;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #be2229;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #be2229;
  border-bottom-color: #be2229;
}
.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: #be2229 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fafafa !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='%23be2229' %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-uxYXizrtBg .navbar {
  padding: 0.5rem 0;
  background: #ffdddd;
  transition: none;
  min-height: 77px;
}
.cid-uxYXizrtBg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffdddd;
}
.cid-uxYXizrtBg a {
  font-style: normal;
}
.cid-uxYXizrtBg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uxYXizrtBg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem 0.65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uxYXizrtBg .nav-item:focus,
.cid-uxYXizrtBg .nav-link:focus {
  outline: none;
}
.cid-uxYXizrtBg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uxYXizrtBg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uxYXizrtBg .menu-logo {
  margin-right: auto;
}
.cid-uxYXizrtBg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxYXizrtBg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uxYXizrtBg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uxYXizrtBg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uxYXizrtBg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uxYXizrtBg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uxYXizrtBg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uxYXizrtBg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uxYXizrtBg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uxYXizrtBg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxYXizrtBg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uxYXizrtBg .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uxYXizrtBg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #2f6a9f !important;
  padding: 0 1.5rem 0 1.3rem !important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uxYXizrtBg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxYXizrtBg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uxYXizrtBg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxYXizrtBg .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-uxYXizrtBg .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uxYXizrtBg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uxYXizrtBg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uxYXizrtBg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uxYXizrtBg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uxYXizrtBg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uxYXizrtBg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uxYXizrtBg button.navbar-toggler:focus {
  outline: none;
}
.cid-uxYXizrtBg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be2229;
}
.cid-uxYXizrtBg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxYXizrtBg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxYXizrtBg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxYXizrtBg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxYXizrtBg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxYXizrtBg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxYXizrtBg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxYXizrtBg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxYXizrtBg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uxYXizrtBg .collapsed .btn {
  display: -webkit-flex;
}
.cid-uxYXizrtBg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uxYXizrtBg .collapsed .navbar-collapse.collapsing,
.cid-uxYXizrtBg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uxYXizrtBg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uxYXizrtBg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uxYXizrtBg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uxYXizrtBg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uxYXizrtBg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uxYXizrtBg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uxYXizrtBg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uxYXizrtBg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uxYXizrtBg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uxYXizrtBg .collapsed button.navbar-toggler {
  display: block;
}
.cid-uxYXizrtBg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uxYXizrtBg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uxYXizrtBg .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: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uxYXizrtBg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uxYXizrtBg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uxYXizrtBg .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-uxYXizrtBg .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uxYXizrtBg img {
    height: 3.8rem !important;
  }
  .cid-uxYXizrtBg .btn {
    display: -webkit-flex;
  }
  .cid-uxYXizrtBg button.navbar-toggler {
    display: block;
  }
  .cid-uxYXizrtBg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uxYXizrtBg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uxYXizrtBg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uxYXizrtBg .navbar-collapse.collapsing,
  .cid-uxYXizrtBg .navbar-collapse.show {
    display: block !important;
  }
  .cid-uxYXizrtBg .navbar-collapse.collapsing .navbar-nav,
  .cid-uxYXizrtBg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uxYXizrtBg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uxYXizrtBg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uxYXizrtBg .navbar-collapse.collapsing .navbar-buttons,
  .cid-uxYXizrtBg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uxYXizrtBg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uxYXizrtBg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uxYXizrtBg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uxYXizrtBg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uxYXizrtBg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uxYXizrtBg .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uxYXizrtBg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uxYXizrtBg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uxYXizrtBg .nav-link,
.cid-uxYXizrtBg .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uxYXizrtBg .nav-link:hover,
.cid-uxYXizrtBg .dropdown-item:hover {
  color: #be2229 !important;
  border-bottom: 1px solid currentColor;
}
.cid-uyg35A5Ujr {
  background-image: url("../../../assets/images/front-image-1-with-kidney-1844x694.jpg");
}
@media (min-width: 992px) {
  .cid-uyg35A5Ujr .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uyg35A5Ujr .content {
    padding: 0 2rem;
  }
}
.cid-uyg35A5Ujr .img-col {
  padding: 0;
}
.cid-uyg35A5Ujr .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-uyg35A5Ujr .icon-wrap h3 {
  margin: 0;
}
.cid-uyg35A5Ujr .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uyg35A5Ujr .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-uyg35A5Ujr .icon-title,
.cid-uyg35A5Ujr .mbr-iconfont {
  color: #181818;
}
.cid-uyg35A5Ujr .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uyg35A5Ujr .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-uyg35A5Ujr .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uyg35A5Ujr .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-uyg35A5Ujr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyg35A5Ujr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxZ6QuHLOU {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxZ6QuHLOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZ6QuHLOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxZ6QuHLOU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxZ6QuHLOU .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxZ6QuHLOU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxZ6QuHLOU .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxZ6QuHLOU .container {
    padding: 0 24px;
  }
}
.cid-uxZ6QuHLOU .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxZ6QuHLOU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uxZ6QuHLOU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uxZ6QuHLOU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxZ6QuHLOU .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxZ6QuHLOU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxZ6QuHLOU .item {
  margin-bottom: 32px;
}
.cid-uxZ6QuHLOU .item .item-wrapper {
  height: 100%;
}
.cid-uxZ6QuHLOU .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxZ6QuHLOU .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uxZ6QuHLOU .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uxZ6QuHLOU .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uxZ6QuHLOU .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uxZ6QuHLOU .item .item-wrapper .card-box .item-title,
.cid-uxZ6QuHLOU .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 32px;
}
.cid-uxZ6QuHLOU .item .item-wrapper .card-box .text-wrap .item-text,
.cid-uxZ6QuHLOU .item .item-wrapper .card-box .text-wrap .item-text_2 {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uxZ6QuHLOU .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uxZ6QuHLOU .item .item-wrapper .dark-card {
  background-color: #be2229;
  border: none;
}
.cid-uxZ6QuHLOU .item .item-wrapper .middle-card {
  background-color: #2f6a9f;
  border: none;
}
.cid-uxZ6QuHLOU .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uxZ6QuHLOU .mbr-desc,
.cid-uxZ6QuHLOU .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uxZ6QuHLOU .mbr-text,
.cid-uxZ6QuHLOU .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uxZ6QuHLOU .item-title {
  color: #18212d;
}
.cid-uxZ6QuHLOU .item-text {
  color: #18212d;
}
.cid-uxZ6QuHLOU .item-title_2 {
  color: #ffffff;
}
.cid-uxZ6QuHLOU .item-text_2 {
  color: #ffffff;
}
.cid-uxZ6QuHLOU .item-text,
.cid-uxZ6QuHLOU .mbr-section-btn {
  color: #18212d;
}
.cid-uxZ6QuHLOU .item-text_2,
.cid-uxZ6QuHLOU .mbr-section-btn {
  color: #ffffff;
}
.cid-uxZoOW8BS0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxZoOW8BS0 h4 {
  letter-spacing: -0.5px;
  color: #130947;
  font-weight: 800;
}
.cid-uxZoOW8BS0 p {
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}
.cid-uxZoOW8BS0 .mbr-section-title {
  color: #130947;
  margin-bottom: 20px;
  font-weight: 700;
}
.cid-uxZoOW8BS0 .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-uxZoOW8BS0 .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxZoOW8BS0 .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxZoOW8BS0 .card-box {
  padding-top: 35px;
}
.cid-uxZoOW8BS0 .card-box .card-title {
  text-align: center;
  color: #130947;
}
.cid-uxZoOW8BS0 .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-weight: 800;
}
.cid-uxZoOW8BS0 .card-box p {
  text-align: center;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uxZoOW8BS0 .card-box p.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uxZoOW8BS0 .card-wrapper {
  height: 100%;
  text-align: center;
}
.cid-uxZoOW8BS0 .card-img {
  display: inline-block;
  position: relative;
  width: inherit !important;
}
.cid-uxZoOW8BS0 .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uxZoOW8BS0 .card-img .card-icon {
  background: #be2229;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 3.29;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  padding: 0.5rem;
  top: 6px;
  right: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-uxZoOW8BS0 .card-img .card-icon span {
  z-index: 99;
}
.cid-uxZoOW8BS0 .card-img .card-icon::before {
  width: 56px;
  height: 56px;
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #be2229;
  opacity: 0.5;
  z-index: 1;
}
.cid-uxZoOW8BS0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZoOW8BS0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxZpeYvuSH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uxZpeYvuSH h4 {
  letter-spacing: -0.5px;
  color: #130947;
  font-weight: 800;
}
.cid-uxZpeYvuSH p {
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}
.cid-uxZpeYvuSH .mbr-section-title {
  color: #130947;
  margin-bottom: 20px;
  font-weight: 700;
}
.cid-uxZpeYvuSH .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-uxZpeYvuSH .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxZpeYvuSH .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxZpeYvuSH .card-box {
  padding-top: 35px;
}
.cid-uxZpeYvuSH .card-box .card-title {
  text-align: center;
  color: #130947;
}
.cid-uxZpeYvuSH .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-weight: 800;
}
.cid-uxZpeYvuSH .card-box p {
  text-align: center;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uxZpeYvuSH .card-box p.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uxZpeYvuSH .card-wrapper {
  height: 100%;
  text-align: center;
}
.cid-uxZpeYvuSH .card-img {
  display: inline-block;
  position: relative;
  width: inherit !important;
}
.cid-uxZpeYvuSH .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uxZpeYvuSH .card-img .card-icon {
  background: #be2229;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 3.29;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  padding: 0.5rem;
  top: 6px;
  right: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-uxZpeYvuSH .card-img .card-icon span {
  z-index: 99;
}
.cid-uxZpeYvuSH .card-img .card-icon::before {
  width: 56px;
  height: 56px;
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #be2229;
  opacity: 0.5;
  z-index: 1;
}
.cid-uxZpeYvuSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZpeYvuSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxZoAMrmRE {
  padding-top: 45px;
  padding-bottom: 75px;
  position: relative;
  background-color: #2f6a9f;
}
.cid-uxZoAMrmRE .title-text {
  margin-bottom: 70px;
}
.cid-uxZoAMrmRE .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uxZoAMrmRE .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxZoAMrmRE .title-text .mbr-section-title {
  color: #130947;
}
.cid-uxZoAMrmRE .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-uxZoAMrmRE .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uxZoAMrmRE .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-uxZoAMrmRE .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-uxZoAMrmRE .p-4 {
  padding: 1rem 0 !important;
}
.cid-uxZoAMrmRE .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uxZoAMrmRE .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uxZoAMrmRE .mbri-arrow-up:before {
  content: '\e960';
}
.cid-uxZoAMrmRE .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-uxZoAMrmRE .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uxZoAMrmRE .card {
  border-radius: 0px;
  border-bottom: 2px solid #eeeeee !important;
}
.cid-uxZoAMrmRE .card:last-child {
  border-bottom: none !important;
}
.cid-uxZoAMrmRE .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uxZoAMrmRE .card .card-header h4 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.cid-uxZoAMrmRE .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-uxZoAMrmRE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uxZoAMrmRE .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uxZoAMrmRE .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-uxZoAMrmRE .card .card-header a.panel-title .toggle-icon {
  right: 7px;
  position: absolute;
  top: 36px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-uxZoAMrmRE .card .card-header a.panel-title .toggle-icon:before,
.cid-uxZoAMrmRE .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uxZoAMrmRE .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-uxZoAMrmRE .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uxZoAMrmRE .card .panel-body {
  padding: 14px 20px;
}
.cid-uxZoAMrmRE .card .panel-body p {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-uxZoAMrmRE .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uxZoAMrmRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZoAMrmRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxZoAMrmRE .title-text .mbr-section-title {
  color: #ffffff;
}
.cid-uxZoAMrmRE .card .card-header a.panel-title h4 {
  color: #ffffff;
}
.cid-uxZoAMrmRE .card .panel-body p {
  color: #ffffff;
}
.cid-uxYJxOUQSO {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uxYJxOUQSO img,
.cid-uxYJxOUQSO .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uxYJxOUQSO img,
  .cid-uxYJxOUQSO .item-img {
    max-height: 300px;
  }
}
.cid-uxYJxOUQSO .item:focus,
.cid-uxYJxOUQSO span:focus {
  outline: none;
}
.cid-uxYJxOUQSO .item-wrapper {
  position: relative;
}
.cid-uxYJxOUQSO .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uxYJxOUQSO .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uxYJxOUQSO .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uxYJxOUQSO .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uxYJxOUQSO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uxYJxOUQSO .mbr-section-title {
  color: #232323;
}
.cid-uxYJxOUQSO .mbr-text,
.cid-uxYJxOUQSO .mbr-section-btn {
  text-align: left;
}
.cid-uxYJxOUQSO .item-title {
  text-align: left;
}
.cid-uxYJxOUQSO .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uxYJxOUQSO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uxYJxOUQSO .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uxYJxOUQSO .embla__button--next,
.cid-uxYJxOUQSO .embla__button--prev {
  display: flex;
}
.cid-uxYJxOUQSO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uxYJxOUQSO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uxYJxOUQSO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uxYJxOUQSO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxYJxOUQSO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uxYJxOUQSO .embla__button {
    top: auto;
  }
}
.cid-uxYJxOUQSO .embla {
  position: relative;
  width: 100%;
}
.cid-uxYJxOUQSO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uxYJxOUQSO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uxYJxOUQSO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uxYJxOUQSO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uxYJxOUQSO .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uxYJxOUQSO .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uxYJxOUQSO .content-head {
  max-width: 800px;
}
.cid-uxZw8hmgZ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-1839x781.jpg");
}
.cid-uxZw8hmgZ3 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uxZw8hmgZ3 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uxZw8hmgZ3 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-uxZw8hmgZ3 .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-uxZw8hmgZ3 .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-uxZw8hmgZ3 .right-side {
  max-width: 554px;
}
.cid-uxZw8hmgZ3 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uxZw8hmgZ3 .margin {
  margin-right: 14px;
}
.cid-uxZw8hmgZ3 .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uxZw8hmgZ3 img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-uxZw8hmgZ3 .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-uxZw8hmgZ3 .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-uxZw8hmgZ3 .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uxZw8hmgZ3 .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #be2229;
  cursor: pointer;
}
.cid-uxZw8hmgZ3 .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uxZw8hmgZ3 .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-uxZw8hmgZ3 .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uxZw8hmgZ3 .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uxZw8hmgZ3 .mbr-social-likes.small {
  display: flex;
}
.cid-uxZw8hmgZ3 .mbr-social-likes.big {
  display: block;
}
.cid-uxZw8hmgZ3 .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #be2229;
  cursor: pointer;
}
.cid-uxZw8hmgZ3 .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uxZw8hmgZ3 .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-uxZw8hmgZ3 .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uxZw8hmgZ3 .form-control,
.cid-uxZw8hmgZ3 form .btn {
  min-height: initial;
}
.cid-uxZw8hmgZ3 a.btn,
.cid-uxZw8hmgZ3 button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-uxZw8hmgZ3 input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-uxZw8hmgZ3 textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-uxZw8hmgZ3 input:hover {
  border-color: #14142b !important;
}
.cid-uxZw8hmgZ3 textarea:hover {
  border-color: #14142b !important;
}
.cid-uxZw8hmgZ3 input:focus {
  border-color: #14142b !important;
}
.cid-uxZw8hmgZ3 textarea:focus {
  border-color: #14142b !important;
}
.cid-uxZw8hmgZ3 .form-group {
  margin-bottom: 0;
}
.cid-uxZw8hmgZ3 .listen {
  margin-bottom: 24px;
}
.cid-uxZw8hmgZ3 .phone {
  margin-bottom: 44px;
}
.cid-uxZw8hmgZ3 .email {
  margin-bottom: 21px;
  color: #be2229;
}
.cid-uxZw8hmgZ3 .listen,
.cid-uxZw8hmgZ3 .big {
  text-align: left;
  color: #8c8c95;
}
.cid-uxZw8hmgZ3 .mbr-text,
.cid-uxZw8hmgZ3 .button-align {
  color: #8c8c95;
}
.cid-uxZw8hmgZ3 .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-uxZw8hmgZ3 .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-uxZw8hmgZ3 select.form-control:hover {
  border-color: #14142b;
}
.cid-uxZw8hmgZ3 select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-uxZw8hmgZ3 .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-uxZw8hmgZ3 .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-uxZw8hmgZ3 .left-side,
  .cid-uxZw8hmgZ3 .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-uxZw8hmgZ3 .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-uxZw8hmgZ3 .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-uxZw8hmgZ3 .shadow {
    padding: 25px;
  }
  .cid-uxZw8hmgZ3 input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-uxZw8hmgZ3 .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-uxZw8hmgZ3 .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-uxZw8hmgZ3 .big > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uxZw8hmgZ3 .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uxZw8hmgZ3 .big > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uxZw8hmgZ3 .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-uxZw8hmgZ3 .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-uxZw8hmgZ3 .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uxZw8hmgZ3 .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uxZw8hmgZ3 .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uxZw8hmgZ3 .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-uxZw8hmgZ3 .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-uxZw8hmgZ3 .mbr-iconfont {
  margin-right: 8px;
}
.cid-uxZvsk2ANo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxZvsk2ANo .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uxZvsk2ANo .mbr-section-title {
  padding-bottom: 3rem;
}
.cid-uxZvsk2ANo .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-uxZvsk2ANo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxZvsk2ANo .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uxZvsk2ANo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxZvsk2ANo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxZvsk2ANo .map-placeholder {
  display: none;
}
.cid-uxZvsk2ANo h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-uxZyMtQ6Jf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #be2229;
}
.cid-uxZyMtQ6Jf .mbr-text {
  color: #ffffff;
}
.cid-uxZyMtQ6Jf .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-uxZzJyi7Xm .navbar {
  padding: 0.5rem 0;
  background: #ffdddd;
  transition: none;
  min-height: 77px;
}
.cid-uxZzJyi7Xm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffdddd;
}
.cid-uxZzJyi7Xm a {
  font-style: normal;
}
.cid-uxZzJyi7Xm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uxZzJyi7Xm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem 0.65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uxZzJyi7Xm .nav-item:focus,
.cid-uxZzJyi7Xm .nav-link:focus {
  outline: none;
}
.cid-uxZzJyi7Xm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uxZzJyi7Xm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uxZzJyi7Xm .menu-logo {
  margin-right: auto;
}
.cid-uxZzJyi7Xm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxZzJyi7Xm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uxZzJyi7Xm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uxZzJyi7Xm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uxZzJyi7Xm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uxZzJyi7Xm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uxZzJyi7Xm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uxZzJyi7Xm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uxZzJyi7Xm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uxZzJyi7Xm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxZzJyi7Xm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uxZzJyi7Xm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uxZzJyi7Xm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #2f6a9f !important;
  padding: 0 1.5rem 0 1.3rem !important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uxZzJyi7Xm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxZzJyi7Xm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uxZzJyi7Xm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxZzJyi7Xm .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-uxZzJyi7Xm .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uxZzJyi7Xm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uxZzJyi7Xm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uxZzJyi7Xm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uxZzJyi7Xm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uxZzJyi7Xm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uxZzJyi7Xm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uxZzJyi7Xm button.navbar-toggler:focus {
  outline: none;
}
.cid-uxZzJyi7Xm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be2229;
}
.cid-uxZzJyi7Xm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxZzJyi7Xm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxZzJyi7Xm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxZzJyi7Xm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxZzJyi7Xm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxZzJyi7Xm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxZzJyi7Xm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxZzJyi7Xm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxZzJyi7Xm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uxZzJyi7Xm .collapsed .btn {
  display: -webkit-flex;
}
.cid-uxZzJyi7Xm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uxZzJyi7Xm .collapsed .navbar-collapse.collapsing,
.cid-uxZzJyi7Xm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uxZzJyi7Xm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uxZzJyi7Xm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uxZzJyi7Xm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uxZzJyi7Xm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uxZzJyi7Xm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uxZzJyi7Xm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uxZzJyi7Xm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uxZzJyi7Xm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uxZzJyi7Xm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uxZzJyi7Xm .collapsed button.navbar-toggler {
  display: block;
}
.cid-uxZzJyi7Xm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uxZzJyi7Xm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uxZzJyi7Xm .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: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uxZzJyi7Xm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uxZzJyi7Xm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uxZzJyi7Xm .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-uxZzJyi7Xm .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uxZzJyi7Xm img {
    height: 3.8rem !important;
  }
  .cid-uxZzJyi7Xm .btn {
    display: -webkit-flex;
  }
  .cid-uxZzJyi7Xm button.navbar-toggler {
    display: block;
  }
  .cid-uxZzJyi7Xm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uxZzJyi7Xm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uxZzJyi7Xm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uxZzJyi7Xm .navbar-collapse.collapsing,
  .cid-uxZzJyi7Xm .navbar-collapse.show {
    display: block !important;
  }
  .cid-uxZzJyi7Xm .navbar-collapse.collapsing .navbar-nav,
  .cid-uxZzJyi7Xm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uxZzJyi7Xm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uxZzJyi7Xm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uxZzJyi7Xm .navbar-collapse.collapsing .navbar-buttons,
  .cid-uxZzJyi7Xm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uxZzJyi7Xm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uxZzJyi7Xm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uxZzJyi7Xm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uxZzJyi7Xm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uxZzJyi7Xm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uxZzJyi7Xm .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uxZzJyi7Xm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uxZzJyi7Xm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uxZzJyi7Xm .nav-link,
.cid-uxZzJyi7Xm .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uxZzJyi7Xm .nav-link:hover,
.cid-uxZzJyi7Xm .dropdown-item:hover {
  color: #be2229 !important;
  border-bottom: 1px solid currentColor;
}
.cid-uxZBd8KOOf {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg-2-1839x781.jpg");
}
.cid-uxZBd8KOOf input,
.cid-uxZBd8KOOf textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-uxZBd8KOOf input:focus,
.cid-uxZBd8KOOf textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uxZBd8KOOf .form-control,
.cid-uxZBd8KOOf .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxZBd8KOOf input::-webkit-input-placeholder,
.cid-uxZBd8KOOf textarea::-webkit-input-placeholder {
  color: #be2229;
}
.cid-uxZBd8KOOf input:-moz-placeholder,
.cid-uxZBd8KOOf textarea:-moz-placeholder {
  color: #be2229;
}
.cid-uxZBd8KOOf .jq-selectbox li,
.cid-uxZBd8KOOf .jq-selectbox li {
  background-color: #ffffff;
}
.cid-uxZBd8KOOf .jq-selectbox li:hover,
.cid-uxZBd8KOOf .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-uxZBd8KOOf .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxZBd8KOOf .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxZBd8KOOf .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-uxZBd8KOOf .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-uxZBd8KOOf .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-uxZBd8KOOf .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-uxZBd8KOOf .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-uxZBd8KOOf .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-uxZBd8KOOf .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-uxZBd8KOOf .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-uxZBd8KOOf .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-uxZBd8KOOf .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-uxZBd8KOOf .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-uxZBd8KOOf .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #be2229;
  margin-right: 10px;
}
.cid-uxZBd8KOOf .team-left-inner .team-info-block .social span:hover {
  background-color: #be2229;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uxZBd8KOOf .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-uxZBd8KOOf .entry-content .text-box {
  padding: 0rem;
}
.cid-uxZBd8KOOf .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-uxZBd8KOOf .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-uxZBd8KOOf .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-uxZBd8KOOf .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-uxZBd8KOOf .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-uxZBd8KOOf .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-uxZBd8KOOf .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-uxZBd8KOOf .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-uxZBd8KOOf .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #be2229;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-uxZBd8KOOf .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-uxZBd8KOOf .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uxZBd8KOOf .entry-content .contact {
  margin-top: 30px;
}
.cid-uxZBd8KOOf .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-uxZBd8KOOf .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-uxZBd8KOOf .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-uxZBd8KOOf .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-uxZBd8KOOf .entry-content .contact .btn-black:hover {
  background-color: #be2229 !important;
  border-color: #be2229 !important;
}
.cid-uxZBd8KOOf .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-uxZBd8KOOf .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uxZBd8KOOf .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-uxZBd8KOOf .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-uxZBd8KOOf .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-uxZBd8KOOf .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uxZBd8KOOf .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-uxZBd8KOOf .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-uxZBd8KOOf .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-uxZBd8KOOf .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-uxZBd8KOOf progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-uxZBd8KOOf .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uxZBd8KOOf .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uxZBd8KOOf .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uxZBd8KOOf .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uxZBd8KOOf .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uxZBd8KOOf .progressbar-title p {
  color: #6d7a8c;
}
.cid-uxZBd8KOOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZBd8KOOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxZBd8KOOf .entry-content .capabilities .capabilities-title,
.cid-uxZBd8KOOf .entry-content .capabilities .mbr-list .list {
  color: #2f6a9f;
}
.cid-uxZBd8KOOf .entry-content .text-box .card-title {
  color: #2f6a9f;
}
.cid-uxZBd8KOOf .entry-content .capabilities .capabilities-text {
  color: #6d7a8c;
}
.cid-uxZBd8KOOf .team-left-inner .team-info-block .team-designation {
  color: #2f6a9f;
}
.cid-uxZBd8KOOf .entry-content .capabilities .mbr-list .list li {
  color: #be2229;
}
.cid-uyh7L0oQQI {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #e1f1ff;
}
.cid-uyh7L0oQQI li {
  list-style: none;
}
.cid-uyh7L0oQQI .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uyh7L0oQQI .item-wrap:hover .mbr-iconfont {
  color: #2f6a9f !important;
}
.cid-uyh7L0oQQI .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #be2229 !important;
}
.cid-uyh7L0oQQI h4 {
  margin: 0;
}
.cid-uyh7L0oQQI ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uyh7L0oQQI .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uyh7L0oQQI .col-title2 {
  color: #ed6436;
}
.cid-uyh7L0oQQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyh7L0oQQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyh7L0oQQI .col-title1 {
  color: #be2229;
}
.cid-uyha53ldI5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e1f1ff;
}
.cid-uyha53ldI5 .mbr-text {
  color: #232323;
}
.cid-uxZCds9sx5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f6a9f;
}
.cid-uxZCds9sx5 .card-wrapper {
  height: 100%;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uxZCds9sx5 .card-wrapper .card-img {
  position: relative;
  width: auto;
  padding-right: 20px;
}
.cid-uxZCds9sx5 .card-wrapper .card-img .card-icon {
  background: #be2229;
  height: 100px;
  width: 100px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-uxZCds9sx5 .card-wrapper .card-img .card-icon .mbr-iconfont {
  font-size: 2.5rem;
  color: #ffffff;
}
.cid-uxZCds9sx5 .card-wrapper .card-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxZCds9sx5 .card-wrapper .card-box .card-title {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px !important;
  color: #130947;
  font-weight: 700;
}
.cid-uxZCds9sx5 .card-wrapper .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uxZCds9sx5 .card-wrapper .card-box p {
  text-align: left;
  color: #6d7a8c;
  line-height: 1.29;
}
.cid-uxZCds9sx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZCds9sx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxZCds9sx5 .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-uxZCds9sx5 .card-wrapper .card-box p {
  color: #ffffff;
}
.cid-uxZDreUmhd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/front-image-1-with-kidney-1844x694.jpg");
}
.cid-uxZDreUmhd .photo-split .element-outer {
  display: none;
}
.cid-uxZDreUmhd .photo-split .element-outer2 {
  display: none;
}
.cid-uxZDreUmhd .photo-split .element-inner {
  display: none;
}
.cid-uxZDreUmhd .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxZDreUmhd .content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.cid-uxZDreUmhd .photo-split {
  position: relative;
}
.cid-uxZDreUmhd .photo-split .image-wrap {
  text-align: right;
}
.cid-uxZDreUmhd .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxZDreUmhd .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxZDreUmhd .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxZDreUmhd .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxZDreUmhd .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxZDreUmhd .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxZDreUmhd .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxZDreUmhd .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxZDreUmhd .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxZDreUmhd .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxZDreUmhd .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxZDreUmhd .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxZDreUmhd .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxZDreUmhd .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxZDreUmhd .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxZDreUmhd .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxZDreUmhd .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxZDreUmhd .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxZDreUmhd .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxZDreUmhd .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxZDreUmhd .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxZDreUmhd .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxZDreUmhd .photo-split .element-outer,
  .cid-uxZDreUmhd .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxZDreUmhd .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxZDreUmhd .mbr-section-title,
  .cid-uxZDreUmhd .mbr-section-subtitle,
  .cid-uxZDreUmhd .mbr-text {
    text-align: left !important;
  }
  .cid-uxZDreUmhd .social-list {
    text-align: left !important;
  }
}
.cid-uxZDreUmhd .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxZDreUmhd .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxZDreUmhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZDreUmhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxZDreUmhd .wrap-block .contents .mbr-section-title,
.cid-uxZDreUmhd .menu-content-right {
  color: #2f6a9f;
}
.cid-uxZDreUmhd .wrap-block .contents .mbr-subtitle,
.cid-uxZDreUmhd .menu-content-right {
  color: #be2229;
}
.cid-uxZzJA2TtI {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uxZzJA2TtI img,
.cid-uxZzJA2TtI .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uxZzJA2TtI img,
  .cid-uxZzJA2TtI .item-img {
    max-height: 300px;
  }
}
.cid-uxZzJA2TtI .item:focus,
.cid-uxZzJA2TtI span:focus {
  outline: none;
}
.cid-uxZzJA2TtI .item-wrapper {
  position: relative;
}
.cid-uxZzJA2TtI .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uxZzJA2TtI .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uxZzJA2TtI .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uxZzJA2TtI .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uxZzJA2TtI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uxZzJA2TtI .mbr-section-title {
  color: #232323;
}
.cid-uxZzJA2TtI .mbr-text,
.cid-uxZzJA2TtI .mbr-section-btn {
  text-align: left;
}
.cid-uxZzJA2TtI .item-title {
  text-align: left;
}
.cid-uxZzJA2TtI .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uxZzJA2TtI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uxZzJA2TtI .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uxZzJA2TtI .embla__button--next,
.cid-uxZzJA2TtI .embla__button--prev {
  display: flex;
}
.cid-uxZzJA2TtI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uxZzJA2TtI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uxZzJA2TtI .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uxZzJA2TtI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxZzJA2TtI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uxZzJA2TtI .embla__button {
    top: auto;
  }
}
.cid-uxZzJA2TtI .embla {
  position: relative;
  width: 100%;
}
.cid-uxZzJA2TtI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uxZzJA2TtI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uxZzJA2TtI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uxZzJA2TtI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uxZzJA2TtI .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uxZzJA2TtI .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uxZzJA2TtI .content-head {
  max-width: 800px;
}
.cid-uyvwgtrDR6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-1839x781.jpg");
}
.cid-uyvwgtrDR6 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uyvwgtrDR6 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uyvwgtrDR6 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-uyvwgtrDR6 .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-uyvwgtrDR6 .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-uyvwgtrDR6 .right-side {
  max-width: 554px;
}
.cid-uyvwgtrDR6 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uyvwgtrDR6 .margin {
  margin-right: 14px;
}
.cid-uyvwgtrDR6 .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uyvwgtrDR6 img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-uyvwgtrDR6 .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-uyvwgtrDR6 .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-uyvwgtrDR6 .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uyvwgtrDR6 .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #be2229;
  cursor: pointer;
}
.cid-uyvwgtrDR6 .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uyvwgtrDR6 .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-uyvwgtrDR6 .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uyvwgtrDR6 .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uyvwgtrDR6 .mbr-social-likes.small {
  display: flex;
}
.cid-uyvwgtrDR6 .mbr-social-likes.big {
  display: block;
}
.cid-uyvwgtrDR6 .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #be2229;
  cursor: pointer;
}
.cid-uyvwgtrDR6 .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uyvwgtrDR6 .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-uyvwgtrDR6 .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uyvwgtrDR6 .form-control,
.cid-uyvwgtrDR6 form .btn {
  min-height: initial;
}
.cid-uyvwgtrDR6 a.btn,
.cid-uyvwgtrDR6 button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-uyvwgtrDR6 input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-uyvwgtrDR6 textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-uyvwgtrDR6 input:hover {
  border-color: #14142b !important;
}
.cid-uyvwgtrDR6 textarea:hover {
  border-color: #14142b !important;
}
.cid-uyvwgtrDR6 input:focus {
  border-color: #14142b !important;
}
.cid-uyvwgtrDR6 textarea:focus {
  border-color: #14142b !important;
}
.cid-uyvwgtrDR6 .form-group {
  margin-bottom: 0;
}
.cid-uyvwgtrDR6 .listen {
  margin-bottom: 24px;
}
.cid-uyvwgtrDR6 .phone {
  margin-bottom: 44px;
}
.cid-uyvwgtrDR6 .email {
  margin-bottom: 21px;
  color: #be2229;
}
.cid-uyvwgtrDR6 .listen,
.cid-uyvwgtrDR6 .big {
  text-align: left;
  color: #8c8c95;
}
.cid-uyvwgtrDR6 .mbr-text,
.cid-uyvwgtrDR6 .button-align {
  color: #8c8c95;
}
.cid-uyvwgtrDR6 .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-uyvwgtrDR6 .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-uyvwgtrDR6 select.form-control:hover {
  border-color: #14142b;
}
.cid-uyvwgtrDR6 select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-uyvwgtrDR6 .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-uyvwgtrDR6 .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-uyvwgtrDR6 .left-side,
  .cid-uyvwgtrDR6 .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-uyvwgtrDR6 .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-uyvwgtrDR6 .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-uyvwgtrDR6 .shadow {
    padding: 25px;
  }
  .cid-uyvwgtrDR6 input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-uyvwgtrDR6 .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-uyvwgtrDR6 .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-uyvwgtrDR6 .big > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uyvwgtrDR6 .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uyvwgtrDR6 .big > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uyvwgtrDR6 .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-uyvwgtrDR6 .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-uyvwgtrDR6 .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uyvwgtrDR6 .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uyvwgtrDR6 .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uyvwgtrDR6 .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-uyvwgtrDR6 .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-uyvwgtrDR6 .mbr-iconfont {
  margin-right: 8px;
}
.cid-uxZzJARm6J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxZzJARm6J .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uxZzJARm6J .mbr-section-title {
  padding-bottom: 3rem;
}
.cid-uxZzJARm6J .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-uxZzJARm6J .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxZzJARm6J .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uxZzJARm6J .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxZzJARm6J .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxZzJARm6J .map-placeholder {
  display: none;
}
.cid-uxZzJARm6J h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-uxZzJBcNtG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #be2229;
}
.cid-uxZzJBcNtG .mbr-text {
  color: #ffffff;
}
.cid-uxZzJBcNtG .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-uxZH8wAoXq .navbar {
  padding: 0.5rem 0;
  background: #ffdddd;
  transition: none;
  min-height: 77px;
}
.cid-uxZH8wAoXq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffdddd;
}
.cid-uxZH8wAoXq a {
  font-style: normal;
}
.cid-uxZH8wAoXq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uxZH8wAoXq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem 0.65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uxZH8wAoXq .nav-item:focus,
.cid-uxZH8wAoXq .nav-link:focus {
  outline: none;
}
.cid-uxZH8wAoXq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uxZH8wAoXq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uxZH8wAoXq .menu-logo {
  margin-right: auto;
}
.cid-uxZH8wAoXq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxZH8wAoXq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uxZH8wAoXq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uxZH8wAoXq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uxZH8wAoXq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uxZH8wAoXq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uxZH8wAoXq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uxZH8wAoXq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uxZH8wAoXq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uxZH8wAoXq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxZH8wAoXq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uxZH8wAoXq .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uxZH8wAoXq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #2f6a9f !important;
  padding: 0 1.5rem 0 1.3rem !important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uxZH8wAoXq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxZH8wAoXq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uxZH8wAoXq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxZH8wAoXq .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-uxZH8wAoXq .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uxZH8wAoXq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uxZH8wAoXq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uxZH8wAoXq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uxZH8wAoXq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uxZH8wAoXq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uxZH8wAoXq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uxZH8wAoXq button.navbar-toggler:focus {
  outline: none;
}
.cid-uxZH8wAoXq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be2229;
}
.cid-uxZH8wAoXq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxZH8wAoXq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxZH8wAoXq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxZH8wAoXq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxZH8wAoXq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxZH8wAoXq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxZH8wAoXq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxZH8wAoXq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxZH8wAoXq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uxZH8wAoXq .collapsed .btn {
  display: -webkit-flex;
}
.cid-uxZH8wAoXq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uxZH8wAoXq .collapsed .navbar-collapse.collapsing,
.cid-uxZH8wAoXq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uxZH8wAoXq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uxZH8wAoXq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uxZH8wAoXq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uxZH8wAoXq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uxZH8wAoXq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uxZH8wAoXq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uxZH8wAoXq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uxZH8wAoXq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uxZH8wAoXq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uxZH8wAoXq .collapsed button.navbar-toggler {
  display: block;
}
.cid-uxZH8wAoXq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uxZH8wAoXq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uxZH8wAoXq .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: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uxZH8wAoXq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uxZH8wAoXq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uxZH8wAoXq .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-uxZH8wAoXq .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uxZH8wAoXq img {
    height: 3.8rem !important;
  }
  .cid-uxZH8wAoXq .btn {
    display: -webkit-flex;
  }
  .cid-uxZH8wAoXq button.navbar-toggler {
    display: block;
  }
  .cid-uxZH8wAoXq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uxZH8wAoXq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uxZH8wAoXq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uxZH8wAoXq .navbar-collapse.collapsing,
  .cid-uxZH8wAoXq .navbar-collapse.show {
    display: block !important;
  }
  .cid-uxZH8wAoXq .navbar-collapse.collapsing .navbar-nav,
  .cid-uxZH8wAoXq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uxZH8wAoXq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uxZH8wAoXq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uxZH8wAoXq .navbar-collapse.collapsing .navbar-buttons,
  .cid-uxZH8wAoXq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uxZH8wAoXq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uxZH8wAoXq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uxZH8wAoXq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uxZH8wAoXq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uxZH8wAoXq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uxZH8wAoXq .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uxZH8wAoXq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uxZH8wAoXq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uxZH8wAoXq .nav-link,
.cid-uxZH8wAoXq .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uxZH8wAoXq .nav-link:hover,
.cid-uxZH8wAoXq .dropdown-item:hover {
  color: #be2229 !important;
  border-bottom: 1px solid currentColor;
}
.cid-uxZSrsGayl {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/front-image-2-1844x1200.jpg");
}
.cid-uxZSrsGayl .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  color: #ff002e;
  margin-bottom: 2rem;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  box-shadow: 0 6px 24px -2px rgba(119, 139, 165, 0.2);
}
.cid-uxZSrsGayl .list {
  line-height: 2;
  color: #131419;
}
.cid-uxZSrsGayl .card-link,
.cid-uxZSrsGayl .link-wrap,
.cid-uxZSrsGayl .card-link:before {
  color: #121212;
}
.cid-uxZSrsGayl .card-wrapper {
  overflow: visible;
}
.cid-uxZSrsGayl .card-link {
  position: relative;
  padding: 0;
  margin: 0;
  margin-right: 1.5rem;
  transition: all 0.3s;
  width: fit-content;
  cursor: pointer;
  display: inline-block;
}
.cid-uxZSrsGayl .card-link:before {
  font-family: 'Moririse2';
  content: "\e96b";
  position: absolute;
  font-size: 1rem;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
  right: -1.5rem;
}
.cid-uxZSrsGayl .card-link:hover {
  color: #be2229;
  transition: all 0.3s;
}
.cid-uxZSrsGayl .card-link:hover:before {
  right: -2rem;
  color: #be2229;
  transition: all 0.3s;
}
.cid-uxZSrsGayl .card-text {
  color: #707070;
}
.cid-uxZSrsGayl .card-title,
.cid-uxZSrsGayl .icon-wrap {
  color: #be2229;
}
.cid-uxZSrsGayl .mbr-section-title {
  color: #2f6a9f;
}
.cid-uxZSrsGayl .mbr-section-subtitle {
  color: #707070;
}
.cid-uxZSrsGayl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZSrsGayl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxZSQVVO9L {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-image-2-1844x1200.jpg");
}
.cid-uxZSQVVO9L .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  color: #ff002e;
  margin-bottom: 2rem;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  box-shadow: 0 6px 24px -2px rgba(119, 139, 165, 0.2);
}
.cid-uxZSQVVO9L .list {
  line-height: 2;
  color: #131419;
}
.cid-uxZSQVVO9L .card-link,
.cid-uxZSQVVO9L .link-wrap,
.cid-uxZSQVVO9L .card-link:before {
  color: #121212;
}
.cid-uxZSQVVO9L .card-wrapper {
  overflow: visible;
}
.cid-uxZSQVVO9L .card-link {
  position: relative;
  padding: 0;
  margin: 0;
  margin-right: 1.5rem;
  transition: all 0.3s;
  width: fit-content;
  cursor: pointer;
  display: inline-block;
}
.cid-uxZSQVVO9L .card-link:before {
  font-family: 'Moririse2';
  content: "\e96b";
  position: absolute;
  font-size: 1rem;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
  right: -1.5rem;
}
.cid-uxZSQVVO9L .card-link:hover {
  color: #be2229;
  transition: all 0.3s;
}
.cid-uxZSQVVO9L .card-link:hover:before {
  right: -2rem;
  color: #be2229;
  transition: all 0.3s;
}
.cid-uxZSQVVO9L .card-text {
  color: #707070;
}
.cid-uxZSQVVO9L .card-title,
.cid-uxZSQVVO9L .icon-wrap {
  color: #be2229;
}
.cid-uxZSQVVO9L .mbr-section-title {
  color: #121212;
}
.cid-uxZSQVVO9L .mbr-section-subtitle {
  color: #707070;
}
.cid-uxZSQVVO9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZSQVVO9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyvwkPA23v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-1839x781.jpg");
}
.cid-uyvwkPA23v a.btn > span {
  margin-left: 0.5rem;
}
.cid-uyvwkPA23v .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uyvwkPA23v .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-uyvwkPA23v .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-uyvwkPA23v .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-uyvwkPA23v .right-side {
  max-width: 554px;
}
.cid-uyvwkPA23v .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uyvwkPA23v .margin {
  margin-right: 14px;
}
.cid-uyvwkPA23v .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uyvwkPA23v img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-uyvwkPA23v .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-uyvwkPA23v .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-uyvwkPA23v .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uyvwkPA23v .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #be2229;
  cursor: pointer;
}
.cid-uyvwkPA23v .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uyvwkPA23v .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-uyvwkPA23v .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uyvwkPA23v .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uyvwkPA23v .mbr-social-likes.small {
  display: flex;
}
.cid-uyvwkPA23v .mbr-social-likes.big {
  display: block;
}
.cid-uyvwkPA23v .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #be2229;
  cursor: pointer;
}
.cid-uyvwkPA23v .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uyvwkPA23v .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-uyvwkPA23v .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uyvwkPA23v .form-control,
.cid-uyvwkPA23v form .btn {
  min-height: initial;
}
.cid-uyvwkPA23v a.btn,
.cid-uyvwkPA23v button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-uyvwkPA23v input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-uyvwkPA23v textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-uyvwkPA23v input:hover {
  border-color: #14142b !important;
}
.cid-uyvwkPA23v textarea:hover {
  border-color: #14142b !important;
}
.cid-uyvwkPA23v input:focus {
  border-color: #14142b !important;
}
.cid-uyvwkPA23v textarea:focus {
  border-color: #14142b !important;
}
.cid-uyvwkPA23v .form-group {
  margin-bottom: 0;
}
.cid-uyvwkPA23v .listen {
  margin-bottom: 24px;
}
.cid-uyvwkPA23v .phone {
  margin-bottom: 44px;
}
.cid-uyvwkPA23v .email {
  margin-bottom: 21px;
  color: #be2229;
}
.cid-uyvwkPA23v .listen,
.cid-uyvwkPA23v .big {
  text-align: left;
  color: #8c8c95;
}
.cid-uyvwkPA23v .mbr-text,
.cid-uyvwkPA23v .button-align {
  color: #8c8c95;
}
.cid-uyvwkPA23v .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-uyvwkPA23v .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-uyvwkPA23v select.form-control:hover {
  border-color: #14142b;
}
.cid-uyvwkPA23v select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-uyvwkPA23v .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-uyvwkPA23v .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-uyvwkPA23v .left-side,
  .cid-uyvwkPA23v .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-uyvwkPA23v .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-uyvwkPA23v .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-uyvwkPA23v .shadow {
    padding: 25px;
  }
  .cid-uyvwkPA23v input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-uyvwkPA23v .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-uyvwkPA23v .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-uyvwkPA23v .big > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uyvwkPA23v .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uyvwkPA23v .big > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uyvwkPA23v .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-uyvwkPA23v .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-uyvwkPA23v .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uyvwkPA23v .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uyvwkPA23v .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uyvwkPA23v .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-uyvwkPA23v .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-uyvwkPA23v .mbr-iconfont {
  margin-right: 8px;
}
.cid-uxZH8yVFBJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxZH8yVFBJ .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uxZH8yVFBJ .mbr-section-title {
  padding-bottom: 3rem;
}
.cid-uxZH8yVFBJ .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-uxZH8yVFBJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxZH8yVFBJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uxZH8yVFBJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxZH8yVFBJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxZH8yVFBJ .map-placeholder {
  display: none;
}
.cid-uxZH8yVFBJ h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-uxZH8zdwlu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #be2229;
}
.cid-uxZH8zdwlu .mbr-text {
  color: #ffffff;
}
.cid-uxZH8zdwlu .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-uyw65UWLL1 .navbar {
  padding: 0.5rem 0;
  background: #ffdddd;
  transition: none;
  min-height: 77px;
}
.cid-uyw65UWLL1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffdddd;
}
.cid-uyw65UWLL1 a {
  font-style: normal;
}
.cid-uyw65UWLL1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uyw65UWLL1 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem 0.65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uyw65UWLL1 .nav-item:focus,
.cid-uyw65UWLL1 .nav-link:focus {
  outline: none;
}
.cid-uyw65UWLL1 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uyw65UWLL1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uyw65UWLL1 .menu-logo {
  margin-right: auto;
}
.cid-uyw65UWLL1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uyw65UWLL1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uyw65UWLL1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uyw65UWLL1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uyw65UWLL1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uyw65UWLL1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uyw65UWLL1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uyw65UWLL1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uyw65UWLL1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uyw65UWLL1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyw65UWLL1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uyw65UWLL1 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uyw65UWLL1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #2f6a9f !important;
  padding: 0 1.5rem 0 1.3rem !important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uyw65UWLL1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyw65UWLL1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uyw65UWLL1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyw65UWLL1 .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-uyw65UWLL1 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uyw65UWLL1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uyw65UWLL1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uyw65UWLL1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uyw65UWLL1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uyw65UWLL1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uyw65UWLL1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uyw65UWLL1 button.navbar-toggler:focus {
  outline: none;
}
.cid-uyw65UWLL1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be2229;
}
.cid-uyw65UWLL1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyw65UWLL1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyw65UWLL1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyw65UWLL1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyw65UWLL1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyw65UWLL1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyw65UWLL1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyw65UWLL1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyw65UWLL1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uyw65UWLL1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uyw65UWLL1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uyw65UWLL1 .collapsed .navbar-collapse.collapsing,
.cid-uyw65UWLL1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uyw65UWLL1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uyw65UWLL1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uyw65UWLL1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uyw65UWLL1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uyw65UWLL1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uyw65UWLL1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uyw65UWLL1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uyw65UWLL1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uyw65UWLL1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uyw65UWLL1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uyw65UWLL1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uyw65UWLL1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uyw65UWLL1 .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: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uyw65UWLL1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uyw65UWLL1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uyw65UWLL1 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-uyw65UWLL1 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uyw65UWLL1 img {
    height: 3.8rem !important;
  }
  .cid-uyw65UWLL1 .btn {
    display: -webkit-flex;
  }
  .cid-uyw65UWLL1 button.navbar-toggler {
    display: block;
  }
  .cid-uyw65UWLL1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uyw65UWLL1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uyw65UWLL1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uyw65UWLL1 .navbar-collapse.collapsing,
  .cid-uyw65UWLL1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uyw65UWLL1 .navbar-collapse.collapsing .navbar-nav,
  .cid-uyw65UWLL1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uyw65UWLL1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uyw65UWLL1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uyw65UWLL1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uyw65UWLL1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uyw65UWLL1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uyw65UWLL1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uyw65UWLL1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uyw65UWLL1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uyw65UWLL1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uyw65UWLL1 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uyw65UWLL1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uyw65UWLL1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uyw65UWLL1 .nav-link,
.cid-uyw65UWLL1 .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uyw65UWLL1 .nav-link:hover,
.cid-uyw65UWLL1 .dropdown-item:hover {
  color: #be2229 !important;
  border-bottom: 1px solid currentColor;
}
.cid-uyw7bmfhlf {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/on-call-1841x831.jpg");
}
.cid-uyw7bmfhlf .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-uyw7bmfhlf .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-uyw7bmfhlf .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uyw7bmfhlf .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-uyw7bmfhlf .container {
  max-width: 1600px;
}
.cid-uyw7bmfhlf .mbr-bold,
.cid-uyw7bmfhlf b {
  font-weight: 900;
}
.cid-uyw7bmfhlf .btn {
  color: white !important;
}
.cid-uyw7bmfhlf svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-uyw7bmfhlf svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uyw7bmfhlf svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-uyw7bmfhlf svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-uyw7bmfhlf svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-uyw7bmfhlf .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-uyw7bmfhlf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyw7bmfhlf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyw7bmfhlf H1 {
  color: #2f6a9f;
}
.cid-uyw7bmfhlf .mbr-text,
.cid-uyw7bmfhlf .mbr-section-btn {
  color: #be2229;
}
.cid-uywsXqxumn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uywsXqxumn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uywsXqxumn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uywsXqxumn .mbr-section-title {
  color: #2f6a9f;
}
.cid-uywsXqxumn .mbr-section-subtitle {
  color: #be2229;
}
.cid-uywmPo6GEn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/front-image-2-1844x1200.jpg");
}
.cid-uywmPo6GEn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uywvOoYch5 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uywvOoYch5 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uywvOoYch5 .mbr-section-title {
  color: #010d4c;
}
.cid-uywvOoYch5 .mbr-section-subtitle {
  color: #be2229;
  opacity: 0.8;
}
.cid-uywvOoYch5 .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-uywvOoYch5 .card-title {
    margin-bottom: 18px;
  }
}
.cid-uywvOoYch5 .card-title a {
  font-weight: 700;
}
.cid-uywvOoYch5 .card-title a:hover {
  color: #be2229 !important;
}
.cid-uywvOoYch5 .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-uywvOoYch5 .icon-box {
    margin-bottom: 20px;
  }
}
.cid-uywvOoYch5 .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #913bff;
}
.cid-uywvOoYch5 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-uywvOoYch5 .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-uywvOoYch5 .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-uywvOoYch5 .icon-link-box .mbr-iconfont:hover {
  color: #bbbbbb !important;
  cursor: pointer !important;
}
.cid-uywvOoYch5 .col-card {
  margin-top: 30px;
}
.cid-uywvOoYch5 .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-uywvOoYch5 .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-uywvOoYch5 .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-uywvOoYch5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uywvOoYch5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uywvOoYch5 .card-title,
.cid-uywvOoYch5 .card-box {
  color: #2f6a9f;
}
.cid-uyw65VPoFK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyw65VPoFK .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uyw65VPoFK .mbr-section-title {
  padding-bottom: 3rem;
}
.cid-uyw65VPoFK .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-uyw65VPoFK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uyw65VPoFK .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uyw65VPoFK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uyw65VPoFK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uyw65VPoFK .map-placeholder {
  display: none;
}
.cid-uyw65VPoFK h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-uyw65W0UZt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #be2229;
}
.cid-uyw65W0UZt .mbr-text {
  color: #ffffff;
}
.cid-uyw65W0UZt .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
