@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Cardo:400,400i,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.9rem;
}
.display-1 > .mbr-iconfont {
  font-size: 1.9rem;
}
.display-2 {
  font-family: 'Cardo', serif;
  font-size: 1.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8rem;
}
.display-5 {
  font-family: 'Lora', serif;
  font-size: 1rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #5da2b5 !important;
}
.bg-success {
  background-color: #344cf1 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #5da2b5 !important;
  border-color: #5da2b5 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #3e7888 !important;
  border-color: #3e7888 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3e7888 !important;
  border-color: #3e7888 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3c98b1 !important;
  border-color: #3c98b1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #296778 !important;
  border-color: #296778 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #296778 !important;
  border-color: #296778 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #366876;
  color: #366876;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #5da2b5;
  border-color: #5da2b5;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5da2b5 !important;
  border-color: #5da2b5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #225765;
  color: #225765;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #3c98b1;
  border-color: #3c98b1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c98b1 !important;
  border-color: #3c98b1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0c21b3;
  color: #0c21b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #344cf1;
  border-color: #344cf1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #5da2b5 !important;
}
.text-secondary {
  color: #3c98b1 !important;
}
.text-success {
  color: #344cf1 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #366876 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #225765 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0c21b3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5da2b5;
  border-color: #5da2b5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5da2b5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b5d4dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f3f4fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #5da2b5;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #5da2b5 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5da2b5;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5da2b5;
  border-bottom-color: #5da2b5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #5da2b5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3c98b1 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%235da2b5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rcLub5sJzh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  background-attachment: fixed;
}
@media (min-width: 992px) {
  .cid-rcLub5sJzh .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rcLub5sJzh .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rcLub5sJzh .mbr-section-title {
  text-align: left;
}
.cid-rcLub5sJzh .mbr-text,
.cid-rcLub5sJzh .mbr-section-btn {
  text-align: left;
}
.cid-rNFTIe9KL7 {
  padding-top: 30px;
  padding-bottom: 132px;
  background-color: #ffffff;
}
.cid-rNFTIe9KL7 .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-rNFTIe9KL7 .mbr-text,
.cid-rNFTIe9KL7 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-suNOFIytPz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suNOFIytPz nav.navbar {
  position: fixed;
}
.cid-suNOFIytPz img {
  width: 50px!important;
  height: 50px!important;
}
.cid-suNOFIytPz .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-suNOFIytPz .navbar-short .nav-link {
  color: black!important;
}
.cid-suNOFIytPz .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.opened {
  transition: all .3s;
}
.cid-suNOFIytPz .navbar .navbar-logo img {
  width: auto;
}
.cid-suNOFIytPz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suNOFIytPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suNOFIytPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suNOFIytPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suNOFIytPz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suNOFIytPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suNOFIytPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suNOFIytPz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suNOFIytPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-suNOFIytPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suNOFIytPz .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-suNOFIytPz .navbar.navbar-short {
  min-height: 60px;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suNOFIytPz .navbar-logo {
  margin-right: 1rem!important;
}
.cid-suNOFIytPz .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-suNOFIytPz .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .nav-link:hover,
.cid-suNOFIytPz .nav-link:focus {
  color: #3c98b1 !important;
}
.cid-suNOFIytPz .nav-link:hover:before,
.cid-suNOFIytPz .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-suNOFIytPz .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-suNOFIytPz .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-suNOFIytPz .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .dropdown-item:hover,
.cid-suNOFIytPz .dropdown-item:focus {
  color: #3c98b1 !important;
  transform: translateX(10px);
}
.cid-suNOFIytPz .dropdown-item:hover:before,
.cid-suNOFIytPz .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-suNOFIytPz .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #e9e9e9 inset;
  border-radius: 50%;
  color: #e9e9e9 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-suNOFIytPz .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #3c98b1 inset;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-suNOFIytPz .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-suNOFIytPz .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #3c98b1;
}
.cid-suNOFIytPz .navbar-nav {
  margin: auto;
}
.cid-suNOFIytPz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suNOFIytPz .container {
  display: flex;
  margin: auto;
}
.cid-suNOFIytPz .navbar-caption {
  padding-right: 4rem;
}
.cid-suNOFIytPz .dropdown-menu,
.cid-suNOFIytPz .navbar.opened {
  background: #ffffff !important;
}
.cid-suNOFIytPz .nav-item:focus,
.cid-suNOFIytPz .nav-link:focus {
  outline: none;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suNOFIytPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suNOFIytPz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suNOFIytPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suNOFIytPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suNOFIytPz .dropdown-item.active,
.cid-suNOFIytPz .dropdown-item:active {
  background-color: transparent;
}
.cid-suNOFIytPz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suNOFIytPz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suNOFIytPz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suNOFIytPz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suNOFIytPz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suNOFIytPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suNOFIytPz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suNOFIytPz .navbar {
    height: 77px;
  }
  .cid-suNOFIytPz .navbar.opened {
    height: auto;
  }
  .cid-suNOFIytPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-suNOFIytPz .navbar {
    background: #ffffff;
  }
  .cid-suNOFIytPz .nav-link {
    color: black!important;
  }
}
.cid-suNOFIytPz .TopMenuUnderline {
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #5da2b5;
}
.cid-swoe96WFWY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5da2b5;
}
.cid-swoe96WFWY .links {
  text-align: center;
  color: #ffffff;
}
.cid-swoe96WFWY p {
  margin: 0;
}
.cid-r9PnxrGryQ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
  background-attachment: fixed;
}
.cid-r9PnxrGryQ .mbr-section-title {
  text-align: center;
}
.cid-r9PnxrGryQ .mbr-text,
.cid-r9PnxrGryQ .mbr-section-btn {
  text-align: center;
}
.cid-r9Pnxt2TcI {
  padding-top: 30px;
  padding-bottom: 225px;
  background-color: #ffffff;
}
.cid-r9Pnxt2TcI .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-r9Pnxt2TcI .mbr-text,
.cid-r9Pnxt2TcI .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-suNOFIytPz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suNOFIytPz nav.navbar {
  position: fixed;
}
.cid-suNOFIytPz img {
  width: 50px!important;
  height: 50px!important;
}
.cid-suNOFIytPz .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-suNOFIytPz .navbar-short .nav-link {
  color: black!important;
}
.cid-suNOFIytPz .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.opened {
  transition: all .3s;
}
.cid-suNOFIytPz .navbar .navbar-logo img {
  width: auto;
}
.cid-suNOFIytPz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suNOFIytPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suNOFIytPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suNOFIytPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suNOFIytPz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suNOFIytPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suNOFIytPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suNOFIytPz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suNOFIytPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-suNOFIytPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suNOFIytPz .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-suNOFIytPz .navbar.navbar-short {
  min-height: 60px;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suNOFIytPz .navbar-logo {
  margin-right: 1rem!important;
}
.cid-suNOFIytPz .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-suNOFIytPz .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .nav-link:hover,
.cid-suNOFIytPz .nav-link:focus {
  color: #3c98b1 !important;
}
.cid-suNOFIytPz .nav-link:hover:before,
.cid-suNOFIytPz .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-suNOFIytPz .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-suNOFIytPz .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-suNOFIytPz .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .dropdown-item:hover,
.cid-suNOFIytPz .dropdown-item:focus {
  color: #3c98b1 !important;
  transform: translateX(10px);
}
.cid-suNOFIytPz .dropdown-item:hover:before,
.cid-suNOFIytPz .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-suNOFIytPz .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-suNOFIytPz .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #3c98b1 inset;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-suNOFIytPz .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-suNOFIytPz .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #3c98b1;
}
.cid-suNOFIytPz .navbar-nav {
  margin: auto;
}
.cid-suNOFIytPz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suNOFIytPz .container {
  display: flex;
  margin: auto;
}
.cid-suNOFIytPz .navbar-caption {
  padding-right: 4rem;
}
.cid-suNOFIytPz .dropdown-menu,
.cid-suNOFIytPz .navbar.opened {
  background: #ffffff !important;
}
.cid-suNOFIytPz .nav-item:focus,
.cid-suNOFIytPz .nav-link:focus {
  outline: none;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suNOFIytPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suNOFIytPz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suNOFIytPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suNOFIytPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suNOFIytPz .dropdown-item.active,
.cid-suNOFIytPz .dropdown-item:active {
  background-color: transparent;
}
.cid-suNOFIytPz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suNOFIytPz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suNOFIytPz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suNOFIytPz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suNOFIytPz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suNOFIytPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suNOFIytPz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suNOFIytPz .navbar {
    height: 77px;
  }
  .cid-suNOFIytPz .navbar.opened {
    height: auto;
  }
  .cid-suNOFIytPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-suNOFIytPz .navbar {
    background: #ffffff;
  }
  .cid-suNOFIytPz .nav-link {
    color: black!important;
  }
}
.cid-suNOFIytPz .TopMenuUnderline {
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #5da2b5;
}
.cid-swof2TGLiN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5da2b5;
}
.cid-swof2TGLiN .links {
  text-align: center;
  color: #ffffff;
}
.cid-swof2TGLiN p {
  margin: 0;
}
.cid-r9PmaOlXAI {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
  background-attachment: fixed;
}
.cid-r9PmaOlXAI .mbr-section-title {
  text-align: center;
}
.cid-r9PmaOlXAI .mbr-text,
.cid-r9PmaOlXAI .mbr-section-btn {
  text-align: center;
}
.cid-r9PmaPfqVq {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r9PmaPfqVq .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-r9PmaPfqVq .mbr-text,
.cid-r9PmaPfqVq .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-suNOFIytPz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suNOFIytPz nav.navbar {
  position: fixed;
}
.cid-suNOFIytPz img {
  width: 50px!important;
  height: 50px!important;
}
.cid-suNOFIytPz .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-suNOFIytPz .navbar-short .nav-link {
  color: black!important;
}
.cid-suNOFIytPz .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.opened {
  transition: all .3s;
}
.cid-suNOFIytPz .navbar .navbar-logo img {
  width: auto;
}
.cid-suNOFIytPz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suNOFIytPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suNOFIytPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suNOFIytPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suNOFIytPz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suNOFIytPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suNOFIytPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suNOFIytPz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suNOFIytPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-suNOFIytPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suNOFIytPz .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-suNOFIytPz .navbar.navbar-short {
  min-height: 60px;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suNOFIytPz .navbar-logo {
  margin-right: 1rem!important;
}
.cid-suNOFIytPz .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-suNOFIytPz .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .nav-link:hover,
.cid-suNOFIytPz .nav-link:focus {
  color: #3c98b1 !important;
}
.cid-suNOFIytPz .nav-link:hover:before,
.cid-suNOFIytPz .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-suNOFIytPz .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-suNOFIytPz .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-suNOFIytPz .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .dropdown-item:hover,
.cid-suNOFIytPz .dropdown-item:focus {
  color: #3c98b1 !important;
  transform: translateX(10px);
}
.cid-suNOFIytPz .dropdown-item:hover:before,
.cid-suNOFIytPz .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-suNOFIytPz .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-suNOFIytPz .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #3c98b1 inset;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-suNOFIytPz .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-suNOFIytPz .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #3c98b1;
}
.cid-suNOFIytPz .navbar-nav {
  margin: auto;
}
.cid-suNOFIytPz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suNOFIytPz .container {
  display: flex;
  margin: auto;
}
.cid-suNOFIytPz .navbar-caption {
  padding-right: 4rem;
}
.cid-suNOFIytPz .dropdown-menu,
.cid-suNOFIytPz .navbar.opened {
  background: #ffffff !important;
}
.cid-suNOFIytPz .nav-item:focus,
.cid-suNOFIytPz .nav-link:focus {
  outline: none;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suNOFIytPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suNOFIytPz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suNOFIytPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suNOFIytPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suNOFIytPz .dropdown-item.active,
.cid-suNOFIytPz .dropdown-item:active {
  background-color: transparent;
}
.cid-suNOFIytPz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suNOFIytPz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suNOFIytPz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suNOFIytPz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suNOFIytPz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suNOFIytPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suNOFIytPz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suNOFIytPz .navbar {
    height: 77px;
  }
  .cid-suNOFIytPz .navbar.opened {
    height: auto;
  }
  .cid-suNOFIytPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-suNOFIytPz .navbar {
    background: #ffffff;
  }
  .cid-suNOFIytPz .nav-link {
    color: black!important;
  }
}
.cid-suNOFIytPz .TopMenuUnderline {
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #5da2b5;
}
.cid-swof904tvr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5da2b5;
}
.cid-swof904tvr .links {
  text-align: center;
  color: #ffffff;
}
.cid-swof904tvr p {
  margin: 0;
}
.cid-r9PiqighYf {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
  background-attachment: fixed;
}
.cid-r9PiqighYf .mbr-section-title {
  text-align: center;
}
.cid-r9PiqighYf .mbr-text,
.cid-r9PiqighYf .mbr-section-btn {
  text-align: center;
}
.cid-r9PiqjpNlI {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r9PiqjpNlI .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-r9PiqjpNlI .mbr-text,
.cid-r9PiqjpNlI .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-suNOFIytPz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suNOFIytPz nav.navbar {
  position: fixed;
}
.cid-suNOFIytPz img {
  width: 50px!important;
  height: 50px!important;
}
.cid-suNOFIytPz .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-suNOFIytPz .navbar-short .nav-link {
  color: black!important;
}
.cid-suNOFIytPz .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.opened {
  transition: all .3s;
}
.cid-suNOFIytPz .navbar .navbar-logo img {
  width: auto;
}
.cid-suNOFIytPz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suNOFIytPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suNOFIytPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suNOFIytPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suNOFIytPz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suNOFIytPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suNOFIytPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suNOFIytPz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suNOFIytPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-suNOFIytPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suNOFIytPz .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-suNOFIytPz .navbar.navbar-short {
  min-height: 60px;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suNOFIytPz .navbar-logo {
  margin-right: 1rem!important;
}
.cid-suNOFIytPz .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-suNOFIytPz .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .nav-link:hover,
.cid-suNOFIytPz .nav-link:focus {
  color: #3c98b1 !important;
}
.cid-suNOFIytPz .nav-link:hover:before,
.cid-suNOFIytPz .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-suNOFIytPz .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-suNOFIytPz .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-suNOFIytPz .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .dropdown-item:hover,
.cid-suNOFIytPz .dropdown-item:focus {
  color: #3c98b1 !important;
  transform: translateX(10px);
}
.cid-suNOFIytPz .dropdown-item:hover:before,
.cid-suNOFIytPz .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-suNOFIytPz .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-suNOFIytPz .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #3c98b1 inset;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-suNOFIytPz .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-suNOFIytPz .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #3c98b1;
}
.cid-suNOFIytPz .navbar-nav {
  margin: auto;
}
.cid-suNOFIytPz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suNOFIytPz .container {
  display: flex;
  margin: auto;
}
.cid-suNOFIytPz .navbar-caption {
  padding-right: 4rem;
}
.cid-suNOFIytPz .dropdown-menu,
.cid-suNOFIytPz .navbar.opened {
  background: #ffffff !important;
}
.cid-suNOFIytPz .nav-item:focus,
.cid-suNOFIytPz .nav-link:focus {
  outline: none;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suNOFIytPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suNOFIytPz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suNOFIytPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suNOFIytPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suNOFIytPz .dropdown-item.active,
.cid-suNOFIytPz .dropdown-item:active {
  background-color: transparent;
}
.cid-suNOFIytPz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suNOFIytPz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suNOFIytPz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suNOFIytPz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suNOFIytPz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suNOFIytPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suNOFIytPz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suNOFIytPz .navbar {
    height: 77px;
  }
  .cid-suNOFIytPz .navbar.opened {
    height: auto;
  }
  .cid-suNOFIytPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-suNOFIytPz .navbar {
    background: #ffffff;
  }
  .cid-suNOFIytPz .nav-link {
    color: black!important;
  }
}
.cid-suNOFIytPz .TopMenuUnderline {
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #5da2b5;
}
.cid-swoeDSTjs4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5da2b5;
}
.cid-swoeDSTjs4 .links {
  text-align: center;
  color: #ffffff;
}
.cid-swoeDSTjs4 p {
  margin: 0;
}
.cid-r9PgGPRSPE {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1018.jpg");
  background-attachment: fixed;
}
.cid-r9PgGPRSPE .mbr-section-title {
  text-align: center;
}
.cid-r9PgGPRSPE .mbr-text,
.cid-r9PgGPRSPE .mbr-section-btn {
  text-align: center;
}
.cid-r9PgGQNQUT {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r9PgGQNQUT .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-r9PgGQNQUT .mbr-text,
.cid-r9PgGQNQUT .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-suNOFIytPz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suNOFIytPz nav.navbar {
  position: fixed;
}
.cid-suNOFIytPz img {
  width: 50px!important;
  height: 50px!important;
}
.cid-suNOFIytPz .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-suNOFIytPz .navbar-short .nav-link {
  color: black!important;
}
.cid-suNOFIytPz .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.opened {
  transition: all .3s;
}
.cid-suNOFIytPz .navbar .navbar-logo img {
  width: auto;
}
.cid-suNOFIytPz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suNOFIytPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suNOFIytPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suNOFIytPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suNOFIytPz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suNOFIytPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suNOFIytPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suNOFIytPz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suNOFIytPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-suNOFIytPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suNOFIytPz .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-suNOFIytPz .navbar.navbar-short {
  min-height: 60px;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suNOFIytPz .navbar-logo {
  margin-right: 1rem!important;
}
.cid-suNOFIytPz .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-suNOFIytPz .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .nav-link:hover,
.cid-suNOFIytPz .nav-link:focus {
  color: #3c98b1 !important;
}
.cid-suNOFIytPz .nav-link:hover:before,
.cid-suNOFIytPz .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-suNOFIytPz .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-suNOFIytPz .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-suNOFIytPz .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .dropdown-item:hover,
.cid-suNOFIytPz .dropdown-item:focus {
  color: #3c98b1 !important;
  transform: translateX(10px);
}
.cid-suNOFIytPz .dropdown-item:hover:before,
.cid-suNOFIytPz .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-suNOFIytPz .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-suNOFIytPz .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #3c98b1 inset;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-suNOFIytPz .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-suNOFIytPz .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #3c98b1;
}
.cid-suNOFIytPz .navbar-nav {
  margin: auto;
}
.cid-suNOFIytPz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suNOFIytPz .container {
  display: flex;
  margin: auto;
}
.cid-suNOFIytPz .navbar-caption {
  padding-right: 4rem;
}
.cid-suNOFIytPz .dropdown-menu,
.cid-suNOFIytPz .navbar.opened {
  background: #ffffff !important;
}
.cid-suNOFIytPz .nav-item:focus,
.cid-suNOFIytPz .nav-link:focus {
  outline: none;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suNOFIytPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suNOFIytPz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suNOFIytPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suNOFIytPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suNOFIytPz .dropdown-item.active,
.cid-suNOFIytPz .dropdown-item:active {
  background-color: transparent;
}
.cid-suNOFIytPz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suNOFIytPz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suNOFIytPz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suNOFIytPz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suNOFIytPz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suNOFIytPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suNOFIytPz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suNOFIytPz .navbar {
    height: 77px;
  }
  .cid-suNOFIytPz .navbar.opened {
    height: auto;
  }
  .cid-suNOFIytPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-suNOFIytPz .navbar {
    background: #ffffff;
  }
  .cid-suNOFIytPz .nav-link {
    color: black!important;
  }
}
.cid-suNOFIytPz .TopMenuUnderline {
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #5da2b5;
}
.cid-swoeUwyilL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5da2b5;
}
.cid-swoeUwyilL .links {
  text-align: center;
  color: #ffffff;
}
.cid-swoeUwyilL p {
  margin: 0;
}
.cid-r9PeyvAYJb {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1392x870.png");
  background-attachment: fixed;
}
.cid-r9PeyvAYJb .mbr-section-title {
  text-align: center;
}
.cid-r9PeyvAYJb .mbr-text,
.cid-r9PeyvAYJb .mbr-section-btn {
  text-align: center;
}
.cid-r9PeyywSkt {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r9PeyywSkt .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-r9PeyywSkt .mbr-text,
.cid-r9PeyywSkt .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-suNOFIytPz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suNOFIytPz nav.navbar {
  position: fixed;
}
.cid-suNOFIytPz img {
  width: 50px!important;
  height: 50px!important;
}
.cid-suNOFIytPz .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-suNOFIytPz .navbar-short .nav-link {
  color: black!important;
}
.cid-suNOFIytPz .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.opened {
  transition: all .3s;
}
.cid-suNOFIytPz .navbar .navbar-logo img {
  width: auto;
}
.cid-suNOFIytPz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suNOFIytPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suNOFIytPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suNOFIytPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suNOFIytPz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suNOFIytPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suNOFIytPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suNOFIytPz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suNOFIytPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-suNOFIytPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suNOFIytPz .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-suNOFIytPz .navbar.navbar-short {
  min-height: 60px;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suNOFIytPz .navbar-logo {
  margin-right: 1rem!important;
}
.cid-suNOFIytPz .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-suNOFIytPz .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .nav-link:hover,
.cid-suNOFIytPz .nav-link:focus {
  color: #3c98b1 !important;
}
.cid-suNOFIytPz .nav-link:hover:before,
.cid-suNOFIytPz .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-suNOFIytPz .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-suNOFIytPz .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-suNOFIytPz .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .dropdown-item:hover,
.cid-suNOFIytPz .dropdown-item:focus {
  color: #3c98b1 !important;
  transform: translateX(10px);
}
.cid-suNOFIytPz .dropdown-item:hover:before,
.cid-suNOFIytPz .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-suNOFIytPz .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-suNOFIytPz .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #3c98b1 inset;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-suNOFIytPz .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-suNOFIytPz .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #3c98b1;
}
.cid-suNOFIytPz .navbar-nav {
  margin: auto;
}
.cid-suNOFIytPz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suNOFIytPz .container {
  display: flex;
  margin: auto;
}
.cid-suNOFIytPz .navbar-caption {
  padding-right: 4rem;
}
.cid-suNOFIytPz .dropdown-menu,
.cid-suNOFIytPz .navbar.opened {
  background: #ffffff !important;
}
.cid-suNOFIytPz .nav-item:focus,
.cid-suNOFIytPz .nav-link:focus {
  outline: none;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suNOFIytPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suNOFIytPz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suNOFIytPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suNOFIytPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suNOFIytPz .dropdown-item.active,
.cid-suNOFIytPz .dropdown-item:active {
  background-color: transparent;
}
.cid-suNOFIytPz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suNOFIytPz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suNOFIytPz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suNOFIytPz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suNOFIytPz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suNOFIytPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suNOFIytPz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suNOFIytPz .navbar {
    height: 77px;
  }
  .cid-suNOFIytPz .navbar.opened {
    height: auto;
  }
  .cid-suNOFIytPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-suNOFIytPz .navbar {
    background: #ffffff;
  }
  .cid-suNOFIytPz .nav-link {
    color: black!important;
  }
}
.cid-suNOFIytPz .TopMenuUnderline {
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #5da2b5;
}
.cid-swoeQauPZE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5da2b5;
}
.cid-swoeQauPZE .links {
  text-align: center;
  color: #ffffff;
}
.cid-swoeQauPZE p {
  margin: 0;
}
.cid-rnwb0SoDVB {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
  background-attachment: fixed;
}
.cid-rnwb0SoDVB .mbr-section-title {
  text-align: center;
}
.cid-rnwb0SoDVB .mbr-text,
.cid-rnwb0SoDVB .mbr-section-btn {
  text-align: center;
}
.cid-r9OIrfn51q {
  padding-top: 30px;
  padding-bottom: 165px;
  background-color: #ffffff;
}
.cid-r9OIrfn51q .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-r9OIrfn51q .mbr-text,
.cid-r9OIrfn51q .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-suNOFIytPz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suNOFIytPz nav.navbar {
  position: fixed;
}
.cid-suNOFIytPz img {
  width: 50px!important;
  height: 50px!important;
}
.cid-suNOFIytPz .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-suNOFIytPz .navbar-short .nav-link {
  color: black!important;
}
.cid-suNOFIytPz .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.opened {
  transition: all .3s;
}
.cid-suNOFIytPz .navbar .navbar-logo img {
  width: auto;
}
.cid-suNOFIytPz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suNOFIytPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suNOFIytPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suNOFIytPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suNOFIytPz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suNOFIytPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suNOFIytPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suNOFIytPz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suNOFIytPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-suNOFIytPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suNOFIytPz .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-suNOFIytPz .navbar.navbar-short {
  min-height: 60px;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suNOFIytPz .navbar-logo {
  margin-right: 1rem!important;
}
.cid-suNOFIytPz .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-suNOFIytPz .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .nav-link:hover,
.cid-suNOFIytPz .nav-link:focus {
  color: #3c98b1 !important;
}
.cid-suNOFIytPz .nav-link:hover:before,
.cid-suNOFIytPz .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-suNOFIytPz .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-suNOFIytPz .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-suNOFIytPz .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .dropdown-item:hover,
.cid-suNOFIytPz .dropdown-item:focus {
  color: #3c98b1 !important;
  transform: translateX(10px);
}
.cid-suNOFIytPz .dropdown-item:hover:before,
.cid-suNOFIytPz .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-suNOFIytPz .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-suNOFIytPz .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #3c98b1 inset;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-suNOFIytPz .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-suNOFIytPz .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #3c98b1;
}
.cid-suNOFIytPz .navbar-nav {
  margin: auto;
}
.cid-suNOFIytPz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suNOFIytPz .container {
  display: flex;
  margin: auto;
}
.cid-suNOFIytPz .navbar-caption {
  padding-right: 4rem;
}
.cid-suNOFIytPz .dropdown-menu,
.cid-suNOFIytPz .navbar.opened {
  background: #ffffff !important;
}
.cid-suNOFIytPz .nav-item:focus,
.cid-suNOFIytPz .nav-link:focus {
  outline: none;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suNOFIytPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suNOFIytPz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suNOFIytPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suNOFIytPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suNOFIytPz .dropdown-item.active,
.cid-suNOFIytPz .dropdown-item:active {
  background-color: transparent;
}
.cid-suNOFIytPz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suNOFIytPz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suNOFIytPz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suNOFIytPz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suNOFIytPz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suNOFIytPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suNOFIytPz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suNOFIytPz .navbar {
    height: 77px;
  }
  .cid-suNOFIytPz .navbar.opened {
    height: auto;
  }
  .cid-suNOFIytPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-suNOFIytPz .navbar {
    background: #ffffff;
  }
  .cid-suNOFIytPz .nav-link {
    color: black!important;
  }
}
.cid-suNOFIytPz .TopMenuUnderline {
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #5da2b5;
}
.cid-swoeMFKBO6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5da2b5;
}
.cid-swoeMFKBO6 .links {
  text-align: center;
  color: #ffffff;
}
.cid-swoeMFKBO6 p {
  margin: 0;
}
.cid-r9OFtyY0wM {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
  background-attachment: fixed;
}
.cid-r9OFtyY0wM .mbr-section-title {
  text-align: center;
}
.cid-r9OFtyY0wM .mbr-text,
.cid-r9OFtyY0wM .mbr-section-btn {
  text-align: center;
}
.cid-r9OE1JOy1w {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r9OE1JOy1w .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-r9OE1JOy1w .mbr-text,
.cid-r9OE1JOy1w .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-suNOFIytPz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suNOFIytPz nav.navbar {
  position: fixed;
}
.cid-suNOFIytPz img {
  width: 50px!important;
  height: 50px!important;
}
.cid-suNOFIytPz .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-suNOFIytPz .navbar-short .nav-link {
  color: black!important;
}
.cid-suNOFIytPz .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.opened {
  transition: all .3s;
}
.cid-suNOFIytPz .navbar .navbar-logo img {
  width: auto;
}
.cid-suNOFIytPz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suNOFIytPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suNOFIytPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suNOFIytPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suNOFIytPz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suNOFIytPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suNOFIytPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suNOFIytPz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suNOFIytPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-suNOFIytPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suNOFIytPz .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-suNOFIytPz .navbar.navbar-short {
  min-height: 60px;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suNOFIytPz .navbar-logo {
  margin-right: 1rem!important;
}
.cid-suNOFIytPz .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-suNOFIytPz .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .nav-link:hover,
.cid-suNOFIytPz .nav-link:focus {
  color: #3c98b1 !important;
}
.cid-suNOFIytPz .nav-link:hover:before,
.cid-suNOFIytPz .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-suNOFIytPz .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-suNOFIytPz .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-suNOFIytPz .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .dropdown-item:hover,
.cid-suNOFIytPz .dropdown-item:focus {
  color: #3c98b1 !important;
  transform: translateX(10px);
}
.cid-suNOFIytPz .dropdown-item:hover:before,
.cid-suNOFIytPz .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-suNOFIytPz .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-suNOFIytPz .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #3c98b1 inset;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-suNOFIytPz .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-suNOFIytPz .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #3c98b1;
}
.cid-suNOFIytPz .navbar-nav {
  margin: auto;
}
.cid-suNOFIytPz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suNOFIytPz .container {
  display: flex;
  margin: auto;
}
.cid-suNOFIytPz .navbar-caption {
  padding-right: 4rem;
}
.cid-suNOFIytPz .dropdown-menu,
.cid-suNOFIytPz .navbar.opened {
  background: #ffffff !important;
}
.cid-suNOFIytPz .nav-item:focus,
.cid-suNOFIytPz .nav-link:focus {
  outline: none;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suNOFIytPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suNOFIytPz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suNOFIytPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suNOFIytPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suNOFIytPz .dropdown-item.active,
.cid-suNOFIytPz .dropdown-item:active {
  background-color: transparent;
}
.cid-suNOFIytPz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suNOFIytPz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suNOFIytPz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suNOFIytPz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suNOFIytPz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suNOFIytPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suNOFIytPz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suNOFIytPz .navbar {
    height: 77px;
  }
  .cid-suNOFIytPz .navbar.opened {
    height: auto;
  }
  .cid-suNOFIytPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-suNOFIytPz .navbar {
    background: #ffffff;
  }
  .cid-suNOFIytPz .nav-link {
    color: black!important;
  }
}
.cid-suNOFIytPz .TopMenuUnderline {
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #5da2b5;
}
.cid-swoeYMzhuk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5da2b5;
}
.cid-swoeYMzhuk .links {
  text-align: center;
  color: #ffffff;
}
.cid-swoeYMzhuk p {
  margin: 0;
}
.cid-r9OIresbBU {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
  background-attachment: fixed;
}
.cid-r9OIresbBU .mbr-section-title {
  text-align: center;
}
.cid-r9OIresbBU .mbr-text,
.cid-r9OIresbBU .mbr-section-btn {
  text-align: center;
}
.cid-suNrhThia4 {
  padding-top: 30px;
  padding-bottom: 165px;
  background-color: #ffffff;
}
.cid-suNrhThia4 .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-suNrhThia4 .mbr-text,
.cid-suNrhThia4 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-suNOFIytPz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suNOFIytPz nav.navbar {
  position: fixed;
}
.cid-suNOFIytPz img {
  width: 50px!important;
  height: 50px!important;
}
.cid-suNOFIytPz .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-suNOFIytPz .navbar-short .nav-link {
  color: black!important;
}
.cid-suNOFIytPz .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.opened {
  transition: all .3s;
}
.cid-suNOFIytPz .navbar .navbar-logo img {
  width: auto;
}
.cid-suNOFIytPz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suNOFIytPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suNOFIytPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suNOFIytPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suNOFIytPz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suNOFIytPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suNOFIytPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suNOFIytPz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suNOFIytPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-suNOFIytPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suNOFIytPz .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-suNOFIytPz .navbar.navbar-short {
  min-height: 60px;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suNOFIytPz .navbar-logo {
  margin-right: 1rem!important;
}
.cid-suNOFIytPz .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-suNOFIytPz .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .nav-link:hover,
.cid-suNOFIytPz .nav-link:focus {
  color: #3c98b1 !important;
}
.cid-suNOFIytPz .nav-link:hover:before,
.cid-suNOFIytPz .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-suNOFIytPz .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-suNOFIytPz .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-suNOFIytPz .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .dropdown-item:hover,
.cid-suNOFIytPz .dropdown-item:focus {
  color: #3c98b1 !important;
  transform: translateX(10px);
}
.cid-suNOFIytPz .dropdown-item:hover:before,
.cid-suNOFIytPz .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-suNOFIytPz .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-suNOFIytPz .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #3c98b1 inset;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-suNOFIytPz .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-suNOFIytPz .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #3c98b1;
}
.cid-suNOFIytPz .navbar-nav {
  margin: auto;
}
.cid-suNOFIytPz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suNOFIytPz .container {
  display: flex;
  margin: auto;
}
.cid-suNOFIytPz .navbar-caption {
  padding-right: 4rem;
}
.cid-suNOFIytPz .dropdown-menu,
.cid-suNOFIytPz .navbar.opened {
  background: #ffffff !important;
}
.cid-suNOFIytPz .nav-item:focus,
.cid-suNOFIytPz .nav-link:focus {
  outline: none;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suNOFIytPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suNOFIytPz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suNOFIytPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suNOFIytPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suNOFIytPz .dropdown-item.active,
.cid-suNOFIytPz .dropdown-item:active {
  background-color: transparent;
}
.cid-suNOFIytPz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suNOFIytPz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suNOFIytPz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suNOFIytPz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suNOFIytPz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suNOFIytPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suNOFIytPz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suNOFIytPz .navbar {
    height: 77px;
  }
  .cid-suNOFIytPz .navbar.opened {
    height: auto;
  }
  .cid-suNOFIytPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-suNOFIytPz .navbar {
    background: #ffffff;
  }
  .cid-suNOFIytPz .nav-link {
    color: black!important;
  }
}
.cid-suNOFIytPz .TopMenuUnderline {
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #5da2b5;
}
.cid-swoevBNQWj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5da2b5;
}
.cid-swoevBNQWj .links {
  text-align: center;
  color: #ffffff;
}
.cid-swoevBNQWj p {
  margin: 0;
}
.cid-suNtNPVUgg {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
  background-attachment: fixed;
}
.cid-suNtNPVUgg .mbr-section-title {
  text-align: center;
}
.cid-suNtNPVUgg .mbr-text,
.cid-suNtNPVUgg .mbr-section-btn {
  text-align: center;
}
.cid-t240UqbLVT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t240UqbLVT .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-t240UqbLVT .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t240UqbLVT .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-t240UqbLVT .form-group {
  padding-right: 0;
}
.cid-t240UqbLVT .card {
  padding: 3rem 8rem;
}
.cid-t240UqbLVT .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-t240UqbLVT .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-t240UqbLVT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t240UqbLVT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t240UqbLVT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t240UqbLVT .map-placeholder {
  display: none;
}
.cid-t240UqbLVT .btn-primary {
  border: 1px solid #5da2b5 !important;
}
.cid-t240UqbLVT .btn-primary:hover {
  border: 1px solid #5da2b5 !important;
}
.cid-t240UqbLVT .stripe {
  border-bottom: 1px solid #0087ab !important;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t240UqbLVT .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t240UqbLVT .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9 !important;
  width: 85%;
}
.cid-t240UqbLVT .mbr-text {
  color: #444;
}
.cid-t240UqbLVT h5 {
  margin-bottom: 0;
}
.cid-t240UqbLVT .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t240UqbLVT .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t240UqbLVT .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t240UqbLVT .socicon {
  font-size: 1.3rem;
  background: #e8e8e8;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t240UqbLVT .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t240UqbLVT .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t240UqbLVT .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t240UqbLVT .social-list a:hover {
  opacity: 0.4;
}
.cid-t240UqbLVT .media-container-row > div {
  padding: 0px;
}
.cid-t240UqbLVT .text2 {
  color: #000000;
  text-align: left;
}
.cid-t240UqbLVT .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-t240UqbLVT .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-t240UqbLVT .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-t240UqbLVT .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t240UqbLVT h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t240UqbLVT .form-group {
    max-width: 180px;
  }
  .cid-t240UqbLVT .card {
    padding: 2rem 1rem;
  }
}
.cid-t240UqbLVT .links span {
  color: #9e9e9e;
}
.cid-t240UqbLVT .logo-title,
.cid-t240UqbLVT .logo-sub-title {
  text-align: center;
}
.cid-t240UqbLVT .logo-sub-title i {
  color: #9e9e9e;
}
.cid-suNOFIytPz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suNOFIytPz nav.navbar {
  position: fixed;
}
.cid-suNOFIytPz img {
  width: 50px!important;
  height: 50px!important;
}
.cid-suNOFIytPz .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-suNOFIytPz .navbar-short .nav-link {
  color: black!important;
}
.cid-suNOFIytPz .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.opened {
  transition: all .3s;
}
.cid-suNOFIytPz .navbar .navbar-logo img {
  width: auto;
}
.cid-suNOFIytPz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suNOFIytPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suNOFIytPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suNOFIytPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suNOFIytPz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suNOFIytPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suNOFIytPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suNOFIytPz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suNOFIytPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-suNOFIytPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suNOFIytPz .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-suNOFIytPz .navbar.navbar-short {
  min-height: 60px;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suNOFIytPz .navbar-logo {
  margin-right: 1rem!important;
}
.cid-suNOFIytPz .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-suNOFIytPz .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .nav-link:hover,
.cid-suNOFIytPz .nav-link:focus {
  color: #3c98b1 !important;
}
.cid-suNOFIytPz .nav-link:hover:before,
.cid-suNOFIytPz .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-suNOFIytPz .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-suNOFIytPz .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-suNOFIytPz .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .dropdown-item:hover,
.cid-suNOFIytPz .dropdown-item:focus {
  color: #3c98b1 !important;
  transform: translateX(10px);
}
.cid-suNOFIytPz .dropdown-item:hover:before,
.cid-suNOFIytPz .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-suNOFIytPz .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-suNOFIytPz .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #3c98b1 inset;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-suNOFIytPz .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-suNOFIytPz .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #3c98b1;
}
.cid-suNOFIytPz .navbar-nav {
  margin: auto;
}
.cid-suNOFIytPz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suNOFIytPz .container {
  display: flex;
  margin: auto;
}
.cid-suNOFIytPz .navbar-caption {
  padding-right: 4rem;
}
.cid-suNOFIytPz .dropdown-menu,
.cid-suNOFIytPz .navbar.opened {
  background: #ffffff !important;
}
.cid-suNOFIytPz .nav-item:focus,
.cid-suNOFIytPz .nav-link:focus {
  outline: none;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suNOFIytPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suNOFIytPz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suNOFIytPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suNOFIytPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suNOFIytPz .dropdown-item.active,
.cid-suNOFIytPz .dropdown-item:active {
  background-color: transparent;
}
.cid-suNOFIytPz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suNOFIytPz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suNOFIytPz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suNOFIytPz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suNOFIytPz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suNOFIytPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suNOFIytPz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suNOFIytPz .navbar {
    height: 77px;
  }
  .cid-suNOFIytPz .navbar.opened {
    height: auto;
  }
  .cid-suNOFIytPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-suNOFIytPz .navbar {
    background: #ffffff;
  }
  .cid-suNOFIytPz .nav-link {
    color: black!important;
  }
}
.cid-suNOFIytPz .TopMenuUnderline {
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #5da2b5;
}
.cid-swofbDbbDG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5da2b5;
}
.cid-swofbDbbDG .links {
  text-align: center;
  color: #ffffff;
}
.cid-swofbDbbDG p {
  margin: 0;
}
.cid-r9PookyWMV {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
  background-attachment: fixed;
}
.cid-r9PookyWMV .mbr-section-title {
  text-align: left;
}
.cid-r9PookyWMV .mbr-text,
.cid-r9PookyWMV .mbr-section-btn {
  text-align: center;
}
.cid-r9PoolE7mW {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r9PoolE7mW .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-r9PoolE7mW .mbr-text,
.cid-r9PoolE7mW .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-suNOFIytPz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suNOFIytPz nav.navbar {
  position: fixed;
}
.cid-suNOFIytPz img {
  width: 50px!important;
  height: 50px!important;
}
.cid-suNOFIytPz .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-suNOFIytPz .navbar-short .nav-link {
  color: black!important;
}
.cid-suNOFIytPz .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.opened {
  transition: all .3s;
}
.cid-suNOFIytPz .navbar .navbar-logo img {
  width: auto;
}
.cid-suNOFIytPz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suNOFIytPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suNOFIytPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suNOFIytPz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suNOFIytPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suNOFIytPz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suNOFIytPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suNOFIytPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suNOFIytPz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suNOFIytPz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suNOFIytPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-suNOFIytPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suNOFIytPz .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-suNOFIytPz .navbar.navbar-short {
  min-height: 60px;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suNOFIytPz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suNOFIytPz .navbar-logo {
  margin-right: 1rem!important;
}
.cid-suNOFIytPz .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-suNOFIytPz .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .nav-link:hover,
.cid-suNOFIytPz .nav-link:focus {
  color: #3c98b1 !important;
}
.cid-suNOFIytPz .nav-link:hover:before,
.cid-suNOFIytPz .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-suNOFIytPz .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-suNOFIytPz .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-suNOFIytPz .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #3c98b1;
}
.cid-suNOFIytPz .dropdown-item:hover,
.cid-suNOFIytPz .dropdown-item:focus {
  color: #3c98b1 !important;
  transform: translateX(10px);
}
.cid-suNOFIytPz .dropdown-item:hover:before,
.cid-suNOFIytPz .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-suNOFIytPz .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-suNOFIytPz .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #3c98b1 inset;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-suNOFIytPz .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-suNOFIytPz .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-suNOFIytPz .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #3c98b1;
}
.cid-suNOFIytPz .navbar-nav {
  margin: auto;
}
.cid-suNOFIytPz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suNOFIytPz .container {
  display: flex;
  margin: auto;
}
.cid-suNOFIytPz .navbar-caption {
  padding-right: 4rem;
}
.cid-suNOFIytPz .dropdown-menu,
.cid-suNOFIytPz .navbar.opened {
  background: #ffffff !important;
}
.cid-suNOFIytPz .nav-item:focus,
.cid-suNOFIytPz .nav-link:focus {
  outline: none;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suNOFIytPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suNOFIytPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suNOFIytPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suNOFIytPz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suNOFIytPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suNOFIytPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suNOFIytPz .dropdown-item.active,
.cid-suNOFIytPz .dropdown-item:active {
  background-color: transparent;
}
.cid-suNOFIytPz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suNOFIytPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suNOFIytPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suNOFIytPz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suNOFIytPz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suNOFIytPz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suNOFIytPz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suNOFIytPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suNOFIytPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suNOFIytPz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suNOFIytPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suNOFIytPz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suNOFIytPz .navbar {
    height: 77px;
  }
  .cid-suNOFIytPz .navbar.opened {
    height: auto;
  }
  .cid-suNOFIytPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-suNOFIytPz .navbar {
    background: #ffffff;
  }
  .cid-suNOFIytPz .nav-link {
    color: black!important;
  }
}
.cid-suNOFIytPz .TopMenuUnderline {
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #5da2b5;
}
.cid-swofihjC5w {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5da2b5;
}
.cid-swofihjC5w .links {
  text-align: center;
  color: #ffffff;
}
.cid-swofihjC5w p {
  margin: 0;
}
