body {
  font-family: Unbounded;
}
.display-1 {
  font-family: 'Mulish', sans-serif;
  font-size: 7.5rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Mulish', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 300;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6875rem;
}
.display-5 {
  font-family: 'Mulish', sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 300;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.25rem;
  line-height: 1.33;
  font-weight: 300;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #8ab0cc !important;
}
.bg-success {
  background-color: #8ab0cc !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9139 !important;
}
.bg-danger {
  background-color: #283590 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8ab0cc !important;
  border-color: #8ab0cc !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: #4e87b2 !important;
  border-color: #4e87b2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4e87b2 !important;
  border-color: #4e87b2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f1f2f4 !important;
  border-color: #f1f2f4 !important;
  color: #656e81 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c0c5ce !important;
  border-color: #c0c5ce !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #656e81 !important;
  background-color: #c0c5ce !important;
  border-color: #c0c5ce !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8ab0cc !important;
  border-color: #8ab0cc !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: #4e87b2 !important;
  border-color: #4e87b2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4e87b2 !important;
  border-color: #4e87b2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9139 !important;
  border-color: #ff9139 !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: #e16400 !important;
  border-color: #e16400 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e16400 !important;
  border-color: #e16400 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #283590 !important;
  border-color: #283590 !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: #151c4c !important;
  border-color: #151c4c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #151c4c !important;
  border-color: #151c4c !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: transparent;
  color: #8ab0cc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4e87b2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8ab0cc !important;
  border-color: #8ab0cc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1f2f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c0c5ce !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #656e81 !important;
  background-color: #f1f2f4 !important;
  border-color: #f1f2f4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8ab0cc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4e87b2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8ab0cc !important;
  border-color: #8ab0cc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9139;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e16400 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9139 !important;
  border-color: #ff9139 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #283590;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #151c4c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #283590 !important;
  border-color: #283590 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #8ab0cc !important;
}
.text-secondary {
  color: #f1f2f4 !important;
}
.text-success {
  color: #8ab0cc !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9139 !important;
}
.text-danger {
  color: #283590 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #497fa7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b8bdc7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #497fa7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d25d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #121840 !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: #8ab0cc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9139;
}
.alert-danger {
  background-color: #283590;
}
.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: #8ab0cc;
  border-color: #8ab0cc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8ab0cc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6472d4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Mulish', sans-serif;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 300;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.6875rem;
}
.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: #8ab0cc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Mulish', sans-serif;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 300;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.6875rem;
}
blockquote {
  border-color: #8ab0cc;
}
/* 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: #8ab0cc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8ab0cc;
}
.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: #8ab0cc;
  border-bottom-color: #8ab0cc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #8ab0cc !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: #f1f2f4 !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='%238ab0cc' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  position: relative;
  padding: 0;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #8ab0cc;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #f1f2f4;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #8ab0cc;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #ff9139;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #283590;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
.cid-tTmN05KEIk .navbar-dropdown {
  background-color: #283590 !important;
  padding: 0;
}
.cid-tTmN05KEIk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #283590 !important;
  background: #283590;
}
.cid-tTmN05KEIk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .menu_box .navbar.opened,
  .cid-tTmN05KEIk .menu_box .navbar-collapse {
    background-color: #283590 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTmN05KEIk .navbar-dropdown {
  position: relative !important;
}
.cid-tTmN05KEIk .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tTmN05KEIk .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tTmN05KEIk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTmN05KEIk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #8ab0cc;
  }
  .cid-tTmN05KEIk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tTmN05KEIk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tTmN05KEIk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tTmN05KEIk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tTmN05KEIk .offcanvas-body .mbr-text,
  .cid-tTmN05KEIk .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tTmN05KEIk .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tTmN05KEIk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTmN05KEIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTmN05KEIk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTmN05KEIk .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tTmN05KEIk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTmN05KEIk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .nav-item {
    margin: 0 !important;
  }
}
.cid-tTmN05KEIk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTmN05KEIk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tTmN05KEIk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tTmN05KEIk .offcanvas_box {
    display: none;
  }
}
.cid-tTmN05KEIk .dropdown-item {
  border: none;
  font-weight: 600 !important;
}
.cid-tTmN05KEIk .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTmN05KEIk .container {
  display: flex;
  margin: auto;
}
.cid-tTmN05KEIk .iconfont-wrapper {
  color: #283590;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tTmN05KEIk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTmN05KEIk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tTmN05KEIk .navbar-caption {
  color: #495DFF;
}
.cid-tTmN05KEIk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .navbar-nav {
    margin: 0;
  }
}
.cid-tTmN05KEIk .dropdown-menu,
.cid-tTmN05KEIk .navbar.opened {
  background-color: false !important;
}
.cid-tTmN05KEIk .nav-item:focus,
.cid-tTmN05KEIk .nav-link:focus {
  outline: none;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTmN05KEIk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTmN05KEIk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTmN05KEIk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTmN05KEIk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTmN05KEIk .navbar.opened {
  transition: all 0.3s;
}
.cid-tTmN05KEIk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTmN05KEIk .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tTmN05KEIk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tTmN05KEIk .navbar.collapsed {
  justify-content: center;
}
.cid-tTmN05KEIk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTmN05KEIk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTmN05KEIk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTmN05KEIk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tTmN05KEIk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tTmN05KEIk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTmN05KEIk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTmN05KEIk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTmN05KEIk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTmN05KEIk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTmN05KEIk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTmN05KEIk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTmN05KEIk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTmN05KEIk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTmN05KEIk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTmN05KEIk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTmN05KEIk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTmN05KEIk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tTmN05KEIk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTmN05KEIk .dropdown-item.active,
.cid-tTmN05KEIk .dropdown-item:active {
  background-color: transparent;
}
.cid-tTmN05KEIk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTmN05KEIk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTmN05KEIk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTmN05KEIk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTmN05KEIk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #283590;
  background: #283590;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTmN05KEIk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTmN05KEIk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTmN05KEIk .navbar {
    height: 70px;
  }
  .cid-tTmN05KEIk .navbar.opened {
    height: auto;
  }
  .cid-tTmN05KEIk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTmN05KEIk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTmN05KEIk .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tTmN05KEIk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tTmN05KEIk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tTmN05KEIk .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tTmN05KEIk .navbar-caption:hover {
  color: #8ab0cc;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTmN05KEIk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTmN05KEIk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tTmN05KEIk .text_widget {
  color: #ffffff;
}
.cid-tTmN05KEIk .mbr-section-subtitle,
.cid-tTmN05KEIk .text_widget,
.cid-tTmN05KEIk .mbr-section-btn {
  text-align: center;
}
.cid-tTmN05KEIk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tTrogQVhJq {
  background-image: url("../../../assets/images/b-royfoei50-2000x1500.jpg");
}
.cid-tTrogQVhJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrogQVhJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrogQVhJq .container {
  overflow: hidden;
}
.cid-tTrogQVhJq .title-wrapper {
  margin: 100px auto;
}
.cid-tTrogQVhJq .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tTrogQVhJq .title-wrapper .mbr-text {
  margin-bottom: 22px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
}
.cid-tTrogQVhJq .mbr-section-title {
  color: #ffffff;
}
.cid-tTrogQVhJq .mbr-text {
  color: #ffffff;
}
.cid-tT8SwoMQlm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tT8SwoMQlm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT8SwoMQlm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT8SwoMQlm .cards-row {
  row-gap: 50px;
}
.cid-tT8SwoMQlm .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-left: 5px;
}
.cid-tT8SwoMQlm .mbr-iconfont {
  font-size: 82px;
  color: #283590;
}
.cid-tT8SwoMQlm .card-box {
  padding-left: 28px;
}
.cid-tT8SwoMQlm .card-title {
  color: #303030;
}
.cid-tT8SwoMQlm .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-tT9BxQ9EQH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tT9BxQ9EQH .row .slide-overlay {
  z-index: 1 !important;
}
@media (min-width: 992px) {
  .cid-tT9BxQ9EQH .carousel {
    min-height: 700px;
  }
  .cid-tT9BxQ9EQH .carousel img {
    max-height: 700px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tT9BxQ9EQH .carousel {
    min-height: 406px;
  }
  .cid-tT9BxQ9EQH .carousel img {
    max-height: 406px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tT9BxQ9EQH .carousel {
    min-height: 315px;
  }
  .cid-tT9BxQ9EQH .carousel img {
    max-height: 315px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-tT9BxQ9EQH .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tT9BxQ9EQH .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tT9BxQ9EQH .carousel,
.cid-tT9BxQ9EQH .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-tT9BxQ9EQH .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-tT9BxQ9EQH .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background: #33363b;
  padding: 8px;
}
.cid-tT9BxQ9EQH .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-tT9BxQ9EQH .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
}
.cid-tT9BxQ9EQH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tT9BxQ9EQH .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-tT9BxQ9EQH .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-tT9BxQ9EQH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tT9BxQ9EQH .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-tT9BxQ9EQH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-tT9BxQ9EQH .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-tT9BxQ9EQH .carousel-control:hover,
.cid-tT9BxQ9EQH .carousel-control:focus {
  border-color: #24262b;
  opacity: 1;
}
.cid-tT9BxQ9EQH .carousel-control-prev:hover .mobi-mbri,
.cid-tT9BxQ9EQH .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-tT9BxQ9EQH .carousel-control-next:hover .mobi-mbri,
.cid-tT9BxQ9EQH .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-tT9BxQ9EQH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tT9BxQ9EQH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tT9BxQ9EQH .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tT9BxQ9EQH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tT9BxQ9EQH .carousel-indicators li.active,
.cid-tT9BxQ9EQH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tT9BxQ9EQH .carousel-indicators li::after,
.cid-tT9BxQ9EQH .carousel-indicators li::before {
  content: none;
}
.cid-tT9BxQ9EQH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tT9BxQ9EQH .carousel-indicators {
    display: none !important;
  }
}
.cid-tTl1wmLHM8 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tTl1wmLHM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTl1wmLHM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTl1wmLHM8 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tTl1wmLHM8 .label-text {
  color: #747474;
}
.cid-tTl1wmLHM8 .mbr-title {
  margin-top: 30px;
  color: #283590;
}
.cid-tTl1wmLHM8 .mbr-subtitle {
  margin-top: 40px;
  color: #747474;
}
@media (max-width: 991px) {
  .cid-tTl1wmLHM8 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tTl1wmLHM8 .mbr-text {
  margin-top: 30px;
  color: #424242;
  text-align: center;
}
.cid-tT8TWwyMjX {
  background-color: #ffffff !important;
}
.cid-tT8TWwyMjX .container {
  border: 18px solid #ffffff;
  margin-top: -18px;
  padding: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .cid-tT8TWwyMjX .container {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-tT8TWwyMjX .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tT8TWwyMjX .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: space-between;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tT8TWwyMjX .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT8TWwyMjX .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tT8TWwyMjX .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tT8TWwyMjX .card .image-wrapper img {
  margin-bottom: 24px;
}
.cid-tT8TWwyMjX .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tT8TWwyMjX .image-wrapper img {
    height: 300px;
    margin-bottom: 24px;
  }
}
.cid-tT8TWwyMjX .mbr-section-title {
  color: #ffffff;
}
.cid-tT8SDfnHec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tT8SDfnHec .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT8SDfnHec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT8SDfnHec .row {
  justify-content: center;
}
.cid-tT8SDfnHec .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tT8SDfnHec .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-tT8SDfnHec .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tT8SDfnHec .item {
  margin-bottom: 64px;
}
.cid-tT8SDfnHec .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1190px) {
  .cid-tT8SDfnHec .item .item-wrapper {
    display: block;
  }
}
.cid-tT8SDfnHec .item .item-wrapper .item-img {
  margin-right: 46px;
}
@media (max-width: 1190px) {
  .cid-tT8SDfnHec .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-tT8SDfnHec .item .item-wrapper .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1190px) {
  .cid-tT8SDfnHec .item .item-wrapper .item-img img {
    margin: 0 auto;
  }
}
.cid-tT8SDfnHec .item .item-wrapper .item-content .mbr-title {
  margin-bottom: 22px;
}
.cid-tT8SDfnHec .item .item-wrapper .item-content .mbr-text {
  margin: 0;
}
.cid-tT8SDfnHec .mbr-section-title {
  color: #283590;
}
.cid-tT8SDfnHec .mbr-title {
  color: #283590;
}
.cid-tT8SDfnHec .mbr-text {
  color: #424242;
}
.cid-tT8Da46A16 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tT8Da46A16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT8Da46A16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT8Da46A16 .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tT8Da46A16 .container-fluid {
    padding: 0;
  }
}
.cid-tT8Da46A16 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tT8Da46A16 .container {
    padding: 0 20px;
  }
}
.cid-tT8Da46A16 .yandex-map iframe {
  height: 500px;
}
@media (max-width: 768px) {
  .cid-tT8Da46A16 .yandex-map iframe {
    height: 300px;
  }
}
.cid-tTrnojUAgn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8ab0cc;
}
.cid-tTrnojUAgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrnojUAgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrnojUAgn .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-tTrnojUAgn .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-tTrnojUAgn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTrnojUAgn .contacts-wrapper {
    margin-bottom: 80px;
  }
}
.cid-tTrnojUAgn .contacts-wrapper .contact-wrap {
  margin-bottom: 32px;
}
.cid-tTrnojUAgn .contacts-wrapper .contact-wrap .mbr-label {
  margin-bottom: 4px;
}
.cid-tTrnojUAgn .contacts-wrapper .contact-wrap .mbr-contact {
  margin-bottom: 0;
}
.cid-tTrnojUAgn .dragArea.row .form-group {
  margin-bottom: 32px !important;
  padding: 0 16px;
}
.cid-tTrnojUAgn .dragArea.row .form-group .form-control {
  font-weight: 300;
  padding: 8px 0;
  border-radius: 0;
  border: none !important;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-tTrnojUAgn .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-tTrnojUAgn .dragArea.row .form-group .form-control:hover,
.cid-tTrnojUAgn .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
}
.cid-tTrnojUAgn .dragArea.row .form-group textarea {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-tTrnojUAgn .dragArea.row .form-group textarea {
    min-height: 145px;
  }
}
.cid-tTrnojUAgn .dragArea.row .form-group .form-check .form-check-input {
  border-color: #ffffff;
}
.cid-tTrnojUAgn .dragArea.row .mbr-section-btn {
  width: 100% !important;
}
.cid-tTrnojUAgn .dragArea.row .mbr-section-btn .btn {
  min-height: 60px;
  width: 100%;
}
.cid-tTrnojUAgn .form-check-label {
  font-size: 0.8em;
}
.cid-tTrnojUAgn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tTrnojUAgn .mbr-label {
  color: #283590;
}
.cid-tTrnojUAgn .mbr-contact {
  color: #283590;
}
.cid-tTrnojUAgn label {
  color: #ffffff;
}
.cid-tTrnojUAgn LABEL {
  color: #ffffff;
}
.cid-tTTpylFcLs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #283590;
}
.cid-tTTpylFcLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTTpylFcLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTTpylFcLs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tTTpylFcLs .it-as-label {
  font-size: 0.8em;
}
.cid-tTTpylFcLs .list {
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tTTpylFcLs .list .item-wrap {
  padding: 8px 0;
  transition: all .3s ease;
}
.cid-tTTpylFcLs .list .item-wrap:hover {
  opacity: .5;
}
.cid-tTTpylFcLs .mbr-section-btn {
  width: 100%;
}
.cid-tTTpylFcLs .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
@media (max-width: 991px) {
  .cid-tTTpylFcLs .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
}
.cid-tTTpylFcLs .navbar-brand {
  max-width: 90px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTTpylFcLs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTTpylFcLs .copyright {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tTTpylFcLs .copyright {
    padding: 32px 0;
  }
}
.cid-tTTpylFcLs .mbr-section-title {
  color: #ffffff;
}
.cid-tTqOIu7EYU.popup-builder {
  background-color: #ffffff;
}
.cid-tTqOIu7EYU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tTqOIu7EYU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tTqOIu7EYU .modal-content,
.cid-tTqOIu7EYU .modal-dialog {
  height: auto;
}
.cid-tTqOIu7EYU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tTqOIu7EYU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tTqOIu7EYU .form-wrapper .mbr-form .form-group,
  .cid-tTqOIu7EYU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tTqOIu7EYU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tTqOIu7EYU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTqOIu7EYU .mbr-text {
  text-align: left;
}
.cid-tTqOIu7EYU .pt-0 {
  padding-top: 0 !important;
}
.cid-tTqOIu7EYU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tTqOIu7EYU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tTqOIu7EYU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tTqOIu7EYU .modal-open {
  overflow: hidden;
}
.cid-tTqOIu7EYU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tTqOIu7EYU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tTqOIu7EYU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tTqOIu7EYU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tTqOIu7EYU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tTqOIu7EYU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tTqOIu7EYU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tTqOIu7EYU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tTqOIu7EYU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tTqOIu7EYU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tTqOIu7EYU .modal-backdrop.fade {
  opacity: 0;
}
.cid-tTqOIu7EYU .modal-backdrop.show {
  opacity: .5;
}
.cid-tTqOIu7EYU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tTqOIu7EYU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOIu7EYU .modal-header {
    padding: 1rem;
  }
}
.cid-tTqOIu7EYU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tTqOIu7EYU .modal-header .close svg {
  fill: #353535;
}
.cid-tTqOIu7EYU .modal-header .close:hover {
  opacity: 1;
}
.cid-tTqOIu7EYU .modal-header .close:focus {
  outline: none;
}
.cid-tTqOIu7EYU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tTqOIu7EYU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tTqOIu7EYU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOIu7EYU .modal-body {
    padding: 1rem;
  }
}
.cid-tTqOIu7EYU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tTqOIu7EYU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOIu7EYU .modal-footer {
    padding: 1rem;
  }
}
.cid-tTqOIu7EYU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tTqOIu7EYU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tTqOIu7EYU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tTqOIu7EYU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tTqOIu7EYU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tTqOIu7EYU .modal-lg,
  .cid-tTqOIu7EYU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tTqOIu7EYU .modal-xl {
    max-width: 1140px;
  }
}
.cid-tTqOIu7EYU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tTqOIu7EYU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tTqOIu7EYU .form-group {
  margin-bottom: 1rem;
}
.cid-tTqOIu7EYU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tTqOIu7EYU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tTqOIu7EYU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tTqOIu7EYU .mbr-section-btn {
  margin: 0;
}
.cid-tTqOIu7EYU .mbr-section-btn .btn {
  margin: 0;
}
.cid-tTmN05KEIk .navbar-dropdown {
  background-color: #283590 !important;
  padding: 0;
}
.cid-tTmN05KEIk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #283590 !important;
  background: #283590;
}
.cid-tTmN05KEIk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .menu_box .navbar.opened,
  .cid-tTmN05KEIk .menu_box .navbar-collapse {
    background-color: #283590 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTmN05KEIk .navbar-dropdown {
  position: relative !important;
}
.cid-tTmN05KEIk .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tTmN05KEIk .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tTmN05KEIk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTmN05KEIk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #8ab0cc;
  }
  .cid-tTmN05KEIk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tTmN05KEIk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tTmN05KEIk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tTmN05KEIk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tTmN05KEIk .offcanvas-body .mbr-text,
  .cid-tTmN05KEIk .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tTmN05KEIk .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tTmN05KEIk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTmN05KEIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTmN05KEIk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTmN05KEIk .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tTmN05KEIk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTmN05KEIk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .nav-item {
    margin: 0 !important;
  }
}
.cid-tTmN05KEIk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTmN05KEIk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tTmN05KEIk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tTmN05KEIk .offcanvas_box {
    display: none;
  }
}
.cid-tTmN05KEIk .dropdown-item {
  border: none;
  font-weight: 600 !important;
}
.cid-tTmN05KEIk .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTmN05KEIk .container {
  display: flex;
  margin: auto;
}
.cid-tTmN05KEIk .iconfont-wrapper {
  color: #283590;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tTmN05KEIk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTmN05KEIk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tTmN05KEIk .navbar-caption {
  color: #495DFF;
}
.cid-tTmN05KEIk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .navbar-nav {
    margin: 0;
  }
}
.cid-tTmN05KEIk .dropdown-menu,
.cid-tTmN05KEIk .navbar.opened {
  background-color: false !important;
}
.cid-tTmN05KEIk .nav-item:focus,
.cid-tTmN05KEIk .nav-link:focus {
  outline: none;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTmN05KEIk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTmN05KEIk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTmN05KEIk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTmN05KEIk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTmN05KEIk .navbar.opened {
  transition: all 0.3s;
}
.cid-tTmN05KEIk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTmN05KEIk .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tTmN05KEIk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tTmN05KEIk .navbar.collapsed {
  justify-content: center;
}
.cid-tTmN05KEIk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTmN05KEIk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTmN05KEIk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTmN05KEIk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tTmN05KEIk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tTmN05KEIk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTmN05KEIk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTmN05KEIk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTmN05KEIk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTmN05KEIk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTmN05KEIk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTmN05KEIk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTmN05KEIk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTmN05KEIk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTmN05KEIk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTmN05KEIk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTmN05KEIk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTmN05KEIk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tTmN05KEIk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTmN05KEIk .dropdown-item.active,
.cid-tTmN05KEIk .dropdown-item:active {
  background-color: transparent;
}
.cid-tTmN05KEIk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTmN05KEIk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTmN05KEIk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTmN05KEIk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTmN05KEIk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #283590;
  background: #283590;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTmN05KEIk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTmN05KEIk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTmN05KEIk .navbar {
    height: 70px;
  }
  .cid-tTmN05KEIk .navbar.opened {
    height: auto;
  }
  .cid-tTmN05KEIk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTmN05KEIk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTmN05KEIk .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tTmN05KEIk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tTmN05KEIk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tTmN05KEIk .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tTmN05KEIk .navbar-caption:hover {
  color: #8ab0cc;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTmN05KEIk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTmN05KEIk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tTmN05KEIk .text_widget {
  color: #ffffff;
}
.cid-tTmN05KEIk .mbr-section-subtitle,
.cid-tTmN05KEIk .text_widget,
.cid-tTmN05KEIk .mbr-section-btn {
  text-align: center;
}
.cid-tTmN05KEIk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tTrorhZgRT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1-1900x1200.jpg");
}
.cid-tTrorhZgRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrorhZgRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrorhZgRT .container {
  overflow: hidden;
}
.cid-tTrorhZgRT .title-wrapper {
  margin: 0 auto;
}
.cid-tTrorhZgRT .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tTrorhZgRT .title-wrapper .mbr-text {
  margin-bottom: 22px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
}
.cid-tTrorhZgRT .mbr-section-title {
  color: #ffffff;
}
.cid-tTrorhZgRT .mbr-text {
  color: #ffffff;
}
.cid-tTmwWJRvyq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8ab0cc;
}
.cid-tTmwWJRvyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTmwWJRvyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTmwWJRvyq .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-tTmwWJRvyq .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-tTmwWJRvyq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTmwWJRvyq .contacts-wrapper {
    margin-bottom: 80px;
  }
}
.cid-tTmwWJRvyq .contacts-wrapper .contact-wrap {
  margin-bottom: 32px;
}
.cid-tTmwWJRvyq .contacts-wrapper .contact-wrap .mbr-label {
  margin-bottom: 4px;
}
.cid-tTmwWJRvyq .contacts-wrapper .contact-wrap .mbr-contact {
  margin-bottom: 0;
}
.cid-tTmwWJRvyq .dragArea.row .form-group {
  margin-bottom: 32px !important;
  padding: 0 16px;
}
.cid-tTmwWJRvyq .dragArea.row .form-group .form-control {
  font-weight: 300;
  padding: 8px 0;
  border-radius: 0;
  border: none !important;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-tTmwWJRvyq .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-tTmwWJRvyq .dragArea.row .form-group .form-control:hover,
.cid-tTmwWJRvyq .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
}
.cid-tTmwWJRvyq .dragArea.row .form-group textarea {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-tTmwWJRvyq .dragArea.row .form-group textarea {
    min-height: 145px;
  }
}
.cid-tTmwWJRvyq .dragArea.row .form-group .form-check .form-check-input {
  border-color: #ffffff;
}
.cid-tTmwWJRvyq .dragArea.row .mbr-section-btn {
  width: 100% !important;
}
.cid-tTmwWJRvyq .dragArea.row .mbr-section-btn .btn {
  min-height: 60px;
  width: 100%;
}
.cid-tTmwWJRvyq .form-check-label {
  font-size: 0.8em;
}
.cid-tTmwWJRvyq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tTmwWJRvyq .mbr-label {
  color: #283590;
}
.cid-tTmwWJRvyq .mbr-contact {
  color: #283590;
}
.cid-tTmwWJRvyq label {
  color: #ffffff;
}
.cid-tTmwWJRvyq LABEL {
  color: #ffffff;
}
.cid-tTqOL5Ymv1.popup-builder {
  background-color: #ffffff;
}
.cid-tTqOL5Ymv1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tTqOL5Ymv1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tTqOL5Ymv1 .modal-content,
.cid-tTqOL5Ymv1 .modal-dialog {
  height: auto;
}
.cid-tTqOL5Ymv1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tTqOL5Ymv1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tTqOL5Ymv1 .form-wrapper .mbr-form .form-group,
  .cid-tTqOL5Ymv1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tTqOL5Ymv1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tTqOL5Ymv1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTqOL5Ymv1 .mbr-text {
  text-align: left;
}
.cid-tTqOL5Ymv1 .pt-0 {
  padding-top: 0 !important;
}
.cid-tTqOL5Ymv1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tTqOL5Ymv1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tTqOL5Ymv1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tTqOL5Ymv1 .modal-open {
  overflow: hidden;
}
.cid-tTqOL5Ymv1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tTqOL5Ymv1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tTqOL5Ymv1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tTqOL5Ymv1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tTqOL5Ymv1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tTqOL5Ymv1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tTqOL5Ymv1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tTqOL5Ymv1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tTqOL5Ymv1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tTqOL5Ymv1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tTqOL5Ymv1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tTqOL5Ymv1 .modal-backdrop.show {
  opacity: .5;
}
.cid-tTqOL5Ymv1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tTqOL5Ymv1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL5Ymv1 .modal-header {
    padding: 1rem;
  }
}
.cid-tTqOL5Ymv1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tTqOL5Ymv1 .modal-header .close svg {
  fill: #353535;
}
.cid-tTqOL5Ymv1 .modal-header .close:hover {
  opacity: 1;
}
.cid-tTqOL5Ymv1 .modal-header .close:focus {
  outline: none;
}
.cid-tTqOL5Ymv1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tTqOL5Ymv1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tTqOL5Ymv1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL5Ymv1 .modal-body {
    padding: 1rem;
  }
}
.cid-tTqOL5Ymv1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tTqOL5Ymv1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL5Ymv1 .modal-footer {
    padding: 1rem;
  }
}
.cid-tTqOL5Ymv1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tTqOL5Ymv1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tTqOL5Ymv1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tTqOL5Ymv1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tTqOL5Ymv1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tTqOL5Ymv1 .modal-lg,
  .cid-tTqOL5Ymv1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tTqOL5Ymv1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tTqOL5Ymv1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tTqOL5Ymv1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tTqOL5Ymv1 .form-group {
  margin-bottom: 1rem;
}
.cid-tTqOL5Ymv1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tTqOL5Ymv1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tTqOL5Ymv1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tTqOL5Ymv1 .mbr-section-btn {
  margin: 0;
}
.cid-tTqOL5Ymv1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tTTpylFcLs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #283590;
}
.cid-tTTpylFcLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTTpylFcLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTTpylFcLs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tTTpylFcLs .it-as-label {
  font-size: 0.8em;
}
.cid-tTTpylFcLs .list {
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tTTpylFcLs .list .item-wrap {
  padding: 8px 0;
  transition: all .3s ease;
}
.cid-tTTpylFcLs .list .item-wrap:hover {
  opacity: .5;
}
.cid-tTTpylFcLs .mbr-section-btn {
  width: 100%;
}
.cid-tTTpylFcLs .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
@media (max-width: 991px) {
  .cid-tTTpylFcLs .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
}
.cid-tTTpylFcLs .navbar-brand {
  max-width: 90px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTTpylFcLs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTTpylFcLs .copyright {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tTTpylFcLs .copyright {
    padding: 32px 0;
  }
}
.cid-tTTpylFcLs .mbr-section-title {
  color: #ffffff;
}
.cid-tTmN05KEIk .navbar-dropdown {
  background-color: #283590 !important;
  padding: 0;
}
.cid-tTmN05KEIk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #283590 !important;
  background: #283590;
}
.cid-tTmN05KEIk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .menu_box .navbar.opened,
  .cid-tTmN05KEIk .menu_box .navbar-collapse {
    background-color: #283590 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTmN05KEIk .navbar-dropdown {
  position: relative !important;
}
.cid-tTmN05KEIk .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tTmN05KEIk .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tTmN05KEIk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTmN05KEIk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #8ab0cc;
  }
  .cid-tTmN05KEIk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tTmN05KEIk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tTmN05KEIk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tTmN05KEIk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tTmN05KEIk .offcanvas-body .mbr-text,
  .cid-tTmN05KEIk .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tTmN05KEIk .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tTmN05KEIk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTmN05KEIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTmN05KEIk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTmN05KEIk .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tTmN05KEIk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTmN05KEIk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .nav-item {
    margin: 0 !important;
  }
}
.cid-tTmN05KEIk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTmN05KEIk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tTmN05KEIk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tTmN05KEIk .offcanvas_box {
    display: none;
  }
}
.cid-tTmN05KEIk .dropdown-item {
  border: none;
  font-weight: 600 !important;
}
.cid-tTmN05KEIk .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTmN05KEIk .container {
  display: flex;
  margin: auto;
}
.cid-tTmN05KEIk .iconfont-wrapper {
  color: #283590;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tTmN05KEIk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTmN05KEIk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tTmN05KEIk .navbar-caption {
  color: #495DFF;
}
.cid-tTmN05KEIk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .navbar-nav {
    margin: 0;
  }
}
.cid-tTmN05KEIk .dropdown-menu,
.cid-tTmN05KEIk .navbar.opened {
  background-color: false !important;
}
.cid-tTmN05KEIk .nav-item:focus,
.cid-tTmN05KEIk .nav-link:focus {
  outline: none;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTmN05KEIk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTmN05KEIk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTmN05KEIk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTmN05KEIk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTmN05KEIk .navbar.opened {
  transition: all 0.3s;
}
.cid-tTmN05KEIk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTmN05KEIk .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tTmN05KEIk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tTmN05KEIk .navbar.collapsed {
  justify-content: center;
}
.cid-tTmN05KEIk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTmN05KEIk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTmN05KEIk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTmN05KEIk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tTmN05KEIk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tTmN05KEIk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTmN05KEIk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTmN05KEIk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTmN05KEIk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTmN05KEIk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTmN05KEIk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTmN05KEIk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTmN05KEIk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTmN05KEIk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTmN05KEIk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTmN05KEIk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTmN05KEIk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTmN05KEIk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tTmN05KEIk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTmN05KEIk .dropdown-item.active,
.cid-tTmN05KEIk .dropdown-item:active {
  background-color: transparent;
}
.cid-tTmN05KEIk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTmN05KEIk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTmN05KEIk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTmN05KEIk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTmN05KEIk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #283590;
  background: #283590;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTmN05KEIk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTmN05KEIk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTmN05KEIk .navbar {
    height: 70px;
  }
  .cid-tTmN05KEIk .navbar.opened {
    height: auto;
  }
  .cid-tTmN05KEIk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTmN05KEIk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTmN05KEIk .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tTmN05KEIk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tTmN05KEIk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tTmN05KEIk .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tTmN05KEIk .navbar-caption:hover {
  color: #8ab0cc;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTmN05KEIk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTmN05KEIk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tTmN05KEIk .text_widget {
  color: #ffffff;
}
.cid-tTmN05KEIk .mbr-section-subtitle,
.cid-tTmN05KEIk .text_widget,
.cid-tTmN05KEIk .mbr-section-btn {
  text-align: center;
}
.cid-tTmN05KEIk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tTrouLvXJo {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1-1900x1200.jpg");
}
.cid-tTrouLvXJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrouLvXJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrouLvXJo .container {
  overflow: hidden;
}
.cid-tTrouLvXJo .title-wrapper {
  margin: 0 auto;
}
.cid-tTrouLvXJo .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tTrouLvXJo .title-wrapper .mbr-text {
  margin-bottom: 22px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
}
.cid-tTrouLvXJo .mbr-section-title {
  color: #ffffff;
}
.cid-tTrouLvXJo .mbr-text {
  color: #ffffff;
}
.cid-ui2nPcMLTz {
  background-color: #8ab0cc;
}
.cid-ui2nPcMLTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2nPcMLTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2nPcMLTz .sogl {
  font-size: 0.8em;
}
.cid-ui2nPcMLTz .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-ui2nPcMLTz .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-ui2nPcMLTz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ui2nPcMLTz .form-check-label {
  font-size: 0.8em;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ui2nPcMLTz .contacts-wrapper {
    margin-bottom: 80px;
  }
}
.cid-ui2nPcMLTz .contacts-wrapper .contact-wrap {
  margin-bottom: 32px;
}
.cid-ui2nPcMLTz .contacts-wrapper .contact-wrap .mbr-label {
  margin-bottom: 4px;
}
.cid-ui2nPcMLTz .contacts-wrapper .contact-wrap .mbr-contact {
  margin-bottom: 0;
}
.cid-ui2nPcMLTz .dragArea.row .form-group {
  margin-bottom: 32px !important;
  padding: 0 16px;
}
.cid-ui2nPcMLTz .dragArea.row .form-group .form-control {
  font-weight: 300;
  padding: 8px 0;
  border-radius: 0;
  color: #ffffff;
  background-color: #8ab0cc;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-ui2nPcMLTz .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-ui2nPcMLTz .dragArea.row .form-group .form-control:hover,
.cid-ui2nPcMLTz .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
}
.cid-ui2nPcMLTz .dragArea.row .form-group textarea {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ui2nPcMLTz .dragArea.row .form-group textarea {
    min-height: 145px;
  }
}
.cid-ui2nPcMLTz .dragArea.row .form-group .form-check .form-check-input {
  border-color: #ffffff;
}
.cid-ui2nPcMLTz .dragArea.row .mbr-section-btn {
  width: 100% !important;
}
.cid-ui2nPcMLTz .dragArea.row .mbr-section-btn .btn {
  min-height: 60px;
  width: 100%;
}
.cid-ui2nPcMLTz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui2nPcMLTz .mbr-label {
  color: #283590;
}
.cid-ui2nPcMLTz .mbr-contact {
  color: #283590;
}
.cid-ui2nPcMLTz label {
  color: #ffffff;
}
.cid-ui2nPcMLTz LABEL {
  color: #283590;
}
.cid-ui2nPcMLTz H3 {
  color: #000000;
}
.cid-tTqOL5ZP3N.popup-builder {
  background-color: #ffffff;
}
.cid-tTqOL5ZP3N.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tTqOL5ZP3N.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tTqOL5ZP3N .modal-content,
.cid-tTqOL5ZP3N .modal-dialog {
  height: auto;
}
.cid-tTqOL5ZP3N .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tTqOL5ZP3N .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tTqOL5ZP3N .form-wrapper .mbr-form .form-group,
  .cid-tTqOL5ZP3N .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tTqOL5ZP3N .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tTqOL5ZP3N .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTqOL5ZP3N .mbr-text {
  text-align: left;
}
.cid-tTqOL5ZP3N .pt-0 {
  padding-top: 0 !important;
}
.cid-tTqOL5ZP3N .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tTqOL5ZP3N .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tTqOL5ZP3N .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tTqOL5ZP3N .modal-open {
  overflow: hidden;
}
.cid-tTqOL5ZP3N .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tTqOL5ZP3N .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tTqOL5ZP3N .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tTqOL5ZP3N .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tTqOL5ZP3N .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tTqOL5ZP3N .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tTqOL5ZP3N .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tTqOL5ZP3N .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tTqOL5ZP3N .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tTqOL5ZP3N .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tTqOL5ZP3N .modal-backdrop.fade {
  opacity: 0;
}
.cid-tTqOL5ZP3N .modal-backdrop.show {
  opacity: .5;
}
.cid-tTqOL5ZP3N .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tTqOL5ZP3N .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL5ZP3N .modal-header {
    padding: 1rem;
  }
}
.cid-tTqOL5ZP3N .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tTqOL5ZP3N .modal-header .close svg {
  fill: #353535;
}
.cid-tTqOL5ZP3N .modal-header .close:hover {
  opacity: 1;
}
.cid-tTqOL5ZP3N .modal-header .close:focus {
  outline: none;
}
.cid-tTqOL5ZP3N .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tTqOL5ZP3N .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tTqOL5ZP3N .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL5ZP3N .modal-body {
    padding: 1rem;
  }
}
.cid-tTqOL5ZP3N .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tTqOL5ZP3N .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL5ZP3N .modal-footer {
    padding: 1rem;
  }
}
.cid-tTqOL5ZP3N .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tTqOL5ZP3N .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tTqOL5ZP3N .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tTqOL5ZP3N .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tTqOL5ZP3N .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tTqOL5ZP3N .modal-lg,
  .cid-tTqOL5ZP3N .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tTqOL5ZP3N .modal-xl {
    max-width: 1140px;
  }
}
.cid-tTqOL5ZP3N .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tTqOL5ZP3N .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tTqOL5ZP3N .form-group {
  margin-bottom: 1rem;
}
.cid-tTqOL5ZP3N .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tTqOL5ZP3N .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tTqOL5ZP3N .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tTqOL5ZP3N .mbr-section-btn {
  margin: 0;
}
.cid-tTqOL5ZP3N .mbr-section-btn .btn {
  margin: 0;
}
.cid-tTTpylFcLs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #283590;
}
.cid-tTTpylFcLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTTpylFcLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTTpylFcLs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tTTpylFcLs .it-as-label {
  font-size: 0.8em;
}
.cid-tTTpylFcLs .list {
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tTTpylFcLs .list .item-wrap {
  padding: 8px 0;
  transition: all .3s ease;
}
.cid-tTTpylFcLs .list .item-wrap:hover {
  opacity: .5;
}
.cid-tTTpylFcLs .mbr-section-btn {
  width: 100%;
}
.cid-tTTpylFcLs .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
@media (max-width: 991px) {
  .cid-tTTpylFcLs .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
}
.cid-tTTpylFcLs .navbar-brand {
  max-width: 90px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTTpylFcLs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTTpylFcLs .copyright {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tTTpylFcLs .copyright {
    padding: 32px 0;
  }
}
.cid-tTTpylFcLs .mbr-section-title {
  color: #ffffff;
}
.cid-tTmN05KEIk .navbar-dropdown {
  background-color: #283590 !important;
  padding: 0;
}
.cid-tTmN05KEIk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #283590 !important;
  background: #283590;
}
.cid-tTmN05KEIk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .menu_box .navbar.opened,
  .cid-tTmN05KEIk .menu_box .navbar-collapse {
    background-color: #283590 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTmN05KEIk .navbar-dropdown {
  position: relative !important;
}
.cid-tTmN05KEIk .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tTmN05KEIk .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tTmN05KEIk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTmN05KEIk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #8ab0cc;
  }
  .cid-tTmN05KEIk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tTmN05KEIk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tTmN05KEIk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tTmN05KEIk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tTmN05KEIk .offcanvas-body .mbr-text,
  .cid-tTmN05KEIk .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tTmN05KEIk .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tTmN05KEIk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTmN05KEIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTmN05KEIk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTmN05KEIk .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tTmN05KEIk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTmN05KEIk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .nav-item {
    margin: 0 !important;
  }
}
.cid-tTmN05KEIk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTmN05KEIk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tTmN05KEIk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tTmN05KEIk .offcanvas_box {
    display: none;
  }
}
.cid-tTmN05KEIk .dropdown-item {
  border: none;
  font-weight: 600 !important;
}
.cid-tTmN05KEIk .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTmN05KEIk .container {
  display: flex;
  margin: auto;
}
.cid-tTmN05KEIk .iconfont-wrapper {
  color: #283590;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tTmN05KEIk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTmN05KEIk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tTmN05KEIk .navbar-caption {
  color: #495DFF;
}
.cid-tTmN05KEIk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .navbar-nav {
    margin: 0;
  }
}
.cid-tTmN05KEIk .dropdown-menu,
.cid-tTmN05KEIk .navbar.opened {
  background-color: false !important;
}
.cid-tTmN05KEIk .nav-item:focus,
.cid-tTmN05KEIk .nav-link:focus {
  outline: none;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTmN05KEIk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTmN05KEIk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTmN05KEIk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTmN05KEIk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTmN05KEIk .navbar.opened {
  transition: all 0.3s;
}
.cid-tTmN05KEIk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTmN05KEIk .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tTmN05KEIk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tTmN05KEIk .navbar.collapsed {
  justify-content: center;
}
.cid-tTmN05KEIk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTmN05KEIk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTmN05KEIk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTmN05KEIk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tTmN05KEIk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tTmN05KEIk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTmN05KEIk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTmN05KEIk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTmN05KEIk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTmN05KEIk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTmN05KEIk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTmN05KEIk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTmN05KEIk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTmN05KEIk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTmN05KEIk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTmN05KEIk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTmN05KEIk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTmN05KEIk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tTmN05KEIk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTmN05KEIk .dropdown-item.active,
.cid-tTmN05KEIk .dropdown-item:active {
  background-color: transparent;
}
.cid-tTmN05KEIk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTmN05KEIk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTmN05KEIk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTmN05KEIk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTmN05KEIk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #283590;
  background: #283590;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTmN05KEIk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTmN05KEIk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTmN05KEIk .navbar {
    height: 70px;
  }
  .cid-tTmN05KEIk .navbar.opened {
    height: auto;
  }
  .cid-tTmN05KEIk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTmN05KEIk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTmN05KEIk .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tTmN05KEIk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tTmN05KEIk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tTmN05KEIk .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tTmN05KEIk .navbar-caption:hover {
  color: #8ab0cc;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTmN05KEIk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTmN05KEIk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tTmN05KEIk .text_widget {
  color: #ffffff;
}
.cid-tTmN05KEIk .mbr-section-subtitle,
.cid-tTmN05KEIk .text_widget,
.cid-tTmN05KEIk .mbr-section-btn {
  text-align: center;
}
.cid-tTmN05KEIk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tTroyVkSTZ {
  background-image: url("../../../assets/images/b-royfoei50-2000x1500.jpg");
}
.cid-tTroyVkSTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTroyVkSTZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTroyVkSTZ .container {
  overflow: hidden;
}
.cid-tTroyVkSTZ .title-wrapper {
  margin: 0 auto;
}
.cid-tTroyVkSTZ .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tTroyVkSTZ .title-wrapper .mbr-text {
  margin-bottom: 22px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
}
.cid-tTroyVkSTZ .mbr-section-title {
  color: #ffffff;
}
.cid-tTroyVkSTZ .mbr-text {
  color: #ffffff;
}
.cid-tTmCtBCyff {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTmCtBCyff .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTmCtBCyff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTmCtBCyff .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tTmCtBCyff .label-text {
  color: #747474;
}
.cid-tTmCtBCyff .mbr-title {
  margin-top: 30px;
  color: #283590;
}
.cid-tTmCtBCyff .mbr-subtitle {
  margin-top: 40px;
  color: #747474;
}
@media (max-width: 991px) {
  .cid-tTmCtBCyff .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tTmCtBCyff .mbr-text {
  margin-top: 30px;
  color: #424242;
  text-align: center;
}
.cid-tT9xbYjlI1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tT9xbYjlI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT9xbYjlI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT9xbYjlI1 .text-wrap {
  width: 100%;
}
.cid-tT9xbYjlI1 .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tT9xbYjlI1 .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-tT9xbYjlI1 .list-wrap {
  margin-top: 52px;
}
.cid-tT9xbYjlI1 .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-tT9xbYjlI1 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-tT9xbYjlI1 .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-tT9xbYjlI1 .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-tTmCzC4k6c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tTmCzC4k6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTmCzC4k6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTmCzC4k6c .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tTmCzC4k6c .container-fluid {
    padding: 0;
  }
}
.cid-tTmCzC4k6c .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTmCzC4k6c .container {
    padding: 0 20px;
  }
}
.cid-tTmCzC4k6c .yandex-map iframe {
  height: 500px;
}
@media (max-width: 768px) {
  .cid-tTmCzC4k6c .yandex-map iframe {
    height: 300px;
  }
}
.cid-ui2nUaJdaN {
  background-color: #8ab0cc;
}
.cid-ui2nUaJdaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2nUaJdaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2nUaJdaN .sogl {
  font-size: 0.8em;
}
.cid-ui2nUaJdaN .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-ui2nUaJdaN .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-ui2nUaJdaN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ui2nUaJdaN .form-check-label {
  font-size: 0.8em;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ui2nUaJdaN .contacts-wrapper {
    margin-bottom: 80px;
  }
}
.cid-ui2nUaJdaN .contacts-wrapper .contact-wrap {
  margin-bottom: 32px;
}
.cid-ui2nUaJdaN .contacts-wrapper .contact-wrap .mbr-label {
  margin-bottom: 4px;
}
.cid-ui2nUaJdaN .contacts-wrapper .contact-wrap .mbr-contact {
  margin-bottom: 0;
}
.cid-ui2nUaJdaN .dragArea.row .form-group {
  margin-bottom: 32px !important;
  padding: 0 16px;
}
.cid-ui2nUaJdaN .dragArea.row .form-group .form-control {
  font-weight: 300;
  padding: 8px 0;
  border-radius: 0;
  color: #ffffff;
  background-color: #8ab0cc;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-ui2nUaJdaN .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-ui2nUaJdaN .dragArea.row .form-group .form-control:hover,
.cid-ui2nUaJdaN .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
}
.cid-ui2nUaJdaN .dragArea.row .form-group textarea {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ui2nUaJdaN .dragArea.row .form-group textarea {
    min-height: 145px;
  }
}
.cid-ui2nUaJdaN .dragArea.row .form-group .form-check .form-check-input {
  border-color: #ffffff;
}
.cid-ui2nUaJdaN .dragArea.row .mbr-section-btn {
  width: 100% !important;
}
.cid-ui2nUaJdaN .dragArea.row .mbr-section-btn .btn {
  min-height: 60px;
  width: 100%;
}
.cid-ui2nUaJdaN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui2nUaJdaN .mbr-label {
  color: #283590;
}
.cid-ui2nUaJdaN .mbr-contact {
  color: #283590;
}
.cid-ui2nUaJdaN label {
  color: #ffffff;
}
.cid-ui2nUaJdaN LABEL {
  color: #283590;
}
.cid-ui2nUaJdaN H3 {
  color: #000000;
}
.cid-tTqOL5ZFLu.popup-builder {
  background-color: #ffffff;
}
.cid-tTqOL5ZFLu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tTqOL5ZFLu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tTqOL5ZFLu .modal-content,
.cid-tTqOL5ZFLu .modal-dialog {
  height: auto;
}
.cid-tTqOL5ZFLu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tTqOL5ZFLu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tTqOL5ZFLu .form-wrapper .mbr-form .form-group,
  .cid-tTqOL5ZFLu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tTqOL5ZFLu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tTqOL5ZFLu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTqOL5ZFLu .mbr-text {
  text-align: left;
}
.cid-tTqOL5ZFLu .pt-0 {
  padding-top: 0 !important;
}
.cid-tTqOL5ZFLu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tTqOL5ZFLu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tTqOL5ZFLu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tTqOL5ZFLu .modal-open {
  overflow: hidden;
}
.cid-tTqOL5ZFLu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tTqOL5ZFLu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tTqOL5ZFLu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tTqOL5ZFLu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tTqOL5ZFLu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tTqOL5ZFLu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tTqOL5ZFLu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tTqOL5ZFLu .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tTqOL5ZFLu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tTqOL5ZFLu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tTqOL5ZFLu .modal-backdrop.fade {
  opacity: 0;
}
.cid-tTqOL5ZFLu .modal-backdrop.show {
  opacity: .5;
}
.cid-tTqOL5ZFLu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tTqOL5ZFLu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL5ZFLu .modal-header {
    padding: 1rem;
  }
}
.cid-tTqOL5ZFLu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tTqOL5ZFLu .modal-header .close svg {
  fill: #353535;
}
.cid-tTqOL5ZFLu .modal-header .close:hover {
  opacity: 1;
}
.cid-tTqOL5ZFLu .modal-header .close:focus {
  outline: none;
}
.cid-tTqOL5ZFLu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tTqOL5ZFLu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tTqOL5ZFLu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL5ZFLu .modal-body {
    padding: 1rem;
  }
}
.cid-tTqOL5ZFLu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tTqOL5ZFLu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL5ZFLu .modal-footer {
    padding: 1rem;
  }
}
.cid-tTqOL5ZFLu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tTqOL5ZFLu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tTqOL5ZFLu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tTqOL5ZFLu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tTqOL5ZFLu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tTqOL5ZFLu .modal-lg,
  .cid-tTqOL5ZFLu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tTqOL5ZFLu .modal-xl {
    max-width: 1140px;
  }
}
.cid-tTqOL5ZFLu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tTqOL5ZFLu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tTqOL5ZFLu .form-group {
  margin-bottom: 1rem;
}
.cid-tTqOL5ZFLu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tTqOL5ZFLu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tTqOL5ZFLu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tTqOL5ZFLu .mbr-section-btn {
  margin: 0;
}
.cid-tTqOL5ZFLu .mbr-section-btn .btn {
  margin: 0;
}
.cid-tTTpylFcLs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #283590;
}
.cid-tTTpylFcLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTTpylFcLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTTpylFcLs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tTTpylFcLs .it-as-label {
  font-size: 0.8em;
}
.cid-tTTpylFcLs .list {
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tTTpylFcLs .list .item-wrap {
  padding: 8px 0;
  transition: all .3s ease;
}
.cid-tTTpylFcLs .list .item-wrap:hover {
  opacity: .5;
}
.cid-tTTpylFcLs .mbr-section-btn {
  width: 100%;
}
.cid-tTTpylFcLs .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
@media (max-width: 991px) {
  .cid-tTTpylFcLs .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
}
.cid-tTTpylFcLs .navbar-brand {
  max-width: 90px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTTpylFcLs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTTpylFcLs .copyright {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tTTpylFcLs .copyright {
    padding: 32px 0;
  }
}
.cid-tTTpylFcLs .mbr-section-title {
  color: #ffffff;
}
.cid-tTmN05KEIk .navbar-dropdown {
  background-color: #283590 !important;
  padding: 0;
}
.cid-tTmN05KEIk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #283590 !important;
  background: #283590;
}
.cid-tTmN05KEIk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .menu_box .navbar.opened,
  .cid-tTmN05KEIk .menu_box .navbar-collapse {
    background-color: #283590 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTmN05KEIk .navbar-dropdown {
  position: relative !important;
}
.cid-tTmN05KEIk .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tTmN05KEIk .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tTmN05KEIk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTmN05KEIk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #8ab0cc;
  }
  .cid-tTmN05KEIk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tTmN05KEIk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tTmN05KEIk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tTmN05KEIk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tTmN05KEIk .offcanvas-body .mbr-text,
  .cid-tTmN05KEIk .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tTmN05KEIk .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tTmN05KEIk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTmN05KEIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTmN05KEIk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTmN05KEIk .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tTmN05KEIk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTmN05KEIk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .nav-item {
    margin: 0 !important;
  }
}
.cid-tTmN05KEIk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTmN05KEIk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tTmN05KEIk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tTmN05KEIk .offcanvas_box {
    display: none;
  }
}
.cid-tTmN05KEIk .dropdown-item {
  border: none;
  font-weight: 600 !important;
}
.cid-tTmN05KEIk .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTmN05KEIk .container {
  display: flex;
  margin: auto;
}
.cid-tTmN05KEIk .iconfont-wrapper {
  color: #283590;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tTmN05KEIk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTmN05KEIk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tTmN05KEIk .navbar-caption {
  color: #495DFF;
}
.cid-tTmN05KEIk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .navbar-nav {
    margin: 0;
  }
}
.cid-tTmN05KEIk .dropdown-menu,
.cid-tTmN05KEIk .navbar.opened {
  background-color: false !important;
}
.cid-tTmN05KEIk .nav-item:focus,
.cid-tTmN05KEIk .nav-link:focus {
  outline: none;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTmN05KEIk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTmN05KEIk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTmN05KEIk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTmN05KEIk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTmN05KEIk .navbar.opened {
  transition: all 0.3s;
}
.cid-tTmN05KEIk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTmN05KEIk .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tTmN05KEIk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tTmN05KEIk .navbar.collapsed {
  justify-content: center;
}
.cid-tTmN05KEIk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTmN05KEIk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTmN05KEIk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTmN05KEIk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tTmN05KEIk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tTmN05KEIk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTmN05KEIk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTmN05KEIk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTmN05KEIk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTmN05KEIk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTmN05KEIk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTmN05KEIk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTmN05KEIk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTmN05KEIk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTmN05KEIk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTmN05KEIk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTmN05KEIk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTmN05KEIk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tTmN05KEIk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTmN05KEIk .dropdown-item.active,
.cid-tTmN05KEIk .dropdown-item:active {
  background-color: transparent;
}
.cid-tTmN05KEIk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTmN05KEIk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTmN05KEIk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTmN05KEIk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTmN05KEIk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #283590;
  background: #283590;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTmN05KEIk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTmN05KEIk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTmN05KEIk .navbar {
    height: 70px;
  }
  .cid-tTmN05KEIk .navbar.opened {
    height: auto;
  }
  .cid-tTmN05KEIk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTmN05KEIk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTmN05KEIk .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tTmN05KEIk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tTmN05KEIk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tTmN05KEIk .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tTmN05KEIk .navbar-caption:hover {
  color: #8ab0cc;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTmN05KEIk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTmN05KEIk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tTmN05KEIk .text_widget {
  color: #ffffff;
}
.cid-tTmN05KEIk .mbr-section-subtitle,
.cid-tTmN05KEIk .text_widget,
.cid-tTmN05KEIk .mbr-section-btn {
  text-align: center;
}
.cid-tTmN05KEIk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tT9vboVaX8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tT9vboVaX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT9vboVaX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT9vboVaX8 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tT9vboVaX8 .label-text {
  color: #747474;
}
.cid-tT9vboVaX8 .mbr-title {
  margin-top: 30px;
  color: #283590;
}
.cid-tT9vboVaX8 .mbr-subtitle {
  margin-top: 40px;
  color: #747474;
}
@media (max-width: 991px) {
  .cid-tT9vboVaX8 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tT9vboVaX8 .mbr-text {
  margin-top: 30px;
  color: #424242;
  text-align: center;
}
.cid-tT9vm8WKyK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT9vm8WKyK .container-fluid {
  padding: 0 3rem;
}
.cid-tT9vm8WKyK .mbr-section-subtitle {
  color: #767676;
}
.cid-tT9vm8WKyK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tT9vm8WKyK .table-wrapper {
  margin: 0 auto;
}
.cid-tT9vm8WKyK table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tT9vm8WKyK table thead tr {
  border: none !important;
}
.cid-tT9vm8WKyK table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tT9vm8WKyK table tr td {
  border-color: #eceeef;
}
.cid-tT9vm8WKyK table td {
  padding: 0.7rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tT9vm8WKyK th:after,
.cid-tT9vm8WKyK th:before {
  display: none !important;
}
.cid-tT9vm8WKyK .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tT9vm8WKyK .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-tT9vm8WKyK table th,
  .cid-tT9vm8WKyK table td {
    padding: .75rem;
  }
}
.cid-tT9vm8WKyK .body-item {
  text-align: left;
  font-size: 1em;
}
.cid-tT9vm8WKyK .mbr-text {
  color: #767676;
}
.cid-tT9vm8WKyK .head-item {
  color: #232323;
}
.cid-tT9vm8WKyK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tT9vm8WKyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT9vm8WKyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT9vm8WKyK .mbr-section-title,
.cid-tT9vm8WKyK .head-item {
  text-align: left;
}
.cid-tT9wqvoy8H {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT9wqvoy8H .container-fluid {
  padding: 0 3rem;
}
.cid-tT9wqvoy8H .mbr-section-subtitle {
  color: #767676;
}
.cid-tT9wqvoy8H .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tT9wqvoy8H .table-wrapper {
  margin: 0 auto;
}
.cid-tT9wqvoy8H table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tT9wqvoy8H table thead tr {
  border: none !important;
}
.cid-tT9wqvoy8H table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tT9wqvoy8H table tr td {
  border-color: #eceeef;
}
.cid-tT9wqvoy8H table td {
  padding: 0.7rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tT9wqvoy8H th:after,
.cid-tT9wqvoy8H th:before {
  display: none !important;
}
.cid-tT9wqvoy8H .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tT9wqvoy8H .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-tT9wqvoy8H table th,
  .cid-tT9wqvoy8H table td {
    padding: .75rem;
  }
}
.cid-tT9wqvoy8H .body-item {
  text-align: left;
  font-size: 1em;
}
.cid-tT9wqvoy8H .mbr-text {
  color: #767676;
}
.cid-tT9wqvoy8H .head-item {
  color: #232323;
}
.cid-tT9wqvoy8H .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tT9wqvoy8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT9wqvoy8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT9wqvoy8H .mbr-section-title,
.cid-tT9wqvoy8H .head-item {
  text-align: left;
}
.cid-tT9wqQw5as {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tT9wqQw5as .container-fluid {
  padding: 0 3rem;
}
.cid-tT9wqQw5as .mbr-section-subtitle {
  color: #767676;
}
.cid-tT9wqQw5as .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tT9wqQw5as .table-wrapper {
  margin: 0 auto;
}
.cid-tT9wqQw5as table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tT9wqQw5as table thead tr {
  border: none !important;
}
.cid-tT9wqQw5as table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tT9wqQw5as table tr td {
  border-color: #eceeef;
}
.cid-tT9wqQw5as table td {
  padding: 0.7rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tT9wqQw5as th:after,
.cid-tT9wqQw5as th:before {
  display: none !important;
}
.cid-tT9wqQw5as .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tT9wqQw5as .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-tT9wqQw5as table th,
  .cid-tT9wqQw5as table td {
    padding: .75rem;
  }
}
.cid-tT9wqQw5as .body-item {
  text-align: left;
  font-size: 1em;
}
.cid-tT9wqQw5as .mbr-text {
  color: #767676;
}
.cid-tT9wqQw5as .head-item {
  color: #232323;
}
.cid-tT9wqQw5as .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tT9wqQw5as .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT9wqQw5as .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT9wqQw5as .mbr-section-title,
.cid-tT9wqQw5as .head-item {
  text-align: left;
}
.cid-tTqOL5ZmRz.popup-builder {
  background-color: #ffffff;
}
.cid-tTqOL5ZmRz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tTqOL5ZmRz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tTqOL5ZmRz .modal-content,
.cid-tTqOL5ZmRz .modal-dialog {
  height: auto;
}
.cid-tTqOL5ZmRz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tTqOL5ZmRz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tTqOL5ZmRz .form-wrapper .mbr-form .form-group,
  .cid-tTqOL5ZmRz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tTqOL5ZmRz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tTqOL5ZmRz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTqOL5ZmRz .mbr-text {
  text-align: left;
}
.cid-tTqOL5ZmRz .pt-0 {
  padding-top: 0 !important;
}
.cid-tTqOL5ZmRz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tTqOL5ZmRz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tTqOL5ZmRz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tTqOL5ZmRz .modal-open {
  overflow: hidden;
}
.cid-tTqOL5ZmRz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tTqOL5ZmRz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tTqOL5ZmRz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tTqOL5ZmRz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tTqOL5ZmRz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tTqOL5ZmRz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tTqOL5ZmRz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tTqOL5ZmRz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tTqOL5ZmRz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tTqOL5ZmRz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tTqOL5ZmRz .modal-backdrop.fade {
  opacity: 0;
}
.cid-tTqOL5ZmRz .modal-backdrop.show {
  opacity: .5;
}
.cid-tTqOL5ZmRz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tTqOL5ZmRz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL5ZmRz .modal-header {
    padding: 1rem;
  }
}
.cid-tTqOL5ZmRz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tTqOL5ZmRz .modal-header .close svg {
  fill: #353535;
}
.cid-tTqOL5ZmRz .modal-header .close:hover {
  opacity: 1;
}
.cid-tTqOL5ZmRz .modal-header .close:focus {
  outline: none;
}
.cid-tTqOL5ZmRz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tTqOL5ZmRz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tTqOL5ZmRz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL5ZmRz .modal-body {
    padding: 1rem;
  }
}
.cid-tTqOL5ZmRz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tTqOL5ZmRz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL5ZmRz .modal-footer {
    padding: 1rem;
  }
}
.cid-tTqOL5ZmRz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tTqOL5ZmRz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tTqOL5ZmRz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tTqOL5ZmRz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tTqOL5ZmRz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tTqOL5ZmRz .modal-lg,
  .cid-tTqOL5ZmRz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tTqOL5ZmRz .modal-xl {
    max-width: 1140px;
  }
}
.cid-tTqOL5ZmRz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tTqOL5ZmRz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tTqOL5ZmRz .form-group {
  margin-bottom: 1rem;
}
.cid-tTqOL5ZmRz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tTqOL5ZmRz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tTqOL5ZmRz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tTqOL5ZmRz .mbr-section-btn {
  margin: 0;
}
.cid-tTqOL5ZmRz .mbr-section-btn .btn {
  margin: 0;
}
.cid-tTTpylFcLs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #283590;
}
.cid-tTTpylFcLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTTpylFcLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTTpylFcLs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tTTpylFcLs .it-as-label {
  font-size: 0.8em;
}
.cid-tTTpylFcLs .list {
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tTTpylFcLs .list .item-wrap {
  padding: 8px 0;
  transition: all .3s ease;
}
.cid-tTTpylFcLs .list .item-wrap:hover {
  opacity: .5;
}
.cid-tTTpylFcLs .mbr-section-btn {
  width: 100%;
}
.cid-tTTpylFcLs .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
@media (max-width: 991px) {
  .cid-tTTpylFcLs .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
}
.cid-tTTpylFcLs .navbar-brand {
  max-width: 90px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTTpylFcLs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTTpylFcLs .copyright {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tTTpylFcLs .copyright {
    padding: 32px 0;
  }
}
.cid-tTTpylFcLs .mbr-section-title {
  color: #ffffff;
}
.cid-tTmN05KEIk .navbar-dropdown {
  background-color: #283590 !important;
  padding: 0;
}
.cid-tTmN05KEIk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #283590 !important;
  background: #283590;
}
.cid-tTmN05KEIk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .menu_box .navbar.opened,
  .cid-tTmN05KEIk .menu_box .navbar-collapse {
    background-color: #283590 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTmN05KEIk .navbar-dropdown {
  position: relative !important;
}
.cid-tTmN05KEIk .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tTmN05KEIk .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tTmN05KEIk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTmN05KEIk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #8ab0cc;
  }
  .cid-tTmN05KEIk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tTmN05KEIk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tTmN05KEIk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tTmN05KEIk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tTmN05KEIk .offcanvas-body .mbr-text,
  .cid-tTmN05KEIk .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tTmN05KEIk .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tTmN05KEIk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTmN05KEIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTmN05KEIk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTmN05KEIk .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tTmN05KEIk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTmN05KEIk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .nav-item {
    margin: 0 !important;
  }
}
.cid-tTmN05KEIk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTmN05KEIk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tTmN05KEIk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tTmN05KEIk .offcanvas_box {
    display: none;
  }
}
.cid-tTmN05KEIk .dropdown-item {
  border: none;
  font-weight: 600 !important;
}
.cid-tTmN05KEIk .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTmN05KEIk .container {
  display: flex;
  margin: auto;
}
.cid-tTmN05KEIk .iconfont-wrapper {
  color: #283590;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tTmN05KEIk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTmN05KEIk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tTmN05KEIk .navbar-caption {
  color: #495DFF;
}
.cid-tTmN05KEIk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .navbar-nav {
    margin: 0;
  }
}
.cid-tTmN05KEIk .dropdown-menu,
.cid-tTmN05KEIk .navbar.opened {
  background-color: false !important;
}
.cid-tTmN05KEIk .nav-item:focus,
.cid-tTmN05KEIk .nav-link:focus {
  outline: none;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTmN05KEIk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTmN05KEIk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTmN05KEIk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTmN05KEIk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTmN05KEIk .navbar.opened {
  transition: all 0.3s;
}
.cid-tTmN05KEIk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTmN05KEIk .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tTmN05KEIk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tTmN05KEIk .navbar.collapsed {
  justify-content: center;
}
.cid-tTmN05KEIk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTmN05KEIk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTmN05KEIk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTmN05KEIk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tTmN05KEIk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tTmN05KEIk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTmN05KEIk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTmN05KEIk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTmN05KEIk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTmN05KEIk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTmN05KEIk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTmN05KEIk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTmN05KEIk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTmN05KEIk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTmN05KEIk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTmN05KEIk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTmN05KEIk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTmN05KEIk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tTmN05KEIk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTmN05KEIk .dropdown-item.active,
.cid-tTmN05KEIk .dropdown-item:active {
  background-color: transparent;
}
.cid-tTmN05KEIk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTmN05KEIk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTmN05KEIk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTmN05KEIk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTmN05KEIk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #283590;
  background: #283590;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTmN05KEIk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTmN05KEIk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTmN05KEIk .navbar {
    height: 70px;
  }
  .cid-tTmN05KEIk .navbar.opened {
    height: auto;
  }
  .cid-tTmN05KEIk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTmN05KEIk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTmN05KEIk .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tTmN05KEIk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tTmN05KEIk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tTmN05KEIk .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tTmN05KEIk .navbar-caption:hover {
  color: #8ab0cc;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTmN05KEIk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTmN05KEIk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tTmN05KEIk .text_widget {
  color: #ffffff;
}
.cid-tTmN05KEIk .mbr-section-subtitle,
.cid-tTmN05KEIk .text_widget,
.cid-tTmN05KEIk .mbr-section-btn {
  text-align: center;
}
.cid-tTmN05KEIk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tTroDdJXBt {
  background-image: url("../../../assets/images/b-royfoei50-2000x1500.jpg");
}
.cid-tTroDdJXBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTroDdJXBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTroDdJXBt .container {
  overflow: hidden;
}
.cid-tTroDdJXBt .title-wrapper {
  margin: 0 auto;
}
.cid-tTroDdJXBt .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tTroDdJXBt .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tTroDdJXBt .mbr-section-title {
  color: #ffffff;
}
.cid-tTroDdJXBt .mbr-text {
  color: #ffffff;
}
.cid-tT9ovsHGnM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tT9ovsHGnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT9ovsHGnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT9ovsHGnM .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tT9ovsHGnM .label-text {
  color: #747474;
}
.cid-tT9ovsHGnM .mbr-title {
  margin-top: 30px;
  color: #283590;
}
.cid-tT9ovsHGnM .mbr-subtitle {
  margin-top: 40px;
  color: #747474;
}
@media (max-width: 991px) {
  .cid-tT9ovsHGnM .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tT9ovsHGnM .mbr-text {
  margin-top: 30px;
  color: #424242;
  text-align: center;
}
.cid-tT9p7cSBBM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tT9p7cSBBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT9p7cSBBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT9p7cSBBM .text-wrap {
  width: 100%;
}
.cid-tT9p7cSBBM .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tT9p7cSBBM .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-tT9p7cSBBM .list-wrap {
  margin-top: 52px;
}
.cid-tT9p7cSBBM .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-tT9p7cSBBM .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-tT9p7cSBBM .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-tT9p7cSBBM .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-tTmDv6lk4F {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tTmDv6lk4F .container-fluid {
  padding: 0 3rem;
}
.cid-tTmDv6lk4F .mbr-section-subtitle {
  color: #767676;
}
.cid-tTmDv6lk4F .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tTmDv6lk4F .table-wrapper {
  margin: 0 auto;
}
.cid-tTmDv6lk4F table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tTmDv6lk4F table thead tr {
  border: none !important;
}
.cid-tTmDv6lk4F table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #b8b8b8;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tTmDv6lk4F table tr td {
  border-color: #bbbbbb;
}
.cid-tTmDv6lk4F table td {
  padding: 1rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tTmDv6lk4F th:after,
.cid-tTmDv6lk4F th:before {
  display: none !important;
}
.cid-tTmDv6lk4F .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tTmDv6lk4F .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-tTmDv6lk4F table th,
  .cid-tTmDv6lk4F table td {
    padding: .75rem;
  }
  .cid-tTmDv6lk4F .body-item {
    font-size: 0.5em;
  }
}
.cid-tTmDv6lk4F .body-item {
  text-align: left;
  font-size: 1em;
}
.cid-tTmDv6lk4F .mbr-text {
  color: #767676;
}
.cid-tTmDv6lk4F .head-item {
  color: #232323;
}
.cid-tTmDv6lk4F .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tTmDv6lk4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTmDv6lk4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTmDv6lk4F .mbr-section-title,
.cid-tTmDv6lk4F .head-item {
  text-align: left;
}
.cid-tTmDv6lk4F .table tbody .tableColumns .body-item,
.cid-tTmDv6lk4F .table {
  text-align: center;
}
.cid-tT9tZzHlXr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tT9tZzHlXr img,
.cid-tT9tZzHlXr .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tT9tZzHlXr .item:focus,
.cid-tT9tZzHlXr span:focus {
  outline: none;
}
.cid-tT9tZzHlXr .item-wrapper {
  position: relative;
}
.cid-tT9tZzHlXr .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tT9tZzHlXr .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tT9tZzHlXr .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tT9tZzHlXr .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tT9tZzHlXr .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tT9tZzHlXr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tT9tZzHlXr .mbr-section-title {
  color: #232323;
}
.cid-tT9tZzHlXr .mbr-text,
.cid-tT9tZzHlXr .mbr-section-btn {
  text-align: left;
}
.cid-tT9tZzHlXr .item-title {
  text-align: left;
}
.cid-tT9tZzHlXr .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tT9tZzHlXr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tT9tZzHlXr .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tT9tZzHlXr .embla__button--next,
.cid-tT9tZzHlXr .embla__button--prev {
  display: flex;
}
.cid-tT9tZzHlXr .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tT9tZzHlXr .embla__button {
    display: none;
  }
}
.cid-tT9tZzHlXr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tT9tZzHlXr .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tT9tZzHlXr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tT9tZzHlXr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tT9tZzHlXr .embla__button {
    top: auto;
  }
}
.cid-tT9tZzHlXr .embla {
  position: relative;
  width: 100%;
}
.cid-tT9tZzHlXr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tT9tZzHlXr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tT9tZzHlXr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tT9tZzHlXr .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-tT9tZzHlXr .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tT9tZzHlXr .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tT9tZzHlXr .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tTTBSux51g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8ab0cc;
}
.cid-tTTBSux51g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTTBSux51g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTTBSux51g .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-tTTBSux51g .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-tTTBSux51g .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTTBSux51g .contacts-wrapper {
    margin-bottom: 80px;
  }
}
.cid-tTTBSux51g .contacts-wrapper .contact-wrap {
  margin-bottom: 32px;
}
.cid-tTTBSux51g .contacts-wrapper .contact-wrap .mbr-label {
  margin-bottom: 4px;
}
.cid-tTTBSux51g .contacts-wrapper .contact-wrap .mbr-contact {
  margin-bottom: 0;
}
.cid-tTTBSux51g .dragArea.row .form-group {
  margin-bottom: 32px !important;
  padding: 0 16px;
}
.cid-tTTBSux51g .dragArea.row .form-group .form-control {
  font-weight: 300;
  padding: 8px 0;
  border-radius: 0;
  border: none !important;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-tTTBSux51g .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-tTTBSux51g .dragArea.row .form-group .form-control:hover,
.cid-tTTBSux51g .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
}
.cid-tTTBSux51g .dragArea.row .form-group textarea {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-tTTBSux51g .dragArea.row .form-group textarea {
    min-height: 145px;
  }
}
.cid-tTTBSux51g .dragArea.row .form-group .form-check .form-check-input {
  border-color: #ffffff;
}
.cid-tTTBSux51g .dragArea.row .mbr-section-btn {
  width: 100% !important;
}
.cid-tTTBSux51g .dragArea.row .mbr-section-btn .btn {
  min-height: 60px;
  width: 100%;
}
.cid-tTTBSux51g .form-check-label {
  font-size: 0.8em;
}
.cid-tTTBSux51g .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tTTBSux51g .mbr-label {
  color: #283590;
}
.cid-tTTBSux51g .mbr-contact {
  color: #283590;
}
.cid-tTTBSux51g label {
  color: #ffffff;
}
.cid-tTTBSux51g LABEL {
  color: #ffffff;
}
.cid-tTqOL60syQ.popup-builder {
  background-color: #ffffff;
}
.cid-tTqOL60syQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tTqOL60syQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tTqOL60syQ .modal-content,
.cid-tTqOL60syQ .modal-dialog {
  height: auto;
}
.cid-tTqOL60syQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tTqOL60syQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tTqOL60syQ .form-wrapper .mbr-form .form-group,
  .cid-tTqOL60syQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tTqOL60syQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tTqOL60syQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTqOL60syQ .mbr-text {
  text-align: left;
}
.cid-tTqOL60syQ .pt-0 {
  padding-top: 0 !important;
}
.cid-tTqOL60syQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tTqOL60syQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tTqOL60syQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tTqOL60syQ .modal-open {
  overflow: hidden;
}
.cid-tTqOL60syQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tTqOL60syQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tTqOL60syQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tTqOL60syQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tTqOL60syQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tTqOL60syQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tTqOL60syQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tTqOL60syQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tTqOL60syQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tTqOL60syQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tTqOL60syQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tTqOL60syQ .modal-backdrop.show {
  opacity: .5;
}
.cid-tTqOL60syQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tTqOL60syQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL60syQ .modal-header {
    padding: 1rem;
  }
}
.cid-tTqOL60syQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tTqOL60syQ .modal-header .close svg {
  fill: #353535;
}
.cid-tTqOL60syQ .modal-header .close:hover {
  opacity: 1;
}
.cid-tTqOL60syQ .modal-header .close:focus {
  outline: none;
}
.cid-tTqOL60syQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tTqOL60syQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tTqOL60syQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL60syQ .modal-body {
    padding: 1rem;
  }
}
.cid-tTqOL60syQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tTqOL60syQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL60syQ .modal-footer {
    padding: 1rem;
  }
}
.cid-tTqOL60syQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tTqOL60syQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tTqOL60syQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tTqOL60syQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tTqOL60syQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tTqOL60syQ .modal-lg,
  .cid-tTqOL60syQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tTqOL60syQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tTqOL60syQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tTqOL60syQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tTqOL60syQ .form-group {
  margin-bottom: 1rem;
}
.cid-tTqOL60syQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tTqOL60syQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tTqOL60syQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tTqOL60syQ .mbr-section-btn {
  margin: 0;
}
.cid-tTqOL60syQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tTTpylFcLs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #283590;
}
.cid-tTTpylFcLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTTpylFcLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTTpylFcLs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tTTpylFcLs .it-as-label {
  font-size: 0.8em;
}
.cid-tTTpylFcLs .list {
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tTTpylFcLs .list .item-wrap {
  padding: 8px 0;
  transition: all .3s ease;
}
.cid-tTTpylFcLs .list .item-wrap:hover {
  opacity: .5;
}
.cid-tTTpylFcLs .mbr-section-btn {
  width: 100%;
}
.cid-tTTpylFcLs .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
@media (max-width: 991px) {
  .cid-tTTpylFcLs .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
}
.cid-tTTpylFcLs .navbar-brand {
  max-width: 90px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTTpylFcLs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTTpylFcLs .copyright {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tTTpylFcLs .copyright {
    padding: 32px 0;
  }
}
.cid-tTTpylFcLs .mbr-section-title {
  color: #ffffff;
}
.cid-tTmN05KEIk .navbar-dropdown {
  background-color: #283590 !important;
  padding: 0;
}
.cid-tTmN05KEIk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #283590 !important;
  background: #283590;
}
.cid-tTmN05KEIk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .menu_box .navbar.opened,
  .cid-tTmN05KEIk .menu_box .navbar-collapse {
    background-color: #283590 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTmN05KEIk .navbar-dropdown {
  position: relative !important;
}
.cid-tTmN05KEIk .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tTmN05KEIk .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tTmN05KEIk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTmN05KEIk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #8ab0cc;
  }
  .cid-tTmN05KEIk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tTmN05KEIk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tTmN05KEIk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tTmN05KEIk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tTmN05KEIk .offcanvas-body .mbr-text,
  .cid-tTmN05KEIk .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tTmN05KEIk .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tTmN05KEIk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tTmN05KEIk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTmN05KEIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTmN05KEIk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTmN05KEIk .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tTmN05KEIk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTmN05KEIk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .nav-item {
    margin: 0 !important;
  }
}
.cid-tTmN05KEIk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTmN05KEIk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTmN05KEIk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tTmN05KEIk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tTmN05KEIk .offcanvas_box {
    display: none;
  }
}
.cid-tTmN05KEIk .dropdown-item {
  border: none;
  font-weight: 600 !important;
}
.cid-tTmN05KEIk .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTmN05KEIk .container {
  display: flex;
  margin: auto;
}
.cid-tTmN05KEIk .iconfont-wrapper {
  color: #283590;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tTmN05KEIk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTmN05KEIk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tTmN05KEIk .navbar-caption {
  color: #495DFF;
}
.cid-tTmN05KEIk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .navbar-nav {
    margin: 0;
  }
}
.cid-tTmN05KEIk .dropdown-menu,
.cid-tTmN05KEIk .navbar.opened {
  background-color: false !important;
}
.cid-tTmN05KEIk .nav-item:focus,
.cid-tTmN05KEIk .nav-link:focus {
  outline: none;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTmN05KEIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTmN05KEIk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTmN05KEIk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTmN05KEIk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTmN05KEIk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTmN05KEIk .navbar.opened {
  transition: all 0.3s;
}
.cid-tTmN05KEIk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTmN05KEIk .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tTmN05KEIk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tTmN05KEIk .navbar.collapsed {
  justify-content: center;
}
.cid-tTmN05KEIk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTmN05KEIk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTmN05KEIk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTmN05KEIk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTmN05KEIk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTmN05KEIk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tTmN05KEIk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tTmN05KEIk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTmN05KEIk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTmN05KEIk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTmN05KEIk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTmN05KEIk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTmN05KEIk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTmN05KEIk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTmN05KEIk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTmN05KEIk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTmN05KEIk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTmN05KEIk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTmN05KEIk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTmN05KEIk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTmN05KEIk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tTmN05KEIk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTmN05KEIk .dropdown-item.active,
.cid-tTmN05KEIk .dropdown-item:active {
  background-color: transparent;
}
.cid-tTmN05KEIk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTmN05KEIk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTmN05KEIk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTmN05KEIk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTmN05KEIk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTmN05KEIk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #283590;
  background: #283590;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTmN05KEIk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTmN05KEIk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTmN05KEIk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTmN05KEIk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTmN05KEIk .navbar {
    height: 70px;
  }
  .cid-tTmN05KEIk .navbar.opened {
    height: auto;
  }
  .cid-tTmN05KEIk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTmN05KEIk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTmN05KEIk .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tTmN05KEIk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tTmN05KEIk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tTmN05KEIk .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tTmN05KEIk .navbar-caption:hover {
  color: #8ab0cc;
}
@media (min-width: 992px) {
  .cid-tTmN05KEIk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTmN05KEIk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTmN05KEIk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tTmN05KEIk .text_widget {
  color: #ffffff;
}
.cid-tTmN05KEIk .mbr-section-subtitle,
.cid-tTmN05KEIk .text_widget,
.cid-tTmN05KEIk .mbr-section-btn {
  text-align: center;
}
.cid-tTmN05KEIk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tTmR3SVBXV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTmR3SVBXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTmR3SVBXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTmR3SVBXV .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tTmR3SVBXV .label-text {
  color: #747474;
}
.cid-tTmR3SVBXV .mbr-title {
  margin-top: 30px;
  color: #283590;
}
.cid-tTmR3SVBXV .mbr-subtitle {
  margin-top: 40px;
  color: #747474;
}
@media (max-width: 991px) {
  .cid-tTmR3SVBXV .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tTmR3SVBXV .mbr-text {
  margin-top: 30px;
  color: #424242;
  text-align: center;
}
.cid-tTqGurG9SA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTqGurG9SA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTqGurG9SA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTqGurG9SA .row {
    padding: 0 13px;
  }
}
.cid-tTqGurG9SA .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTqGurG9SA .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTqGurG9SA .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTqGurG9SA .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-tTqGurG9SA .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tTqGurG9SA .text-wrapper {
    padding: 0;
  }
}
.cid-tTqGurG9SA .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-tTqGurG9SA .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-tTqGurG9SA .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-tTqGurG9SA .mbr-text {
  color: #000000;
}
.cid-tTqGurG9SA .mbr-name {
  color: #ffffff;
}
.cid-tTqGurG9SA .mbr-role {
  color: #ffffff;
}
.cid-tTmTLS6hU4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTmTLS6hU4 .container-fluid {
  padding: 0 3rem;
}
.cid-tTmTLS6hU4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tTmTLS6hU4 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tTmTLS6hU4 .table-wrapper {
  margin: 0 auto;
}
.cid-tTmTLS6hU4 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tTmTLS6hU4 table thead tr {
  border: none !important;
}
.cid-tTmTLS6hU4 table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tTmTLS6hU4 table tr td {
  border-color: #eceeef;
}
.cid-tTmTLS6hU4 table td {
  padding: 0.7rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tTmTLS6hU4 th:after,
.cid-tTmTLS6hU4 th:before {
  display: none !important;
}
.cid-tTmTLS6hU4 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tTmTLS6hU4 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-tTmTLS6hU4 .body-item {
  text-align: left;
}
.cid-tTmTLS6hU4 .mbr-text {
  color: #767676;
}
.cid-tTmTLS6hU4 .head-item {
  color: #232323;
}
.cid-tTmTLS6hU4 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tTmTLS6hU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTmTLS6hU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTmTLS6hU4 .mbr-section-title,
.cid-tTmTLS6hU4 .head-item {
  text-align: left;
  font-size: 1.7em;
}
.cid-tTmTLS6hU4 .table tbody .tableColumns .body-item,
.cid-tTmTLS6hU4 .table {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTmTLS6hU4 table th,
  .cid-tTmTLS6hU4 table td {
    padding: .75rem;
  }
  .cid-tTmTLS6hU4 .body-item {
    font-size: 0.8em;
  }
  .cid-tTmTLS6hU4 .head-item {
    font-size: 1.2em;
  }
}
.cid-tTqGvViRnB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTqGvViRnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTqGvViRnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTqGvViRnB .row {
    padding: 0 13px;
  }
}
.cid-tTqGvViRnB .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTqGvViRnB .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTqGvViRnB .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTqGvViRnB .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-tTqGvViRnB .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tTqGvViRnB .text-wrapper {
    padding: 0;
  }
}
.cid-tTqGvViRnB .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-tTqGvViRnB .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-tTqGvViRnB .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-tTqGvViRnB .mbr-text {
  color: #000000;
}
.cid-tTqGvViRnB .mbr-name {
  color: #ffffff;
}
.cid-tTqGvViRnB .mbr-role {
  color: #ffffff;
}
.cid-tTmTOq179W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTmTOq179W .container-fluid {
  padding: 0 3rem;
}
.cid-tTmTOq179W .mbr-section-subtitle {
  color: #767676;
}
.cid-tTmTOq179W .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tTmTOq179W .table-wrapper {
  margin: 0 auto;
}
.cid-tTmTOq179W table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tTmTOq179W table thead tr {
  border: none !important;
}
.cid-tTmTOq179W table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tTmTOq179W table tr td {
  border-color: #eceeef;
}
.cid-tTmTOq179W table td {
  padding: 0.7rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tTmTOq179W th:after,
.cid-tTmTOq179W th:before {
  display: none !important;
}
.cid-tTmTOq179W .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tTmTOq179W .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-tTmTOq179W .body-item {
  text-align: left;
}
.cid-tTmTOq179W .mbr-text {
  color: #767676;
}
.cid-tTmTOq179W .head-item {
  color: #232323;
}
.cid-tTmTOq179W .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tTmTOq179W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTmTOq179W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTmTOq179W .mbr-section-title,
.cid-tTmTOq179W .head-item {
  text-align: left;
  font-size: 1.7em;
}
.cid-tTmTOq179W .table tbody .tableColumns .body-item,
.cid-tTmTOq179W .table {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTmTOq179W table th,
  .cid-tTmTOq179W table td {
    padding: .75rem;
  }
  .cid-tTmTOq179W .body-item {
    font-size: 0.8em;
  }
  .cid-tTmTOq179W .head-item {
    font-size: 1.2em;
  }
}
.cid-tTqGwO9vig {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTqGwO9vig .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTqGwO9vig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTqGwO9vig .row {
    padding: 0 13px;
  }
}
.cid-tTqGwO9vig .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTqGwO9vig .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTqGwO9vig .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTqGwO9vig .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-tTqGwO9vig .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tTqGwO9vig .text-wrapper {
    padding: 0;
  }
}
.cid-tTqGwO9vig .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-tTqGwO9vig .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-tTqGwO9vig .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-tTqGwO9vig .mbr-text {
  color: #000000;
}
.cid-tTqGwO9vig .mbr-name {
  color: #ffffff;
}
.cid-tTqGwO9vig .mbr-role {
  color: #ffffff;
}
.cid-tTmTOPQUa5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTmTOPQUa5 .container-fluid {
  padding: 0 3rem;
}
.cid-tTmTOPQUa5 .mbr-section-subtitle {
  color: #767676;
}
.cid-tTmTOPQUa5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tTmTOPQUa5 .table-wrapper {
  margin: 0 auto;
}
.cid-tTmTOPQUa5 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tTmTOPQUa5 table thead tr {
  border: none !important;
}
.cid-tTmTOPQUa5 table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tTmTOPQUa5 table tr td {
  border-color: #eceeef;
}
.cid-tTmTOPQUa5 table td {
  padding: 0.7rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tTmTOPQUa5 th:after,
.cid-tTmTOPQUa5 th:before {
  display: none !important;
}
.cid-tTmTOPQUa5 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tTmTOPQUa5 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-tTmTOPQUa5 .body-item {
  text-align: left;
}
.cid-tTmTOPQUa5 .mbr-text {
  color: #767676;
}
.cid-tTmTOPQUa5 .head-item {
  color: #232323;
}
.cid-tTmTOPQUa5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tTmTOPQUa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTmTOPQUa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTmTOPQUa5 .mbr-section-title,
.cid-tTmTOPQUa5 .head-item {
  text-align: left;
  font-size: 1.7em;
}
.cid-tTmTOPQUa5 .table tbody .tableColumns .body-item,
.cid-tTmTOPQUa5 .table {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTmTOPQUa5 table th,
  .cid-tTmTOPQUa5 table td {
    padding: .75rem;
  }
  .cid-tTmTOPQUa5 .body-item {
    font-size: 0.8em;
  }
  .cid-tTmTOPQUa5 .head-item {
    font-size: 1.2em;
  }
}
.cid-tTqG6uqu84 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTqG6uqu84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTqG6uqu84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTqG6uqu84 .row {
    padding: 0 13px;
  }
}
.cid-tTqG6uqu84 .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTqG6uqu84 .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTqG6uqu84 .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTqG6uqu84 .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-tTqG6uqu84 .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tTqG6uqu84 .text-wrapper {
    padding: 0;
  }
}
.cid-tTqG6uqu84 .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-tTqG6uqu84 .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-tTqG6uqu84 .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-tTqG6uqu84 .mbr-text {
  color: #000000;
}
.cid-tTqG6uqu84 .mbr-name {
  color: #ffffff;
}
.cid-tTqG6uqu84 .mbr-role {
  color: #ffffff;
}
.cid-tTmR3bP8Ni {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tTmR3bP8Ni .container-fluid {
  padding: 0 3rem;
}
.cid-tTmR3bP8Ni .mbr-section-subtitle {
  color: #767676;
}
.cid-tTmR3bP8Ni .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tTmR3bP8Ni .table-wrapper {
  margin: 0 auto;
}
.cid-tTmR3bP8Ni table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tTmR3bP8Ni table thead tr {
  border: none !important;
}
.cid-tTmR3bP8Ni table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tTmR3bP8Ni table tr td {
  border-color: #eceeef;
}
.cid-tTmR3bP8Ni table td {
  padding: 0.7rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tTmR3bP8Ni th:after,
.cid-tTmR3bP8Ni th:before {
  display: none !important;
}
.cid-tTmR3bP8Ni .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tTmR3bP8Ni .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-tTmR3bP8Ni .body-item {
  text-align: left;
}
.cid-tTmR3bP8Ni .mbr-text {
  color: #767676;
}
.cid-tTmR3bP8Ni .head-item {
  color: #232323;
}
.cid-tTmR3bP8Ni .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tTmR3bP8Ni .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTmR3bP8Ni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTmR3bP8Ni .mbr-section-title,
.cid-tTmR3bP8Ni .head-item {
  text-align: left;
  font-size: 1.7em;
}
.cid-tTmR3bP8Ni .table tbody .tableColumns .body-item,
.cid-tTmR3bP8Ni .table {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTmR3bP8Ni table th,
  .cid-tTmR3bP8Ni table td {
    padding: .75rem;
  }
  .cid-tTmR3bP8Ni .body-item {
    font-size: 0.8em;
  }
  .cid-tTmR3bP8Ni .head-item {
    font-size: 1.2em;
  }
}
.cid-tTrlw5mn64 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tTrlw5mn64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrlw5mn64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrlw5mn64 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tTrlw5mn64 .label-text {
  color: #747474;
}
.cid-tTrlw5mn64 .mbr-title {
  margin-top: 30px;
  color: #283590;
}
.cid-tTrlw5mn64 .mbr-subtitle {
  margin-top: 40px;
  color: #747474;
}
@media (max-width: 991px) {
  .cid-tTrlw5mn64 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tTrlw5mn64 .mbr-text {
  margin-top: 30px;
  color: #424242;
  text-align: center;
}
.cid-tTrnrON4N4 {
  background-color: #8ab0cc;
}
.cid-tTrnrON4N4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrnrON4N4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrnrON4N4 .sogl {
  font-size: 0.8em;
}
.cid-tTrnrON4N4 .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-tTrnrON4N4 .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-tTrnrON4N4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTrnrON4N4 .form-check-label {
  font-size: 0.8em;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tTrnrON4N4 .contacts-wrapper {
    margin-bottom: 80px;
  }
}
.cid-tTrnrON4N4 .contacts-wrapper .contact-wrap {
  margin-bottom: 32px;
}
.cid-tTrnrON4N4 .contacts-wrapper .contact-wrap .mbr-label {
  margin-bottom: 4px;
}
.cid-tTrnrON4N4 .contacts-wrapper .contact-wrap .mbr-contact {
  margin-bottom: 0;
}
.cid-tTrnrON4N4 .dragArea.row .form-group {
  margin-bottom: 32px !important;
  padding: 0 16px;
}
.cid-tTrnrON4N4 .dragArea.row .form-group .form-control {
  font-weight: 300;
  padding: 8px 0;
  border-radius: 0;
  color: #ffffff;
  background-color: #8ab0cc;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-tTrnrON4N4 .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-tTrnrON4N4 .dragArea.row .form-group .form-control:hover,
.cid-tTrnrON4N4 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
}
.cid-tTrnrON4N4 .dragArea.row .form-group textarea {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-tTrnrON4N4 .dragArea.row .form-group textarea {
    min-height: 145px;
  }
}
.cid-tTrnrON4N4 .dragArea.row .form-group .form-check .form-check-input {
  border-color: #ffffff;
}
.cid-tTrnrON4N4 .dragArea.row .mbr-section-btn {
  width: 100% !important;
}
.cid-tTrnrON4N4 .dragArea.row .mbr-section-btn .btn {
  min-height: 60px;
  width: 100%;
}
.cid-tTrnrON4N4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tTrnrON4N4 .mbr-label {
  color: #283590;
}
.cid-tTrnrON4N4 .mbr-contact {
  color: #283590;
}
.cid-tTrnrON4N4 label {
  color: #ffffff;
}
.cid-tTrnrON4N4 LABEL {
  color: #283590;
}
.cid-tTrnrON4N4 H3 {
  color: #000000;
}
.cid-tTqOL60weO.popup-builder {
  background-color: #ffffff;
}
.cid-tTqOL60weO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tTqOL60weO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tTqOL60weO .modal-content,
.cid-tTqOL60weO .modal-dialog {
  height: auto;
}
.cid-tTqOL60weO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tTqOL60weO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tTqOL60weO .form-wrapper .mbr-form .form-group,
  .cid-tTqOL60weO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tTqOL60weO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tTqOL60weO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTqOL60weO .mbr-text {
  text-align: left;
}
.cid-tTqOL60weO .pt-0 {
  padding-top: 0 !important;
}
.cid-tTqOL60weO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tTqOL60weO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tTqOL60weO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tTqOL60weO .modal-open {
  overflow: hidden;
}
.cid-tTqOL60weO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tTqOL60weO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tTqOL60weO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tTqOL60weO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tTqOL60weO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tTqOL60weO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tTqOL60weO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tTqOL60weO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tTqOL60weO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tTqOL60weO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tTqOL60weO .modal-backdrop.fade {
  opacity: 0;
}
.cid-tTqOL60weO .modal-backdrop.show {
  opacity: .5;
}
.cid-tTqOL60weO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tTqOL60weO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL60weO .modal-header {
    padding: 1rem;
  }
}
.cid-tTqOL60weO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tTqOL60weO .modal-header .close svg {
  fill: #353535;
}
.cid-tTqOL60weO .modal-header .close:hover {
  opacity: 1;
}
.cid-tTqOL60weO .modal-header .close:focus {
  outline: none;
}
.cid-tTqOL60weO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tTqOL60weO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tTqOL60weO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL60weO .modal-body {
    padding: 1rem;
  }
}
.cid-tTqOL60weO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tTqOL60weO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTqOL60weO .modal-footer {
    padding: 1rem;
  }
}
.cid-tTqOL60weO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tTqOL60weO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tTqOL60weO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tTqOL60weO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tTqOL60weO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tTqOL60weO .modal-lg,
  .cid-tTqOL60weO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tTqOL60weO .modal-xl {
    max-width: 1140px;
  }
}
.cid-tTqOL60weO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tTqOL60weO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tTqOL60weO .form-group {
  margin-bottom: 1rem;
}
.cid-tTqOL60weO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tTqOL60weO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tTqOL60weO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tTqOL60weO .mbr-section-btn {
  margin: 0;
}
.cid-tTqOL60weO .mbr-section-btn .btn {
  margin: 0;
}
.cid-tTTpylFcLs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #283590;
}
.cid-tTTpylFcLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTTpylFcLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTTpylFcLs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tTTpylFcLs .it-as-label {
  font-size: 0.8em;
}
.cid-tTTpylFcLs .list {
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
  color: #ffffff;
}
.cid-tTTpylFcLs .list .item-wrap {
  padding: 8px 0;
  transition: all .3s ease;
}
.cid-tTTpylFcLs .list .item-wrap:hover {
  opacity: .5;
}
.cid-tTTpylFcLs .mbr-section-btn {
  width: 100%;
}
.cid-tTTpylFcLs .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
@media (max-width: 991px) {
  .cid-tTTpylFcLs .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
}
.cid-tTTpylFcLs .navbar-brand {
  max-width: 90px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTTpylFcLs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTTpylFcLs .copyright {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tTTpylFcLs .copyright {
    padding: 32px 0;
  }
}
.cid-tTTpylFcLs .mbr-section-title {
  color: #ffffff;
}
