@import url(https://fonts.googleapis.com/css?family=Muli:200,300,400,500,600,700,800,900,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 2.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0087ab !important;
}
.bg-success {
  background-color: #344cf1 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0087ab !important;
  border-color: #0087ab !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #003645;
  color: #003645;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #0087ab;
  border-color: #0087ab;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0087ab !important;
  border-color: #0087ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #0a1c44;
  border-color: #0a1c44;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0c21b3;
  color: #0c21b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #344cf1;
  border-color: #344cf1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0087ab !important;
}
.text-secondary {
  color: #0a1c44 !important;
}
.text-success {
  color: #344cf1 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003645 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0c21b3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0087ab;
  border-color: #0087ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0087ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2bd2ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f3f4fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.1rem;
}
blockquote {
  border-color: #0087ab;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #0087ab !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0087ab;
  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: #0087ab;
  border-bottom-color: #0087ab;
}
.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: #0087ab !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: #0a1c44 !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='%230087ab' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rQj7Gpq2UD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #00aeef;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-rQj7Gpq2UD .nav-item,
.cid-rQj7Gpq2UD .nav-link,
.cid-rQj7Gpq2UD .navbar-caption {
  font-weight: normal;
}
.cid-rQj7Gpq2UD .nav-item:focus,
.cid-rQj7Gpq2UD .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rQj7Gpq2UD .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-rQj7Gpq2UD .nav-item .nav-link {
    position: relative;
  }
  .cid-rQj7Gpq2UD .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #00aeef;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rQj7Gpq2UD .nav-item:hover .nav-link:before,
  .cid-rQj7Gpq2UD .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-rQj7Gpq2UD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-rQj7Gpq2UD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQj7Gpq2UD .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-rQj7Gpq2UD .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rQj7Gpq2UD .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQj7Gpq2UD .dropdown .dropdown-menu .dropdown-item .soc-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-rQj7Gpq2UD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f5f7fa;
}
.cid-rQj7Gpq2UD .navbar.opened {
  transition: all .3s;
  background: #f5f7fa !important;
}
.cid-rQj7Gpq2UD .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-rQj7Gpq2UD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rQj7Gpq2UD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQj7Gpq2UD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQj7Gpq2UD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQj7Gpq2UD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQj7Gpq2UD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQj7Gpq2UD .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-rQj7Gpq2UD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQj7Gpq2UD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQj7Gpq2UD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQj7Gpq2UD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQj7Gpq2UD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQj7Gpq2UD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQj7Gpq2UD .navbar.navbar-short {
  background: #f5f7fa !important;
  min-height: 60px;
}
.cid-rQj7Gpq2UD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQj7Gpq2UD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQj7Gpq2UD .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-rQj7Gpq2UD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQj7Gpq2UD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQj7Gpq2UD .dropdown-item.active,
.cid-rQj7Gpq2UD .dropdown-item:active {
  background-color: transparent;
}
.cid-rQj7Gpq2UD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQj7Gpq2UD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQj7Gpq2UD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQj7Gpq2UD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f7fa;
  z-index: 2;
}
.cid-rQj7Gpq2UD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQj7Gpq2UD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQj7Gpq2UD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQj7Gpq2UD .navbar-buttons {
  text-align: center;
}
.cid-rQj7Gpq2UD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQj7Gpq2UD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rQj7Gpq2UD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQj7Gpq2UD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQj7Gpq2UD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQj7Gpq2UD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQj7Gpq2UD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQj7Gpq2UD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQj7Gpq2UD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQj7Gpq2UD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQj7Gpq2UD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQj7Gpq2UD a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQj7Gpq2UD .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #0a1c44;
  display: inline-flex;
}
.cid-rQj7Gpq2UD .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rQj7Gpq2UD .soc-item {
  margin: .5rem .3rem;
}
.cid-rQj7Gpq2UD .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;
}
.cid-rQj7Gpq2UD a.nav-link .mbr-iconfont-btn,
.cid-rQj7Gpq2UD a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-rQj7Gpq2UD a.nav-link:hover .mbr-iconfont-btn,
.cid-rQj7Gpq2UD a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-rQj7Gpq2UD a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQj7Gpq2UD .navbar {
    height: 77px;
  }
  .cid-rQj7Gpq2UD .navbar.opened {
    height: auto;
  }
  .cid-rQj7Gpq2UD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQjkrSBsHz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/zone-background-img-1920x821.jpg");
}
.cid-rQjkrSBsHz .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rQjkrSBsHz .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rQjkrSBsHz .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rQjkrSBsHz h4.card-title.py-3.mbr-fonts-style.mbr-bold.display-1 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .025em;
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}
.cid-rQpWBwGfgq {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #eef5f9;
}
.cid-rQpWBwGfgq .card-img {
  position: relative;
  overflow: hidden;
}
.cid-rQpWBwGfgq section {
  position: relative;
}
.cid-rQpWBwGfgq a {
  font-weight: 600;
}
.cid-rQpWBwGfgq .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-rQpWBwGfgq .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #eef5f9;
}
.cid-rQpWBwGfgq .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #eef5f9;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-rQpWBwGfgq .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-rQpWBwGfgq .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-rQpWBwGfgq .card-wrapper {
  height: 100%;
}
.cid-rQpWBwGfgq .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-rQpWBwGfgq .card-wrapper:hover .card-title a {
  color: #0a1c44 !important;
}
.cid-rQpWBwGfgq .text {
  color: #767676;
}
.cid-rQpWBwGfgq .card-title {
  color: #36404c;
}
.cid-rQpWBwGfgq .title {
  text-align: center;
}
.cid-rQpWBwGfgq .mbr-figure img,
.cid-rQpWBwGfgq .card-img img {
  width: 50%;
}
.cid-rQpWBwGfgq h3.card-title.mbr-fonts-style.display-5 {
  font-size: 23px;
  font-weight: 800;
}
.cid-rQpWBwGfgq span.text {
  font-size: 16px;
  font-weight: 500;
}
.cid-rQpWBwGfgq .heading h3 {
  text-align: center;
  font-size: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.cid-rQj9acHljV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQj9acHljV .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rQj9acHljV .text-block {
  position: relative;
  z-index: 0;
}
.cid-rQj9acHljV .box {
  width: 25%;
  height: 40%;
  background: #00aeef;
  position: absolute;
  top: 2%;
}
.cid-rQj9acHljV .box {
  left: 20%;
}
.cid-rQj9acHljV .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-rQj9acHljV .mbr-section-text,
.cid-rQj9acHljV .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-rQj9acHljV .text-box {
    display: none;
  }
  .cid-rQj9acHljV .mbr-section-title,
  .cid-rQj9acHljV .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQj9acHljV .box {
    display: none;
  }
  .cid-rQj9acHljV .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rQj9acHljV .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQj9acHljV .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rQj9acHljV .mbr-section-text {
  color: #767676;
}
.cid-rQj9acHljV h3.mbr-section-title.mbr-fonts-style.align-right.display-5 {
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
}
.cid-rQj9acHljV button.vote {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  background: #00aeef;
  border: 2px solid #00aeef;
  border-radius: 2px;
  margin-top: 20px;
  transition: .5s;
  cursor: pointer;
}
.cid-rQj9acHljV button.vote:hover {
  background: transparent;
  color: #00aeef;
}
.cid-rQj9acHljV .mbr-section-text.mbr-fonts-style.align-right.display-7 {
  color: #232323;
  line-height: 1.5em;
}
.cid-rW3NWC1nGz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rW3NWC1nGz .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-rW3NWC1nGz h4,
.cid-rW3NWC1nGz h5 {
  text-align: center;
}
.cid-rW3NWC1nGz p {
  text-align: center;
}
.cid-rW3NWC1nGz .card-box {
  padding: 1.5rem;
  background-color: #00aeef;
  text-align: center;
}
.cid-rW3NWC1nGz .card-img {
  font-size: 3rem;
}
.cid-rW3NWC1nGz .date span {
  display: inline-block;
  background-color: #0a1c44;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-rW3NWC1nGz .buttons {
  margin-bottom: 10px;
}
.cid-rW3NWC1nGz button.online {
  background: #fff;
  border-radius: 2px;
  border-width: 3.5px;
  border-style: solid;
  border-color: #fff;
  padding: 10px 20px;
  color: #00aeef;
  font-family: 'roboto', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .025em;
  cursor: pointer;
  transition: .5s;
  margin-right: 10px;
}
.cid-rW3NWC1nGz button.online:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
  border-width: 3.5px;
}
.cid-rW3NWC1nGz H2 {
  color: #202020;
}
.cid-rW3NWC1nGz h2.mb-4.mbr-fonts-style.mbr-white.display-5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 35px !important;
  letter-spacing: 0.025em;
}
.cid-rW3NWC1nGz p.note {
  font-family: 'roboto', sans-serif;
  font-size: 15px;
}
.cid-rQj9yR5RpE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d4d4d4;
}
.cid-rQj9yR5RpE .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQj9yR5RpE .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-rQj9yR5RpE .btn {
  margin-bottom: 2rem;
}
.cid-rQj9yR5RpE .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-rQj9yR5RpE .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQj9yR5RpE .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-rQj9yR5RpE .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQj9yR5RpE .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQj9yR5RpE .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-rQj9yR5RpE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-rQj9yR5RpE .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-rQj9yR5RpE .links {
  color: #232323;
  text-align: center;
}
.cid-rQj9yR5RpE p.mbr-text.links.mbr-fonts-style.display-7 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}
