body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Spartan', sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Spartan', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #020833 !important;
}
.bg-success {
  background-color: #0dacf5 !important;
}
.bg-info {
  background-color: #f24d94 !important;
}
.bg-warning {
  background-color: #007292 !important;
}
.bg-danger {
  background-color: #09145b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #020833 !important;
  border-color: #020833 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000002 !important;
  border-color: #000002 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000002 !important;
  border-color: #000002 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ef1d77 !important;
  border-color: #ef1d77 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ef1d77 !important;
  border-color: #ef1d77 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0dacf5 !important;
  border-color: #0dacf5 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #088bc7 !important;
  border-color: #088bc7 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #088bc7 !important;
  border-color: #088bc7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #007292 !important;
  border-color: #007292 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #004a5f !important;
  border-color: #004a5f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #004a5f !important;
  border-color: #004a5f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #09145b !important;
  border-color: #09145b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #040a2d !important;
  border-color: #040a2d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #040a2d !important;
  border-color: #040a2d !important;
}
.btn-white {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #020833;
  color: #020833;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #020833 !important;
  border-color: #020833 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #020833 !important;
  border-color: #020833 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f24d94;
  color: #f24d94;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0dacf5;
  color: #0dacf5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #0dacf5 !important;
  border-color: #0dacf5 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0dacf5 !important;
  border-color: #0dacf5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #007292;
  color: #007292;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #007292 !important;
  border-color: #007292 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #007292 !important;
  border-color: #007292 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #09145b;
  color: #09145b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #09145b !important;
  border-color: #09145b !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #09145b !important;
  border-color: #09145b !important;
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #4d4d4d !important;
  background-color: transparent;
  border-color: #4d4d4d !important;
}
.btn-white-outline {
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cccccc !important;
  background-color: transparent;
  border-color: #cccccc !important;
}
.text-primary {
  color: #020833 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #0dacf5 !important;
}
.text-info {
  color: #f24d94 !important;
}
.text-warning {
  color: #007292 !important;
}
.text-danger {
  color: #09145b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #066996 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ca0f5f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #00222c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #020833;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #34b794;
}
.alert-info {
  background-color: #f24d94;
}
.alert-warning {
  background-color: #007292;
}
.alert-danger {
  background-color: #09145b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #020833;
  border-color: #020833;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #020833;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #243ef6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1effd;
}
.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: #13cbff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #142dcf;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #020833;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #020833;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #020833;
}
.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: #020833;
  border-bottom-color: #020833;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #020833 !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: #ffffff !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='%23020833' %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.4s;
}
.cid-sa69dh2Rwn {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #091f40;
}
@media (min-width: 991px) {
  .cid-sa69dh2Rwn {
    min-height: 170px !important;
  }
}
.cid-sa69dh2Rwn .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .empty_md {
    display: block;
  }
}
.cid-sa69dh2Rwn .container,
.cid-sa69dh2Rwn .container-fluid,
.cid-sa69dh2Rwn .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sa69dh2Rwn .container,
  .cid-sa69dh2Rwn .container-fluid,
  .cid-sa69dh2Rwn .empty_md {
    min-height: 170px !important;
  }
}
.cid-sa69dh2Rwn .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sa69dh2Rwn .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .top_menu {
    min-height: 110px !important;
  }
}
.cid-sa69dh2Rwn .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sa69dh2Rwn .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #020833;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-sa69dh2Rwn .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sa69dh2Rwn .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover {
    background: #020833;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sa69dh2Rwn .empty,
  .cid-sa69dh2Rwn .icons-menu {
    min-width: 265px;
  }
  .cid-sa69dh2Rwn .navbar-logo {
    margin: 0;
  }
  .cid-sa69dh2Rwn .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sa69dh2Rwn .btn {
    white-space: nowrap;
  }
  .cid-sa69dh2Rwn .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sa69dh2Rwn .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sa69dh2Rwn .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sa69dh2Rwn .dropdown-toggle::after,
  .cid-sa69dh2Rwn .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sa69dh2Rwn .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-sa69dh2Rwn .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown-item:hover {
  color: #020833 !important;
  background-color: #f8f8f8;
}
.cid-sa69dh2Rwn .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sa69dh2Rwn .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sa69dh2Rwn .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sa69dh2Rwn .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sa69dh2Rwn .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sa69dh2Rwn .nav-item:focus,
.cid-sa69dh2Rwn .nav-link:focus {
  outline: none;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sa69dh2Rwn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sa69dh2Rwn .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sa69dh2Rwn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sa69dh2Rwn ul.navbar-nav li {
  margin: auto;
}
.cid-sa69dh2Rwn .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #091f40;
}
.cid-sa69dh2Rwn .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #091f40 !important;
}
.cid-sa69dh2Rwn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sa69dh2Rwn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sa69dh2Rwn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sa69dh2Rwn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .navbar .icons-menu,
  .cid-sa69dh2Rwn .navbar .empty {
    display: none;
  }
  .cid-sa69dh2Rwn .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sa69dh2Rwn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sa69dh2Rwn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sa69dh2Rwn .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sa69dh2Rwn .navbar .container-fluid,
  .cid-sa69dh2Rwn .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sa69dh2Rwn .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sa69dh2Rwn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sa69dh2Rwn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sa69dh2Rwn .navbar.navbar-short {
  background: #091f40 !important;
  min-height: 90px;
}
.cid-sa69dh2Rwn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sa69dh2Rwn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sa69dh2Rwn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sa69dh2Rwn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sa69dh2Rwn .dropdown-item.active,
.cid-sa69dh2Rwn .dropdown-item:active {
  background-color: transparent;
}
.cid-sa69dh2Rwn .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sa69dh2Rwn .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sa69dh2Rwn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #091f40;
}
.cid-sa69dh2Rwn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sa69dh2Rwn .navbar-buttons {
  text-align: center;
}
.cid-sa69dh2Rwn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa69dh2Rwn .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sa69dh2Rwn a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-sa69dh2Rwn .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sa69dh2Rwn .navbar {
    height: 77px;
  }
  .cid-sa69dh2Rwn .navbar.opened {
    height: auto;
  }
  .cid-sa69dh2Rwn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWMRW8dMPX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/man-sml-1719x945.png");
}
@media (min-width: 768px) {
  .cid-tWMRW8dMPX {
    align-items: center;
  }
  .cid-tWMRW8dMPX .row {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tWMRW8dMPX {
    align-items: center;
  }
  .cid-tWMRW8dMPX .row {
    justify-content: center;
  }
}
.cid-tWMRW8dMPX .mbr-section-title,
.cid-tWMRW8dMPX .card_topic {
  margin-bottom: 12px;
}
.cid-tWMRW8dMPX .item-wrapper {
  padding-bottom: 24px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .cid-tWMRW8dMPX .item-wrapper {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tWMRW8dMPX .item-wrapper {
    padding-bottom: 30px;
  }
}
.cid-tWMRW8dMPX .item-wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-tWMRW8dMPX .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-tWMRW8dMPX .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-tWMRW8dMPX .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tWMRW8dMPX .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tWMRW8dMPX .category_content,
.cid-tWMRW8dMPX .date,
.cid-tWMRW8dMPX .name_author {
  opacity: .8;
}
.cid-tWMRW8dMPX .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tWMRW8dMPX .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWMRW8dMPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWMRW8dMPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWMRW8dMPX .mbr-text,
.cid-tWMRW8dMPX .mbr-section-btn {
  color: #091f40;
  text-align: left;
}
.cid-tWMRW8dMPX .mbr-section-title,
.cid-tWMRW8dMPX .post_wrap {
  color: #091f40;
}
.cid-tWRERky6MD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #091f40;
}
.cid-tWRERky6MD .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWRERky6MD .mbr-section-btn .btn-secondary-outline:hover,
.cid-tWRERky6MD .mbr-section-btn .btn-secondary-outline .active,
.cid-tWRERky6MD .mbr-section-btn .btn-secondary-outline:focus {
  color: #020833 !important;
}
.cid-tWRERky6MD .item-img {
  overflow: hidden;
}
.cid-tWRERky6MD img,
.cid-tWRERky6MD .item-img {
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100.5%;
  will-change: transform;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tWRERky6MD .item-content {
  padding: 40px;
  background: #091f40;
}
.cid-tWRERky6MD .item-content .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWRERky6MD .mbr-text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tWRERky6MD .item:focus,
.cid-tWRERky6MD span:focus {
  outline: none;
}
.cid-tWRERky6MD .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tWRERky6MD .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tWRERky6MD .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWRERky6MD .item-wrapper:hover .item-title a {
  color: #ffffff !important;
}
@media (min-width: 991px) {
  .cid-tWRERky6MD .item-wrapper:hover .item-img > img,
  .cid-tWRERky6MD .item-wrapper:hover .item-img > a img {
    transform: scale3d(1.2, 1.2, 1);
  }
  .cid-tWRERky6MD .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-tWRERky6MD .item-title,
.cid-tWRERky6MD .card_topic,
.cid-tWRERky6MD .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tWRERky6MD .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-tWRERky6MD .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-tWRERky6MD .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-tWRERky6MD .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tWRERky6MD .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tWRERky6MD .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-tWRERky6MD .category_content {
  opacity: .8;
}
.cid-tWRERky6MD .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-tWRERky6MD .card_post,
  .cid-tWRERky6MD .item-content {
    padding: 20px;
  }
}
.cid-tWRERky6MD .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWRERky6MD .mbr-text,
.cid-tWRERky6MD .mbr-section-btn {
  color: #ffffff;
}
.cid-tWRIi8EoR7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x960.png");
}
.cid-tWRIi8EoR7 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tWRIi8EoR7 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tWRIi8EoR7 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #091f40;
}
.cid-tWRIi8EoR7 .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tWRIi8EoR7 .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tWRIi8EoR7 .right-side {
  max-width: 554px;
}
.cid-tWRIi8EoR7 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tWRIi8EoR7 .margin {
  margin-right: 14px;
}
.cid-tWRIi8EoR7 .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tWRIi8EoR7 img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tWRIi8EoR7 .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tWRIi8EoR7 .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tWRIi8EoR7 .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tWRIi8EoR7 .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #020833;
  cursor: pointer;
}
.cid-tWRIi8EoR7 .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tWRIi8EoR7 .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tWRIi8EoR7 .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tWRIi8EoR7 .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tWRIi8EoR7 .mbr-social-likes.small {
  display: flex;
}
.cid-tWRIi8EoR7 .mbr-social-likes.big {
  display: block;
}
.cid-tWRIi8EoR7 .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #020833;
  cursor: pointer;
}
.cid-tWRIi8EoR7 .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tWRIi8EoR7 .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tWRIi8EoR7 .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tWRIi8EoR7 .form-control,
.cid-tWRIi8EoR7 form .btn {
  min-height: initial;
}
.cid-tWRIi8EoR7 a.btn,
.cid-tWRIi8EoR7 button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tWRIi8EoR7 input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tWRIi8EoR7 textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tWRIi8EoR7 input:hover {
  border-color: #14142b !important;
}
.cid-tWRIi8EoR7 textarea:hover {
  border-color: #14142b !important;
}
.cid-tWRIi8EoR7 input:focus {
  border-color: #14142b !important;
}
.cid-tWRIi8EoR7 textarea:focus {
  border-color: #14142b !important;
}
.cid-tWRIi8EoR7 .form-group {
  margin-bottom: 0;
}
.cid-tWRIi8EoR7 .listen {
  margin-bottom: 24px;
}
.cid-tWRIi8EoR7 .phone {
  margin-bottom: 44px;
  color: #000000;
}
.cid-tWRIi8EoR7 .email {
  margin-bottom: 21px;
  color: #ff695c;
}
.cid-tWRIi8EoR7 .listen,
.cid-tWRIi8EoR7 .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tWRIi8EoR7 .mbr-text,
.cid-tWRIi8EoR7 .button-align {
  color: #091f40;
}
.cid-tWRIi8EoR7 .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tWRIi8EoR7 .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tWRIi8EoR7 select.form-control:hover {
  border-color: #14142b;
}
.cid-tWRIi8EoR7 select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tWRIi8EoR7 .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tWRIi8EoR7 .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tWRIi8EoR7 .left-side,
  .cid-tWRIi8EoR7 .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tWRIi8EoR7 .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tWRIi8EoR7 .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tWRIi8EoR7 .shadow {
    padding: 25px;
  }
  .cid-tWRIi8EoR7 input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tWRIi8EoR7 .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tWRIi8EoR7 .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tWRIi8EoR7 .big > .socicon-bg-youtube {
  background-color: #1267a1;
}
.cid-tWRIi8EoR7 .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tWRIi8EoR7 .big > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tWRIi8EoR7 .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tWRIi8EoR7 .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tWRIi8EoR7 .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tWRIi8EoR7 .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tWRIi8EoR7 .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tWRIi8EoR7 .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tWRIi8EoR7 .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tWRIi8EoR7 .mbr-iconfont {
  margin-right: 8px;
}
.cid-tWRIi8EoR7 .listen,
.cid-tWRIi8EoR7 .mbr-social-likes {
  color: #091f40;
}
.cid-tWRIi8EoR7 .mbr-section-subtitle,
.cid-tWRIi8EoR7 .email,
.cid-tWRIi8EoR7 .phone {
  color: #091f40;
}
.cid-tWMOIyVo7E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tWMOIyVo7E .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tWMOIyVo7E .item-wrapper {
  background: #091f40;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-tWMHqeSIC0 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #091f40;
}
@media (min-width: 991px) {
  .cid-tWMHqeSIC0 {
    min-height: 170px !important;
  }
}
.cid-tWMHqeSIC0 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tWMHqeSIC0 .empty_md {
    display: block;
  }
}
.cid-tWMHqeSIC0 .container,
.cid-tWMHqeSIC0 .container-fluid,
.cid-tWMHqeSIC0 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tWMHqeSIC0 .container,
  .cid-tWMHqeSIC0 .container-fluid,
  .cid-tWMHqeSIC0 .empty_md {
    min-height: 170px !important;
  }
}
.cid-tWMHqeSIC0 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tWMHqeSIC0 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tWMHqeSIC0 .top_menu {
    min-height: 110px !important;
  }
}
.cid-tWMHqeSIC0 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tWMHqeSIC0 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tWMHqeSIC0 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #020833;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tWMHqeSIC0 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tWMHqeSIC0 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tWMHqeSIC0 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tWMHqeSIC0 .icons-menu .icons-wrapper:hover {
    background: #020833;
  }
  .cid-tWMHqeSIC0 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tWMHqeSIC0 .empty,
  .cid-tWMHqeSIC0 .icons-menu {
    min-width: 265px;
  }
  .cid-tWMHqeSIC0 .navbar-logo {
    margin: 0;
  }
  .cid-tWMHqeSIC0 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tWMHqeSIC0 .btn {
    white-space: nowrap;
  }
  .cid-tWMHqeSIC0 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tWMHqeSIC0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tWMHqeSIC0 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tWMHqeSIC0 .dropdown-toggle::after,
  .cid-tWMHqeSIC0 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tWMHqeSIC0 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tWMHqeSIC0 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tWMHqeSIC0 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tWMHqeSIC0 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tWMHqeSIC0 .dropdown-menu .dropdown-item:hover {
  color: #020833 !important;
  background-color: #f8f8f8;
}
.cid-tWMHqeSIC0 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tWMHqeSIC0 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tWMHqeSIC0 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tWMHqeSIC0 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tWMHqeSIC0 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tWMHqeSIC0 .nav-item:focus,
.cid-tWMHqeSIC0 .nav-link:focus {
  outline: none;
}
.cid-tWMHqeSIC0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tWMHqeSIC0 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tWMHqeSIC0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tWMHqeSIC0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWMHqeSIC0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tWMHqeSIC0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWMHqeSIC0 ul.navbar-nav li {
  margin: auto;
}
.cid-tWMHqeSIC0 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #091f40;
}
.cid-tWMHqeSIC0 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #091f40 !important;
}
.cid-tWMHqeSIC0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tWMHqeSIC0 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tWMHqeSIC0 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tWMHqeSIC0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWMHqeSIC0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWMHqeSIC0 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tWMHqeSIC0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tWMHqeSIC0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tWMHqeSIC0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWMHqeSIC0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tWMHqeSIC0 .navbar .icons-menu,
  .cid-tWMHqeSIC0 .navbar .empty {
    display: none;
  }
  .cid-tWMHqeSIC0 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tWMHqeSIC0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWMHqeSIC0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWMHqeSIC0 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tWMHqeSIC0 .navbar .container-fluid,
  .cid-tWMHqeSIC0 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tWMHqeSIC0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tWMHqeSIC0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWMHqeSIC0 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tWMHqeSIC0 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tWMHqeSIC0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tWMHqeSIC0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tWMHqeSIC0 .navbar.navbar-short {
  background: #091f40 !important;
  min-height: 90px;
}
.cid-tWMHqeSIC0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tWMHqeSIC0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWMHqeSIC0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWMHqeSIC0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWMHqeSIC0 .dropdown-item.active,
.cid-tWMHqeSIC0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWMHqeSIC0 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWMHqeSIC0 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tWMHqeSIC0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #091f40;
}
.cid-tWMHqeSIC0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tWMHqeSIC0 .navbar-buttons {
  text-align: center;
}
.cid-tWMHqeSIC0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tWMHqeSIC0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWMHqeSIC0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tWMHqeSIC0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tWMHqeSIC0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tWMHqeSIC0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tWMHqeSIC0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWMHqeSIC0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tWMHqeSIC0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tWMHqeSIC0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWMHqeSIC0 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tWMHqeSIC0 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tWMHqeSIC0 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-tWMHqeSIC0 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWMHqeSIC0 .navbar {
    height: 77px;
  }
  .cid-tWMHqeSIC0 .navbar.opened {
    height: auto;
  }
  .cid-tWMHqeSIC0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWXN6K7r8P {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fef8f5;
}
.cid-tWXN6K7r8P .pos_rel {
  position: relative;
}
.cid-tWXN6K7r8P .main_section_title {
  display: flex;
}
.cid-tWXN6K7r8P .main_title {
  padding: 0 8.333%;
}
.cid-tWXN6K7r8P .empty_content {
  width: 60%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWXN6K7r8P .card_title {
    font-size: 2rem;
  }
}
.cid-tWXN6K7r8P .text-wrapper {
  width: 100%;
  background: #020833;
  padding: 50px 1rem;
  height: 155vh;
}
@media (min-width: 1550px) {
  .cid-tWXN6K7r8P .text-wrapper {
    padding-right: 1%;
    padding-left: 1%;
  }
}
@media (max-width: 1549px) {
  .cid-tWXN6K7r8P .text-wrapper {
    padding-right: 1%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-tWXN6K7r8P .text-wrapper {
    padding-right: 1%;
    padding-left: calc(3% + 16px);
  }
}
.cid-tWXN6K7r8P .text-wrapper:hover .card_title a {
  color: #ffffff !important;
}
.cid-tWXN6K7r8P .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWXN6K7r8P .block-content,
.cid-tWXN6K7r8P .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-tWXN6K7r8P .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-tWXN6K7r8P .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-tWXN6K7r8P .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-tWXN6K7r8P .block-content {
  display: flex;
  align-items: center;
}
.cid-tWXN6K7r8P .image-wrapper,
.cid-tWXN6K7r8P img {
  width: 100%;
  height: 110vh;
  object-fit: cover;
}
.cid-tWXN6K7r8P .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tWXN6K7r8P .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWXN6K7r8P .mbr-section-btn .btn-secondary-outline:hover,
.cid-tWXN6K7r8P .mbr-section-btn .btn-secondary-outline .active,
.cid-tWXN6K7r8P .mbr-section-btn .btn-secondary-outline:focus {
  color: #020833 !important;
}
@media (max-width: 991px) {
  .cid-tWXN6K7r8P .block-content {
    flex-direction: column;
  }
  .cid-tWXN6K7r8P .text-wrapper {
    order: 2;
    width: 100%;
    padding: 10px;
    height: auto;
  }
  .cid-tWXN6K7r8P .empty_content {
    display: none;
  }
  .cid-tWXN6K7r8P .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tWXN6K7r8P .text-wrapper,
  .cid-tWXN6K7r8P .main_title {
    padding: 30px 1rem;
  }
}
.cid-tWXN6K7r8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWXN6K7r8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWY2hAjCJ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x960.png");
}
.cid-tWY2hAjCJ7 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tWY2hAjCJ7 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tWY2hAjCJ7 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #091f40;
}
.cid-tWY2hAjCJ7 .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tWY2hAjCJ7 .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tWY2hAjCJ7 .right-side {
  max-width: 554px;
}
.cid-tWY2hAjCJ7 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tWY2hAjCJ7 .margin {
  margin-right: 14px;
}
.cid-tWY2hAjCJ7 .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tWY2hAjCJ7 img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tWY2hAjCJ7 .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tWY2hAjCJ7 .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tWY2hAjCJ7 .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tWY2hAjCJ7 .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #020833;
  cursor: pointer;
}
.cid-tWY2hAjCJ7 .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tWY2hAjCJ7 .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tWY2hAjCJ7 .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tWY2hAjCJ7 .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tWY2hAjCJ7 .mbr-social-likes.small {
  display: flex;
}
.cid-tWY2hAjCJ7 .mbr-social-likes.big {
  display: block;
}
.cid-tWY2hAjCJ7 .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #020833;
  cursor: pointer;
}
.cid-tWY2hAjCJ7 .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tWY2hAjCJ7 .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tWY2hAjCJ7 .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tWY2hAjCJ7 .form-control,
.cid-tWY2hAjCJ7 form .btn {
  min-height: initial;
}
.cid-tWY2hAjCJ7 a.btn,
.cid-tWY2hAjCJ7 button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tWY2hAjCJ7 input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tWY2hAjCJ7 textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tWY2hAjCJ7 input:hover {
  border-color: #14142b !important;
}
.cid-tWY2hAjCJ7 textarea:hover {
  border-color: #14142b !important;
}
.cid-tWY2hAjCJ7 input:focus {
  border-color: #14142b !important;
}
.cid-tWY2hAjCJ7 textarea:focus {
  border-color: #14142b !important;
}
.cid-tWY2hAjCJ7 .form-group {
  margin-bottom: 0;
}
.cid-tWY2hAjCJ7 .listen {
  margin-bottom: 24px;
}
.cid-tWY2hAjCJ7 .phone {
  margin-bottom: 44px;
  color: #000000;
}
.cid-tWY2hAjCJ7 .email {
  margin-bottom: 21px;
  color: #ff695c;
}
.cid-tWY2hAjCJ7 .listen,
.cid-tWY2hAjCJ7 .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tWY2hAjCJ7 .mbr-text,
.cid-tWY2hAjCJ7 .button-align {
  color: #091f40;
}
.cid-tWY2hAjCJ7 .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tWY2hAjCJ7 .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tWY2hAjCJ7 select.form-control:hover {
  border-color: #14142b;
}
.cid-tWY2hAjCJ7 select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tWY2hAjCJ7 .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tWY2hAjCJ7 .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tWY2hAjCJ7 .left-side,
  .cid-tWY2hAjCJ7 .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tWY2hAjCJ7 .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tWY2hAjCJ7 .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tWY2hAjCJ7 .shadow {
    padding: 25px;
  }
  .cid-tWY2hAjCJ7 input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tWY2hAjCJ7 .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tWY2hAjCJ7 .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tWY2hAjCJ7 .big > .socicon-bg-youtube {
  background-color: #1267a1;
}
.cid-tWY2hAjCJ7 .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tWY2hAjCJ7 .big > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tWY2hAjCJ7 .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tWY2hAjCJ7 .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tWY2hAjCJ7 .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tWY2hAjCJ7 .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tWY2hAjCJ7 .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tWY2hAjCJ7 .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tWY2hAjCJ7 .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tWY2hAjCJ7 .mbr-iconfont {
  margin-right: 8px;
}
.cid-tWY2hAjCJ7 .listen,
.cid-tWY2hAjCJ7 .mbr-social-likes {
  color: #091f40;
}
.cid-tWY2hAjCJ7 .mbr-section-subtitle,
.cid-tWY2hAjCJ7 .email,
.cid-tWY2hAjCJ7 .phone {
  color: #091f40;
}
.cid-tWMOIyVo7E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tWMOIyVo7E .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tWMOIyVo7E .item-wrapper {
  background: #091f40;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-tWXy74DI40 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #091f40;
}
@media (min-width: 991px) {
  .cid-tWXy74DI40 {
    min-height: 170px !important;
  }
}
.cid-tWXy74DI40 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tWXy74DI40 .empty_md {
    display: block;
  }
}
.cid-tWXy74DI40 .container,
.cid-tWXy74DI40 .container-fluid,
.cid-tWXy74DI40 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tWXy74DI40 .container,
  .cid-tWXy74DI40 .container-fluid,
  .cid-tWXy74DI40 .empty_md {
    min-height: 170px !important;
  }
}
.cid-tWXy74DI40 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tWXy74DI40 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tWXy74DI40 .top_menu {
    min-height: 110px !important;
  }
}
.cid-tWXy74DI40 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tWXy74DI40 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tWXy74DI40 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #020833;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tWXy74DI40 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tWXy74DI40 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tWXy74DI40 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tWXy74DI40 .icons-menu .icons-wrapper:hover {
    background: #020833;
  }
  .cid-tWXy74DI40 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tWXy74DI40 .empty,
  .cid-tWXy74DI40 .icons-menu {
    min-width: 265px;
  }
  .cid-tWXy74DI40 .navbar-logo {
    margin: 0;
  }
  .cid-tWXy74DI40 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tWXy74DI40 .btn {
    white-space: nowrap;
  }
  .cid-tWXy74DI40 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tWXy74DI40 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tWXy74DI40 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tWXy74DI40 .dropdown-toggle::after,
  .cid-tWXy74DI40 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tWXy74DI40 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tWXy74DI40 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tWXy74DI40 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tWXy74DI40 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tWXy74DI40 .dropdown-menu .dropdown-item:hover {
  color: #020833 !important;
  background-color: #f8f8f8;
}
.cid-tWXy74DI40 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tWXy74DI40 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tWXy74DI40 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tWXy74DI40 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tWXy74DI40 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tWXy74DI40 .nav-item:focus,
.cid-tWXy74DI40 .nav-link:focus {
  outline: none;
}
.cid-tWXy74DI40 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tWXy74DI40 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tWXy74DI40 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tWXy74DI40 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWXy74DI40 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tWXy74DI40 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWXy74DI40 ul.navbar-nav li {
  margin: auto;
}
.cid-tWXy74DI40 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #091f40;
}
.cid-tWXy74DI40 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #091f40 !important;
}
.cid-tWXy74DI40 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tWXy74DI40 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tWXy74DI40 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tWXy74DI40 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWXy74DI40 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWXy74DI40 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tWXy74DI40 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tWXy74DI40 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tWXy74DI40 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWXy74DI40 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tWXy74DI40 .navbar .icons-menu,
  .cid-tWXy74DI40 .navbar .empty {
    display: none;
  }
  .cid-tWXy74DI40 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tWXy74DI40 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWXy74DI40 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWXy74DI40 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tWXy74DI40 .navbar .container-fluid,
  .cid-tWXy74DI40 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tWXy74DI40 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tWXy74DI40 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWXy74DI40 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tWXy74DI40 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tWXy74DI40 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tWXy74DI40 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tWXy74DI40 .navbar.navbar-short {
  background: #091f40 !important;
  min-height: 90px;
}
.cid-tWXy74DI40 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tWXy74DI40 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWXy74DI40 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWXy74DI40 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWXy74DI40 .dropdown-item.active,
.cid-tWXy74DI40 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWXy74DI40 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWXy74DI40 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tWXy74DI40 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #091f40;
}
.cid-tWXy74DI40 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tWXy74DI40 .navbar-buttons {
  text-align: center;
}
.cid-tWXy74DI40 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tWXy74DI40 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWXy74DI40 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tWXy74DI40 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tWXy74DI40 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tWXy74DI40 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tWXy74DI40 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWXy74DI40 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tWXy74DI40 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tWXy74DI40 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWXy74DI40 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tWXy74DI40 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tWXy74DI40 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-tWXy74DI40 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWXy74DI40 .navbar {
    height: 77px;
  }
  .cid-tWXy74DI40 .navbar.opened {
    height: auto;
  }
  .cid-tWXy74DI40 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWXy75sYWm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tWXy75sYWm .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-tWXy75sYWm .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-tWXy75sYWm .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-tWXy75sYWm .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-tWXy75sYWm .text-wrapper {
    padding: 20px 0;
  }
}
.cid-tWXy75sYWm .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-tWXy75sYWm .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-tWXy75sYWm .content-wrapper:hover .image-wrapper > img,
.cid-tWXy75sYWm .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-tWXy75sYWm .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-tWXy75sYWm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWXy75sYWm .image-wrapper,
.cid-tWXy75sYWm img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tWXy75sYWm .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-tWXy75sYWm .card_post {
    padding: 20px;
  }
}
.cid-tWXy75sYWm .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tWXy75sYWm .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-tWXy75sYWm .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-tWXy75sYWm .item-title,
.cid-tWXy75sYWm .card_topic {
  margin-bottom: 12px;
}
.cid-tWXy75sYWm .category_content {
  opacity: .8;
}
.cid-tWXy75sYWm .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tWXy75sYWm .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-tWXy75sYWm .mbr-section-btn .btn-secondary-outline:hover {
  color: #020833 !important;
}
.cid-tWXy75sYWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWXy75sYWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWXy75sYWm .item-title {
  color: #091f40;
}
.cid-tWXy75sYWm .mbr-text,
.cid-tWXy75sYWm .mbr-section-btn {
  color: #091f40;
}
.cid-tWXy76fxlz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-tWXy76fxlz .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tWXy76fxlz .icon_wrapper {
  border: 1px solid #020833;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
}
.cid-tWXy76fxlz .icon_wrapper .mbr-iconfont {
  transition: all .4s;
  color: #ffffff;
}
.cid-tWXy76fxlz .item_wrapper {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-tWXy76fxlz .item_wrapper {
    padding-bottom: 20px;
  }
}
.cid-tWXy76fxlz .item_wrapper:hover .item_title a {
  color: #ffffff !important;
}
.cid-tWXy76fxlz .item_wrapper:hover .icon_wrapper a span {
  color: #ffffff !important;
}
.cid-tWXy76fxlz .item_content {
  margin-top: 20px;
  width: 100%;
}
.cid-tWXy76fxlz .item_title {
  margin-bottom: 10px;
  transition: all .4s;
}
.cid-tWXy76fxlz .item_text {
  margin-bottom: 0;
  color: #091f40;
}
.cid-tWXy76fxlz .divider {
  border-left: 1px solid #020833;
}
.cid-tWXy76fxlz .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-tWXy76fxlz .icons__block {
    margin-top: 40px;
  }
}
.cid-tWXy76fxlz .mbr-section-title {
  color: #091f40;
}
.cid-tWXy76fxlz .mbr-text,
.cid-tWXy76fxlz .mbr-section-btn {
  color: #091f40;
}
.cid-tWXy76fxlz .item_title,
.cid-tWXy76fxlz .icons {
  color: #091f40;
}
.cid-tWY29PdF6A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x960.png");
}
.cid-tWY29PdF6A a.btn > span {
  margin-left: 0.5rem;
}
.cid-tWY29PdF6A .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tWY29PdF6A .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #091f40;
}
.cid-tWY29PdF6A .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tWY29PdF6A .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tWY29PdF6A .right-side {
  max-width: 554px;
}
.cid-tWY29PdF6A .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tWY29PdF6A .margin {
  margin-right: 14px;
}
.cid-tWY29PdF6A .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tWY29PdF6A img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tWY29PdF6A .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tWY29PdF6A .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tWY29PdF6A .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tWY29PdF6A .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #020833;
  cursor: pointer;
}
.cid-tWY29PdF6A .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tWY29PdF6A .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tWY29PdF6A .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tWY29PdF6A .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tWY29PdF6A .mbr-social-likes.small {
  display: flex;
}
.cid-tWY29PdF6A .mbr-social-likes.big {
  display: block;
}
.cid-tWY29PdF6A .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #020833;
  cursor: pointer;
}
.cid-tWY29PdF6A .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tWY29PdF6A .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tWY29PdF6A .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tWY29PdF6A .form-control,
.cid-tWY29PdF6A form .btn {
  min-height: initial;
}
.cid-tWY29PdF6A a.btn,
.cid-tWY29PdF6A button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tWY29PdF6A input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tWY29PdF6A textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tWY29PdF6A input:hover {
  border-color: #14142b !important;
}
.cid-tWY29PdF6A textarea:hover {
  border-color: #14142b !important;
}
.cid-tWY29PdF6A input:focus {
  border-color: #14142b !important;
}
.cid-tWY29PdF6A textarea:focus {
  border-color: #14142b !important;
}
.cid-tWY29PdF6A .form-group {
  margin-bottom: 0;
}
.cid-tWY29PdF6A .listen {
  margin-bottom: 24px;
}
.cid-tWY29PdF6A .phone {
  margin-bottom: 44px;
  color: #000000;
}
.cid-tWY29PdF6A .email {
  margin-bottom: 21px;
  color: #ff695c;
}
.cid-tWY29PdF6A .listen,
.cid-tWY29PdF6A .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tWY29PdF6A .mbr-text,
.cid-tWY29PdF6A .button-align {
  color: #091f40;
}
.cid-tWY29PdF6A .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tWY29PdF6A .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tWY29PdF6A select.form-control:hover {
  border-color: #14142b;
}
.cid-tWY29PdF6A select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tWY29PdF6A .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tWY29PdF6A .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tWY29PdF6A .left-side,
  .cid-tWY29PdF6A .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tWY29PdF6A .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tWY29PdF6A .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tWY29PdF6A .shadow {
    padding: 25px;
  }
  .cid-tWY29PdF6A input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tWY29PdF6A .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tWY29PdF6A .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tWY29PdF6A .big > .socicon-bg-youtube {
  background-color: #1267a1;
}
.cid-tWY29PdF6A .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tWY29PdF6A .big > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tWY29PdF6A .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tWY29PdF6A .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tWY29PdF6A .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tWY29PdF6A .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tWY29PdF6A .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tWY29PdF6A .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tWY29PdF6A .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tWY29PdF6A .mbr-iconfont {
  margin-right: 8px;
}
.cid-tWY29PdF6A .listen,
.cid-tWY29PdF6A .mbr-social-likes {
  color: #091f40;
}
.cid-tWY29PdF6A .mbr-section-subtitle,
.cid-tWY29PdF6A .email,
.cid-tWY29PdF6A .phone {
  color: #091f40;
}
.cid-tWXy780isW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tWXy780isW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tWXy780isW .item-wrapper {
  background: #091f40;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-tWMKQ3J697 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #091f40;
}
@media (min-width: 991px) {
  .cid-tWMKQ3J697 {
    min-height: 170px !important;
  }
}
.cid-tWMKQ3J697 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tWMKQ3J697 .empty_md {
    display: block;
  }
}
.cid-tWMKQ3J697 .container,
.cid-tWMKQ3J697 .container-fluid,
.cid-tWMKQ3J697 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tWMKQ3J697 .container,
  .cid-tWMKQ3J697 .container-fluid,
  .cid-tWMKQ3J697 .empty_md {
    min-height: 170px !important;
  }
}
.cid-tWMKQ3J697 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tWMKQ3J697 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tWMKQ3J697 .top_menu {
    min-height: 110px !important;
  }
}
.cid-tWMKQ3J697 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tWMKQ3J697 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tWMKQ3J697 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #020833;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tWMKQ3J697 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tWMKQ3J697 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tWMKQ3J697 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tWMKQ3J697 .icons-menu .icons-wrapper:hover {
    background: #020833;
  }
  .cid-tWMKQ3J697 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tWMKQ3J697 .empty,
  .cid-tWMKQ3J697 .icons-menu {
    min-width: 265px;
  }
  .cid-tWMKQ3J697 .navbar-logo {
    margin: 0;
  }
  .cid-tWMKQ3J697 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tWMKQ3J697 .btn {
    white-space: nowrap;
  }
  .cid-tWMKQ3J697 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tWMKQ3J697 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tWMKQ3J697 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tWMKQ3J697 .dropdown-toggle::after,
  .cid-tWMKQ3J697 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tWMKQ3J697 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tWMKQ3J697 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tWMKQ3J697 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tWMKQ3J697 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tWMKQ3J697 .dropdown-menu .dropdown-item:hover {
  color: #020833 !important;
  background-color: #f8f8f8;
}
.cid-tWMKQ3J697 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tWMKQ3J697 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tWMKQ3J697 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tWMKQ3J697 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tWMKQ3J697 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tWMKQ3J697 .nav-item:focus,
.cid-tWMKQ3J697 .nav-link:focus {
  outline: none;
}
.cid-tWMKQ3J697 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tWMKQ3J697 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tWMKQ3J697 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tWMKQ3J697 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWMKQ3J697 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tWMKQ3J697 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWMKQ3J697 ul.navbar-nav li {
  margin: auto;
}
.cid-tWMKQ3J697 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #091f40;
}
.cid-tWMKQ3J697 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #091f40 !important;
}
.cid-tWMKQ3J697 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tWMKQ3J697 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tWMKQ3J697 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tWMKQ3J697 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWMKQ3J697 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWMKQ3J697 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tWMKQ3J697 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tWMKQ3J697 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tWMKQ3J697 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWMKQ3J697 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tWMKQ3J697 .navbar .icons-menu,
  .cid-tWMKQ3J697 .navbar .empty {
    display: none;
  }
  .cid-tWMKQ3J697 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tWMKQ3J697 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWMKQ3J697 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWMKQ3J697 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tWMKQ3J697 .navbar .container-fluid,
  .cid-tWMKQ3J697 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tWMKQ3J697 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tWMKQ3J697 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWMKQ3J697 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tWMKQ3J697 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tWMKQ3J697 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tWMKQ3J697 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tWMKQ3J697 .navbar.navbar-short {
  background: #091f40 !important;
  min-height: 90px;
}
.cid-tWMKQ3J697 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tWMKQ3J697 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWMKQ3J697 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWMKQ3J697 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWMKQ3J697 .dropdown-item.active,
.cid-tWMKQ3J697 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWMKQ3J697 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWMKQ3J697 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tWMKQ3J697 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #091f40;
}
.cid-tWMKQ3J697 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tWMKQ3J697 .navbar-buttons {
  text-align: center;
}
.cid-tWMKQ3J697 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tWMKQ3J697 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWMKQ3J697 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tWMKQ3J697 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tWMKQ3J697 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tWMKQ3J697 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tWMKQ3J697 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWMKQ3J697 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tWMKQ3J697 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tWMKQ3J697 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWMKQ3J697 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tWMKQ3J697 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tWMKQ3J697 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-tWMKQ3J697 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWMKQ3J697 .navbar {
    height: 77px;
  }
  .cid-tWMKQ3J697 .navbar.opened {
    height: auto;
  }
  .cid-tWMKQ3J697 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWMKQ4HGgd {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fef8f5;
}
.cid-tWMKQ4HGgd .pos_rel {
  position: relative;
}
.cid-tWMKQ4HGgd .main_section_title {
  display: flex;
}
.cid-tWMKQ4HGgd .main_title {
  padding: 0 8.333%;
}
.cid-tWMKQ4HGgd .empty_content {
  width: 90%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tWMKQ4HGgd .card_title {
    font-size: 2rem;
  }
}
.cid-tWMKQ4HGgd .text-wrapper {
  width: 90%;
  background: #020833;
  padding: 50px 1rem;
  height: 90vh;
}
@media (min-width: 1550px) {
  .cid-tWMKQ4HGgd .text-wrapper {
    padding-right: 8.333%;
    padding-left: 8.333%;
  }
}
@media (max-width: 1549px) {
  .cid-tWMKQ4HGgd .text-wrapper {
    padding-right: 8.333%;
    padding-left: 8.333%;
  }
}
@media (max-width: 1250px) {
  .cid-tWMKQ4HGgd .text-wrapper {
    padding-right: 3%;
    padding-left: 3%;
  }
}
.cid-tWMKQ4HGgd .text-wrapper:hover .card_title a {
  color: #ffffff !important;
}
.cid-tWMKQ4HGgd .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWMKQ4HGgd .block-content {
  display: flex;
  align-items: center;
}
.cid-tWMKQ4HGgd .image-wrapper,
.cid-tWMKQ4HGgd img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-tWMKQ4HGgd .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tWMKQ4HGgd .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tWMKQ4HGgd .mbr-section-btn .btn-secondary-outline:hover,
.cid-tWMKQ4HGgd .mbr-section-btn .btn-secondary-outline .active,
.cid-tWMKQ4HGgd .mbr-section-btn .btn-secondary-outline:focus {
  color: #020833 !important;
}
@media (max-width: 991px) {
  .cid-tWMKQ4HGgd .block-content {
    flex-direction: column;
  }
  .cid-tWMKQ4HGgd .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-tWMKQ4HGgd .empty_content {
    display: none;
  }
  .cid-tWMKQ4HGgd .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tWMKQ4HGgd .text-wrapper,
  .cid-tWMKQ4HGgd .main_title {
    padding: 30px 1rem;
  }
}
.cid-tWMKQ4HGgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWMKQ4HGgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWMKQ4HGgd .mbr-section-title {
  color: #020833;
}
.cid-tWY2kUWFfS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x960.png");
}
.cid-tWY2kUWFfS a.btn > span {
  margin-left: 0.5rem;
}
.cid-tWY2kUWFfS .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tWY2kUWFfS .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #091f40;
}
.cid-tWY2kUWFfS .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tWY2kUWFfS .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tWY2kUWFfS .right-side {
  max-width: 554px;
}
.cid-tWY2kUWFfS .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tWY2kUWFfS .margin {
  margin-right: 14px;
}
.cid-tWY2kUWFfS .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tWY2kUWFfS img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tWY2kUWFfS .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tWY2kUWFfS .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tWY2kUWFfS .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tWY2kUWFfS .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #020833;
  cursor: pointer;
}
.cid-tWY2kUWFfS .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tWY2kUWFfS .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tWY2kUWFfS .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tWY2kUWFfS .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tWY2kUWFfS .mbr-social-likes.small {
  display: flex;
}
.cid-tWY2kUWFfS .mbr-social-likes.big {
  display: block;
}
.cid-tWY2kUWFfS .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #020833;
  cursor: pointer;
}
.cid-tWY2kUWFfS .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tWY2kUWFfS .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tWY2kUWFfS .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tWY2kUWFfS .form-control,
.cid-tWY2kUWFfS form .btn {
  min-height: initial;
}
.cid-tWY2kUWFfS a.btn,
.cid-tWY2kUWFfS button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tWY2kUWFfS input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tWY2kUWFfS textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tWY2kUWFfS input:hover {
  border-color: #14142b !important;
}
.cid-tWY2kUWFfS textarea:hover {
  border-color: #14142b !important;
}
.cid-tWY2kUWFfS input:focus {
  border-color: #14142b !important;
}
.cid-tWY2kUWFfS textarea:focus {
  border-color: #14142b !important;
}
.cid-tWY2kUWFfS .form-group {
  margin-bottom: 0;
}
.cid-tWY2kUWFfS .listen {
  margin-bottom: 24px;
}
.cid-tWY2kUWFfS .phone {
  margin-bottom: 44px;
  color: #000000;
}
.cid-tWY2kUWFfS .email {
  margin-bottom: 21px;
  color: #ff695c;
}
.cid-tWY2kUWFfS .listen,
.cid-tWY2kUWFfS .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tWY2kUWFfS .mbr-text,
.cid-tWY2kUWFfS .button-align {
  color: #091f40;
}
.cid-tWY2kUWFfS .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tWY2kUWFfS .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tWY2kUWFfS select.form-control:hover {
  border-color: #14142b;
}
.cid-tWY2kUWFfS select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tWY2kUWFfS .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tWY2kUWFfS .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tWY2kUWFfS .left-side,
  .cid-tWY2kUWFfS .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tWY2kUWFfS .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tWY2kUWFfS .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tWY2kUWFfS .shadow {
    padding: 25px;
  }
  .cid-tWY2kUWFfS input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tWY2kUWFfS .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tWY2kUWFfS .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tWY2kUWFfS .big > .socicon-bg-youtube {
  background-color: #1267a1;
}
.cid-tWY2kUWFfS .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tWY2kUWFfS .big > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tWY2kUWFfS .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tWY2kUWFfS .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tWY2kUWFfS .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tWY2kUWFfS .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tWY2kUWFfS .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tWY2kUWFfS .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tWY2kUWFfS .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tWY2kUWFfS .mbr-iconfont {
  margin-right: 8px;
}
.cid-tWY2kUWFfS .listen,
.cid-tWY2kUWFfS .mbr-social-likes {
  color: #091f40;
}
.cid-tWY2kUWFfS .mbr-section-subtitle,
.cid-tWY2kUWFfS .email,
.cid-tWY2kUWFfS .phone {
  color: #091f40;
}
.cid-tWMOIyVo7E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tWMOIyVo7E .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tWMOIyVo7E .item-wrapper {
  background: #091f40;
  border-radius: 2rem;
  padding: 1.5rem;
}
