body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #004f9e !important;
}
.bg-success {
  background-color: #007146 !important;
}
.bg-info {
  background-color: #fbcc0d !important;
}
.bg-warning {
  background-color: #dedfed !important;
}
.bg-danger {
  background-color: #59514f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #004f9e !important;
  border-color: #004f9e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #002952 !important;
  border-color: #002952 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #002952 !important;
  border-color: #002952 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #004f9e !important;
  border-color: #004f9e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #002952 !important;
  border-color: #002952 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #002952 !important;
  border-color: #002952 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fbcc0d !important;
  border-color: #fbcc0d !important;
  color: #090700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #090700 !important;
  background-color: #b89503 !important;
  border-color: #b89503 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #090700 !important;
  background-color: #b89503 !important;
  border-color: #b89503 !important;
}
.btn-success,
.btn-success:active {
  background-color: #007146 !important;
  border-color: #007146 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #002517 !important;
  border-color: #002517 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #002517 !important;
  border-color: #002517 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dedfed !important;
  border-color: #dedfed !important;
  color: #484c84 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #484c84 !important;
  background-color: #adafd2 !important;
  border-color: #adafd2 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #484c84 !important;
  background-color: #adafd2 !important;
  border-color: #adafd2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #59514f !important;
  border-color: #59514f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #302c2b !important;
  border-color: #302c2b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #302c2b !important;
  border-color: #302c2b !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #001c38;
  color: #001c38;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #004f9e;
  border-color: #004f9e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #004f9e !important;
  border-color: #004f9e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #001c38;
  color: #001c38;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #004f9e;
  border-color: #004f9e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #004f9e !important;
  border-color: #004f9e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #9f8003;
  color: #9f8003;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #090700;
  background-color: #fbcc0d;
  border-color: #fbcc0d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #090700 !important;
  background-color: #fbcc0d !important;
  border-color: #fbcc0d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000b07;
  color: #000b07;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #007146;
  border-color: #007146;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #007146 !important;
  border-color: #007146 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #9c9fc9;
  color: #9c9fc9;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #484c84;
  background-color: #dedfed;
  border-color: #dedfed;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #484c84 !important;
  background-color: #dedfed !important;
  border-color: #dedfed !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #23201f;
  color: #23201f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #59514f;
  border-color: #59514f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #59514f !important;
  border-color: #59514f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #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: #004f9e !important;
}
.text-secondary {
  color: #004f9e !important;
}
.text-success {
  color: #007146 !important;
}
.text-info {
  color: #fbcc0d !important;
}
.text-warning {
  color: #dedfed !important;
}
.text-danger {
  color: #59514f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #001c38 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #001c38 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000b07 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9f8003 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #9c9fc9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #23201f !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: #fbcc0d;
}
.alert-warning {
  background-color: #dedfed;
}
.alert-danger {
  background-color: #59514f;
}
.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.active .btn {
  background-color: #004f9e;
  border-color: #004f9e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #004f9e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1f8fff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00f195;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fef6d6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9a908d;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #004f9e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #004f9e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #004f9e;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #004f9e;
  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: #004f9e;
  border-bottom-color: #004f9e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #004f9e !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: #004f9e !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: 100px;
  height: 100px;
  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='%23004f9e' %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.3;
}
.cid-rzl5oZ6u1q .navbar {
  padding: .5rem 0;
  background: #e7e7e7;
  transition: none;
  min-height: 50px;
}
.cid-rzl5oZ6u1q .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzl5oZ6u1q .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzl5oZ6u1q .dropdown-item {
  padding: 0;
}
.cid-rzl5oZ6u1q .dropdown-menu {
  border: 0px solid lightgray;
  background: #004f9e !important;
}
.cid-rzl5oZ6u1q .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzl5oZ6u1q .menu-bottom {
  margin: auto;
  width: 100%;
  background: #004f9e;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzl5oZ6u1q .navbar-dropdown.bg-color.transparent.opened {
  background: #e7e7e7;
}
.cid-rzl5oZ6u1q a {
  font-style: normal;
}
.cid-rzl5oZ6u1q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzl5oZ6u1q .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rzl5oZ6u1q .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzl5oZ6u1q .content-text {
  margin-bottom: 0;
}
.cid-rzl5oZ6u1q .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzl5oZ6u1q .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #004f9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rzl5oZ6u1q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzl5oZ6u1q .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzl5oZ6u1q .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzl5oZ6u1q .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzl5oZ6u1q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzl5oZ6u1q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzl5oZ6u1q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzl5oZ6u1q .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzl5oZ6u1q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzl5oZ6u1q .content-right-side {
  text-align: center;
}
.cid-rzl5oZ6u1q .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzl5oZ6u1q .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzl5oZ6u1q .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzl5oZ6u1q .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-rzl5oZ6u1q .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzl5oZ6u1q .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzl5oZ6u1q .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzl5oZ6u1q .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzl5oZ6u1q .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rzl5oZ6u1q .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzl5oZ6u1q .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rzl5oZ6u1q .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzl5oZ6u1q .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzl5oZ6u1q .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzl5oZ6u1q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzl5oZ6u1q .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-rzl5oZ6u1q .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rzl5oZ6u1q .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rzl5oZ6u1q .navbar-toggler {
    display: none;
  }
  .cid-rzl5oZ6u1q .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rzl5oZ6u1q .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzl5oZ6u1q .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzl5oZ6u1q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzl5oZ6u1q .menu-logo {
  margin-right: auto;
}
.cid-rzl5oZ6u1q .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzl5oZ6u1q .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rzl5oZ6u1q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzl5oZ6u1q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzl5oZ6u1q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzl5oZ6u1q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzl5oZ6u1q .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzl5oZ6u1q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzl5oZ6u1q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzl5oZ6u1q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzl5oZ6u1q .dropdown .dropdown-menu {
  background: #e7e7e7;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzl5oZ6u1q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzl5oZ6u1q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzl5oZ6u1q .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rzl5oZ6u1q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzl5oZ6u1q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzl5oZ6u1q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzl5oZ6u1q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzl5oZ6u1q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzl5oZ6u1q .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rzl5oZ6u1q .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rzl5oZ6u1q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzl5oZ6u1q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzl5oZ6u1q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzl5oZ6u1q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzl5oZ6u1q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzl5oZ6u1q button.navbar-toggler:focus {
  outline: none;
}
.cid-rzl5oZ6u1q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rzl5oZ6u1q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzl5oZ6u1q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzl5oZ6u1q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzl5oZ6u1q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzl5oZ6u1q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzl5oZ6u1q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzl5oZ6u1q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzl5oZ6u1q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzl5oZ6u1q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzl5oZ6u1q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzl5oZ6u1q .collapsed .btn {
  display: flex;
}
.cid-rzl5oZ6u1q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzl5oZ6u1q .collapsed .navbar-collapse.collapsing,
.cid-rzl5oZ6u1q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzl5oZ6u1q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzl5oZ6u1q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzl5oZ6u1q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzl5oZ6u1q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzl5oZ6u1q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rzl5oZ6u1q .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rzl5oZ6u1q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzl5oZ6u1q .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzl5oZ6u1q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzl5oZ6u1q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzl5oZ6u1q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzl5oZ6u1q .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzl5oZ6u1q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rzl5oZ6u1q .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzl5oZ6u1q .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rzl5oZ6u1q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzl5oZ6u1q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzl5oZ6u1q .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rzl5oZ6u1q .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rzl5oZ6u1q .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzl5oZ6u1q .navbar-collapse.collapsing,
  .cid-rzl5oZ6u1q .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzl5oZ6u1q .navbar-collapse.collapsing .navbar-nav,
  .cid-rzl5oZ6u1q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzl5oZ6u1q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzl5oZ6u1q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzl5oZ6u1q .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rzl5oZ6u1q .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzl5oZ6u1q .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzl5oZ6u1q .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rzl5oZ6u1q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzl5oZ6u1q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzl5oZ6u1q .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rzl5oZ6u1q img {
    height: 3.8rem !important;
  }
  .cid-rzl5oZ6u1q .btn {
    display: flex;
  }
  .cid-rzl5oZ6u1q button.navbar-toggler {
    display: block;
  }
  .cid-rzl5oZ6u1q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rzl5oZ6u1q .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzl5oZ6u1q .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rzl5oZ6u1q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzl5oZ6u1q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzl5oZ6u1q .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rzl5oZ6u1q .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzl5oZ6u1q .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzl5oZ6u1q .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzl5oZ6u1q .nav-link:focus {
  outline: none;
}
.cid-rzl5oZ6u1q .navbar-toggler {
  position: relative;
}
.cid-rzl5oZ6u1q .dropdown-item.active,
.cid-rzl5oZ6u1q .dropdown-item:active {
  background: #004f9e;
  color: initial;
}
.cid-rzl5oZ6u1q .widget-text {
  color: #767676;
}
.cid-rzl5oZ6u1q .widget-title,
.cid-rzl5oZ6u1q .widget-icon {
  color: #004f9e;
}
.cid-rzle2XovON {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #f7f6f4;
}
.cid-rzle2XovON .mbr-section-subtitle {
  color: #767676;
}
.cid-rzle2XovON H2 {
  color: #232323;
}
.cid-rL2cf9hAwE .modal-body .close {
  background: #1b1b1b;
}
.cid-rL2cf9hAwE .modal-body .close span {
  font-style: normal;
}
.cid-rL2cf9hAwE .carousel-inner > .active,
.cid-rL2cf9hAwE .carousel-inner > .next,
.cid-rL2cf9hAwE .carousel-inner > .prev {
  display: table;
}
.cid-rL2cf9hAwE .carousel-control .icon-next,
.cid-rL2cf9hAwE .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rL2cf9hAwE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rL2cf9hAwE .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rL2cf9hAwE .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rL2cf9hAwE .boxed-slider > div {
  position: relative;
}
.cid-rL2cf9hAwE .container img {
  width: 100%;
}
.cid-rL2cf9hAwE .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rL2cf9hAwE .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rL2cf9hAwE .mbr-table-cell {
  padding: 0;
}
.cid-rL2cf9hAwE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rL2cf9hAwE .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rL2cf9hAwE .mbr-overlay {
  z-index: 1;
}
.cid-rL2cf9hAwE .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rL2cf9hAwE .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rL2cf9hAwE .carousel-item .container {
    width: 100%;
  }
}
.cid-rL2cf9hAwE .carousel-item-next.carousel-item-left,
.cid-rL2cf9hAwE .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rL2cf9hAwE .active.carousel-item-right,
.cid-rL2cf9hAwE .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rL2cf9hAwE .active.carousel-item-left,
.cid-rL2cf9hAwE .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rL2cf9hAwE .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rL2cf9hAwE .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rL2cf9hAwE .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rL2cf9hAwE .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rL2cf9hAwE .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rL2cf9hAwE .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rL2cf9hAwE .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rL2cf9hAwE .mbr-slider .carousel-indicators li.active,
.cid-rL2cf9hAwE .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rL2cf9hAwE .mbr-slider .carousel-indicators li::after,
.cid-rL2cf9hAwE .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rL2cf9hAwE .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rL2cf9hAwE .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rL2cf9hAwE .mbr-slider > .container img {
  width: 100%;
}
.cid-rL2cf9hAwE .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rL2cf9hAwE .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rL2cf9hAwE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rL2cf9hAwE .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rL2cf9hAwE .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rL2cf9hAwE .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rL2cf9hAwE .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rL2cf9hAwE .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rL2cf9hAwE .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rL2cf9hAwE .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rL2cf9hAwE .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rL2cf9hAwE .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rL2cf9hAwE .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rFKb0zpvcm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #004f9e;
}
.cid-rFKb0zpvcm .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rFKb0zpvcm a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rFKb0zpvcm .input-group-btn {
  margin: 0;
}
.cid-rFKb0zpvcm .form-control {
  padding: 1.07em 1.07em;
}
.cid-rFKb0zpvcm .form-group,
.cid-rFKb0zpvcm .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-rFKb0zpvcm .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-rFKb0zpvcm .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-rFKb0zpvcm .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rFKb0zpvcm .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-rFKb0zpvcm .form-block {
    padding: 1rem;
  }
}
.cid-rFKb0zpvcm H4 {
  color: #ffffff;
}
.cid-rFKb0zpvcm P {
  color: #ffffff;
}
.cid-s81DuHiqn5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s81DuHiqn5 .mbr-section-subtitle,
.cid-s81DuHiqn5 .mbr-text {
  color: #767676;
}
.cid-s81DuHiqn5 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s81DuHiqn5 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s81DuHiqn5 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s81DuHiqn5 .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-s81DuHiqn5 .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-s81DuHiqn5 .card-wrapper .card-img img {
  width: 100%;
}
.cid-s81DuHiqn5 .card-wrapper .card-box {
  background-color: #efefef;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-s81DuHiqn5 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-s81DuHiqn5 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-s81DuHiqn5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-s81DuHiqn5 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-s81DuHiqn5 .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-s81DuHiqn5 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-s81DuHiqn5 .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-s81DuHiqn5 .mbr-section-title {
  color: #004f9e;
}
.cid-s81DuHiqn5 .card-title {
  text-align: center;
}
.cid-s81Eg1j6s3.popup-builder {
  background-color: #ffffff;
}
.cid-s81Eg1j6s3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s81Eg1j6s3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s81Eg1j6s3 .modal-content,
.cid-s81Eg1j6s3 .modal-dialog {
  height: auto;
}
.cid-s81Eg1j6s3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s81Eg1j6s3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s81Eg1j6s3 .form-wrapper .mbr-form .form-group,
  .cid-s81Eg1j6s3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s81Eg1j6s3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s81Eg1j6s3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s81Eg1j6s3 .mbr-text {
  text-align: center;
}
.cid-s81Eg1j6s3 .pt-0 {
  padding-top: 0 !important;
}
.cid-s81Eg1j6s3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s81Eg1j6s3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s81Eg1j6s3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s81Eg1j6s3 .modal-open {
  overflow: hidden;
}
.cid-s81Eg1j6s3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s81Eg1j6s3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s81Eg1j6s3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s81Eg1j6s3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s81Eg1j6s3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s81Eg1j6s3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s81Eg1j6s3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s81Eg1j6s3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s81Eg1j6s3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s81Eg1j6s3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s81Eg1j6s3 .modal-backdrop.show {
  opacity: .5;
}
.cid-s81Eg1j6s3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s81Eg1j6s3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s81Eg1j6s3 .modal-header .close:hover {
  opacity: 1;
}
.cid-s81Eg1j6s3 .modal-header .close:focus {
  outline: none;
}
.cid-s81Eg1j6s3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s81Eg1j6s3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s81Eg1j6s3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s81Eg1j6s3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s81Eg1j6s3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s81Eg1j6s3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s81Eg1j6s3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s81Eg1j6s3 .modal-sm {
    max-width: 300px;
  }
  .cid-s81Eg1j6s3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s81Eg1j6s3 .modal-lg,
  .cid-s81Eg1j6s3 .modal-xl {
    max-width: 800px;
  }
  .cid-s81Eg1j6s3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s81Eg1j6s3 .modal-xl {
    max-width: 1140px;
  }
  .cid-s81Eg1j6s3 .container {
    max-width: 1140px;
  }
}
.cid-s81Eg1j6s3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s81Eg1j6s3 .container {
    max-width: 720px;
  }
}
.cid-s81Eg1j6s3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s81Eg1j6s3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s81Eg1j6s3 .form-group {
  margin-bottom: 1rem;
}
.cid-s81Eg1j6s3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s81Eg1j6s3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s81Eg1j6s3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s81Egwwept.popup-builder {
  background-color: #ffffff;
}
.cid-s81Egwwept.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s81Egwwept.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s81Egwwept .modal-content,
.cid-s81Egwwept .modal-dialog {
  height: auto;
}
.cid-s81Egwwept .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s81Egwwept .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s81Egwwept .form-wrapper .mbr-form .form-group,
  .cid-s81Egwwept .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s81Egwwept .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s81Egwwept .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s81Egwwept .mbr-text {
  text-align: center;
}
.cid-s81Egwwept .pt-0 {
  padding-top: 0 !important;
}
.cid-s81Egwwept .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s81Egwwept .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s81Egwwept .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s81Egwwept .modal-open {
  overflow: hidden;
}
.cid-s81Egwwept .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s81Egwwept .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s81Egwwept .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s81Egwwept .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s81Egwwept .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s81Egwwept .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s81Egwwept .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s81Egwwept .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s81Egwwept .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s81Egwwept .modal-backdrop.fade {
  opacity: 0;
}
.cid-s81Egwwept .modal-backdrop.show {
  opacity: .5;
}
.cid-s81Egwwept .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s81Egwwept .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s81Egwwept .modal-header .close:hover {
  opacity: 1;
}
.cid-s81Egwwept .modal-header .close:focus {
  outline: none;
}
.cid-s81Egwwept .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s81Egwwept .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s81Egwwept .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s81Egwwept .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s81Egwwept .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s81Egwwept .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s81Egwwept .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s81Egwwept .modal-sm {
    max-width: 300px;
  }
  .cid-s81Egwwept .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s81Egwwept .modal-lg,
  .cid-s81Egwwept .modal-xl {
    max-width: 800px;
  }
  .cid-s81Egwwept .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s81Egwwept .modal-xl {
    max-width: 1140px;
  }
  .cid-s81Egwwept .container {
    max-width: 1140px;
  }
}
.cid-s81Egwwept .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s81Egwwept .container {
    max-width: 720px;
  }
}
.cid-s81Egwwept .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s81Egwwept .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s81Egwwept .form-group {
  margin-bottom: 1rem;
}
.cid-s81Egwwept .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s81Egwwept .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s81Egwwept .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s81EhK9sdF.popup-builder {
  background-color: #ffffff;
}
.cid-s81EhK9sdF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s81EhK9sdF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s81EhK9sdF .modal-content,
.cid-s81EhK9sdF .modal-dialog {
  height: auto;
}
.cid-s81EhK9sdF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s81EhK9sdF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s81EhK9sdF .form-wrapper .mbr-form .form-group,
  .cid-s81EhK9sdF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s81EhK9sdF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s81EhK9sdF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s81EhK9sdF .mbr-text {
  text-align: center;
}
.cid-s81EhK9sdF .pt-0 {
  padding-top: 0 !important;
}
.cid-s81EhK9sdF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s81EhK9sdF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s81EhK9sdF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s81EhK9sdF .modal-open {
  overflow: hidden;
}
.cid-s81EhK9sdF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s81EhK9sdF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s81EhK9sdF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s81EhK9sdF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s81EhK9sdF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s81EhK9sdF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s81EhK9sdF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s81EhK9sdF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s81EhK9sdF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s81EhK9sdF .modal-backdrop.fade {
  opacity: 0;
}
.cid-s81EhK9sdF .modal-backdrop.show {
  opacity: .5;
}
.cid-s81EhK9sdF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s81EhK9sdF .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s81EhK9sdF .modal-header .close:hover {
  opacity: 1;
}
.cid-s81EhK9sdF .modal-header .close:focus {
  outline: none;
}
.cid-s81EhK9sdF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s81EhK9sdF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s81EhK9sdF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s81EhK9sdF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s81EhK9sdF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s81EhK9sdF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s81EhK9sdF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s81EhK9sdF .modal-sm {
    max-width: 300px;
  }
  .cid-s81EhK9sdF .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s81EhK9sdF .modal-lg,
  .cid-s81EhK9sdF .modal-xl {
    max-width: 800px;
  }
  .cid-s81EhK9sdF .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s81EhK9sdF .modal-xl {
    max-width: 1140px;
  }
  .cid-s81EhK9sdF .container {
    max-width: 1140px;
  }
}
.cid-s81EhK9sdF .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s81EhK9sdF .container {
    max-width: 720px;
  }
}
.cid-s81EhK9sdF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s81EhK9sdF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s81EhK9sdF .form-group {
  margin-bottom: 1rem;
}
.cid-s81EhK9sdF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s81EhK9sdF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s81EhK9sdF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rzCYvCk77s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rzCYvCk77s .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rzCYvCk77s .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #004f9e;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #004f9e;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .3s;
}
.cid-rzCYvCk77s .nav-tabs .nav-link:hover {
  background-color: #004f9e;
}
.cid-rzCYvCk77s .nav-tabs .nav-link:focus {
  box-shadow: none;
  background-color: #004f9e;
}
.cid-rzCYvCk77s .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #004f9e;
}
.cid-rzCYvCk77s .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-rzCYvCk77s .mbr-section-subtitle {
  color: #767676;
}
.cid-rzCYvCk77s p {
  color: #767676;
}
.cid-rzCYvCk77s .mbr-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 4rem;
}
.cid-rzCYvCk77s .mbr-text {
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rzCYvCk77s .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rzCYvCk77s H2 {
  color: #004f9e;
}
.cid-sm05MCmnOa {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sm05MCmnOa .mbr-section-subtitle {
  color: #767676;
}
.cid-sm05MCmnOa .container-table {
  margin: 0 auto;
}
.cid-sm05MCmnOa .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sm05MCmnOa .dataTables_wrapper {
  display: block;
}
.cid-sm05MCmnOa .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sm05MCmnOa .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sm05MCmnOa table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #767676;
  margin-bottom: 0;
}
.cid-sm05MCmnOa table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sm05MCmnOa table th:hover {
  background: #767676;
  color: #ffffff;
}
.cid-sm05MCmnOa table td {
  border-top: 1px solid #767676;
}
.cid-sm05MCmnOa table.table {
  background: #ffffff;
}
.cid-sm05MCmnOa .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sm05MCmnOa .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sm05MCmnOa .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sm05MCmnOa .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sm05MCmnOa .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sm05MCmnOa .dataTables_filter {
    text-align: center;
  }
  .cid-sm05MCmnOa .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sm05MCmnOa .mbr-section-title {
  color: #05407b;
}
.cid-sm05HyMLQE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sm05HyMLQE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sm05HyMLQE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sm05HyMLQE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sm05HyMLQE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sm05HyMLQE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sm05HyMLQE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sm05HyMLQE .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sm05HyMLQE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sm05HyMLQE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rFK3welMez {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dedfed;
}
.cid-rFK3welMez .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rFK3welMez .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rFK3welMez .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rFK3welMez .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rFK3welMez .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rFK3welMez .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rFK3welMez .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rFK3welMez .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rFK3welMez .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rFK3welMez .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rFK3welMez [class^="socicon-"]:before,
.cid-rFK3welMez [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rFK3welMez .btn {
    font-size: 20px !important;
  }
}
.cid-tH5MhR1Vwj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #05407b;
}
.cid-tH5MhR1Vwj .card-wrapper {
  position: relative;
  margin: 0.3rem;
}
.cid-tH5MhR1Vwj .card-wrapper:hover img {
  transform: scale(1);
}
@media (min-width: 767px) {
  .cid-tH5MhR1Vwj .row {
    padding: 0 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tH5MhR1Vwj .card-wrapper {
    margin: 0rem;
  }
}
.cid-tH5MhR1Vwj .card {
  height: fit-content;
}
.cid-tH5MhR1Vwj .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-tH5MhR1Vwj .text-wrap {
  max-width: 400px;
}
.cid-tH5MhR1Vwj .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #d4ae3b;
}
.cid-tH5MhR1Vwj .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-tH5MhR1Vwj .card-box {
  background-color: #092834;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-tH5MhR1Vwj img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-tH5MhR1Vwj .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-tH5MhR1Vwj .container {
  max-width: 1250px;
}
.cid-tH5MhR1Vwj .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tH5MhR1Vwj .mbr-iconfont {
  font-size: 1.3rem;
  color: #092834;
  display: flex;
  justify-content: center;
}
.cid-tH5MhR1Vwj P {
  color: #c1c1c1;
}
@media (max-width: 1240px) {
  .cid-tH5MhR1Vwj .img-wrap {
    max-height: 230px;
  }
  .cid-tH5MhR1Vwj .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-tH5MhR1Vwj .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-tH5MhR1Vwj .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tH5MhR1Vwj .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-tH5MhR1Vwj .number {
    margin: auto;
  }
}
.cid-tH5MhR1Vwj .mbr-text {
  color: #ffffff;
}
.cid-tH5MhR1Vwj H2 {
  color: #d4ae3b;
}
.cid-s7gIVIbVkd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #004f9e;
}
.cid-s7gIVIbVkd a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s7gIVIbVkd a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s7gIVIbVkd .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s7gIVIbVkd .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-s7gIVIbVkd .form-control {
  background: none;
  border-radius: 0px;
}
.cid-s7gIVIbVkd textarea.form-control {
  min-height: 214.5px;
}
.cid-s7gIVIbVkd .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-s7gIVIbVkd h4,
.cid-s7gIVIbVkd p {
  margin: 0;
}
.cid-s7gIVIbVkd h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-s7gIVIbVkd h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-s7gIVIbVkd .icon {
  color: #fbcc0d;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s7gIVIbVkd h2 {
    text-align: center;
  }
  .cid-s7gIVIbVkd h3 {
    text-align: center;
  }
  .cid-s7gIVIbVkd .input-group-btn {
    text-align: center;
  }
  .cid-s7gIVIbVkd .social-list {
    text-align: center;
  }
  .cid-s7gIVIbVkd .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-s7gIVIbVkd H2 {
  color: #656565;
}
.cid-s7gIVIbVkd .content {
  text-align: left;
  color: #ffffff;
}
.cid-s7gIVIbVkd .type {
  text-align: left;
  padding-bottom: 8px;
  color: #ffffff;
}
.cid-s7gIVIbVkd .title1 {
  text-align: left;
  color: #ffffff;
}
.cid-s7gIVIbVkd .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-s7gIVIbVkd .title2 {
  color: #ffffff;
}
.cid-s7gNGyAnea {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #05407b;
}
.cid-s7gNGyAnea .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-s7gNGyAnea .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-s7gNGyAnea .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-s7gNGyAnea .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s7gNGyAnea .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-s7gNGyAnea .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s7gNGyAnea .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s7gNGyAnea .map-placeholder {
  display: none;
}
.cid-s7gNGyAnea .mbr-section-title,
.cid-s7gNGyAnea .map-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s7gNGyAnea .map-title {
    margin-top: 3rem;
  }
}
.cid-s7nPuR4auz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #004f9e;
}
@media (max-width: 767px) {
  .cid-s7nPuR4auz .content {
    text-align: center;
  }
  .cid-s7nPuR4auz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7nPuR4auz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s7nPuR4auz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s7nPuR4auz .media-wrap img {
  height: 6rem;
}
.cid-s7nPuR4auz .mbr-text {
  color: #8d97ad;
}
.cid-s7nPuR4auz .p-title {
  font-size: 17px;
}
.cid-s7nPuR4auz .p-title span {
  color: #111111;
}
.cid-s7nPuR4auz .title-card {
  font-size: 1.3rem;
}
.cid-s7nPuR4auz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7nPuR4auz .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-s7nPuR4auz .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-s7nPuR4auz .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-s7nPuR4auz .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-s7nPuR4auz .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nPuR4auz .copyright img {
  margin-right: 10px;
}
.cid-s7nPuR4auz .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fbcc0d;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s7nPuR4auz .icon-transition span:hover {
  background-color: #007146;
}
@media (max-width: 767px) {
  .cid-s7nPuR4auz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s7nPuR4auz .footer-lower hr {
  margin: 1rem 0;
  border-color: #004F9E;
}
@media (max-width: 767px) {
  .cid-s7nPuR4auz .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7nPuR4auz H5 {
  color: #ffffff;
}
.cid-s7nPuR4auz .p-title,
.cid-s7nPuR4auz .social-media {
  color: #ffffff;
}
.cid-s7nLDz5xIy .navbar {
  padding: .5rem 0;
  background: #e7e7e7;
  transition: none;
  min-height: 50px;
}
.cid-s7nLDz5xIy .navbar-fixed-top {
  padding-top: 0;
}
.cid-s7nLDz5xIy .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s7nLDz5xIy .dropdown-item {
  padding: 0;
}
.cid-s7nLDz5xIy .dropdown-menu {
  border: 0px solid lightgray;
  background: #004f9e !important;
}
.cid-s7nLDz5xIy .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-s7nLDz5xIy .menu-bottom {
  margin: auto;
  width: 100%;
  background: #004f9e;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7nLDz5xIy .navbar-dropdown.bg-color.transparent.opened {
  background: #e7e7e7;
}
.cid-s7nLDz5xIy a {
  font-style: normal;
}
.cid-s7nLDz5xIy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s7nLDz5xIy .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-s7nLDz5xIy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nLDz5xIy .content-text {
  margin-bottom: 0;
}
.cid-s7nLDz5xIy .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s7nLDz5xIy .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #004f9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s7nLDz5xIy .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s7nLDz5xIy .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s7nLDz5xIy .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-s7nLDz5xIy .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s7nLDz5xIy .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s7nLDz5xIy .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s7nLDz5xIy .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7nLDz5xIy .nav-dropdown .link {
  font-weight: 400;
}
.cid-s7nLDz5xIy .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s7nLDz5xIy .content-right-side {
  text-align: center;
}
.cid-s7nLDz5xIy .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s7nLDz5xIy .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s7nLDz5xIy .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-s7nLDz5xIy .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-s7nLDz5xIy .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nLDz5xIy .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-s7nLDz5xIy .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s7nLDz5xIy .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s7nLDz5xIy .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-s7nLDz5xIy .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-s7nLDz5xIy .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-s7nLDz5xIy .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s7nLDz5xIy .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-s7nLDz5xIy .navbar {
    display: block;
    padding: 0;
  }
  .cid-s7nLDz5xIy .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s7nLDz5xIy .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-s7nLDz5xIy .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s7nLDz5xIy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s7nLDz5xIy .navbar-toggler {
    display: none;
  }
  .cid-s7nLDz5xIy .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7nLDz5xIy .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-s7nLDz5xIy .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nLDz5xIy .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s7nLDz5xIy .menu-logo {
  margin-right: auto;
}
.cid-s7nLDz5xIy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nLDz5xIy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s7nLDz5xIy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s7nLDz5xIy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s7nLDz5xIy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s7nLDz5xIy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s7nLDz5xIy .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s7nLDz5xIy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s7nLDz5xIy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7nLDz5xIy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s7nLDz5xIy .dropdown .dropdown-menu {
  background: #e7e7e7;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s7nLDz5xIy .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s7nLDz5xIy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nLDz5xIy .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-s7nLDz5xIy .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s7nLDz5xIy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s7nLDz5xIy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nLDz5xIy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s7nLDz5xIy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7nLDz5xIy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s7nLDz5xIy .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-s7nLDz5xIy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s7nLDz5xIy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s7nLDz5xIy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s7nLDz5xIy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s7nLDz5xIy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7nLDz5xIy button.navbar-toggler:focus {
  outline: none;
}
.cid-s7nLDz5xIy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s7nLDz5xIy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7nLDz5xIy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7nLDz5xIy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7nLDz5xIy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7nLDz5xIy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7nLDz5xIy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7nLDz5xIy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7nLDz5xIy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7nLDz5xIy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s7nLDz5xIy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s7nLDz5xIy .collapsed .btn {
  display: flex;
}
.cid-s7nLDz5xIy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s7nLDz5xIy .collapsed .navbar-collapse.collapsing,
.cid-s7nLDz5xIy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s7nLDz5xIy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s7nLDz5xIy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s7nLDz5xIy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s7nLDz5xIy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s7nLDz5xIy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s7nLDz5xIy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s7nLDz5xIy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s7nLDz5xIy .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-s7nLDz5xIy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s7nLDz5xIy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s7nLDz5xIy .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s7nLDz5xIy .collapsed button.navbar-toggler {
  display: block;
}
.cid-s7nLDz5xIy .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s7nLDz5xIy .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s7nLDz5xIy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s7nLDz5xIy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s7nLDz5xIy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s7nLDz5xIy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s7nLDz5xIy .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s7nLDz5xIy .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s7nLDz5xIy .navbar-collapse.collapsing,
  .cid-s7nLDz5xIy .navbar-collapse.show {
    display: block !important;
  }
  .cid-s7nLDz5xIy .navbar-collapse.collapsing .navbar-nav,
  .cid-s7nLDz5xIy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s7nLDz5xIy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s7nLDz5xIy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s7nLDz5xIy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s7nLDz5xIy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7nLDz5xIy .navbar-collapse.collapsing .navbar-buttons,
  .cid-s7nLDz5xIy .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s7nLDz5xIy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s7nLDz5xIy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7nLDz5xIy .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7nLDz5xIy img {
    height: 3.8rem !important;
  }
  .cid-s7nLDz5xIy .btn {
    display: flex;
  }
  .cid-s7nLDz5xIy button.navbar-toggler {
    display: block;
  }
  .cid-s7nLDz5xIy .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s7nLDz5xIy .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s7nLDz5xIy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s7nLDz5xIy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s7nLDz5xIy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s7nLDz5xIy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-s7nLDz5xIy .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s7nLDz5xIy .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-s7nLDz5xIy .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s7nLDz5xIy .nav-link:focus {
  outline: none;
}
.cid-s7nLDz5xIy .navbar-toggler {
  position: relative;
}
.cid-s7nLDz5xIy .dropdown-item.active,
.cid-s7nLDz5xIy .dropdown-item:active {
  background: #004f9e;
  color: initial;
}
.cid-s7nLDz5xIy .widget-text {
  color: #767676;
}
.cid-s7nLDz5xIy .widget-title,
.cid-s7nLDz5xIy .widget-icon {
  color: #004f9e;
}
.cid-s7nLDAR58R {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #f7f6f4;
}
.cid-s7nLDAR58R .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nLDAR58R H2 {
  color: #232323;
}
.cid-s7nLDG2T4x {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s7nLDG2T4x .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nLDG2T4x H2 {
  color: #004f9e;
}
.cid-s7nLDZjG2Q {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nLDZjG2Q .mbr-text {
  color: #767676;
}
.cid-s7nLDZjG2Q h4 {
  text-align: center;
}
.cid-s7nLDZjG2Q p {
  text-align: center;
}
.cid-s7nLDZjG2Q .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #0057a6;
  border: 2px solid #0057a6;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s7nLDZjG2Q .card:hover .card-img span {
  background: none;
  color: #0057a6;
}
.cid-s7nLDZjG2Q .card-title,
.cid-s7nLDZjG2Q .card-img {
  color: #0057a6;
}
.cid-s7nLE157Ev {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nLE157Ev .mbr-text {
  color: #767676;
}
.cid-s7nLE157Ev h4 {
  text-align: center;
}
.cid-s7nLE157Ev p {
  text-align: center;
}
.cid-s7nLE157Ev .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #0057a6;
  border: 2px solid #0057a6;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s7nLE157Ev .card:hover .card-img span {
  background: none;
  color: #0057a6;
}
.cid-s7nLE157Ev .card-title,
.cid-s7nLE157Ev .card-img {
  color: #0057a6;
}
.cid-s7nLE2QY4R {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nLE2QY4R .mbr-text {
  color: #767676;
}
.cid-s7nLE2QY4R h4 {
  text-align: center;
}
.cid-s7nLE2QY4R p {
  text-align: center;
}
.cid-s7nLE2QY4R .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #0057a6;
  border: 2px solid #0057a6;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s7nLE2QY4R .card:hover .card-img span {
  background: none;
  color: #0057a6;
}
.cid-s7nLE2QY4R .card-title,
.cid-s7nLE2QY4R .card-img {
  color: #0057a6;
}
.cid-s7nLE4GYjk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nLE4GYjk .mbr-text {
  color: #767676;
}
.cid-s7nLE4GYjk h4 {
  text-align: center;
}
.cid-s7nLE4GYjk p {
  text-align: center;
}
.cid-s7nLE4GYjk .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #0057a6;
  border: 2px solid #0057a6;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s7nLE4GYjk .card:hover .card-img span {
  background: none;
  color: #0057a6;
}
.cid-s7nLE4GYjk .card-title,
.cid-s7nLE4GYjk .card-img {
  color: #0057a6;
}
.cid-s7nLE6ucrl {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s7nLE6ucrl .mbr-text {
  color: #767676;
}
.cid-s7nLE6ucrl h4 {
  text-align: center;
}
.cid-s7nLE6ucrl p {
  text-align: center;
}
.cid-s7nLE6ucrl .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #0057a6;
  border: 2px solid #0057a6;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s7nLE6ucrl .card:hover .card-img span {
  background: none;
  color: #0057a6;
}
.cid-s7nLE6ucrl .card-title,
.cid-s7nLE6ucrl .card-img {
  color: #0057a6;
}
.cid-s7nLE8hLd2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nLE8hLd2 .mbr-text {
  color: #767676;
}
.cid-s7nLE8hLd2 h4 {
  text-align: center;
}
.cid-s7nLE8hLd2 p {
  text-align: center;
}
.cid-s7nLE8hLd2 .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #0057a6;
  border: 2px solid #0057a6;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s7nLE8hLd2 .card:hover .card-img span {
  background: none;
  color: #0057a6;
}
.cid-s7nLE8hLd2 .card-title,
.cid-s7nLE8hLd2 .card-img {
  color: #0057a6;
}
.cid-s8BuAZ8VWc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8BuAZ8VWc .mbr-text {
  color: #767676;
}
.cid-s8BuAZ8VWc h4 {
  text-align: center;
}
.cid-s8BuAZ8VWc p {
  text-align: center;
}
.cid-s8BuAZ8VWc .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #0057a6;
  border: 2px solid #0057a6;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s8BuAZ8VWc .card:hover .card-img span {
  background: none;
  color: #0057a6;
}
.cid-s8BuAZ8VWc .card-title,
.cid-s8BuAZ8VWc .card-img {
  color: #0057a6;
}
.cid-s7nLEahUqC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dedfed;
}
.cid-s7nLEahUqC .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-s7nLEahUqC .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-s7nLEahUqC .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-s7nLEahUqC .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-s7nLEahUqC .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-s7nLEahUqC .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-s7nLEahUqC .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-s7nLEahUqC .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-s7nLEahUqC .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-s7nLEahUqC .btn-social + .btn {
  margin-left: .1rem;
}
.cid-s7nLEahUqC [class^="socicon-"]:before,
.cid-s7nLEahUqC [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7nLEahUqC .btn {
    font-size: 20px !important;
  }
}
.cid-s7nPBXWfcA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #004f9e;
}
@media (max-width: 767px) {
  .cid-s7nPBXWfcA .content {
    text-align: center;
  }
  .cid-s7nPBXWfcA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7nPBXWfcA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s7nPBXWfcA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s7nPBXWfcA .media-wrap img {
  height: 6rem;
}
.cid-s7nPBXWfcA .mbr-text {
  color: #8d97ad;
}
.cid-s7nPBXWfcA .p-title {
  font-size: 17px;
}
.cid-s7nPBXWfcA .p-title span {
  color: #111111;
}
.cid-s7nPBXWfcA .title-card {
  font-size: 1.3rem;
}
.cid-s7nPBXWfcA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7nPBXWfcA .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-s7nPBXWfcA .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-s7nPBXWfcA .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-s7nPBXWfcA .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-s7nPBXWfcA .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nPBXWfcA .copyright img {
  margin-right: 10px;
}
.cid-s7nPBXWfcA .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fbcc0d;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s7nPBXWfcA .icon-transition span:hover {
  background-color: #007146;
}
@media (max-width: 767px) {
  .cid-s7nPBXWfcA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s7nPBXWfcA .footer-lower hr {
  margin: 1rem 0;
  border-color: #004F9E;
}
@media (max-width: 767px) {
  .cid-s7nPBXWfcA .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7nPBXWfcA H5 {
  color: #ffffff;
}
.cid-s7nPBXWfcA .p-title,
.cid-s7nPBXWfcA .social-media {
  color: #ffffff;
}
.cid-s7nLMiLKuT .navbar {
  padding: .5rem 0;
  background: #e7e7e7;
  transition: none;
  min-height: 50px;
}
.cid-s7nLMiLKuT .navbar-fixed-top {
  padding-top: 0;
}
.cid-s7nLMiLKuT .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s7nLMiLKuT .dropdown-item {
  padding: 0;
}
.cid-s7nLMiLKuT .dropdown-menu {
  border: 0px solid lightgray;
  background: #004f9e !important;
}
.cid-s7nLMiLKuT .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-s7nLMiLKuT .menu-bottom {
  margin: auto;
  width: 100%;
  background: #004f9e;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7nLMiLKuT .navbar-dropdown.bg-color.transparent.opened {
  background: #e7e7e7;
}
.cid-s7nLMiLKuT a {
  font-style: normal;
}
.cid-s7nLMiLKuT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s7nLMiLKuT .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-s7nLMiLKuT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nLMiLKuT .content-text {
  margin-bottom: 0;
}
.cid-s7nLMiLKuT .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s7nLMiLKuT .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #004f9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s7nLMiLKuT .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s7nLMiLKuT .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s7nLMiLKuT .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-s7nLMiLKuT .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s7nLMiLKuT .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s7nLMiLKuT .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s7nLMiLKuT .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7nLMiLKuT .nav-dropdown .link {
  font-weight: 400;
}
.cid-s7nLMiLKuT .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s7nLMiLKuT .content-right-side {
  text-align: center;
}
.cid-s7nLMiLKuT .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s7nLMiLKuT .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s7nLMiLKuT .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-s7nLMiLKuT .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-s7nLMiLKuT .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nLMiLKuT .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-s7nLMiLKuT .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s7nLMiLKuT .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s7nLMiLKuT .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-s7nLMiLKuT .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-s7nLMiLKuT .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-s7nLMiLKuT .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s7nLMiLKuT .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-s7nLMiLKuT .navbar {
    display: block;
    padding: 0;
  }
  .cid-s7nLMiLKuT .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s7nLMiLKuT .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-s7nLMiLKuT .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s7nLMiLKuT .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s7nLMiLKuT .navbar-toggler {
    display: none;
  }
  .cid-s7nLMiLKuT .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7nLMiLKuT .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-s7nLMiLKuT .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nLMiLKuT .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s7nLMiLKuT .menu-logo {
  margin-right: auto;
}
.cid-s7nLMiLKuT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nLMiLKuT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s7nLMiLKuT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s7nLMiLKuT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s7nLMiLKuT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s7nLMiLKuT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s7nLMiLKuT .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s7nLMiLKuT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s7nLMiLKuT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7nLMiLKuT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s7nLMiLKuT .dropdown .dropdown-menu {
  background: #e7e7e7;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s7nLMiLKuT .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s7nLMiLKuT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nLMiLKuT .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-s7nLMiLKuT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s7nLMiLKuT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s7nLMiLKuT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nLMiLKuT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s7nLMiLKuT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7nLMiLKuT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s7nLMiLKuT .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-s7nLMiLKuT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s7nLMiLKuT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s7nLMiLKuT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s7nLMiLKuT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s7nLMiLKuT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7nLMiLKuT button.navbar-toggler:focus {
  outline: none;
}
.cid-s7nLMiLKuT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s7nLMiLKuT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7nLMiLKuT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7nLMiLKuT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7nLMiLKuT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7nLMiLKuT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7nLMiLKuT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7nLMiLKuT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7nLMiLKuT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7nLMiLKuT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s7nLMiLKuT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s7nLMiLKuT .collapsed .btn {
  display: flex;
}
.cid-s7nLMiLKuT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s7nLMiLKuT .collapsed .navbar-collapse.collapsing,
.cid-s7nLMiLKuT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s7nLMiLKuT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s7nLMiLKuT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s7nLMiLKuT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s7nLMiLKuT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s7nLMiLKuT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s7nLMiLKuT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s7nLMiLKuT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s7nLMiLKuT .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-s7nLMiLKuT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s7nLMiLKuT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s7nLMiLKuT .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s7nLMiLKuT .collapsed button.navbar-toggler {
  display: block;
}
.cid-s7nLMiLKuT .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s7nLMiLKuT .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s7nLMiLKuT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s7nLMiLKuT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s7nLMiLKuT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s7nLMiLKuT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s7nLMiLKuT .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s7nLMiLKuT .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s7nLMiLKuT .navbar-collapse.collapsing,
  .cid-s7nLMiLKuT .navbar-collapse.show {
    display: block !important;
  }
  .cid-s7nLMiLKuT .navbar-collapse.collapsing .navbar-nav,
  .cid-s7nLMiLKuT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s7nLMiLKuT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s7nLMiLKuT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s7nLMiLKuT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s7nLMiLKuT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7nLMiLKuT .navbar-collapse.collapsing .navbar-buttons,
  .cid-s7nLMiLKuT .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s7nLMiLKuT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s7nLMiLKuT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7nLMiLKuT .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7nLMiLKuT img {
    height: 3.8rem !important;
  }
  .cid-s7nLMiLKuT .btn {
    display: flex;
  }
  .cid-s7nLMiLKuT button.navbar-toggler {
    display: block;
  }
  .cid-s7nLMiLKuT .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s7nLMiLKuT .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s7nLMiLKuT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s7nLMiLKuT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s7nLMiLKuT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s7nLMiLKuT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-s7nLMiLKuT .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s7nLMiLKuT .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-s7nLMiLKuT .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s7nLMiLKuT .nav-link:focus {
  outline: none;
}
.cid-s7nLMiLKuT .navbar-toggler {
  position: relative;
}
.cid-s7nLMiLKuT .dropdown-item.active,
.cid-s7nLMiLKuT .dropdown-item:active {
  background: #004f9e;
  color: initial;
}
.cid-s7nLMiLKuT .widget-text {
  color: #767676;
}
.cid-s7nLMiLKuT .widget-title,
.cid-s7nLMiLKuT .widget-icon {
  color: #004f9e;
}
.cid-s7nLMkfNaX {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #f7f6f4;
}
.cid-s7nLMkfNaX .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nLMkfNaX H2 {
  color: #232323;
}
.cid-s7nLMx4H4D {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7nLMx4H4D .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nLMx4H4D H2 {
  color: #004f9e;
}
.cid-s7nLMU4rys {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dedfed;
}
.cid-s7nLMU4rys .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-s7nLMU4rys .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-s7nLMU4rys .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-s7nLMU4rys .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-s7nLMU4rys .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-s7nLMU4rys .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-s7nLMU4rys .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-s7nLMU4rys .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-s7nLMU4rys .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-s7nLMU4rys .btn-social + .btn {
  margin-left: .1rem;
}
.cid-s7nLMU4rys [class^="socicon-"]:before,
.cid-s7nLMU4rys [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7nLMU4rys .btn {
    font-size: 20px !important;
  }
}
.cid-s7nPFzdvkF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #004f9e;
}
@media (max-width: 767px) {
  .cid-s7nPFzdvkF .content {
    text-align: center;
  }
  .cid-s7nPFzdvkF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7nPFzdvkF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s7nPFzdvkF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s7nPFzdvkF .media-wrap img {
  height: 6rem;
}
.cid-s7nPFzdvkF .mbr-text {
  color: #8d97ad;
}
.cid-s7nPFzdvkF .p-title {
  font-size: 17px;
}
.cid-s7nPFzdvkF .p-title span {
  color: #111111;
}
.cid-s7nPFzdvkF .title-card {
  font-size: 1.3rem;
}
.cid-s7nPFzdvkF .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7nPFzdvkF .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-s7nPFzdvkF .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-s7nPFzdvkF .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-s7nPFzdvkF .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-s7nPFzdvkF .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nPFzdvkF .copyright img {
  margin-right: 10px;
}
.cid-s7nPFzdvkF .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fbcc0d;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s7nPFzdvkF .icon-transition span:hover {
  background-color: #007146;
}
@media (max-width: 767px) {
  .cid-s7nPFzdvkF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s7nPFzdvkF .footer-lower hr {
  margin: 1rem 0;
  border-color: #004F9E;
}
@media (max-width: 767px) {
  .cid-s7nPFzdvkF .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7nPFzdvkF H5 {
  color: #ffffff;
}
.cid-s7nPFzdvkF .p-title,
.cid-s7nPFzdvkF .social-media {
  color: #ffffff;
}
.cid-s7nMKz2R3w .navbar {
  padding: .5rem 0;
  background: #e7e7e7;
  transition: none;
  min-height: 50px;
}
.cid-s7nMKz2R3w .navbar-fixed-top {
  padding-top: 0;
}
.cid-s7nMKz2R3w .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s7nMKz2R3w .dropdown-item {
  padding: 0;
}
.cid-s7nMKz2R3w .dropdown-menu {
  border: 0px solid lightgray;
  background: #004f9e !important;
}
.cid-s7nMKz2R3w .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-s7nMKz2R3w .menu-bottom {
  margin: auto;
  width: 100%;
  background: #004f9e;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7nMKz2R3w .navbar-dropdown.bg-color.transparent.opened {
  background: #e7e7e7;
}
.cid-s7nMKz2R3w a {
  font-style: normal;
}
.cid-s7nMKz2R3w .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s7nMKz2R3w .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-s7nMKz2R3w .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nMKz2R3w .content-text {
  margin-bottom: 0;
}
.cid-s7nMKz2R3w .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s7nMKz2R3w .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #004f9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s7nMKz2R3w .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s7nMKz2R3w .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s7nMKz2R3w .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-s7nMKz2R3w .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s7nMKz2R3w .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s7nMKz2R3w .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s7nMKz2R3w .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7nMKz2R3w .nav-dropdown .link {
  font-weight: 400;
}
.cid-s7nMKz2R3w .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s7nMKz2R3w .content-right-side {
  text-align: center;
}
.cid-s7nMKz2R3w .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s7nMKz2R3w .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s7nMKz2R3w .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-s7nMKz2R3w .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-s7nMKz2R3w .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nMKz2R3w .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-s7nMKz2R3w .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s7nMKz2R3w .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s7nMKz2R3w .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-s7nMKz2R3w .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-s7nMKz2R3w .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-s7nMKz2R3w .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s7nMKz2R3w .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-s7nMKz2R3w .navbar {
    display: block;
    padding: 0;
  }
  .cid-s7nMKz2R3w .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s7nMKz2R3w .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-s7nMKz2R3w .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s7nMKz2R3w .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s7nMKz2R3w .navbar-toggler {
    display: none;
  }
  .cid-s7nMKz2R3w .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7nMKz2R3w .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-s7nMKz2R3w .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nMKz2R3w .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s7nMKz2R3w .menu-logo {
  margin-right: auto;
}
.cid-s7nMKz2R3w .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nMKz2R3w .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s7nMKz2R3w .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s7nMKz2R3w .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s7nMKz2R3w .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s7nMKz2R3w .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s7nMKz2R3w .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s7nMKz2R3w .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s7nMKz2R3w .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7nMKz2R3w .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s7nMKz2R3w .dropdown .dropdown-menu {
  background: #e7e7e7;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s7nMKz2R3w .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s7nMKz2R3w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nMKz2R3w .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-s7nMKz2R3w .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s7nMKz2R3w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s7nMKz2R3w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nMKz2R3w .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s7nMKz2R3w .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7nMKz2R3w .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s7nMKz2R3w .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-s7nMKz2R3w .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s7nMKz2R3w .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s7nMKz2R3w .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s7nMKz2R3w .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s7nMKz2R3w button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7nMKz2R3w button.navbar-toggler:focus {
  outline: none;
}
.cid-s7nMKz2R3w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s7nMKz2R3w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7nMKz2R3w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7nMKz2R3w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7nMKz2R3w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7nMKz2R3w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7nMKz2R3w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7nMKz2R3w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7nMKz2R3w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7nMKz2R3w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s7nMKz2R3w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s7nMKz2R3w .collapsed .btn {
  display: flex;
}
.cid-s7nMKz2R3w .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s7nMKz2R3w .collapsed .navbar-collapse.collapsing,
.cid-s7nMKz2R3w .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s7nMKz2R3w .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s7nMKz2R3w .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s7nMKz2R3w .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s7nMKz2R3w .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s7nMKz2R3w .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s7nMKz2R3w .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s7nMKz2R3w .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s7nMKz2R3w .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-s7nMKz2R3w .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s7nMKz2R3w .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s7nMKz2R3w .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s7nMKz2R3w .collapsed button.navbar-toggler {
  display: block;
}
.cid-s7nMKz2R3w .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s7nMKz2R3w .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s7nMKz2R3w .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s7nMKz2R3w .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s7nMKz2R3w .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s7nMKz2R3w .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s7nMKz2R3w .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s7nMKz2R3w .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s7nMKz2R3w .navbar-collapse.collapsing,
  .cid-s7nMKz2R3w .navbar-collapse.show {
    display: block !important;
  }
  .cid-s7nMKz2R3w .navbar-collapse.collapsing .navbar-nav,
  .cid-s7nMKz2R3w .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s7nMKz2R3w .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s7nMKz2R3w .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s7nMKz2R3w .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s7nMKz2R3w .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7nMKz2R3w .navbar-collapse.collapsing .navbar-buttons,
  .cid-s7nMKz2R3w .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s7nMKz2R3w .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s7nMKz2R3w .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7nMKz2R3w .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7nMKz2R3w img {
    height: 3.8rem !important;
  }
  .cid-s7nMKz2R3w .btn {
    display: flex;
  }
  .cid-s7nMKz2R3w button.navbar-toggler {
    display: block;
  }
  .cid-s7nMKz2R3w .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s7nMKz2R3w .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s7nMKz2R3w .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s7nMKz2R3w .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s7nMKz2R3w .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s7nMKz2R3w .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-s7nMKz2R3w .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s7nMKz2R3w .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-s7nMKz2R3w .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s7nMKz2R3w .nav-link:focus {
  outline: none;
}
.cid-s7nMKz2R3w .navbar-toggler {
  position: relative;
}
.cid-s7nMKz2R3w .dropdown-item.active,
.cid-s7nMKz2R3w .dropdown-item:active {
  background: #004f9e;
  color: initial;
}
.cid-s7nMKz2R3w .widget-text {
  color: #767676;
}
.cid-s7nMKz2R3w .widget-title,
.cid-s7nMKz2R3w .widget-icon {
  color: #004f9e;
}
.cid-s7nMKAhZxS {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #f7f6f4;
}
.cid-s7nMKAhZxS .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nMKAhZxS H2 {
  color: #232323;
}
.cid-s7nMKAIzh8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7nMKAIzh8 .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nMKAIzh8 H2 {
  color: #004f9e;
}
.cid-s7nMKBhaaZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dedfed;
}
.cid-s7nMKBhaaZ .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-s7nMKBhaaZ .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-s7nMKBhaaZ .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-s7nMKBhaaZ .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-s7nMKBhaaZ .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-s7nMKBhaaZ .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-s7nMKBhaaZ .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-s7nMKBhaaZ .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-s7nMKBhaaZ .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-s7nMKBhaaZ .btn-social + .btn {
  margin-left: .1rem;
}
.cid-s7nMKBhaaZ [class^="socicon-"]:before,
.cid-s7nMKBhaaZ [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7nMKBhaaZ .btn {
    font-size: 20px !important;
  }
}
.cid-s7nPItUGxL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #004f9e;
}
@media (max-width: 767px) {
  .cid-s7nPItUGxL .content {
    text-align: center;
  }
  .cid-s7nPItUGxL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7nPItUGxL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s7nPItUGxL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s7nPItUGxL .media-wrap img {
  height: 6rem;
}
.cid-s7nPItUGxL .mbr-text {
  color: #8d97ad;
}
.cid-s7nPItUGxL .p-title {
  font-size: 17px;
}
.cid-s7nPItUGxL .p-title span {
  color: #111111;
}
.cid-s7nPItUGxL .title-card {
  font-size: 1.3rem;
}
.cid-s7nPItUGxL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7nPItUGxL .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-s7nPItUGxL .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-s7nPItUGxL .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-s7nPItUGxL .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-s7nPItUGxL .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nPItUGxL .copyright img {
  margin-right: 10px;
}
.cid-s7nPItUGxL .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fbcc0d;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s7nPItUGxL .icon-transition span:hover {
  background-color: #007146;
}
@media (max-width: 767px) {
  .cid-s7nPItUGxL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s7nPItUGxL .footer-lower hr {
  margin: 1rem 0;
  border-color: #004F9E;
}
@media (max-width: 767px) {
  .cid-s7nPItUGxL .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7nPItUGxL H5 {
  color: #ffffff;
}
.cid-s7nPItUGxL .p-title,
.cid-s7nPItUGxL .social-media {
  color: #ffffff;
}
.cid-s7nMUNjSzP .navbar {
  padding: .5rem 0;
  background: #e7e7e7;
  transition: none;
  min-height: 50px;
}
.cid-s7nMUNjSzP .navbar-fixed-top {
  padding-top: 0;
}
.cid-s7nMUNjSzP .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s7nMUNjSzP .dropdown-item {
  padding: 0;
}
.cid-s7nMUNjSzP .dropdown-menu {
  border: 0px solid lightgray;
  background: #004f9e !important;
}
.cid-s7nMUNjSzP .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-s7nMUNjSzP .menu-bottom {
  margin: auto;
  width: 100%;
  background: #004f9e;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7nMUNjSzP .navbar-dropdown.bg-color.transparent.opened {
  background: #e7e7e7;
}
.cid-s7nMUNjSzP a {
  font-style: normal;
}
.cid-s7nMUNjSzP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s7nMUNjSzP .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-s7nMUNjSzP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nMUNjSzP .content-text {
  margin-bottom: 0;
}
.cid-s7nMUNjSzP .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s7nMUNjSzP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #004f9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s7nMUNjSzP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s7nMUNjSzP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s7nMUNjSzP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-s7nMUNjSzP .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s7nMUNjSzP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s7nMUNjSzP .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s7nMUNjSzP .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7nMUNjSzP .nav-dropdown .link {
  font-weight: 400;
}
.cid-s7nMUNjSzP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s7nMUNjSzP .content-right-side {
  text-align: center;
}
.cid-s7nMUNjSzP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s7nMUNjSzP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s7nMUNjSzP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-s7nMUNjSzP .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-s7nMUNjSzP .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nMUNjSzP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-s7nMUNjSzP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s7nMUNjSzP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s7nMUNjSzP .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-s7nMUNjSzP .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-s7nMUNjSzP .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-s7nMUNjSzP .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s7nMUNjSzP .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-s7nMUNjSzP .navbar {
    display: block;
    padding: 0;
  }
  .cid-s7nMUNjSzP .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s7nMUNjSzP .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-s7nMUNjSzP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s7nMUNjSzP .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s7nMUNjSzP .navbar-toggler {
    display: none;
  }
  .cid-s7nMUNjSzP .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7nMUNjSzP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-s7nMUNjSzP .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nMUNjSzP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s7nMUNjSzP .menu-logo {
  margin-right: auto;
}
.cid-s7nMUNjSzP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nMUNjSzP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s7nMUNjSzP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s7nMUNjSzP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s7nMUNjSzP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s7nMUNjSzP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s7nMUNjSzP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s7nMUNjSzP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s7nMUNjSzP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7nMUNjSzP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s7nMUNjSzP .dropdown .dropdown-menu {
  background: #e7e7e7;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s7nMUNjSzP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s7nMUNjSzP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nMUNjSzP .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-s7nMUNjSzP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s7nMUNjSzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s7nMUNjSzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nMUNjSzP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s7nMUNjSzP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7nMUNjSzP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s7nMUNjSzP .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-s7nMUNjSzP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s7nMUNjSzP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s7nMUNjSzP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s7nMUNjSzP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s7nMUNjSzP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7nMUNjSzP button.navbar-toggler:focus {
  outline: none;
}
.cid-s7nMUNjSzP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s7nMUNjSzP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7nMUNjSzP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7nMUNjSzP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7nMUNjSzP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7nMUNjSzP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7nMUNjSzP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7nMUNjSzP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7nMUNjSzP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7nMUNjSzP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s7nMUNjSzP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s7nMUNjSzP .collapsed .btn {
  display: flex;
}
.cid-s7nMUNjSzP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s7nMUNjSzP .collapsed .navbar-collapse.collapsing,
.cid-s7nMUNjSzP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s7nMUNjSzP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s7nMUNjSzP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s7nMUNjSzP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s7nMUNjSzP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s7nMUNjSzP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s7nMUNjSzP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s7nMUNjSzP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s7nMUNjSzP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-s7nMUNjSzP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s7nMUNjSzP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s7nMUNjSzP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s7nMUNjSzP .collapsed button.navbar-toggler {
  display: block;
}
.cid-s7nMUNjSzP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s7nMUNjSzP .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s7nMUNjSzP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s7nMUNjSzP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s7nMUNjSzP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s7nMUNjSzP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s7nMUNjSzP .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s7nMUNjSzP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s7nMUNjSzP .navbar-collapse.collapsing,
  .cid-s7nMUNjSzP .navbar-collapse.show {
    display: block !important;
  }
  .cid-s7nMUNjSzP .navbar-collapse.collapsing .navbar-nav,
  .cid-s7nMUNjSzP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s7nMUNjSzP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s7nMUNjSzP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s7nMUNjSzP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s7nMUNjSzP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7nMUNjSzP .navbar-collapse.collapsing .navbar-buttons,
  .cid-s7nMUNjSzP .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s7nMUNjSzP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s7nMUNjSzP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7nMUNjSzP .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7nMUNjSzP img {
    height: 3.8rem !important;
  }
  .cid-s7nMUNjSzP .btn {
    display: flex;
  }
  .cid-s7nMUNjSzP button.navbar-toggler {
    display: block;
  }
  .cid-s7nMUNjSzP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s7nMUNjSzP .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s7nMUNjSzP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s7nMUNjSzP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s7nMUNjSzP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s7nMUNjSzP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-s7nMUNjSzP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s7nMUNjSzP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-s7nMUNjSzP .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s7nMUNjSzP .nav-link:focus {
  outline: none;
}
.cid-s7nMUNjSzP .navbar-toggler {
  position: relative;
}
.cid-s7nMUNjSzP .dropdown-item.active,
.cid-s7nMUNjSzP .dropdown-item:active {
  background: #004f9e;
  color: initial;
}
.cid-s7nMUNjSzP .widget-text {
  color: #767676;
}
.cid-s7nMUNjSzP .widget-title,
.cid-s7nMUNjSzP .widget-icon {
  color: #004f9e;
}
.cid-s7nMUOvEhe {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #f7f6f4;
}
.cid-s7nMUOvEhe .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nMUOvEhe H2 {
  color: #232323;
}
.cid-s7nMUOWLdD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7nMUOWLdD .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nMUOWLdD H2 {
  color: #004f9e;
}
.cid-s7nMUPuY83 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dedfed;
}
.cid-s7nMUPuY83 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-s7nMUPuY83 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-s7nMUPuY83 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-s7nMUPuY83 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-s7nMUPuY83 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-s7nMUPuY83 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-s7nMUPuY83 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-s7nMUPuY83 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-s7nMUPuY83 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-s7nMUPuY83 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-s7nMUPuY83 [class^="socicon-"]:before,
.cid-s7nMUPuY83 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7nMUPuY83 .btn {
    font-size: 20px !important;
  }
}
.cid-s7nPLpWN2h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #004f9e;
}
@media (max-width: 767px) {
  .cid-s7nPLpWN2h .content {
    text-align: center;
  }
  .cid-s7nPLpWN2h .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7nPLpWN2h .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s7nPLpWN2h .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s7nPLpWN2h .media-wrap img {
  height: 6rem;
}
.cid-s7nPLpWN2h .mbr-text {
  color: #8d97ad;
}
.cid-s7nPLpWN2h .p-title {
  font-size: 17px;
}
.cid-s7nPLpWN2h .p-title span {
  color: #111111;
}
.cid-s7nPLpWN2h .title-card {
  font-size: 1.3rem;
}
.cid-s7nPLpWN2h .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7nPLpWN2h .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-s7nPLpWN2h .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-s7nPLpWN2h .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-s7nPLpWN2h .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-s7nPLpWN2h .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nPLpWN2h .copyright img {
  margin-right: 10px;
}
.cid-s7nPLpWN2h .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fbcc0d;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s7nPLpWN2h .icon-transition span:hover {
  background-color: #007146;
}
@media (max-width: 767px) {
  .cid-s7nPLpWN2h .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s7nPLpWN2h .footer-lower hr {
  margin: 1rem 0;
  border-color: #004F9E;
}
@media (max-width: 767px) {
  .cid-s7nPLpWN2h .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7nPLpWN2h H5 {
  color: #ffffff;
}
.cid-s7nPLpWN2h .p-title,
.cid-s7nPLpWN2h .social-media {
  color: #ffffff;
}
.cid-s7nNJAGFgk .navbar {
  padding: .5rem 0;
  background: #e7e7e7;
  transition: none;
  min-height: 50px;
}
.cid-s7nNJAGFgk .navbar-fixed-top {
  padding-top: 0;
}
.cid-s7nNJAGFgk .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s7nNJAGFgk .dropdown-item {
  padding: 0;
}
.cid-s7nNJAGFgk .dropdown-menu {
  border: 0px solid lightgray;
  background: #004f9e !important;
}
.cid-s7nNJAGFgk .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-s7nNJAGFgk .menu-bottom {
  margin: auto;
  width: 100%;
  background: #004f9e;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7nNJAGFgk .navbar-dropdown.bg-color.transparent.opened {
  background: #e7e7e7;
}
.cid-s7nNJAGFgk a {
  font-style: normal;
}
.cid-s7nNJAGFgk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s7nNJAGFgk .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-s7nNJAGFgk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nNJAGFgk .content-text {
  margin-bottom: 0;
}
.cid-s7nNJAGFgk .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s7nNJAGFgk .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #004f9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s7nNJAGFgk .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s7nNJAGFgk .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s7nNJAGFgk .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-s7nNJAGFgk .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s7nNJAGFgk .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s7nNJAGFgk .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s7nNJAGFgk .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7nNJAGFgk .nav-dropdown .link {
  font-weight: 400;
}
.cid-s7nNJAGFgk .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s7nNJAGFgk .content-right-side {
  text-align: center;
}
.cid-s7nNJAGFgk .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s7nNJAGFgk .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s7nNJAGFgk .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-s7nNJAGFgk .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-s7nNJAGFgk .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nNJAGFgk .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-s7nNJAGFgk .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s7nNJAGFgk .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s7nNJAGFgk .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-s7nNJAGFgk .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-s7nNJAGFgk .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-s7nNJAGFgk .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s7nNJAGFgk .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-s7nNJAGFgk .navbar {
    display: block;
    padding: 0;
  }
  .cid-s7nNJAGFgk .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s7nNJAGFgk .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-s7nNJAGFgk .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s7nNJAGFgk .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s7nNJAGFgk .navbar-toggler {
    display: none;
  }
  .cid-s7nNJAGFgk .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7nNJAGFgk .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-s7nNJAGFgk .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nNJAGFgk .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s7nNJAGFgk .menu-logo {
  margin-right: auto;
}
.cid-s7nNJAGFgk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nNJAGFgk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s7nNJAGFgk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s7nNJAGFgk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s7nNJAGFgk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s7nNJAGFgk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s7nNJAGFgk .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s7nNJAGFgk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s7nNJAGFgk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7nNJAGFgk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s7nNJAGFgk .dropdown .dropdown-menu {
  background: #e7e7e7;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s7nNJAGFgk .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s7nNJAGFgk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nNJAGFgk .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-s7nNJAGFgk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s7nNJAGFgk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s7nNJAGFgk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nNJAGFgk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s7nNJAGFgk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7nNJAGFgk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s7nNJAGFgk .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-s7nNJAGFgk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s7nNJAGFgk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s7nNJAGFgk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s7nNJAGFgk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s7nNJAGFgk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7nNJAGFgk button.navbar-toggler:focus {
  outline: none;
}
.cid-s7nNJAGFgk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s7nNJAGFgk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7nNJAGFgk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7nNJAGFgk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7nNJAGFgk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7nNJAGFgk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7nNJAGFgk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7nNJAGFgk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7nNJAGFgk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7nNJAGFgk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s7nNJAGFgk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s7nNJAGFgk .collapsed .btn {
  display: flex;
}
.cid-s7nNJAGFgk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s7nNJAGFgk .collapsed .navbar-collapse.collapsing,
.cid-s7nNJAGFgk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s7nNJAGFgk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s7nNJAGFgk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s7nNJAGFgk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s7nNJAGFgk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s7nNJAGFgk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s7nNJAGFgk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s7nNJAGFgk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s7nNJAGFgk .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-s7nNJAGFgk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s7nNJAGFgk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s7nNJAGFgk .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s7nNJAGFgk .collapsed button.navbar-toggler {
  display: block;
}
.cid-s7nNJAGFgk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s7nNJAGFgk .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s7nNJAGFgk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s7nNJAGFgk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s7nNJAGFgk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s7nNJAGFgk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s7nNJAGFgk .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s7nNJAGFgk .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s7nNJAGFgk .navbar-collapse.collapsing,
  .cid-s7nNJAGFgk .navbar-collapse.show {
    display: block !important;
  }
  .cid-s7nNJAGFgk .navbar-collapse.collapsing .navbar-nav,
  .cid-s7nNJAGFgk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s7nNJAGFgk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s7nNJAGFgk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s7nNJAGFgk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s7nNJAGFgk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7nNJAGFgk .navbar-collapse.collapsing .navbar-buttons,
  .cid-s7nNJAGFgk .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s7nNJAGFgk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s7nNJAGFgk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7nNJAGFgk .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7nNJAGFgk img {
    height: 3.8rem !important;
  }
  .cid-s7nNJAGFgk .btn {
    display: flex;
  }
  .cid-s7nNJAGFgk button.navbar-toggler {
    display: block;
  }
  .cid-s7nNJAGFgk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s7nNJAGFgk .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s7nNJAGFgk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s7nNJAGFgk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s7nNJAGFgk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s7nNJAGFgk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-s7nNJAGFgk .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s7nNJAGFgk .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-s7nNJAGFgk .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s7nNJAGFgk .nav-link:focus {
  outline: none;
}
.cid-s7nNJAGFgk .navbar-toggler {
  position: relative;
}
.cid-s7nNJAGFgk .dropdown-item.active,
.cid-s7nNJAGFgk .dropdown-item:active {
  background: #004f9e;
  color: initial;
}
.cid-s7nNJAGFgk .widget-text {
  color: #767676;
}
.cid-s7nNJAGFgk .widget-title,
.cid-s7nNJAGFgk .widget-icon {
  color: #004f9e;
}
.cid-s7nNJCfZlJ {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #f7f6f4;
}
.cid-s7nNJCfZlJ .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nNJCfZlJ H2 {
  color: #232323;
}
.cid-s8ZjzJlrKs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8ZjzJlrKs .mbr-section-subtitle {
  color: #767676;
}
.cid-s8ZjzJlrKs H2 {
  color: #004f9e;
}
.cid-sm0hFCnqQD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sm0hFCnqQD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sm0hFCnqQD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sm0hFCnqQD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sm0hFCnqQD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sm0hFCnqQD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sm0hFCnqQD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sm0hFCnqQD .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sm0hFCnqQD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sm0hFCnqQD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sm0hNRsv7J {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sm0hNRsv7J .mbr-section-subtitle {
  color: #767676;
}
.cid-sm0hNRsv7J .container-table {
  margin: 0 auto;
}
.cid-sm0hNRsv7J .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sm0hNRsv7J .dataTables_wrapper {
  display: block;
}
.cid-sm0hNRsv7J .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sm0hNRsv7J .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sm0hNRsv7J table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #767676;
  margin-bottom: 0;
}
.cid-sm0hNRsv7J table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sm0hNRsv7J table th:hover {
  background: #767676;
  color: #ffffff;
}
.cid-sm0hNRsv7J table td {
  border-top: 1px solid #767676;
}
.cid-sm0hNRsv7J table.table {
  background: #ffffff;
}
.cid-sm0hNRsv7J .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sm0hNRsv7J .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sm0hNRsv7J .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sm0hNRsv7J .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sm0hNRsv7J .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sm0hNRsv7J .dataTables_filter {
    text-align: center;
  }
  .cid-sm0hNRsv7J .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sm0hNRsv7J .mbr-section-title {
  color: #05407b;
}
.cid-sm0ieOMV5U {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sm0ieOMV5U .mbr-section-subtitle {
  color: #767676;
}
.cid-sm0ieOMV5U H2 {
  color: #004f9e;
}
.cid-s7nNJRxU78 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nNJRxU78 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7nNJRxU78 p {
  color: #767676;
  text-align: left;
}
.cid-s7nNJRxU78 .card-box {
  padding-top: 2rem;
}
.cid-s7nNJRxU78 .card-wrapper {
  height: 100%;
}
.cid-s7nNJSQbjE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nNJSQbjE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7nNJSQbjE p {
  color: #767676;
  text-align: left;
}
.cid-s7nNJSQbjE .card-box {
  padding-top: 2rem;
}
.cid-s7nNJSQbjE .card-wrapper {
  height: 100%;
}
.cid-s7nNJUbC9P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nNJUbC9P h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7nNJUbC9P p {
  color: #767676;
  text-align: left;
}
.cid-s7nNJUbC9P .card-box {
  padding-top: 2rem;
}
.cid-s7nNJUbC9P .card-wrapper {
  height: 100%;
}
.cid-s7nNJVHZo2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nNJVHZo2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7nNJVHZo2 p {
  color: #767676;
  text-align: left;
}
.cid-s7nNJVHZo2 .card-box {
  padding-top: 2rem;
}
.cid-s7nNJVHZo2 .card-wrapper {
  height: 100%;
}
.cid-s7nNJPhke2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nNJPhke2 .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nNJPhke2 H2 {
  color: #004f9e;
}
.cid-s8ZklP8pC4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8ZklP8pC4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s8ZklP8pC4 p {
  color: #767676;
  text-align: left;
}
.cid-s8ZklP8pC4 .card-box {
  padding-top: 2rem;
}
.cid-s8ZklP8pC4 .card-wrapper {
  height: 100%;
}
.cid-s8ZkmsHrHr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8ZkmsHrHr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s8ZkmsHrHr p {
  color: #767676;
  text-align: left;
}
.cid-s8ZkmsHrHr .card-box {
  padding-top: 2rem;
}
.cid-s8ZkmsHrHr .card-wrapper {
  height: 100%;
}
.cid-s7nNK7AlXC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dedfed;
}
.cid-s7nNK7AlXC .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-s7nNK7AlXC .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-s7nNK7AlXC .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-s7nNK7AlXC .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-s7nNK7AlXC .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-s7nNK7AlXC .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-s7nNK7AlXC .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-s7nNK7AlXC .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-s7nNK7AlXC .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-s7nNK7AlXC .btn-social + .btn {
  margin-left: .1rem;
}
.cid-s7nNK7AlXC [class^="socicon-"]:before,
.cid-s7nNK7AlXC [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7nNK7AlXC .btn {
    font-size: 20px !important;
  }
}
.cid-s7nNK8V4ti {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #004f9e;
}
@media (max-width: 767px) {
  .cid-s7nNK8V4ti .content {
    text-align: center;
  }
  .cid-s7nNK8V4ti .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7nNK8V4ti .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s7nNK8V4ti .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s7nNK8V4ti .media-wrap img {
  height: 6rem;
}
.cid-s7nNK8V4ti .mbr-text {
  color: #8d97ad;
}
.cid-s7nNK8V4ti .p-title {
  font-size: 17px;
}
.cid-s7nNK8V4ti .p-title span {
  color: #111111;
}
.cid-s7nNK8V4ti .title-card {
  font-size: 1.3rem;
}
.cid-s7nNK8V4ti .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7nNK8V4ti .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-s7nNK8V4ti .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-s7nNK8V4ti .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-s7nNK8V4ti .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-s7nNK8V4ti .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nNK8V4ti .copyright img {
  margin-right: 10px;
}
.cid-s7nNK8V4ti .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fbcc0d;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s7nNK8V4ti .icon-transition span:hover {
  background-color: #007146;
}
@media (max-width: 767px) {
  .cid-s7nNK8V4ti .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s7nNK8V4ti .footer-lower hr {
  margin: 1rem 0;
  border-color: #004F9E;
}
@media (max-width: 767px) {
  .cid-s7nNK8V4ti .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7nNK8V4ti H5 {
  color: #ffffff;
}
.cid-s7nNK8V4ti .p-title,
.cid-s7nNK8V4ti .social-media {
  color: #ffffff;
}
.cid-s7nS0liMqN .navbar {
  padding: .5rem 0;
  background: #e7e7e7;
  transition: none;
  min-height: 50px;
}
.cid-s7nS0liMqN .navbar-fixed-top {
  padding-top: 0;
}
.cid-s7nS0liMqN .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s7nS0liMqN .dropdown-item {
  padding: 0;
}
.cid-s7nS0liMqN .dropdown-menu {
  border: 0px solid lightgray;
  background: #004f9e !important;
}
.cid-s7nS0liMqN .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-s7nS0liMqN .menu-bottom {
  margin: auto;
  width: 100%;
  background: #004f9e;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7nS0liMqN .navbar-dropdown.bg-color.transparent.opened {
  background: #e7e7e7;
}
.cid-s7nS0liMqN a {
  font-style: normal;
}
.cid-s7nS0liMqN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s7nS0liMqN .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-s7nS0liMqN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nS0liMqN .content-text {
  margin-bottom: 0;
}
.cid-s7nS0liMqN .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s7nS0liMqN .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #004f9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s7nS0liMqN .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s7nS0liMqN .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s7nS0liMqN .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-s7nS0liMqN .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s7nS0liMqN .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s7nS0liMqN .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s7nS0liMqN .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7nS0liMqN .nav-dropdown .link {
  font-weight: 400;
}
.cid-s7nS0liMqN .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s7nS0liMqN .content-right-side {
  text-align: center;
}
.cid-s7nS0liMqN .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s7nS0liMqN .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s7nS0liMqN .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-s7nS0liMqN .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-s7nS0liMqN .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nS0liMqN .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-s7nS0liMqN .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s7nS0liMqN .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s7nS0liMqN .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-s7nS0liMqN .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-s7nS0liMqN .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-s7nS0liMqN .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s7nS0liMqN .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-s7nS0liMqN .navbar {
    display: block;
    padding: 0;
  }
  .cid-s7nS0liMqN .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s7nS0liMqN .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-s7nS0liMqN .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s7nS0liMqN .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s7nS0liMqN .navbar-toggler {
    display: none;
  }
  .cid-s7nS0liMqN .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7nS0liMqN .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-s7nS0liMqN .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nS0liMqN .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s7nS0liMqN .menu-logo {
  margin-right: auto;
}
.cid-s7nS0liMqN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nS0liMqN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s7nS0liMqN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s7nS0liMqN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s7nS0liMqN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s7nS0liMqN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s7nS0liMqN .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s7nS0liMqN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s7nS0liMqN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7nS0liMqN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s7nS0liMqN .dropdown .dropdown-menu {
  background: #e7e7e7;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s7nS0liMqN .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s7nS0liMqN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nS0liMqN .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-s7nS0liMqN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s7nS0liMqN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s7nS0liMqN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7nS0liMqN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s7nS0liMqN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7nS0liMqN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s7nS0liMqN .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-s7nS0liMqN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s7nS0liMqN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s7nS0liMqN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s7nS0liMqN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s7nS0liMqN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7nS0liMqN button.navbar-toggler:focus {
  outline: none;
}
.cid-s7nS0liMqN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s7nS0liMqN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7nS0liMqN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7nS0liMqN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7nS0liMqN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7nS0liMqN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7nS0liMqN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7nS0liMqN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7nS0liMqN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7nS0liMqN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s7nS0liMqN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s7nS0liMqN .collapsed .btn {
  display: flex;
}
.cid-s7nS0liMqN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s7nS0liMqN .collapsed .navbar-collapse.collapsing,
.cid-s7nS0liMqN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s7nS0liMqN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s7nS0liMqN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s7nS0liMqN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s7nS0liMqN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s7nS0liMqN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s7nS0liMqN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s7nS0liMqN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s7nS0liMqN .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-s7nS0liMqN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s7nS0liMqN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s7nS0liMqN .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s7nS0liMqN .collapsed button.navbar-toggler {
  display: block;
}
.cid-s7nS0liMqN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s7nS0liMqN .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s7nS0liMqN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s7nS0liMqN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s7nS0liMqN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s7nS0liMqN .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s7nS0liMqN .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s7nS0liMqN .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s7nS0liMqN .navbar-collapse.collapsing,
  .cid-s7nS0liMqN .navbar-collapse.show {
    display: block !important;
  }
  .cid-s7nS0liMqN .navbar-collapse.collapsing .navbar-nav,
  .cid-s7nS0liMqN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s7nS0liMqN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s7nS0liMqN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s7nS0liMqN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s7nS0liMqN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7nS0liMqN .navbar-collapse.collapsing .navbar-buttons,
  .cid-s7nS0liMqN .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s7nS0liMqN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s7nS0liMqN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7nS0liMqN .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7nS0liMqN img {
    height: 3.8rem !important;
  }
  .cid-s7nS0liMqN .btn {
    display: flex;
  }
  .cid-s7nS0liMqN button.navbar-toggler {
    display: block;
  }
  .cid-s7nS0liMqN .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s7nS0liMqN .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s7nS0liMqN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s7nS0liMqN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s7nS0liMqN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s7nS0liMqN .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-s7nS0liMqN .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s7nS0liMqN .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-s7nS0liMqN .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s7nS0liMqN .nav-link:focus {
  outline: none;
}
.cid-s7nS0liMqN .navbar-toggler {
  position: relative;
}
.cid-s7nS0liMqN .dropdown-item.active,
.cid-s7nS0liMqN .dropdown-item:active {
  background: #004f9e;
  color: initial;
}
.cid-s7nS0liMqN .widget-text {
  color: #767676;
}
.cid-s7nS0liMqN .widget-title,
.cid-s7nS0liMqN .widget-icon {
  color: #004f9e;
}
.cid-s7nS0n3wBW {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #f7f6f4;
}
.cid-s7nS0n3wBW .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nS0n3wBW H2 {
  color: #232323;
}
.cid-s7nS0nXKE2 .modal-body .close {
  background: #1b1b1b;
}
.cid-s7nS0nXKE2 .modal-body .close span {
  font-style: normal;
}
.cid-s7nS0nXKE2 .carousel-inner > .active,
.cid-s7nS0nXKE2 .carousel-inner > .next,
.cid-s7nS0nXKE2 .carousel-inner > .prev {
  display: table;
}
.cid-s7nS0nXKE2 .carousel-control .icon-next,
.cid-s7nS0nXKE2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s7nS0nXKE2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7nS0nXKE2 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s7nS0nXKE2 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s7nS0nXKE2 .boxed-slider > div {
  position: relative;
}
.cid-s7nS0nXKE2 .container img {
  width: 100%;
}
.cid-s7nS0nXKE2 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s7nS0nXKE2 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s7nS0nXKE2 .mbr-table-cell {
  padding: 0;
}
.cid-s7nS0nXKE2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s7nS0nXKE2 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s7nS0nXKE2 .mbr-overlay {
  z-index: 1;
}
.cid-s7nS0nXKE2 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s7nS0nXKE2 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s7nS0nXKE2 .carousel-item .container {
    width: 100%;
  }
}
.cid-s7nS0nXKE2 .carousel-item-next.carousel-item-left,
.cid-s7nS0nXKE2 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s7nS0nXKE2 .active.carousel-item-right,
.cid-s7nS0nXKE2 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s7nS0nXKE2 .active.carousel-item-left,
.cid-s7nS0nXKE2 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s7nS0nXKE2 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s7nS0nXKE2 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s7nS0nXKE2 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s7nS0nXKE2 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s7nS0nXKE2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s7nS0nXKE2 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s7nS0nXKE2 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s7nS0nXKE2 .mbr-slider .carousel-indicators li.active,
.cid-s7nS0nXKE2 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s7nS0nXKE2 .mbr-slider .carousel-indicators li::after,
.cid-s7nS0nXKE2 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s7nS0nXKE2 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s7nS0nXKE2 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s7nS0nXKE2 .mbr-slider > .container img {
  width: 100%;
}
.cid-s7nS0nXKE2 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s7nS0nXKE2 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s7nS0nXKE2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s7nS0nXKE2 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s7nS0nXKE2 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s7nS0nXKE2 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s7nS0nXKE2 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s7nS0nXKE2 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s7nS0nXKE2 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s7nS0nXKE2 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s7nS0nXKE2 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s7nS0nXKE2 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s7nS0nXKE2 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s7nS0oTOhH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #004f9e;
}
.cid-s7nS0oTOhH .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7nS0oTOhH a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s7nS0oTOhH .input-group-btn {
  margin: 0;
}
.cid-s7nS0oTOhH .form-control {
  padding: 1.07em 1.07em;
}
.cid-s7nS0oTOhH .form-group,
.cid-s7nS0oTOhH .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-s7nS0oTOhH .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-s7nS0oTOhH .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-s7nS0oTOhH .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7nS0oTOhH .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s7nS0oTOhH .form-block {
    padding: 1rem;
  }
}
.cid-s7nS0oTOhH H4 {
  color: #ffffff;
}
.cid-s7nS0oTOhH P {
  color: #ffffff;
}
.cid-s7nS0q9K2u {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s7nS0q9K2u .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nS0q9K2u H2 {
  color: #004f9e;
}
.cid-s7nS0r0aDr {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7nS0r0aDr .mbr-text {
  color: #767676;
}
.cid-s7nS0r0aDr h4 {
  text-align: center;
}
.cid-s7nS0r0aDr p {
  text-align: center;
}
.cid-s7nS0r0aDr .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-s7nS0r0aDr .card-title,
.cid-s7nS0r0aDr .card-img {
  color: #004f9e;
}
.cid-s7nS0sqnue {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-s7nS0sqnue .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nS0sqnue H2 {
  color: #004f9e;
}
.cid-s7nS0tiNu5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-s7nS0tiNu5 .card-img {
  background-color: #fff;
}
.cid-s7nS0tiNu5 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-s7nS0tiNu5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7nS0tiNu5 p {
  text-align: left;
}
.cid-s7nS0tiNu5 .mbr-text {
  color: #767676;
}
.cid-s7nS0tiNu5 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s7nS0tiNu5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s7nS0tiNu5 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-s7nS0tiNu5 .card-title {
  color: #004f9e;
}
.cid-s7nS0v2Ymm {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s7nS0v2Ymm .card-img {
  background-color: #fff;
}
.cid-s7nS0v2Ymm .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-s7nS0v2Ymm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7nS0v2Ymm p {
  text-align: left;
}
.cid-s7nS0v2Ymm .mbr-text {
  color: #767676;
}
.cid-s7nS0v2Ymm .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s7nS0v2Ymm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s7nS0v2Ymm .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-s7nS0v2Ymm .card-title {
  color: #004f9e;
}
.cid-s7nS0wKOrb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7nS0wKOrb .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-s7nS0wKOrb .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #004f9e;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #004f9e;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .3s;
}
.cid-s7nS0wKOrb .nav-tabs .nav-link:hover {
  background-color: #004f9e;
}
.cid-s7nS0wKOrb .nav-tabs .nav-link:focus {
  box-shadow: none;
  background-color: #004f9e;
}
.cid-s7nS0wKOrb .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #004f9e;
}
.cid-s7nS0wKOrb .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-s7nS0wKOrb .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nS0wKOrb p {
  color: #767676;
}
.cid-s7nS0wKOrb .mbr-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 4rem;
}
.cid-s7nS0wKOrb .mbr-text {
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-s7nS0wKOrb .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-s7nS0wKOrb H2 {
  color: #004f9e;
}
.cid-s7nS0y5bwV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #004f9e;
}
.cid-s7nS0y5bwV a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s7nS0y5bwV a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s7nS0y5bwV .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s7nS0y5bwV .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-s7nS0y5bwV .form-control {
  background: none;
  border-radius: 0px;
}
.cid-s7nS0y5bwV textarea.form-control {
  min-height: 214.5px;
}
.cid-s7nS0y5bwV .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-s7nS0y5bwV h4,
.cid-s7nS0y5bwV p {
  margin: 0;
}
.cid-s7nS0y5bwV h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-s7nS0y5bwV h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-s7nS0y5bwV .icon {
  color: #fbcc0d;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s7nS0y5bwV h2 {
    text-align: center;
  }
  .cid-s7nS0y5bwV h3 {
    text-align: center;
  }
  .cid-s7nS0y5bwV .input-group-btn {
    text-align: center;
  }
  .cid-s7nS0y5bwV .social-list {
    text-align: center;
  }
  .cid-s7nS0y5bwV .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-s7nS0y5bwV H2 {
  color: #656565;
}
.cid-s7nS0y5bwV .content {
  text-align: left;
  color: #ffffff;
}
.cid-s7nS0y5bwV .type {
  text-align: left;
  padding-bottom: 8px;
  color: #ffffff;
}
.cid-s7nS0y5bwV .title1 {
  text-align: left;
  color: #ffffff;
}
.cid-s7nS0y5bwV .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-s7nS0y5bwV .title2 {
  color: #ffffff;
}
.cid-s7nS0zB8HY {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #004f9e;
}
.cid-s7nS0zB8HY .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-s7nS0zB8HY .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-s7nS0zB8HY .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-s7nS0zB8HY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s7nS0zB8HY .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-s7nS0zB8HY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s7nS0zB8HY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s7nS0zB8HY .map-placeholder {
  display: none;
}
.cid-s7nS0zB8HY .mbr-section-title,
.cid-s7nS0zB8HY .map-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s7nS0zB8HY .map-title {
    margin-top: 3rem;
  }
}
.cid-s7nS0AFs8Y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nS0AFs8Y .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nS0AFs8Y H2 {
  color: #004f9e;
}
.cid-s7nS0BD9bu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nS0BD9bu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7nS0BD9bu p {
  color: #767676;
  text-align: left;
}
.cid-s7nS0BD9bu .card-box {
  padding-top: 2rem;
}
.cid-s7nS0BD9bu .card-wrapper {
  height: 100%;
}
.cid-s7nS0DalL9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nS0DalL9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7nS0DalL9 p {
  color: #767676;
  text-align: left;
}
.cid-s7nS0DalL9 .card-box {
  padding-top: 2rem;
}
.cid-s7nS0DalL9 .card-wrapper {
  height: 100%;
}
.cid-s7nS0EyoE5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nS0EyoE5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7nS0EyoE5 p {
  color: #767676;
  text-align: left;
}
.cid-s7nS0EyoE5 .card-box {
  padding-top: 2rem;
}
.cid-s7nS0EyoE5 .card-wrapper {
  height: 100%;
}
.cid-s7nS0G8xpY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nS0G8xpY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7nS0G8xpY p {
  color: #767676;
  text-align: left;
}
.cid-s7nS0G8xpY .card-box {
  padding-top: 2rem;
}
.cid-s7nS0G8xpY .card-wrapper {
  height: 100%;
}
.cid-s7nS0HBZtc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nS0HBZtc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7nS0HBZtc p {
  color: #767676;
  text-align: left;
}
.cid-s7nS0HBZtc .card-box {
  padding-top: 2rem;
}
.cid-s7nS0HBZtc .card-wrapper {
  height: 100%;
}
.cid-s7nS0Jd0oW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nS0Jd0oW .mbr-text {
  color: #767676;
}
.cid-s7nS0Jd0oW h4 {
  text-align: center;
}
.cid-s7nS0Jd0oW p {
  text-align: center;
}
.cid-s7nS0Jd0oW .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #0057a6;
  border: 2px solid #0057a6;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s7nS0Jd0oW .card:hover .card-img span {
  background: none;
  color: #0057a6;
}
.cid-s7nS0Jd0oW .card-title,
.cid-s7nS0Jd0oW .card-img {
  color: #0057a6;
}
.cid-s7nS0L36gW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nS0L36gW .mbr-text {
  color: #767676;
}
.cid-s7nS0L36gW h4 {
  text-align: center;
}
.cid-s7nS0L36gW p {
  text-align: center;
}
.cid-s7nS0L36gW .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #0057a6;
  border: 2px solid #0057a6;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s7nS0L36gW .card:hover .card-img span {
  background: none;
  color: #0057a6;
}
.cid-s7nS0L36gW .card-title,
.cid-s7nS0L36gW .card-img {
  color: #0057a6;
}
.cid-s7nS0MXHyy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nS0MXHyy .mbr-text {
  color: #767676;
}
.cid-s7nS0MXHyy h4 {
  text-align: center;
}
.cid-s7nS0MXHyy p {
  text-align: center;
}
.cid-s7nS0MXHyy .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #0057a6;
  border: 2px solid #0057a6;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s7nS0MXHyy .card:hover .card-img span {
  background: none;
  color: #0057a6;
}
.cid-s7nS0MXHyy .card-title,
.cid-s7nS0MXHyy .card-img {
  color: #0057a6;
}
.cid-s7nS0OG0Vu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nS0OG0Vu .mbr-text {
  color: #767676;
}
.cid-s7nS0OG0Vu h4 {
  text-align: center;
}
.cid-s7nS0OG0Vu p {
  text-align: center;
}
.cid-s7nS0OG0Vu .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #0057a6;
  border: 2px solid #0057a6;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s7nS0OG0Vu .card:hover .card-img span {
  background: none;
  color: #0057a6;
}
.cid-s7nS0OG0Vu .card-title,
.cid-s7nS0OG0Vu .card-img {
  color: #0057a6;
}
.cid-s7nS0Qt7im {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s7nS0Qt7im .mbr-text {
  color: #767676;
}
.cid-s7nS0Qt7im h4 {
  text-align: center;
}
.cid-s7nS0Qt7im p {
  text-align: center;
}
.cid-s7nS0Qt7im .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #0057a6;
  border: 2px solid #0057a6;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s7nS0Qt7im .card:hover .card-img span {
  background: none;
  color: #0057a6;
}
.cid-s7nS0Qt7im .card-title,
.cid-s7nS0Qt7im .card-img {
  color: #0057a6;
}
.cid-s7nS0Sgawi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7nS0Sgawi .mbr-text {
  color: #767676;
}
.cid-s7nS0Sgawi h4 {
  text-align: center;
}
.cid-s7nS0Sgawi p {
  text-align: center;
}
.cid-s7nS0Sgawi .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #0057a6;
  border: 2px solid #0057a6;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s7nS0Sgawi .card:hover .card-img span {
  background: none;
  color: #0057a6;
}
.cid-s7nS0Sgawi .card-title,
.cid-s7nS0Sgawi .card-img {
  color: #0057a6;
}
.cid-s7nS0UijZF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dedfed;
}
.cid-s7nS0UijZF .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-s7nS0UijZF .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-s7nS0UijZF .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-s7nS0UijZF .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-s7nS0UijZF .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-s7nS0UijZF .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-s7nS0UijZF .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-s7nS0UijZF .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-s7nS0UijZF .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-s7nS0UijZF .btn-social + .btn {
  margin-left: .1rem;
}
.cid-s7nS0UijZF [class^="socicon-"]:before,
.cid-s7nS0UijZF [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7nS0UijZF .btn {
    font-size: 20px !important;
  }
}
.cid-s7nS0VLwtG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #004f9e;
}
@media (max-width: 767px) {
  .cid-s7nS0VLwtG .content {
    text-align: center;
  }
  .cid-s7nS0VLwtG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7nS0VLwtG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s7nS0VLwtG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s7nS0VLwtG .media-wrap img {
  height: 6rem;
}
.cid-s7nS0VLwtG .mbr-text {
  color: #8d97ad;
}
.cid-s7nS0VLwtG .p-title {
  font-size: 17px;
}
.cid-s7nS0VLwtG .p-title span {
  color: #111111;
}
.cid-s7nS0VLwtG .title-card {
  font-size: 1.3rem;
}
.cid-s7nS0VLwtG .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7nS0VLwtG .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-s7nS0VLwtG .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-s7nS0VLwtG .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-s7nS0VLwtG .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-s7nS0VLwtG .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7nS0VLwtG .copyright img {
  margin-right: 10px;
}
.cid-s7nS0VLwtG .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fbcc0d;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s7nS0VLwtG .icon-transition span:hover {
  background-color: #007146;
}
@media (max-width: 767px) {
  .cid-s7nS0VLwtG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s7nS0VLwtG .footer-lower hr {
  margin: 1rem 0;
  border-color: #004F9E;
}
@media (max-width: 767px) {
  .cid-s7nS0VLwtG .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7nS0VLwtG H5 {
  color: #ffffff;
}
.cid-s7nS0VLwtG .p-title,
.cid-s7nS0VLwtG .social-media {
  color: #ffffff;
}

.cid-uFPiyRpAQu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #004f9e;
}
.cid-uFPiyRpAQu P {
  color: #767676;
}
.cid-uFPiyRpAQu H1 {
  color: #e7e7e7;
}
.cid-uFPiyRpAQu .mbr-text,
.cid-uFPiyRpAQu .mbr-section-btn {
  color: #e7e7e7;
}