body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.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: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #04367c !important;
}
.bg-success {
  background-color: #08579f !important;
}
.bg-info {
  background-color: #a61a3d !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #04367c !important;
  border-color: #04367c !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #021632 !important;
  border-color: #021632 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #021632 !important;
  border-color: #021632 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #04367c !important;
  border-color: #04367c !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #021632 !important;
  border-color: #021632 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #021632 !important;
  border-color: #021632 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #a61a3d !important;
  border-color: #a61a3d !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #641025 !important;
  border-color: #641025 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #641025 !important;
  border-color: #641025 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #08579f !important;
  border-color: #08579f !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #042f56 !important;
  border-color: #042f56 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #042f56 !important;
  border-color: #042f56 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #010b19 !important;
  color: #010b19 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #04367c !important;
  border-color: #04367c !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #04367c !important;
  border-color: #04367c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #010b19 !important;
  color: #010b19 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #04367c !important;
  border-color: #04367c !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #04367c !important;
  border-color: #04367c !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #4e0c1d !important;
  color: #4e0c1d !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #a61a3d !important;
  border-color: #a61a3d !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a61a3d !important;
  border-color: #a61a3d !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #03223e !important;
  color: #03223e !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #08579f !important;
  border-color: #08579f !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #08579f !important;
  border-color: #08579f !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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: #04367c !important;
}
.text-secondary {
  color: #04367c !important;
}
.text-success {
  color: #08579f !important;
}
.text-info {
  color: #a61a3d !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #010b19 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #010b19 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #03223e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4e0c1d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #08579f;
}
.alert-info {
  background-color: #a61a3d;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #04367c;
  border-color: #04367c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #04367c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #086cf7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3298f5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e55a7d;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #d50000;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #d50000;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #04367c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #04367c;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #04367c;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #04367c;
  color: #ffffff;
}
.jq-number__spin {
  background-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: #04367c;
  border-bottom-color: #04367c;
}
.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: #04367c !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: #04367c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2304367c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-rzBaVzqjpS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-rzBaVzqjpS .nav-item,
.cid-rzBaVzqjpS .nav-link,
.cid-rzBaVzqjpS .navbar-caption {
  font-weight: normal;
}
.cid-rzBaVzqjpS .nav-item:focus,
.cid-rzBaVzqjpS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rzBaVzqjpS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzBaVzqjpS .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-rzBaVzqjpS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzBaVzqjpS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzBaVzqjpS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-rzBaVzqjpS .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-rzBaVzqjpS .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rzBaVzqjpS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzBaVzqjpS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rzBaVzqjpS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzBaVzqjpS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzBaVzqjpS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzBaVzqjpS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzBaVzqjpS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rzBaVzqjpS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzBaVzqjpS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzBaVzqjpS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rzBaVzqjpS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzBaVzqjpS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rzBaVzqjpS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzBaVzqjpS .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-rzBaVzqjpS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzBaVzqjpS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzBaVzqjpS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzBaVzqjpS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzBaVzqjpS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzBaVzqjpS .dropdown-item.active,
.cid-rzBaVzqjpS .dropdown-item:active {
  background-color: transparent;
}
.cid-rzBaVzqjpS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzBaVzqjpS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzBaVzqjpS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-rzBaVzqjpS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rzBaVzqjpS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzBaVzqjpS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzBaVzqjpS .navbar-buttons {
  text-align: center;
}
.cid-rzBaVzqjpS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzBaVzqjpS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzBaVzqjpS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzBaVzqjpS .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rzBaVzqjpS .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rzBaVzqjpS .soc-item {
  margin: .5rem .3rem;
}
.cid-rzBaVzqjpS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rzBaVzqjpS .navbar {
    height: 77px;
  }
  .cid-rzBaVzqjpS .navbar.opened {
    height: auto;
  }
  .cid-rzBaVzqjpS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3B0wEUfG {
  background-image: url("../../../assets/images/39654-1500x1001.jpg");
}
.cid-uF3B0wEUfG .mbr-overlay {
  background: #2bdc9d;
}
.cid-uF3B0wEUfG .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uF3B0wEUfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3B0wEUfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-qKSHQzWdBf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKSHQzWdBf .mbr-text {
  color: #8d97ad;
  text-align: center;
}
.cid-vsDzxJiUkp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vsDzxJiUkp .mbr-text {
  color: #8d97ad;
}
.cid-qKSEuwA5ym {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKSEuwA5ym .card-text,
.cid-qKSEuwA5ym .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-qKSEuwA5ym .main,
.cid-qKSEuwA5ym .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-qKSEuwA5ym .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qKSEuwA5ym .main-reverse {
  flex-direction: row-reverse;
}
.cid-qKSEuwA5ym .image-element {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-qKSEuwA5ym .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qKSEuwA5ym .text-element {
  padding: 3rem 2rem;
}
.cid-qKSEuwA5ym .mbr-iconfont {
  font-size: 3rem;
  color: #188ef4;
}
.cid-qKSEuwA5ym .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-qKSEuwA5ym .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-qKSEuwA5ym .main-reverse {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-qKSEuwA5ym .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-qKSEuwA5ym .image-element,
  .cid-qKSEuwA5ym .text-element {
    margin-bottom: 0;
  }
  .cid-qKSEuwA5ym .main:first-child {
    padding-top: 0;
  }
}
.cid-qKSEVMzjQ3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/soff-igorevich-58942-reaming-of-wandering-through-the-streets-o-41122524-c414-49f0-8fb7-c2dd05dcb1cd-1344x896.png");
  overflow: hidden !important;
}
.cid-qKSEVMzjQ3 .mbr-section-subtitle {
  font-weight: 400;
}
.cid-qKSEVMzjQ3 .mbr-section-title {
  padding-bottom: 2rem;
  text-align: center;
}
.cid-qKSEVMzjQ3 .img-block {
  align-self: center;
}
.cid-qKSEVMzjQ3 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
.cid-qKSEVMzjQ3 .mbr-form {
  margin-bottom: 3rem;
}
.cid-qKSEVMzjQ3 .form-control {
  min-height: 2.7em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  background-color: white;
  border-radius: 0px;
  font-size: 18px;
}
.cid-qKSEVMzjQ3 a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.cid-qKSEVMzjQ3 .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.cid-qKSEVMzjQ3 .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-qKSEVMzjQ3 .mbr-subscribe .input-group-btn button,
.cid-qKSEVMzjQ3 .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-qKSEVMzjQ3 .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKSEVMzjQ3 input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-qKSEVMzjQ3 .input-group-btn {
    width: 100%;
  }
  .cid-qKSEVMzjQ3 .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-qKSEVMzjQ3 .mbr-form {
    margin-bottom: 0;
  }
  .cid-qKSEVMzjQ3 .input-form {
    width: 80%;
    margin: 0 auto;
  }
  .cid-qKSEVMzjQ3 .input-group-btn a.btn {
    width: 100%;
  }
  .cid-qKSEVMzjQ3 .input-group-btn {
    width: calc(92%);
  }
  .cid-qKSEVMzjQ3 .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-qKSEVMzjQ3 .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-qKSEVMzjQ3 .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .cid-qKSEVMzjQ3 .input-group span {
    display: inline;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qKSEVMzjQ3 .input-group-btn button,
  .cid-qKSEVMzjQ3 .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-qKSEVMzjQ3 .input-group > .form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  .cid-qKSEVMzjQ3 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-qKSEVMzjQ3 .mbr-subscribe > * {
    margin: 0 0rem;
  }
  .cid-qKSEVMzjQ3 .input-group-btn a.btn {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .cid-qKSEVMzjQ3 .input-group-btn button.btn {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
}
.cid-qKSEVMzjQ3 .mbr-section-subtitle,
.cid-qKSEVMzjQ3 .mbr-section-btn {
  text-align: center;
}
.cid-qKSGEV70WT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qKSGEV70WT .mbr-section-title {
  margin: 0;
}
.cid-qKSGEV70WT .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-qKSGEV70WT .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-qKSGEV70WT .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-qKSGEV70WT .card1 {
  background: linear-gradient(45deg, #08579f, #c73939);
}
.cid-qKSGEV70WT .card2 {
  background: linear-gradient(45deg, #08579f, #a61a3d);
}
.cid-qKSGEV70WT .card3 {
  background: linear-gradient(45deg, #08579f, #a61a3d);
}
.cid-qKSGEV70WT .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-qKSGEV70WT .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-qKSGEV70WT .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-qKSGEV70WT .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qKSGRMG5wK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKSGRMG5wK .mbr-text {
  color: #8d97ad;
}
.cid-qKSGRMG5wK .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #efefef;
}
.cid-qKSGRMG5wK .signature > span {
  color: #04367c;
}
@media (max-width: 767px) {
  .cid-qKSGRMG5wK .blockquote-quote {
    text-align: left;
  }
  .cid-qKSGRMG5wK .signature {
    text-align: left;
  }
}
.cid-qKSGRMG5wK .mbr-text,
.cid-qKSGRMG5wK .blockquote-quote {
  text-align: justify;
}
.cid-qKSHY8QRbm {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKSHY8QRbm .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-qKSHY8QRbm .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-qKSHY8QRbm .card-img img {
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-qKSHY8QRbm .section-text,
.cid-qKSHY8QRbm .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-qKSHY8QRbm .section-text,
  .cid-qKSHY8QRbm .card-text,
  .cid-qKSHY8QRbm .card-title,
  .cid-qKSHY8QRbm .mbr-section-title {
    text-align: center;
  }
}
.cid-qKSICFwaxv {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qKSICFwaxv .mbr-overlay {
  background: #efefef;
}
.cid-qKSICFwaxv .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-qKSICFwaxv .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-qKSICFwaxv .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-qKSICFwaxv .mbr-text {
  color: #8d97ad;
}
.cid-qKSICFwaxv .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-qKSICFwaxv .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-qKSICFwaxv .card-title {
    text-align: center;
  }
  .cid-qKSICFwaxv p.mbr-text,
  .cid-qKSICFwaxv p.date {
    text-align: center;
  }
}
.cid-uF7Xqg2pJm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-uF7Xqg2pJm .content {
    text-align: center;
  }
  .cid-uF7Xqg2pJm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF7Xqg2pJm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uF7Xqg2pJm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uF7Xqg2pJm .media-wrap img {
  height: 6rem;
}
.cid-uF7Xqg2pJm .mbr-text {
  color: #8d97ad;
}
.cid-uF7Xqg2pJm .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-uF7Xqg2pJm .p-title span {
  color: #111111;
}
.cid-uF7Xqg2pJm .title-card {
  font-size: 1.3rem;
}
.cid-uF7Xqg2pJm .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uF7Xqg2pJm .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uF7Xqg2pJm .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uF7Xqg2pJm .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uF7Xqg2pJm .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uF7Xqg2pJm .copyright {
  display: flex;
  align-items: center;
}
.cid-uF7Xqg2pJm .copyright img {
  margin-right: 10px;
}
.cid-uF7Xqg2pJm .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uF7Xqg2pJm .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uF7Xqg2pJm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uF7Xqg2pJm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uF7Xqg2pJm .footer-menu {
    justify-content: center;
  }
}
.cid-uF7Xqg2pJm SPAN {
  color: #d50000;
}
.cid-uF7Xqg2pJm .copyright > p {
  color: #ffffff;
}
.cid-uF7Xqg2pJm H5 {
  color: #ffffff;
}
.cid-uF3F3h4IW5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-uF3F3h4IW5 .nav-item,
.cid-uF3F3h4IW5 .nav-link,
.cid-uF3F3h4IW5 .navbar-caption {
  font-weight: normal;
}
.cid-uF3F3h4IW5 .nav-item:focus,
.cid-uF3F3h4IW5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF3F3h4IW5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF3F3h4IW5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-uF3F3h4IW5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF3F3h4IW5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF3F3h4IW5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF3F3h4IW5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3F3h4IW5 .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-uF3F3h4IW5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3F3h4IW5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3F3h4IW5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-uF3F3h4IW5 .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-uF3F3h4IW5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF3F3h4IW5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3F3h4IW5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3F3h4IW5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3F3h4IW5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF3F3h4IW5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3F3h4IW5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3F3h4IW5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF3F3h4IW5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3F3h4IW5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF3F3h4IW5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF3F3h4IW5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3F3h4IW5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3F3h4IW5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3F3h4IW5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3F3h4IW5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF3F3h4IW5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3F3h4IW5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3F3h4IW5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF3F3h4IW5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3F3h4IW5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF3F3h4IW5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF3F3h4IW5 .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-uF3F3h4IW5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF3F3h4IW5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF3F3h4IW5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3F3h4IW5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3F3h4IW5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3F3h4IW5 .dropdown-item.active,
.cid-uF3F3h4IW5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3F3h4IW5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3F3h4IW5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3F3h4IW5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-uF3F3h4IW5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3F3h4IW5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3F3h4IW5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF3F3h4IW5 .navbar-buttons {
  text-align: center;
}
.cid-uF3F3h4IW5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3F3h4IW5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-uF3F3h4IW5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF3F3h4IW5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3F3h4IW5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3F3h4IW5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF3F3h4IW5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3F3h4IW5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF3F3h4IW5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF3F3h4IW5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3F3h4IW5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF3F3h4IW5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF3F3h4IW5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF3F3h4IW5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF3F3h4IW5 .soc-item {
  margin: .5rem .3rem;
}
.cid-uF3F3h4IW5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3F3h4IW5 .navbar {
    height: 77px;
  }
  .cid-uF3F3h4IW5 .navbar.opened {
    height: auto;
  }
  .cid-uF3F3h4IW5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3Fm9qfeq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/soff-igorevich-58942-top-10-beaches-in-algeria-where-to-soak-up-824db824-e981-4441-936b-3ce630306b2b-1344x896.png");
}
.cid-uF3Fm9qfeq .mbr-overlay {
  background: #232323;
}
.cid-uF3Fm9qfeq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3Fm9qfeq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3Fm9qfeq H1 {
  color: #ffffff;
}
.cid-uF3Fm9qfeq .mbr-text,
.cid-uF3Fm9qfeq .mbr-section-btn {
  color: #ffffff;
}
.cid-uF3Ggc2WfT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF3Ggc2WfT .mbr-text {
  color: #8d97ad;
  text-align: center;
}
.cid-uF3GoFOyCQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF3GoFOyCQ .mbr-section-title {
  margin: 0;
}
.cid-uF3GoFOyCQ .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-uF3GoFOyCQ .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-uF3GoFOyCQ .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-uF3GoFOyCQ .card1 {
  background: linear-gradient(45deg, #04367c, #08579f);
}
.cid-uF3GoFOyCQ .card2 {
  background: linear-gradient(45deg, #04367c, #08579f);
}
.cid-uF3GoFOyCQ .card3 {
  background: linear-gradient(45deg, #04367c, #08579f);
}
.cid-uF3GoFOyCQ .card4 {
  background: linear-gradient(45deg, #04367c, #08579f);
}
@media (max-width: 991px) {
  .cid-uF3GoFOyCQ .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-uF3GoFOyCQ .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-uF3GoFOyCQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uF3GoFOyCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3GoFOyCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3GoFOyCQ .card3 > .mbr-card-title {
  text-align: center;
}
.cid-uF3GoFOyCQ .card4 > .mbr-card-title {
  text-align: center;
}
.cid-uF3GoFOyCQ .card2 > .mbr-card-title {
  text-align: center;
}
.cid-uF3GoFOyCQ .card1 > .mbr-card-title {
  text-align: center;
}
.cid-uF3GoFOyCQ .card1 > .mbr-text,
.cid-uF3GoFOyCQ .card1 > .mbr-section-btn {
  text-align: center;
}
.cid-uF3GoFOyCQ .card2 > .mbr-text,
.cid-uF3GoFOyCQ .card2 > .mbr-section-btn {
  text-align: center;
}
.cid-uF3GoFOyCQ .card3 > .mbr-text,
.cid-uF3GoFOyCQ .card3 > .mbr-section-btn {
  text-align: center;
}
.cid-uF3GoFOyCQ .card4 > .mbr-text,
.cid-uF3GoFOyCQ .card4 > .mbr-section-btn {
  text-align: center;
}
.cid-uF3F3iS8oH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF3F3iS8oH .mbr-text {
  color: #8d97ad;
}
.cid-uF3Hd3zIfu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF3Hd3zIfu .mbr-figure img {
  border-radius: .25rem;
}
.cid-uF3Hd3zIfu .mbr-text {
  color: #8d97ad;
}
.cid-uF3Hd3zIfu .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uF3Hd3zIfu .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-uF3Hd3zIfu .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-uF3Hd3zIfu .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uF3Hd3zIfu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uF3Hd3zIfu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uF3Hd3zIfu .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF3Hd3zIfu .icon-description {
  margin-left: 1rem;
}
.cid-uF3Hd3zIfu a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uF3Hd3zIfu a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uF3Hd3zIfu .mbr-section-title,
  .cid-uF3Hd3zIfu .mbr-text {
    text-align: center;
  }
  .cid-uF3Hd3zIfu .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uF3Hd3zIfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3Hd3zIfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3GTrOdZ9 {
  padding-top: 75px;
  padding-bottom: 120px;
  background: #ffffff;
}
.cid-uF3GTrOdZ9 .mbr-overlay {
  background: #232323;
}
.cid-uF3GTrOdZ9 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uF3GTrOdZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3GTrOdZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3GTrOdZ9 .mbr-section-subtitle,
.cid-uF3GTrOdZ9 .mbr-section-btn {
  color: #8d97ad;
}
.cid-uF3F3joXWr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/soff-igorevich-58942-reaming-of-wandering-through-the-streets-o-41122524-c414-49f0-8fb7-c2dd05dcb1cd-1344x896.png");
  overflow: hidden !important;
}
.cid-uF3F3joXWr .mbr-section-subtitle {
  font-weight: 400;
}
.cid-uF3F3joXWr .mbr-section-title {
  padding-bottom: 2rem;
  text-align: center;
}
.cid-uF3F3joXWr .img-block {
  align-self: center;
}
.cid-uF3F3joXWr .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
.cid-uF3F3joXWr .mbr-form {
  margin-bottom: 3rem;
}
.cid-uF3F3joXWr .form-control {
  min-height: 2.7em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  background-color: white;
  border-radius: 0px;
  font-size: 18px;
}
.cid-uF3F3joXWr a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.cid-uF3F3joXWr .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.cid-uF3F3joXWr .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-uF3F3joXWr .mbr-subscribe .input-group-btn button,
.cid-uF3F3joXWr .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-uF3F3joXWr .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uF3F3joXWr input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-uF3F3joXWr .input-group-btn {
    width: 100%;
  }
  .cid-uF3F3joXWr .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uF3F3joXWr .mbr-form {
    margin-bottom: 0;
  }
  .cid-uF3F3joXWr .input-form {
    width: 80%;
    margin: 0 auto;
  }
  .cid-uF3F3joXWr .input-group-btn a.btn {
    width: 100%;
  }
  .cid-uF3F3joXWr .input-group-btn {
    width: calc(92%);
  }
  .cid-uF3F3joXWr .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-uF3F3joXWr .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-uF3F3joXWr .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .cid-uF3F3joXWr .input-group span {
    display: inline;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-uF3F3joXWr .input-group-btn button,
  .cid-uF3F3joXWr .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-uF3F3joXWr .input-group > .form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  .cid-uF3F3joXWr .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uF3F3joXWr .mbr-subscribe > * {
    margin: 0 0rem;
  }
  .cid-uF3F3joXWr .input-group-btn a.btn {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .cid-uF3F3joXWr .input-group-btn button.btn {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
}
.cid-uF3F3joXWr .mbr-section-subtitle,
.cid-uF3F3joXWr .mbr-section-btn {
  text-align: center;
}
.cid-vsDM1SXV7k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-vsDM1SXV7k .content {
    text-align: center;
  }
  .cid-vsDM1SXV7k .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsDM1SXV7k .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vsDM1SXV7k .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vsDM1SXV7k .media-wrap img {
  height: 6rem;
}
.cid-vsDM1SXV7k .mbr-text {
  color: #8d97ad;
}
.cid-vsDM1SXV7k .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-vsDM1SXV7k .p-title span {
  color: #111111;
}
.cid-vsDM1SXV7k .title-card {
  font-size: 1.3rem;
}
.cid-vsDM1SXV7k .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsDM1SXV7k .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vsDM1SXV7k .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vsDM1SXV7k .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vsDM1SXV7k .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vsDM1SXV7k .copyright {
  display: flex;
  align-items: center;
}
.cid-vsDM1SXV7k .copyright img {
  margin-right: 10px;
}
.cid-vsDM1SXV7k .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsDM1SXV7k .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-vsDM1SXV7k .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vsDM1SXV7k .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vsDM1SXV7k .footer-menu {
    justify-content: center;
  }
}
.cid-vsDM1SXV7k SPAN {
  color: #d50000;
}
.cid-vsDM1SXV7k .copyright > p {
  color: #ffffff;
}
.cid-vsDM1SXV7k H5 {
  color: #ffffff;
}
.cid-uF3JomF3Kv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-uF3JomF3Kv .nav-item,
.cid-uF3JomF3Kv .nav-link,
.cid-uF3JomF3Kv .navbar-caption {
  font-weight: normal;
}
.cid-uF3JomF3Kv .nav-item:focus,
.cid-uF3JomF3Kv .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF3JomF3Kv .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF3JomF3Kv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-uF3JomF3Kv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF3JomF3Kv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF3JomF3Kv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF3JomF3Kv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3JomF3Kv .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-uF3JomF3Kv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3JomF3Kv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3JomF3Kv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-uF3JomF3Kv .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-uF3JomF3Kv .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF3JomF3Kv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3JomF3Kv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3JomF3Kv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3JomF3Kv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF3JomF3Kv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3JomF3Kv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3JomF3Kv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF3JomF3Kv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3JomF3Kv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF3JomF3Kv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF3JomF3Kv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3JomF3Kv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3JomF3Kv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3JomF3Kv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3JomF3Kv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF3JomF3Kv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3JomF3Kv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3JomF3Kv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF3JomF3Kv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3JomF3Kv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF3JomF3Kv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF3JomF3Kv .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-uF3JomF3Kv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF3JomF3Kv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF3JomF3Kv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3JomF3Kv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3JomF3Kv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3JomF3Kv .dropdown-item.active,
.cid-uF3JomF3Kv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3JomF3Kv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3JomF3Kv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3JomF3Kv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-uF3JomF3Kv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3JomF3Kv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3JomF3Kv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF3JomF3Kv .navbar-buttons {
  text-align: center;
}
.cid-uF3JomF3Kv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3JomF3Kv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-uF3JomF3Kv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF3JomF3Kv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3JomF3Kv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3JomF3Kv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF3JomF3Kv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3JomF3Kv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF3JomF3Kv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF3JomF3Kv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3JomF3Kv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF3JomF3Kv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF3JomF3Kv .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF3JomF3Kv .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF3JomF3Kv .soc-item {
  margin: .5rem .3rem;
}
.cid-uF3JomF3Kv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3JomF3Kv .navbar {
    height: 77px;
  }
  .cid-uF3JomF3Kv .navbar.opened {
    height: auto;
  }
  .cid-uF3JomF3Kv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3JOFU88s {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF3JOFU88s .card-title {
  font-weight: 500;
}
.cid-uF3JOFU88s .card-text,
.cid-uF3JOFU88s .section-text {
  color: #8d97ad;
}
.cid-uF3JOFU88s .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uF3JOFU88s .block-content {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  word-break: break-word;
}
.cid-uF3JOFU88s .media {
  margin: initial;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF3JOFU88s .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.cid-uF3JOFU88s .mbr-figure img {
  border-radius: .25rem;
}
.cid-uF3JOFU88s .card-img {
  padding-right: 1rem;
  width: auto;
}
.cid-uF3JOFU88s .card-img span {
  font-size: 35px;
  color: #51aafa;
}
@media (min-width: 992px) {
  .cid-uF3JOFU88s .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uF3JOFU88s .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uF3JOFU88s .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uF3JOFU88s .block-content {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uF3JOFU88s .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uF3JOFU88s .card-img span {
    font-size: 40px !important;
  }
}
.cid-uF3JOFU88s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3JOFU88s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsDMFg6lmv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-vsDMFg6lmv .content {
    text-align: center;
  }
  .cid-vsDMFg6lmv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsDMFg6lmv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vsDMFg6lmv .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vsDMFg6lmv .media-wrap img {
  height: 6rem;
}
.cid-vsDMFg6lmv .mbr-text {
  color: #8d97ad;
}
.cid-vsDMFg6lmv .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-vsDMFg6lmv .p-title span {
  color: #111111;
}
.cid-vsDMFg6lmv .title-card {
  font-size: 1.3rem;
}
.cid-vsDMFg6lmv .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsDMFg6lmv .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vsDMFg6lmv .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vsDMFg6lmv .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vsDMFg6lmv .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vsDMFg6lmv .copyright {
  display: flex;
  align-items: center;
}
.cid-vsDMFg6lmv .copyright img {
  margin-right: 10px;
}
.cid-vsDMFg6lmv .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsDMFg6lmv .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-vsDMFg6lmv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vsDMFg6lmv .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vsDMFg6lmv .footer-menu {
    justify-content: center;
  }
}
.cid-vsDMFg6lmv SPAN {
  color: #d50000;
}
.cid-vsDMFg6lmv .copyright > p {
  color: #ffffff;
}
.cid-vsDMFg6lmv H5 {
  color: #ffffff;
}
.cid-uF3KA3YGXM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-uF3KA3YGXM .nav-item,
.cid-uF3KA3YGXM .nav-link,
.cid-uF3KA3YGXM .navbar-caption {
  font-weight: normal;
}
.cid-uF3KA3YGXM .nav-item:focus,
.cid-uF3KA3YGXM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF3KA3YGXM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF3KA3YGXM .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-uF3KA3YGXM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF3KA3YGXM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF3KA3YGXM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF3KA3YGXM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3KA3YGXM .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-uF3KA3YGXM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3KA3YGXM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3KA3YGXM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-uF3KA3YGXM .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-uF3KA3YGXM .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF3KA3YGXM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3KA3YGXM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3KA3YGXM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3KA3YGXM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF3KA3YGXM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3KA3YGXM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3KA3YGXM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF3KA3YGXM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3KA3YGXM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF3KA3YGXM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF3KA3YGXM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3KA3YGXM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3KA3YGXM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3KA3YGXM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3KA3YGXM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF3KA3YGXM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3KA3YGXM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3KA3YGXM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF3KA3YGXM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3KA3YGXM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF3KA3YGXM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF3KA3YGXM .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-uF3KA3YGXM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF3KA3YGXM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF3KA3YGXM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3KA3YGXM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3KA3YGXM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3KA3YGXM .dropdown-item.active,
.cid-uF3KA3YGXM .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3KA3YGXM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3KA3YGXM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3KA3YGXM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-uF3KA3YGXM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3KA3YGXM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3KA3YGXM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF3KA3YGXM .navbar-buttons {
  text-align: center;
}
.cid-uF3KA3YGXM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3KA3YGXM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-uF3KA3YGXM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF3KA3YGXM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3KA3YGXM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3KA3YGXM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF3KA3YGXM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3KA3YGXM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF3KA3YGXM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF3KA3YGXM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3KA3YGXM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF3KA3YGXM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF3KA3YGXM .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF3KA3YGXM .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF3KA3YGXM .soc-item {
  margin: .5rem .3rem;
}
.cid-uF3KA3YGXM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3KA3YGXM .navbar {
    height: 77px;
  }
  .cid-uF3KA3YGXM .navbar.opened {
    height: auto;
  }
  .cid-uF3KA3YGXM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3L63GKy7 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uF3L63GKy7 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uF3L63GKy7 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uF3L63GKy7 .mbr-text,
.cid-uF3L63GKy7 .mbr-section-btn {
  color: #000000;
}
.cid-uF3L63GKy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3L63GKy7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsDOE1GJdK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-vsDOE1GJdK .content {
    text-align: center;
  }
  .cid-vsDOE1GJdK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsDOE1GJdK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vsDOE1GJdK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vsDOE1GJdK .media-wrap img {
  height: 6rem;
}
.cid-vsDOE1GJdK .mbr-text {
  color: #8d97ad;
}
.cid-vsDOE1GJdK .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-vsDOE1GJdK .p-title span {
  color: #111111;
}
.cid-vsDOE1GJdK .title-card {
  font-size: 1.3rem;
}
.cid-vsDOE1GJdK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsDOE1GJdK .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vsDOE1GJdK .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vsDOE1GJdK .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vsDOE1GJdK .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vsDOE1GJdK .copyright {
  display: flex;
  align-items: center;
}
.cid-vsDOE1GJdK .copyright img {
  margin-right: 10px;
}
.cid-vsDOE1GJdK .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsDOE1GJdK .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-vsDOE1GJdK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vsDOE1GJdK .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vsDOE1GJdK .footer-menu {
    justify-content: center;
  }
}
.cid-vsDOE1GJdK SPAN {
  color: #d50000;
}
.cid-vsDOE1GJdK .copyright > p {
  color: #ffffff;
}
.cid-vsDOE1GJdK H5 {
  color: #ffffff;
}
.cid-uF3LnonUkO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-uF3LnonUkO .nav-item,
.cid-uF3LnonUkO .nav-link,
.cid-uF3LnonUkO .navbar-caption {
  font-weight: normal;
}
.cid-uF3LnonUkO .nav-item:focus,
.cid-uF3LnonUkO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF3LnonUkO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF3LnonUkO .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-uF3LnonUkO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF3LnonUkO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF3LnonUkO .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF3LnonUkO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3LnonUkO .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-uF3LnonUkO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3LnonUkO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3LnonUkO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-uF3LnonUkO .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-uF3LnonUkO .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF3LnonUkO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3LnonUkO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3LnonUkO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3LnonUkO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF3LnonUkO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3LnonUkO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3LnonUkO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF3LnonUkO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3LnonUkO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF3LnonUkO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF3LnonUkO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3LnonUkO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3LnonUkO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3LnonUkO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3LnonUkO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF3LnonUkO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3LnonUkO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3LnonUkO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF3LnonUkO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3LnonUkO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF3LnonUkO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF3LnonUkO .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-uF3LnonUkO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF3LnonUkO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF3LnonUkO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3LnonUkO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3LnonUkO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3LnonUkO .dropdown-item.active,
.cid-uF3LnonUkO .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3LnonUkO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3LnonUkO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3LnonUkO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-uF3LnonUkO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3LnonUkO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3LnonUkO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF3LnonUkO .navbar-buttons {
  text-align: center;
}
.cid-uF3LnonUkO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3LnonUkO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-uF3LnonUkO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF3LnonUkO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3LnonUkO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3LnonUkO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF3LnonUkO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3LnonUkO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF3LnonUkO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF3LnonUkO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3LnonUkO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF3LnonUkO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF3LnonUkO .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF3LnonUkO .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF3LnonUkO .soc-item {
  margin: .5rem .3rem;
}
.cid-uF3LnonUkO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3LnonUkO .navbar {
    height: 77px;
  }
  .cid-uF3LnonUkO .navbar.opened {
    height: auto;
  }
  .cid-uF3LnonUkO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3LnpbITJ {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uF3LnpbITJ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uF3LnpbITJ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uF3LnpbITJ .mbr-text,
.cid-uF3LnpbITJ .mbr-section-btn {
  color: #000000;
}
.cid-uF3LnpbITJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3LnpbITJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsDOBLgEZE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-vsDOBLgEZE .content {
    text-align: center;
  }
  .cid-vsDOBLgEZE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsDOBLgEZE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vsDOBLgEZE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vsDOBLgEZE .media-wrap img {
  height: 6rem;
}
.cid-vsDOBLgEZE .mbr-text {
  color: #8d97ad;
}
.cid-vsDOBLgEZE .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-vsDOBLgEZE .p-title span {
  color: #111111;
}
.cid-vsDOBLgEZE .title-card {
  font-size: 1.3rem;
}
.cid-vsDOBLgEZE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsDOBLgEZE .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vsDOBLgEZE .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vsDOBLgEZE .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vsDOBLgEZE .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vsDOBLgEZE .copyright {
  display: flex;
  align-items: center;
}
.cid-vsDOBLgEZE .copyright img {
  margin-right: 10px;
}
.cid-vsDOBLgEZE .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsDOBLgEZE .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-vsDOBLgEZE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vsDOBLgEZE .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vsDOBLgEZE .footer-menu {
    justify-content: center;
  }
}
.cid-vsDOBLgEZE SPAN {
  color: #d50000;
}
.cid-vsDOBLgEZE .copyright > p {
  color: #ffffff;
}
.cid-vsDOBLgEZE H5 {
  color: #ffffff;
}
.cid-uF3MJYtCXZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-uF3MJYtCXZ .nav-item,
.cid-uF3MJYtCXZ .nav-link,
.cid-uF3MJYtCXZ .navbar-caption {
  font-weight: normal;
}
.cid-uF3MJYtCXZ .nav-item:focus,
.cid-uF3MJYtCXZ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF3MJYtCXZ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF3MJYtCXZ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-uF3MJYtCXZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF3MJYtCXZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF3MJYtCXZ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF3MJYtCXZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3MJYtCXZ .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-uF3MJYtCXZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3MJYtCXZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3MJYtCXZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-uF3MJYtCXZ .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-uF3MJYtCXZ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF3MJYtCXZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3MJYtCXZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3MJYtCXZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3MJYtCXZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF3MJYtCXZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3MJYtCXZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3MJYtCXZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF3MJYtCXZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3MJYtCXZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF3MJYtCXZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF3MJYtCXZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3MJYtCXZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3MJYtCXZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3MJYtCXZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3MJYtCXZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF3MJYtCXZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3MJYtCXZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3MJYtCXZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF3MJYtCXZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3MJYtCXZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF3MJYtCXZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF3MJYtCXZ .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-uF3MJYtCXZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF3MJYtCXZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF3MJYtCXZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3MJYtCXZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3MJYtCXZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3MJYtCXZ .dropdown-item.active,
.cid-uF3MJYtCXZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3MJYtCXZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3MJYtCXZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3MJYtCXZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-uF3MJYtCXZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3MJYtCXZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3MJYtCXZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF3MJYtCXZ .navbar-buttons {
  text-align: center;
}
.cid-uF3MJYtCXZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3MJYtCXZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-uF3MJYtCXZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF3MJYtCXZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3MJYtCXZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3MJYtCXZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF3MJYtCXZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3MJYtCXZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF3MJYtCXZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF3MJYtCXZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3MJYtCXZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF3MJYtCXZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF3MJYtCXZ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF3MJYtCXZ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF3MJYtCXZ .soc-item {
  margin: .5rem .3rem;
}
.cid-uF3MJYtCXZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3MJYtCXZ .navbar {
    height: 77px;
  }
  .cid-uF3MJYtCXZ .navbar.opened {
    height: auto;
  }
  .cid-uF3MJYtCXZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3MJZ5Z2a {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uF3MJZ5Z2a h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uF3MJZ5Z2a h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uF3MJZ5Z2a .mbr-text,
.cid-uF3MJZ5Z2a .mbr-section-btn {
  color: #000000;
}
.cid-uF3MJZ5Z2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3MJZ5Z2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsDOUc8CUo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-vsDOUc8CUo .content {
    text-align: center;
  }
  .cid-vsDOUc8CUo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsDOUc8CUo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vsDOUc8CUo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vsDOUc8CUo .media-wrap img {
  height: 6rem;
}
.cid-vsDOUc8CUo .mbr-text {
  color: #8d97ad;
}
.cid-vsDOUc8CUo .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-vsDOUc8CUo .p-title span {
  color: #111111;
}
.cid-vsDOUc8CUo .title-card {
  font-size: 1.3rem;
}
.cid-vsDOUc8CUo .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsDOUc8CUo .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vsDOUc8CUo .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vsDOUc8CUo .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vsDOUc8CUo .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vsDOUc8CUo .copyright {
  display: flex;
  align-items: center;
}
.cid-vsDOUc8CUo .copyright img {
  margin-right: 10px;
}
.cid-vsDOUc8CUo .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsDOUc8CUo .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-vsDOUc8CUo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vsDOUc8CUo .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vsDOUc8CUo .footer-menu {
    justify-content: center;
  }
}
.cid-vsDOUc8CUo SPAN {
  color: #d50000;
}
.cid-vsDOUc8CUo .copyright > p {
  color: #ffffff;
}
.cid-vsDOUc8CUo H5 {
  color: #ffffff;
}
.cid-uF7WVds4lm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-uF7WVds4lm .nav-item,
.cid-uF7WVds4lm .nav-link,
.cid-uF7WVds4lm .navbar-caption {
  font-weight: normal;
}
.cid-uF7WVds4lm .nav-item:focus,
.cid-uF7WVds4lm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF7WVds4lm .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF7WVds4lm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-uF7WVds4lm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF7WVds4lm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF7WVds4lm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF7WVds4lm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF7WVds4lm .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-uF7WVds4lm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF7WVds4lm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF7WVds4lm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-uF7WVds4lm .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-uF7WVds4lm .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF7WVds4lm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF7WVds4lm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF7WVds4lm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF7WVds4lm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF7WVds4lm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF7WVds4lm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF7WVds4lm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF7WVds4lm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF7WVds4lm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF7WVds4lm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF7WVds4lm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF7WVds4lm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF7WVds4lm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF7WVds4lm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF7WVds4lm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF7WVds4lm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF7WVds4lm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF7WVds4lm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF7WVds4lm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF7WVds4lm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF7WVds4lm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF7WVds4lm .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-uF7WVds4lm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF7WVds4lm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF7WVds4lm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF7WVds4lm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF7WVds4lm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF7WVds4lm .dropdown-item.active,
.cid-uF7WVds4lm .dropdown-item:active {
  background-color: transparent;
}
.cid-uF7WVds4lm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF7WVds4lm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF7WVds4lm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-uF7WVds4lm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF7WVds4lm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF7WVds4lm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF7WVds4lm .navbar-buttons {
  text-align: center;
}
.cid-uF7WVds4lm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF7WVds4lm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-uF7WVds4lm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF7WVds4lm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF7WVds4lm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF7WVds4lm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF7WVds4lm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF7WVds4lm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF7WVds4lm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF7WVds4lm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF7WVds4lm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF7WVds4lm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF7WVds4lm .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF7WVds4lm .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF7WVds4lm .soc-item {
  margin: .5rem .3rem;
}
.cid-uF7WVds4lm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF7WVds4lm .navbar {
    height: 77px;
  }
  .cid-uF7WVds4lm .navbar.opened {
    height: auto;
  }
  .cid-uF7WVds4lm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF7XRkFHoF {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF7XRkFHoF .mbr-overlay {
  background: #efefef;
}
.cid-uF7XRkFHoF .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-uF7XRkFHoF .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-uF7XRkFHoF .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uF7XRkFHoF .mbr-text {
  color: #8d97ad;
}
.cid-uF7XRkFHoF .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uF7XRkFHoF .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uF7XRkFHoF .card-title {
    text-align: center;
  }
  .cid-uF7XRkFHoF p.mbr-text,
  .cid-uF7XRkFHoF p.date {
    text-align: center;
  }
}
.cid-uF7XRkFHoF .mbr-text,
.cid-uF7XRkFHoF .mbr-section-btn {
  text-align: left;
}
.cid-uF7XRkFHoF .card-title,
.cid-uF7XRkFHoF .card-img {
  text-align: left;
}
.cid-uF7XZY9TqD {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF7XZY9TqD .mbr-overlay {
  background: #efefef;
}
.cid-uF7XZY9TqD .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-uF7XZY9TqD .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-uF7XZY9TqD .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uF7XZY9TqD .mbr-text {
  color: #8d97ad;
}
.cid-uF7XZY9TqD .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uF7XZY9TqD .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uF7XZY9TqD .card-title {
    text-align: center;
  }
  .cid-uF7XZY9TqD p.mbr-text,
  .cid-uF7XZY9TqD p.date {
    text-align: center;
  }
}
.cid-uF7XZY9TqD .mbr-text,
.cid-uF7XZY9TqD .mbr-section-btn {
  text-align: left;
}
.cid-uF7XZY9TqD .card-title,
.cid-uF7XZY9TqD .card-img {
  text-align: left;
}
.cid-uF7XZ6zEzy {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF7XZ6zEzy .mbr-overlay {
  background: #efefef;
}
.cid-uF7XZ6zEzy .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-uF7XZ6zEzy .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-uF7XZ6zEzy .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uF7XZ6zEzy .mbr-text {
  color: #8d97ad;
}
.cid-uF7XZ6zEzy .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uF7XZ6zEzy .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uF7XZ6zEzy .card-title {
    text-align: center;
  }
  .cid-uF7XZ6zEzy p.mbr-text,
  .cid-uF7XZ6zEzy p.date {
    text-align: center;
  }
}
.cid-uF7XZ6zEzy .mbr-text,
.cid-uF7XZ6zEzy .mbr-section-btn {
  text-align: left;
}
.cid-uF7XZ6zEzy .card-title,
.cid-uF7XZ6zEzy .card-img {
  text-align: left;
}
.cid-vsDOX0DS2c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-vsDOX0DS2c .content {
    text-align: center;
  }
  .cid-vsDOX0DS2c .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsDOX0DS2c .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vsDOX0DS2c .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vsDOX0DS2c .media-wrap img {
  height: 6rem;
}
.cid-vsDOX0DS2c .mbr-text {
  color: #8d97ad;
}
.cid-vsDOX0DS2c .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-vsDOX0DS2c .p-title span {
  color: #111111;
}
.cid-vsDOX0DS2c .title-card {
  font-size: 1.3rem;
}
.cid-vsDOX0DS2c .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsDOX0DS2c .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vsDOX0DS2c .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vsDOX0DS2c .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vsDOX0DS2c .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vsDOX0DS2c .copyright {
  display: flex;
  align-items: center;
}
.cid-vsDOX0DS2c .copyright img {
  margin-right: 10px;
}
.cid-vsDOX0DS2c .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsDOX0DS2c .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-vsDOX0DS2c .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vsDOX0DS2c .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vsDOX0DS2c .footer-menu {
    justify-content: center;
  }
}
.cid-vsDOX0DS2c SPAN {
  color: #d50000;
}
.cid-vsDOX0DS2c .copyright > p {
  color: #ffffff;
}
.cid-vsDOX0DS2c H5 {
  color: #ffffff;
}
.cid-uF830EjTLQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-uF830EjTLQ .nav-item,
.cid-uF830EjTLQ .nav-link,
.cid-uF830EjTLQ .navbar-caption {
  font-weight: normal;
}
.cid-uF830EjTLQ .nav-item:focus,
.cid-uF830EjTLQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF830EjTLQ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF830EjTLQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-uF830EjTLQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF830EjTLQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF830EjTLQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF830EjTLQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF830EjTLQ .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-uF830EjTLQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF830EjTLQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF830EjTLQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-uF830EjTLQ .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-uF830EjTLQ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF830EjTLQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF830EjTLQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF830EjTLQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF830EjTLQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF830EjTLQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF830EjTLQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF830EjTLQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF830EjTLQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF830EjTLQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF830EjTLQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF830EjTLQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF830EjTLQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF830EjTLQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF830EjTLQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF830EjTLQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF830EjTLQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF830EjTLQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF830EjTLQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF830EjTLQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF830EjTLQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF830EjTLQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF830EjTLQ .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-uF830EjTLQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF830EjTLQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF830EjTLQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF830EjTLQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF830EjTLQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF830EjTLQ .dropdown-item.active,
.cid-uF830EjTLQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uF830EjTLQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF830EjTLQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF830EjTLQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-uF830EjTLQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF830EjTLQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF830EjTLQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF830EjTLQ .navbar-buttons {
  text-align: center;
}
.cid-uF830EjTLQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF830EjTLQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-uF830EjTLQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF830EjTLQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF830EjTLQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF830EjTLQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF830EjTLQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF830EjTLQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF830EjTLQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF830EjTLQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF830EjTLQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF830EjTLQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF830EjTLQ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF830EjTLQ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF830EjTLQ .soc-item {
  margin: .5rem .3rem;
}
.cid-uF830EjTLQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF830EjTLQ .navbar {
    height: 77px;
  }
  .cid-uF830EjTLQ .navbar.opened {
    height: auto;
  }
  .cid-uF830EjTLQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF83pMPfkO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF83pMPfkO .mbr-figure img {
  border-radius: .25rem;
}
.cid-uF83pMPfkO .mbr-text {
  color: #8d97ad;
}
.cid-uF83pMPfkO .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uF83pMPfkO .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-uF83pMPfkO .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-uF83pMPfkO .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uF83pMPfkO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uF83pMPfkO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uF83pMPfkO .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF83pMPfkO .icon-description {
  margin-left: 1rem;
}
.cid-uF83pMPfkO a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uF83pMPfkO a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uF83pMPfkO .mbr-section-title,
  .cid-uF83pMPfkO .mbr-text {
    text-align: center;
  }
  .cid-uF83pMPfkO .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uF83pMPfkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF83pMPfkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF83CoIxG8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF83CoIxG8 .mbr-text {
  color: #8d97ad;
}
.cid-uF83AbHQgG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF83AbHQgG .mbr-text {
  color: #8d97ad;
}
.cid-uF83AbHQgG .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF83AbHQgG .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF83AbHQgG .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF84wmlU7k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF84wmlU7k .mbr-text {
  color: #8d97ad;
}
.cid-uF84wmlU7k .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF84wmlU7k .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF84wmlU7k .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF8aVlyBv3 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF8aVlyBv3 .mbr-overlay {
  background: #efefef;
}
.cid-uF8aVlyBv3 .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-uF8aVlyBv3 .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-uF8aVlyBv3 .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uF8aVlyBv3 .mbr-text {
  color: #8d97ad;
}
.cid-uF8aVlyBv3 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uF8aVlyBv3 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uF8aVlyBv3 .card-title {
    text-align: center;
  }
  .cid-uF8aVlyBv3 p.mbr-text,
  .cid-uF8aVlyBv3 p.date {
    text-align: center;
  }
}
.cid-uF8aVlyBv3 .mbr-text,
.cid-uF8aVlyBv3 .mbr-section-btn {
  text-align: left;
}
.cid-uF8aVlyBv3 .card-title,
.cid-uF8aVlyBv3 .card-img {
  text-align: left;
}
.cid-vsDP0dxtoA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-vsDP0dxtoA .content {
    text-align: center;
  }
  .cid-vsDP0dxtoA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsDP0dxtoA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vsDP0dxtoA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vsDP0dxtoA .media-wrap img {
  height: 6rem;
}
.cid-vsDP0dxtoA .mbr-text {
  color: #8d97ad;
}
.cid-vsDP0dxtoA .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-vsDP0dxtoA .p-title span {
  color: #111111;
}
.cid-vsDP0dxtoA .title-card {
  font-size: 1.3rem;
}
.cid-vsDP0dxtoA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsDP0dxtoA .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vsDP0dxtoA .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vsDP0dxtoA .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vsDP0dxtoA .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vsDP0dxtoA .copyright {
  display: flex;
  align-items: center;
}
.cid-vsDP0dxtoA .copyright img {
  margin-right: 10px;
}
.cid-vsDP0dxtoA .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsDP0dxtoA .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-vsDP0dxtoA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vsDP0dxtoA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vsDP0dxtoA .footer-menu {
    justify-content: center;
  }
}
.cid-vsDP0dxtoA SPAN {
  color: #d50000;
}
.cid-vsDP0dxtoA .copyright > p {
  color: #ffffff;
}
.cid-vsDP0dxtoA H5 {
  color: #ffffff;
}
.cid-uF84OsZ12y .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-uF84OsZ12y .nav-item,
.cid-uF84OsZ12y .nav-link,
.cid-uF84OsZ12y .navbar-caption {
  font-weight: normal;
}
.cid-uF84OsZ12y .nav-item:focus,
.cid-uF84OsZ12y .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF84OsZ12y .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF84OsZ12y .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-uF84OsZ12y .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF84OsZ12y .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF84OsZ12y .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF84OsZ12y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF84OsZ12y .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-uF84OsZ12y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF84OsZ12y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF84OsZ12y .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-uF84OsZ12y .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-uF84OsZ12y .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF84OsZ12y .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF84OsZ12y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF84OsZ12y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF84OsZ12y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF84OsZ12y .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF84OsZ12y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF84OsZ12y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF84OsZ12y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF84OsZ12y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF84OsZ12y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF84OsZ12y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF84OsZ12y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF84OsZ12y .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF84OsZ12y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF84OsZ12y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF84OsZ12y .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF84OsZ12y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF84OsZ12y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF84OsZ12y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF84OsZ12y .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF84OsZ12y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF84OsZ12y .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-uF84OsZ12y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF84OsZ12y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF84OsZ12y .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF84OsZ12y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF84OsZ12y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF84OsZ12y .dropdown-item.active,
.cid-uF84OsZ12y .dropdown-item:active {
  background-color: transparent;
}
.cid-uF84OsZ12y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF84OsZ12y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF84OsZ12y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-uF84OsZ12y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF84OsZ12y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF84OsZ12y ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF84OsZ12y .navbar-buttons {
  text-align: center;
}
.cid-uF84OsZ12y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF84OsZ12y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-uF84OsZ12y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF84OsZ12y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF84OsZ12y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF84OsZ12y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF84OsZ12y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF84OsZ12y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF84OsZ12y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF84OsZ12y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF84OsZ12y .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF84OsZ12y a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF84OsZ12y .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF84OsZ12y .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF84OsZ12y .soc-item {
  margin: .5rem .3rem;
}
.cid-uF84OsZ12y .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF84OsZ12y .navbar {
    height: 77px;
  }
  .cid-uF84OsZ12y .navbar.opened {
    height: auto;
  }
  .cid-uF84OsZ12y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF84OtvbXm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF84OtvbXm .mbr-figure img {
  border-radius: .25rem;
}
.cid-uF84OtvbXm .mbr-text {
  color: #8d97ad;
}
.cid-uF84OtvbXm .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uF84OtvbXm .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-uF84OtvbXm .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-uF84OtvbXm .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uF84OtvbXm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uF84OtvbXm .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uF84OtvbXm .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF84OtvbXm .icon-description {
  margin-left: 1rem;
}
.cid-uF84OtvbXm a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uF84OtvbXm a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uF84OtvbXm .mbr-section-title,
  .cid-uF84OtvbXm .mbr-text {
    text-align: center;
  }
  .cid-uF84OtvbXm .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uF84OtvbXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF84OtvbXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF84OtZFoo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF84OtZFoo .mbr-text {
  color: #8d97ad;
}
.cid-uF84OtZFoo .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF84OtZFoo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF84OtZFoo .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF84Oucp6F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF84Oucp6F .mbr-text {
  color: #8d97ad;
}
.cid-uF84Oucp6F .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF84Oucp6F .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF84Oucp6F .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF85IZ8Ib6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF85IZ8Ib6 .mbr-text {
  color: #8d97ad;
}
.cid-uF85IZ8Ib6 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF85IZ8Ib6 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF85IZ8Ib6 .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF84OtRuGB {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF84OtRuGB .mbr-text {
  color: #8d97ad;
}
.cid-uF8b1yFtIm {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF8b1yFtIm .mbr-overlay {
  background: #efefef;
}
.cid-uF8b1yFtIm .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-uF8b1yFtIm .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-uF8b1yFtIm .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uF8b1yFtIm .mbr-text {
  color: #8d97ad;
}
.cid-uF8b1yFtIm .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uF8b1yFtIm .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uF8b1yFtIm .card-title {
    text-align: center;
  }
  .cid-uF8b1yFtIm p.mbr-text,
  .cid-uF8b1yFtIm p.date {
    text-align: center;
  }
}
.cid-uF8b1yFtIm .mbr-text,
.cid-uF8b1yFtIm .mbr-section-btn {
  text-align: left;
}
.cid-uF8b1yFtIm .card-title,
.cid-uF8b1yFtIm .card-img {
  text-align: left;
}
.cid-vsDP75XxrB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-vsDP75XxrB .content {
    text-align: center;
  }
  .cid-vsDP75XxrB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsDP75XxrB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vsDP75XxrB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vsDP75XxrB .media-wrap img {
  height: 6rem;
}
.cid-vsDP75XxrB .mbr-text {
  color: #8d97ad;
}
.cid-vsDP75XxrB .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-vsDP75XxrB .p-title span {
  color: #111111;
}
.cid-vsDP75XxrB .title-card {
  font-size: 1.3rem;
}
.cid-vsDP75XxrB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsDP75XxrB .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vsDP75XxrB .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vsDP75XxrB .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vsDP75XxrB .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vsDP75XxrB .copyright {
  display: flex;
  align-items: center;
}
.cid-vsDP75XxrB .copyright img {
  margin-right: 10px;
}
.cid-vsDP75XxrB .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsDP75XxrB .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-vsDP75XxrB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vsDP75XxrB .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vsDP75XxrB .footer-menu {
    justify-content: center;
  }
}
.cid-vsDP75XxrB SPAN {
  color: #d50000;
}
.cid-vsDP75XxrB .copyright > p {
  color: #ffffff;
}
.cid-vsDP75XxrB H5 {
  color: #ffffff;
}
.cid-uF85WpoHUO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-uF85WpoHUO .nav-item,
.cid-uF85WpoHUO .nav-link,
.cid-uF85WpoHUO .navbar-caption {
  font-weight: normal;
}
.cid-uF85WpoHUO .nav-item:focus,
.cid-uF85WpoHUO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF85WpoHUO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF85WpoHUO .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-uF85WpoHUO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF85WpoHUO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF85WpoHUO .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF85WpoHUO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF85WpoHUO .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-uF85WpoHUO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF85WpoHUO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF85WpoHUO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-uF85WpoHUO .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-uF85WpoHUO .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF85WpoHUO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF85WpoHUO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF85WpoHUO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF85WpoHUO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF85WpoHUO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF85WpoHUO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF85WpoHUO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF85WpoHUO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF85WpoHUO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF85WpoHUO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF85WpoHUO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF85WpoHUO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF85WpoHUO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF85WpoHUO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF85WpoHUO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF85WpoHUO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF85WpoHUO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF85WpoHUO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF85WpoHUO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF85WpoHUO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF85WpoHUO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF85WpoHUO .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-uF85WpoHUO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF85WpoHUO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF85WpoHUO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF85WpoHUO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF85WpoHUO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF85WpoHUO .dropdown-item.active,
.cid-uF85WpoHUO .dropdown-item:active {
  background-color: transparent;
}
.cid-uF85WpoHUO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF85WpoHUO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF85WpoHUO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-uF85WpoHUO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF85WpoHUO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF85WpoHUO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF85WpoHUO .navbar-buttons {
  text-align: center;
}
.cid-uF85WpoHUO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF85WpoHUO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-uF85WpoHUO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF85WpoHUO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF85WpoHUO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF85WpoHUO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF85WpoHUO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF85WpoHUO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF85WpoHUO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF85WpoHUO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF85WpoHUO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF85WpoHUO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF85WpoHUO .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF85WpoHUO .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF85WpoHUO .soc-item {
  margin: .5rem .3rem;
}
.cid-uF85WpoHUO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF85WpoHUO .navbar {
    height: 77px;
  }
  .cid-uF85WpoHUO .navbar.opened {
    height: auto;
  }
  .cid-uF85WpoHUO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF85Wq0pWA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF85Wq0pWA .mbr-figure img {
  border-radius: .25rem;
}
.cid-uF85Wq0pWA .mbr-text {
  color: #8d97ad;
}
.cid-uF85Wq0pWA .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uF85Wq0pWA .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-uF85Wq0pWA .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-uF85Wq0pWA .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uF85Wq0pWA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uF85Wq0pWA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uF85Wq0pWA .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF85Wq0pWA .icon-description {
  margin-left: 1rem;
}
.cid-uF85Wq0pWA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uF85Wq0pWA a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uF85Wq0pWA .mbr-section-title,
  .cid-uF85Wq0pWA .mbr-text {
    text-align: center;
  }
  .cid-uF85Wq0pWA .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uF85Wq0pWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF85Wq0pWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF85Wsvt4P {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF85Wsvt4P .mbr-text {
  color: #8d97ad;
}
.cid-uF85Ws4e97 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF85Ws4e97 .mbr-text {
  color: #8d97ad;
}
.cid-uF85Ws4e97 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF85Ws4e97 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF85Ws4e97 .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF85WshFWh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF85WshFWh .mbr-text {
  color: #8d97ad;
}
.cid-uF85WshFWh .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF85WshFWh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF85WshFWh .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF8b3BTVlP {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF8b3BTVlP .mbr-overlay {
  background: #efefef;
}
.cid-uF8b3BTVlP .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-uF8b3BTVlP .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-uF8b3BTVlP .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uF8b3BTVlP .mbr-text {
  color: #8d97ad;
}
.cid-uF8b3BTVlP .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uF8b3BTVlP .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uF8b3BTVlP .card-title {
    text-align: center;
  }
  .cid-uF8b3BTVlP p.mbr-text,
  .cid-uF8b3BTVlP p.date {
    text-align: center;
  }
}
.cid-uF8b3BTVlP .mbr-text,
.cid-uF8b3BTVlP .mbr-section-btn {
  text-align: left;
}
.cid-uF8b3BTVlP .card-title,
.cid-uF8b3BTVlP .card-img {
  text-align: left;
}
.cid-vsDP9yLEnP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-vsDP9yLEnP .content {
    text-align: center;
  }
  .cid-vsDP9yLEnP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsDP9yLEnP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vsDP9yLEnP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vsDP9yLEnP .media-wrap img {
  height: 6rem;
}
.cid-vsDP9yLEnP .mbr-text {
  color: #8d97ad;
}
.cid-vsDP9yLEnP .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-vsDP9yLEnP .p-title span {
  color: #111111;
}
.cid-vsDP9yLEnP .title-card {
  font-size: 1.3rem;
}
.cid-vsDP9yLEnP .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsDP9yLEnP .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vsDP9yLEnP .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vsDP9yLEnP .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vsDP9yLEnP .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vsDP9yLEnP .copyright {
  display: flex;
  align-items: center;
}
.cid-vsDP9yLEnP .copyright img {
  margin-right: 10px;
}
.cid-vsDP9yLEnP .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsDP9yLEnP .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-vsDP9yLEnP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vsDP9yLEnP .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vsDP9yLEnP .footer-menu {
    justify-content: center;
  }
}
.cid-vsDP9yLEnP SPAN {
  color: #d50000;
}
.cid-vsDP9yLEnP .copyright > p {
  color: #ffffff;
}
.cid-vsDP9yLEnP H5 {
  color: #ffffff;
}
.cid-uF86UWuUk0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-uF86UWuUk0 .nav-item,
.cid-uF86UWuUk0 .nav-link,
.cid-uF86UWuUk0 .navbar-caption {
  font-weight: normal;
}
.cid-uF86UWuUk0 .nav-item:focus,
.cid-uF86UWuUk0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF86UWuUk0 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF86UWuUk0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-uF86UWuUk0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF86UWuUk0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF86UWuUk0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF86UWuUk0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF86UWuUk0 .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-uF86UWuUk0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF86UWuUk0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF86UWuUk0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-uF86UWuUk0 .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-uF86UWuUk0 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF86UWuUk0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF86UWuUk0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF86UWuUk0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF86UWuUk0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF86UWuUk0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF86UWuUk0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF86UWuUk0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF86UWuUk0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF86UWuUk0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF86UWuUk0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF86UWuUk0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF86UWuUk0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF86UWuUk0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF86UWuUk0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF86UWuUk0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF86UWuUk0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF86UWuUk0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF86UWuUk0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF86UWuUk0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF86UWuUk0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF86UWuUk0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF86UWuUk0 .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-uF86UWuUk0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF86UWuUk0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF86UWuUk0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF86UWuUk0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF86UWuUk0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF86UWuUk0 .dropdown-item.active,
.cid-uF86UWuUk0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF86UWuUk0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF86UWuUk0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF86UWuUk0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-uF86UWuUk0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF86UWuUk0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF86UWuUk0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF86UWuUk0 .navbar-buttons {
  text-align: center;
}
.cid-uF86UWuUk0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF86UWuUk0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-uF86UWuUk0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF86UWuUk0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF86UWuUk0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF86UWuUk0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF86UWuUk0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF86UWuUk0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF86UWuUk0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF86UWuUk0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF86UWuUk0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF86UWuUk0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF86UWuUk0 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF86UWuUk0 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF86UWuUk0 .soc-item {
  margin: .5rem .3rem;
}
.cid-uF86UWuUk0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF86UWuUk0 .navbar {
    height: 77px;
  }
  .cid-uF86UWuUk0 .navbar.opened {
    height: auto;
  }
  .cid-uF86UWuUk0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF86UX9BA2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF86UX9BA2 .mbr-figure img {
  border-radius: .25rem;
}
.cid-uF86UX9BA2 .mbr-text {
  color: #8d97ad;
}
.cid-uF86UX9BA2 .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uF86UX9BA2 .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-uF86UX9BA2 .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-uF86UX9BA2 .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uF86UX9BA2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uF86UX9BA2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uF86UX9BA2 .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF86UX9BA2 .icon-description {
  margin-left: 1rem;
}
.cid-uF86UX9BA2 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uF86UX9BA2 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uF86UX9BA2 .mbr-section-title,
  .cid-uF86UX9BA2 .mbr-text {
    text-align: center;
  }
  .cid-uF86UX9BA2 .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uF86UX9BA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF86UX9BA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF86UXrfYs {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF86UXrfYs .mbr-text {
  color: #8d97ad;
}
.cid-uF86UXxfeu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF86UXxfeu .mbr-text {
  color: #8d97ad;
}
.cid-uF86UXxfeu .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF86UXxfeu .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF86UXxfeu .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF86UXF098 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF86UXF098 .mbr-text {
  color: #8d97ad;
}
.cid-uF86UXF098 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF86UXF098 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF86UXF098 .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF87zOb3GS {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF87zOb3GS .mbr-overlay {
  background: #efefef;
}
.cid-uF87zOb3GS .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-uF87zOb3GS .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-uF87zOb3GS .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uF87zOb3GS .mbr-text {
  color: #8d97ad;
}
.cid-uF87zOb3GS .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uF87zOb3GS .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uF87zOb3GS .card-title {
    text-align: center;
  }
  .cid-uF87zOb3GS p.mbr-text,
  .cid-uF87zOb3GS p.date {
    text-align: center;
  }
}
.cid-uF87zOb3GS .mbr-text,
.cid-uF87zOb3GS .mbr-section-btn {
  text-align: left;
}
.cid-uF87zOb3GS .card-title,
.cid-uF87zOb3GS .card-img {
  text-align: left;
}
.cid-vsDPdt7lYS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-vsDPdt7lYS .content {
    text-align: center;
  }
  .cid-vsDPdt7lYS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsDPdt7lYS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vsDPdt7lYS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vsDPdt7lYS .media-wrap img {
  height: 6rem;
}
.cid-vsDPdt7lYS .mbr-text {
  color: #8d97ad;
}
.cid-vsDPdt7lYS .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-vsDPdt7lYS .p-title span {
  color: #111111;
}
.cid-vsDPdt7lYS .title-card {
  font-size: 1.3rem;
}
.cid-vsDPdt7lYS .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsDPdt7lYS .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vsDPdt7lYS .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vsDPdt7lYS .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vsDPdt7lYS .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vsDPdt7lYS .copyright {
  display: flex;
  align-items: center;
}
.cid-vsDPdt7lYS .copyright img {
  margin-right: 10px;
}
.cid-vsDPdt7lYS .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsDPdt7lYS .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-vsDPdt7lYS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vsDPdt7lYS .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vsDPdt7lYS .footer-menu {
    justify-content: center;
  }
}
.cid-vsDPdt7lYS SPAN {
  color: #d50000;
}
.cid-vsDPdt7lYS .copyright > p {
  color: #ffffff;
}
.cid-vsDPdt7lYS H5 {
  color: #ffffff;
}
.cid-uF89t3EjcA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-uF89t3EjcA .nav-item,
.cid-uF89t3EjcA .nav-link,
.cid-uF89t3EjcA .navbar-caption {
  font-weight: normal;
}
.cid-uF89t3EjcA .nav-item:focus,
.cid-uF89t3EjcA .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF89t3EjcA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF89t3EjcA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-uF89t3EjcA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF89t3EjcA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF89t3EjcA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF89t3EjcA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF89t3EjcA .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-uF89t3EjcA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF89t3EjcA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF89t3EjcA .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-uF89t3EjcA .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-uF89t3EjcA .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF89t3EjcA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF89t3EjcA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF89t3EjcA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF89t3EjcA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF89t3EjcA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF89t3EjcA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF89t3EjcA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF89t3EjcA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF89t3EjcA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF89t3EjcA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF89t3EjcA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF89t3EjcA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF89t3EjcA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF89t3EjcA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF89t3EjcA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF89t3EjcA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF89t3EjcA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF89t3EjcA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF89t3EjcA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF89t3EjcA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF89t3EjcA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF89t3EjcA .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-uF89t3EjcA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF89t3EjcA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF89t3EjcA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF89t3EjcA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF89t3EjcA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF89t3EjcA .dropdown-item.active,
.cid-uF89t3EjcA .dropdown-item:active {
  background-color: transparent;
}
.cid-uF89t3EjcA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF89t3EjcA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF89t3EjcA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-uF89t3EjcA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF89t3EjcA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF89t3EjcA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF89t3EjcA .navbar-buttons {
  text-align: center;
}
.cid-uF89t3EjcA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF89t3EjcA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-uF89t3EjcA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF89t3EjcA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF89t3EjcA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF89t3EjcA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF89t3EjcA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF89t3EjcA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF89t3EjcA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF89t3EjcA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF89t3EjcA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF89t3EjcA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF89t3EjcA .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF89t3EjcA .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF89t3EjcA .soc-item {
  margin: .5rem .3rem;
}
.cid-uF89t3EjcA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF89t3EjcA .navbar {
    height: 77px;
  }
  .cid-uF89t3EjcA .navbar.opened {
    height: auto;
  }
  .cid-uF89t3EjcA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF89t57Kx2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF89t57Kx2 .mbr-figure img {
  border-radius: .25rem;
}
.cid-uF89t57Kx2 .mbr-text {
  color: #8d97ad;
}
.cid-uF89t57Kx2 .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uF89t57Kx2 .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-uF89t57Kx2 .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-uF89t57Kx2 .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uF89t57Kx2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uF89t57Kx2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uF89t57Kx2 .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF89t57Kx2 .icon-description {
  margin-left: 1rem;
}
.cid-uF89t57Kx2 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uF89t57Kx2 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uF89t57Kx2 .mbr-section-title,
  .cid-uF89t57Kx2 .mbr-text {
    text-align: center;
  }
  .cid-uF89t57Kx2 .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uF89t57Kx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF89t57Kx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF89t63SuN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF89t63SuN .mbr-text {
  color: #8d97ad;
}
.cid-uF89t6g5gY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF89t6g5gY .mbr-text {
  color: #8d97ad;
}
.cid-uF89t6g5gY .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF89t6g5gY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF89t6g5gY .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF89t6rfPq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF89t6rfPq .mbr-text {
  color: #8d97ad;
}
.cid-uF89t6rfPq .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF89t6rfPq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF89t6rfPq .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF89t6F1I0 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF89t6F1I0 .mbr-overlay {
  background: #efefef;
}
.cid-uF89t6F1I0 .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-uF89t6F1I0 .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-uF89t6F1I0 .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uF89t6F1I0 .mbr-text {
  color: #8d97ad;
}
.cid-uF89t6F1I0 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uF89t6F1I0 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uF89t6F1I0 .card-title {
    text-align: center;
  }
  .cid-uF89t6F1I0 p.mbr-text,
  .cid-uF89t6F1I0 p.date {
    text-align: center;
  }
}
.cid-uF89t6F1I0 .mbr-text,
.cid-uF89t6F1I0 .mbr-section-btn {
  text-align: left;
}
.cid-uF89t6F1I0 .card-title,
.cid-uF89t6F1I0 .card-img {
  text-align: left;
}
.cid-vsDPg5nFY4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-vsDPg5nFY4 .content {
    text-align: center;
  }
  .cid-vsDPg5nFY4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsDPg5nFY4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vsDPg5nFY4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vsDPg5nFY4 .media-wrap img {
  height: 6rem;
}
.cid-vsDPg5nFY4 .mbr-text {
  color: #8d97ad;
}
.cid-vsDPg5nFY4 .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-vsDPg5nFY4 .p-title span {
  color: #111111;
}
.cid-vsDPg5nFY4 .title-card {
  font-size: 1.3rem;
}
.cid-vsDPg5nFY4 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsDPg5nFY4 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vsDPg5nFY4 .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vsDPg5nFY4 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vsDPg5nFY4 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vsDPg5nFY4 .copyright {
  display: flex;
  align-items: center;
}
.cid-vsDPg5nFY4 .copyright img {
  margin-right: 10px;
}
.cid-vsDPg5nFY4 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsDPg5nFY4 .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-vsDPg5nFY4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vsDPg5nFY4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vsDPg5nFY4 .footer-menu {
    justify-content: center;
  }
}
.cid-vsDPg5nFY4 SPAN {
  color: #d50000;
}
.cid-vsDPg5nFY4 .copyright > p {
  color: #ffffff;
}
.cid-vsDPg5nFY4 H5 {
  color: #ffffff;
}
.cid-uF8a2r7AhH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-uF8a2r7AhH .nav-item,
.cid-uF8a2r7AhH .nav-link,
.cid-uF8a2r7AhH .navbar-caption {
  font-weight: normal;
}
.cid-uF8a2r7AhH .nav-item:focus,
.cid-uF8a2r7AhH .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF8a2r7AhH .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF8a2r7AhH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-uF8a2r7AhH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF8a2r7AhH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF8a2r7AhH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF8a2r7AhH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF8a2r7AhH .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-uF8a2r7AhH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF8a2r7AhH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF8a2r7AhH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-uF8a2r7AhH .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-uF8a2r7AhH .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF8a2r7AhH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF8a2r7AhH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF8a2r7AhH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF8a2r7AhH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF8a2r7AhH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF8a2r7AhH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF8a2r7AhH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF8a2r7AhH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF8a2r7AhH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF8a2r7AhH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF8a2r7AhH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF8a2r7AhH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF8a2r7AhH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF8a2r7AhH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF8a2r7AhH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF8a2r7AhH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF8a2r7AhH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF8a2r7AhH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF8a2r7AhH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF8a2r7AhH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF8a2r7AhH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF8a2r7AhH .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-uF8a2r7AhH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF8a2r7AhH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF8a2r7AhH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF8a2r7AhH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF8a2r7AhH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF8a2r7AhH .dropdown-item.active,
.cid-uF8a2r7AhH .dropdown-item:active {
  background-color: transparent;
}
.cid-uF8a2r7AhH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF8a2r7AhH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF8a2r7AhH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-uF8a2r7AhH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF8a2r7AhH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF8a2r7AhH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF8a2r7AhH .navbar-buttons {
  text-align: center;
}
.cid-uF8a2r7AhH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF8a2r7AhH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-uF8a2r7AhH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF8a2r7AhH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF8a2r7AhH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF8a2r7AhH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF8a2r7AhH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF8a2r7AhH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF8a2r7AhH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF8a2r7AhH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF8a2r7AhH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF8a2r7AhH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF8a2r7AhH .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF8a2r7AhH .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF8a2r7AhH .soc-item {
  margin: .5rem .3rem;
}
.cid-uF8a2r7AhH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF8a2r7AhH .navbar {
    height: 77px;
  }
  .cid-uF8a2r7AhH .navbar.opened {
    height: auto;
  }
  .cid-uF8a2r7AhH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF8a2rTX6F {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF8a2rTX6F .mbr-figure img {
  border-radius: .25rem;
}
.cid-uF8a2rTX6F .mbr-text {
  color: #8d97ad;
}
.cid-uF8a2rTX6F .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uF8a2rTX6F .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-uF8a2rTX6F .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-uF8a2rTX6F .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uF8a2rTX6F .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uF8a2rTX6F .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uF8a2rTX6F .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF8a2rTX6F .icon-description {
  margin-left: 1rem;
}
.cid-uF8a2rTX6F a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uF8a2rTX6F a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uF8a2rTX6F .mbr-section-title,
  .cid-uF8a2rTX6F .mbr-text {
    text-align: center;
  }
  .cid-uF8a2rTX6F .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uF8a2rTX6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8a2rTX6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8a2szlc6 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF8a2szlc6 .mbr-text {
  color: #8d97ad;
}
.cid-uF8a2sHBZo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF8a2sHBZo .mbr-text {
  color: #8d97ad;
}
.cid-uF8a2sHBZo .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF8a2sHBZo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF8a2sHBZo .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF8a2sVDbY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF8a2sVDbY .mbr-text {
  color: #8d97ad;
}
.cid-uF8a2sVDbY .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF8a2sVDbY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF8a2sVDbY .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF8a2t3GLC {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF8a2t3GLC .mbr-overlay {
  background: #efefef;
}
.cid-uF8a2t3GLC .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-uF8a2t3GLC .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-uF8a2t3GLC .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uF8a2t3GLC .mbr-text {
  color: #8d97ad;
}
.cid-uF8a2t3GLC .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uF8a2t3GLC .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uF8a2t3GLC .card-title {
    text-align: center;
  }
  .cid-uF8a2t3GLC p.mbr-text,
  .cid-uF8a2t3GLC p.date {
    text-align: center;
  }
}
.cid-uF8a2t3GLC .mbr-text,
.cid-uF8a2t3GLC .mbr-section-btn {
  text-align: left;
}
.cid-uF8a2t3GLC .card-title,
.cid-uF8a2t3GLC .card-img {
  text-align: left;
}
.cid-vsDPj3RARw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-vsDPj3RARw .content {
    text-align: center;
  }
  .cid-vsDPj3RARw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsDPj3RARw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vsDPj3RARw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vsDPj3RARw .media-wrap img {
  height: 6rem;
}
.cid-vsDPj3RARw .mbr-text {
  color: #8d97ad;
}
.cid-vsDPj3RARw .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-vsDPj3RARw .p-title span {
  color: #111111;
}
.cid-vsDPj3RARw .title-card {
  font-size: 1.3rem;
}
.cid-vsDPj3RARw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsDPj3RARw .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vsDPj3RARw .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vsDPj3RARw .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vsDPj3RARw .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vsDPj3RARw .copyright {
  display: flex;
  align-items: center;
}
.cid-vsDPj3RARw .copyright img {
  margin-right: 10px;
}
.cid-vsDPj3RARw .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsDPj3RARw .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-vsDPj3RARw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vsDPj3RARw .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vsDPj3RARw .footer-menu {
    justify-content: center;
  }
}
.cid-vsDPj3RARw SPAN {
  color: #d50000;
}
.cid-vsDPj3RARw .copyright > p {
  color: #ffffff;
}
.cid-vsDPj3RARw H5 {
  color: #ffffff;
}
.cid-uF8b5BT6RU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-uF8b5BT6RU .nav-item,
.cid-uF8b5BT6RU .nav-link,
.cid-uF8b5BT6RU .navbar-caption {
  font-weight: normal;
}
.cid-uF8b5BT6RU .nav-item:focus,
.cid-uF8b5BT6RU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF8b5BT6RU .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF8b5BT6RU .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-uF8b5BT6RU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF8b5BT6RU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF8b5BT6RU .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF8b5BT6RU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF8b5BT6RU .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-uF8b5BT6RU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF8b5BT6RU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF8b5BT6RU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-uF8b5BT6RU .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-uF8b5BT6RU .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF8b5BT6RU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF8b5BT6RU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF8b5BT6RU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF8b5BT6RU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF8b5BT6RU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF8b5BT6RU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF8b5BT6RU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF8b5BT6RU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF8b5BT6RU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF8b5BT6RU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF8b5BT6RU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF8b5BT6RU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF8b5BT6RU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF8b5BT6RU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF8b5BT6RU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF8b5BT6RU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF8b5BT6RU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF8b5BT6RU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF8b5BT6RU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF8b5BT6RU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF8b5BT6RU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF8b5BT6RU .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-uF8b5BT6RU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF8b5BT6RU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF8b5BT6RU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF8b5BT6RU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF8b5BT6RU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF8b5BT6RU .dropdown-item.active,
.cid-uF8b5BT6RU .dropdown-item:active {
  background-color: transparent;
}
.cid-uF8b5BT6RU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF8b5BT6RU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF8b5BT6RU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-uF8b5BT6RU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF8b5BT6RU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF8b5BT6RU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF8b5BT6RU .navbar-buttons {
  text-align: center;
}
.cid-uF8b5BT6RU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF8b5BT6RU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-uF8b5BT6RU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF8b5BT6RU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF8b5BT6RU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF8b5BT6RU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF8b5BT6RU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF8b5BT6RU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF8b5BT6RU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF8b5BT6RU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF8b5BT6RU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF8b5BT6RU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF8b5BT6RU .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF8b5BT6RU .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF8b5BT6RU .soc-item {
  margin: .5rem .3rem;
}
.cid-uF8b5BT6RU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF8b5BT6RU .navbar {
    height: 77px;
  }
  .cid-uF8b5BT6RU .navbar.opened {
    height: auto;
  }
  .cid-uF8b5BT6RU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF8b5Cl4FR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF8b5Cl4FR .mbr-figure img {
  border-radius: .25rem;
}
.cid-uF8b5Cl4FR .mbr-text {
  color: #8d97ad;
}
.cid-uF8b5Cl4FR .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uF8b5Cl4FR .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-uF8b5Cl4FR .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-uF8b5Cl4FR .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uF8b5Cl4FR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uF8b5Cl4FR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uF8b5Cl4FR .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF8b5Cl4FR .icon-description {
  margin-left: 1rem;
}
.cid-uF8b5Cl4FR a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uF8b5Cl4FR a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uF8b5Cl4FR .mbr-section-title,
  .cid-uF8b5Cl4FR .mbr-text {
    text-align: center;
  }
  .cid-uF8b5Cl4FR .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uF8b5Cl4FR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8b5Cl4FR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8b5CC9sX {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF8b5CC9sX .mbr-text {
  color: #8d97ad;
}
.cid-uF8b5CImjC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF8b5CImjC .mbr-text {
  color: #8d97ad;
}
.cid-uF8b5CImjC .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF8b5CImjC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF8b5CImjC .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF8b5CSaUv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF8b5CSaUv .mbr-text {
  color: #8d97ad;
}
.cid-uF8b5CSaUv .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF8b5CSaUv .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF8b5CSaUv .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF8b5D1NuX {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF8b5D1NuX .mbr-overlay {
  background: #efefef;
}
.cid-uF8b5D1NuX .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-uF8b5D1NuX .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-uF8b5D1NuX .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uF8b5D1NuX .mbr-text {
  color: #8d97ad;
}
.cid-uF8b5D1NuX .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uF8b5D1NuX .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uF8b5D1NuX .card-title {
    text-align: center;
  }
  .cid-uF8b5D1NuX p.mbr-text,
  .cid-uF8b5D1NuX p.date {
    text-align: center;
  }
}
.cid-uF8b5D1NuX .mbr-text,
.cid-uF8b5D1NuX .mbr-section-btn {
  text-align: left;
}
.cid-uF8b5D1NuX .card-title,
.cid-uF8b5D1NuX .card-img {
  text-align: left;
}
.cid-vsDPmdY6OY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-vsDPmdY6OY .content {
    text-align: center;
  }
  .cid-vsDPmdY6OY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsDPmdY6OY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vsDPmdY6OY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vsDPmdY6OY .media-wrap img {
  height: 6rem;
}
.cid-vsDPmdY6OY .mbr-text {
  color: #8d97ad;
}
.cid-vsDPmdY6OY .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-vsDPmdY6OY .p-title span {
  color: #111111;
}
.cid-vsDPmdY6OY .title-card {
  font-size: 1.3rem;
}
.cid-vsDPmdY6OY .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsDPmdY6OY .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vsDPmdY6OY .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vsDPmdY6OY .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vsDPmdY6OY .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vsDPmdY6OY .copyright {
  display: flex;
  align-items: center;
}
.cid-vsDPmdY6OY .copyright img {
  margin-right: 10px;
}
.cid-vsDPmdY6OY .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsDPmdY6OY .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-vsDPmdY6OY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vsDPmdY6OY .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vsDPmdY6OY .footer-menu {
    justify-content: center;
  }
}
.cid-vsDPmdY6OY SPAN {
  color: #d50000;
}
.cid-vsDPmdY6OY .copyright > p {
  color: #ffffff;
}
.cid-vsDPmdY6OY H5 {
  color: #ffffff;
}
.cid-uF8bJ2Czmm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-uF8bJ2Czmm .nav-item,
.cid-uF8bJ2Czmm .nav-link,
.cid-uF8bJ2Czmm .navbar-caption {
  font-weight: normal;
}
.cid-uF8bJ2Czmm .nav-item:focus,
.cid-uF8bJ2Czmm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF8bJ2Czmm .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF8bJ2Czmm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-uF8bJ2Czmm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF8bJ2Czmm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF8bJ2Czmm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF8bJ2Czmm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF8bJ2Czmm .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-uF8bJ2Czmm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF8bJ2Czmm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF8bJ2Czmm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-uF8bJ2Czmm .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-uF8bJ2Czmm .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF8bJ2Czmm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF8bJ2Czmm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF8bJ2Czmm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF8bJ2Czmm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF8bJ2Czmm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF8bJ2Czmm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF8bJ2Czmm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF8bJ2Czmm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF8bJ2Czmm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF8bJ2Czmm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF8bJ2Czmm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF8bJ2Czmm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF8bJ2Czmm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF8bJ2Czmm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF8bJ2Czmm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF8bJ2Czmm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF8bJ2Czmm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF8bJ2Czmm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF8bJ2Czmm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF8bJ2Czmm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF8bJ2Czmm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF8bJ2Czmm .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-uF8bJ2Czmm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF8bJ2Czmm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF8bJ2Czmm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF8bJ2Czmm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF8bJ2Czmm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF8bJ2Czmm .dropdown-item.active,
.cid-uF8bJ2Czmm .dropdown-item:active {
  background-color: transparent;
}
.cid-uF8bJ2Czmm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF8bJ2Czmm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF8bJ2Czmm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-uF8bJ2Czmm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF8bJ2Czmm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF8bJ2Czmm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF8bJ2Czmm .navbar-buttons {
  text-align: center;
}
.cid-uF8bJ2Czmm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF8bJ2Czmm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-uF8bJ2Czmm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF8bJ2Czmm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF8bJ2Czmm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF8bJ2Czmm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF8bJ2Czmm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF8bJ2Czmm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF8bJ2Czmm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF8bJ2Czmm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF8bJ2Czmm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF8bJ2Czmm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF8bJ2Czmm .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF8bJ2Czmm .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF8bJ2Czmm .soc-item {
  margin: .5rem .3rem;
}
.cid-uF8bJ2Czmm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF8bJ2Czmm .navbar {
    height: 77px;
  }
  .cid-uF8bJ2Czmm .navbar.opened {
    height: auto;
  }
  .cid-uF8bJ2Czmm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF8bJ3jBm3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF8bJ3jBm3 .mbr-figure img {
  border-radius: .25rem;
}
.cid-uF8bJ3jBm3 .mbr-text {
  color: #8d97ad;
}
.cid-uF8bJ3jBm3 .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uF8bJ3jBm3 .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-uF8bJ3jBm3 .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-uF8bJ3jBm3 .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uF8bJ3jBm3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uF8bJ3jBm3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uF8bJ3jBm3 .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF8bJ3jBm3 .icon-description {
  margin-left: 1rem;
}
.cid-uF8bJ3jBm3 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uF8bJ3jBm3 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uF8bJ3jBm3 .mbr-section-title,
  .cid-uF8bJ3jBm3 .mbr-text {
    text-align: center;
  }
  .cid-uF8bJ3jBm3 .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uF8bJ3jBm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8bJ3jBm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8bJ41oTH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF8bJ41oTH .mbr-text {
  color: #8d97ad;
}
.cid-uF8bJ49TUD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF8bJ49TUD .mbr-text {
  color: #8d97ad;
}
.cid-uF8bJ49TUD .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF8bJ49TUD .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF8bJ49TUD .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF8bJ4tuZq {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF8bJ4tuZq .mbr-overlay {
  background: #efefef;
}
.cid-uF8bJ4tuZq .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-uF8bJ4tuZq .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-uF8bJ4tuZq .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uF8bJ4tuZq .mbr-text {
  color: #8d97ad;
}
.cid-uF8bJ4tuZq .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uF8bJ4tuZq .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uF8bJ4tuZq .card-title {
    text-align: center;
  }
  .cid-uF8bJ4tuZq p.mbr-text,
  .cid-uF8bJ4tuZq p.date {
    text-align: center;
  }
}
.cid-uF8bJ4tuZq .mbr-text,
.cid-uF8bJ4tuZq .mbr-section-btn {
  text-align: left;
}
.cid-uF8bJ4tuZq .card-title,
.cid-uF8bJ4tuZq .card-img {
  text-align: left;
}
.cid-vsDPoD9iNf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-vsDPoD9iNf .content {
    text-align: center;
  }
  .cid-vsDPoD9iNf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsDPoD9iNf .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vsDPoD9iNf .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vsDPoD9iNf .media-wrap img {
  height: 6rem;
}
.cid-vsDPoD9iNf .mbr-text {
  color: #8d97ad;
}
.cid-vsDPoD9iNf .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-vsDPoD9iNf .p-title span {
  color: #111111;
}
.cid-vsDPoD9iNf .title-card {
  font-size: 1.3rem;
}
.cid-vsDPoD9iNf .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsDPoD9iNf .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vsDPoD9iNf .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vsDPoD9iNf .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vsDPoD9iNf .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vsDPoD9iNf .copyright {
  display: flex;
  align-items: center;
}
.cid-vsDPoD9iNf .copyright img {
  margin-right: 10px;
}
.cid-vsDPoD9iNf .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsDPoD9iNf .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-vsDPoD9iNf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vsDPoD9iNf .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vsDPoD9iNf .footer-menu {
    justify-content: center;
  }
}
.cid-vsDPoD9iNf SPAN {
  color: #d50000;
}
.cid-vsDPoD9iNf .copyright > p {
  color: #ffffff;
}
.cid-vsDPoD9iNf H5 {
  color: #ffffff;
}
.cid-uF8cpwCyPR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-uF8cpwCyPR .nav-item,
.cid-uF8cpwCyPR .nav-link,
.cid-uF8cpwCyPR .navbar-caption {
  font-weight: normal;
}
.cid-uF8cpwCyPR .nav-item:focus,
.cid-uF8cpwCyPR .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF8cpwCyPR .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF8cpwCyPR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-uF8cpwCyPR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF8cpwCyPR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF8cpwCyPR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF8cpwCyPR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF8cpwCyPR .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-uF8cpwCyPR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF8cpwCyPR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF8cpwCyPR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #04367c;
}
.cid-uF8cpwCyPR .navbar.opened {
  transition: all .3s;
  background: #04367c !important;
}
.cid-uF8cpwCyPR .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF8cpwCyPR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF8cpwCyPR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF8cpwCyPR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF8cpwCyPR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF8cpwCyPR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF8cpwCyPR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF8cpwCyPR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF8cpwCyPR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF8cpwCyPR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF8cpwCyPR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF8cpwCyPR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF8cpwCyPR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF8cpwCyPR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF8cpwCyPR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF8cpwCyPR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF8cpwCyPR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF8cpwCyPR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF8cpwCyPR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF8cpwCyPR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF8cpwCyPR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF8cpwCyPR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF8cpwCyPR .navbar.navbar-short {
  background: #04367c !important;
  min-height: 60px;
}
.cid-uF8cpwCyPR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF8cpwCyPR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF8cpwCyPR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF8cpwCyPR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF8cpwCyPR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF8cpwCyPR .dropdown-item.active,
.cid-uF8cpwCyPR .dropdown-item:active {
  background-color: transparent;
}
.cid-uF8cpwCyPR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF8cpwCyPR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF8cpwCyPR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04367c;
}
.cid-uF8cpwCyPR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF8cpwCyPR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF8cpwCyPR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF8cpwCyPR .navbar-buttons {
  text-align: center;
}
.cid-uF8cpwCyPR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF8cpwCyPR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-uF8cpwCyPR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF8cpwCyPR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF8cpwCyPR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF8cpwCyPR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF8cpwCyPR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF8cpwCyPR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF8cpwCyPR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF8cpwCyPR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF8cpwCyPR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF8cpwCyPR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF8cpwCyPR .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF8cpwCyPR .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF8cpwCyPR .soc-item {
  margin: .5rem .3rem;
}
.cid-uF8cpwCyPR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF8cpwCyPR .navbar {
    height: 77px;
  }
  .cid-uF8cpwCyPR .navbar.opened {
    height: auto;
  }
  .cid-uF8cpwCyPR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF8cpxjkx7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF8cpxjkx7 .mbr-figure img {
  border-radius: .25rem;
}
.cid-uF8cpxjkx7 .mbr-text {
  color: #8d97ad;
}
.cid-uF8cpxjkx7 .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uF8cpxjkx7 .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-uF8cpxjkx7 .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-uF8cpxjkx7 .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uF8cpxjkx7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uF8cpxjkx7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uF8cpxjkx7 .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF8cpxjkx7 .icon-description {
  margin-left: 1rem;
}
.cid-uF8cpxjkx7 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uF8cpxjkx7 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uF8cpxjkx7 .mbr-section-title,
  .cid-uF8cpxjkx7 .mbr-text {
    text-align: center;
  }
  .cid-uF8cpxjkx7 .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uF8cpxjkx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8cpxjkx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8cpxD8Wr {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF8cpxD8Wr .mbr-text {
  color: #8d97ad;
}
.cid-uF8cpxKYQx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF8cpxKYQx .mbr-text {
  color: #8d97ad;
}
.cid-uF8cpxKYQx .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF8cpxKYQx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF8cpxKYQx .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF8cUropKI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uF8cUropKI .mbr-text {
  color: #8d97ad;
}
.cid-uF8cUropKI .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-uF8cUropKI .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uF8cUropKI .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d50000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d50000, #f4f8fa);
}
.cid-uF8cpxVRA9 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF8cpxVRA9 .mbr-overlay {
  background: #efefef;
}
.cid-uF8cpxVRA9 .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-uF8cpxVRA9 .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-uF8cpxVRA9 .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uF8cpxVRA9 .mbr-text {
  color: #8d97ad;
}
.cid-uF8cpxVRA9 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uF8cpxVRA9 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uF8cpxVRA9 .card-title {
    text-align: center;
  }
  .cid-uF8cpxVRA9 p.mbr-text,
  .cid-uF8cpxVRA9 p.date {
    text-align: center;
  }
}
.cid-uF8cpxVRA9 .mbr-text,
.cid-uF8cpxVRA9 .mbr-section-btn {
  text-align: left;
}
.cid-uF8cpxVRA9 .card-title,
.cid-uF8cpxVRA9 .card-img {
  text-align: left;
}
.cid-vsDPrqH2Xz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-vsDPrqH2Xz .content {
    text-align: center;
  }
  .cid-vsDPrqH2Xz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vsDPrqH2Xz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vsDPrqH2Xz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vsDPrqH2Xz .media-wrap img {
  height: 6rem;
}
.cid-vsDPrqH2Xz .mbr-text {
  color: #8d97ad;
}
.cid-vsDPrqH2Xz .p-title {
  font-size: 17px;
  color: #ffffff;
}
.cid-vsDPrqH2Xz .p-title span {
  color: #111111;
}
.cid-vsDPrqH2Xz .title-card {
  font-size: 1.3rem;
}
.cid-vsDPrqH2Xz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vsDPrqH2Xz .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-vsDPrqH2Xz .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vsDPrqH2Xz .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-vsDPrqH2Xz .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vsDPrqH2Xz .copyright {
  display: flex;
  align-items: center;
}
.cid-vsDPrqH2Xz .copyright img {
  margin-right: 10px;
}
.cid-vsDPrqH2Xz .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsDPrqH2Xz .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-vsDPrqH2Xz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vsDPrqH2Xz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vsDPrqH2Xz .footer-menu {
    justify-content: center;
  }
}
.cid-vsDPrqH2Xz SPAN {
  color: #d50000;
}
.cid-vsDPrqH2Xz .copyright > p {
  color: #ffffff;
}
.cid-vsDPrqH2Xz H5 {
  color: #ffffff;
}
