body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-4 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #65a48e !important;
}
.bg-info {
  background-color: #767676 !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #cc2952 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-success,
.btn-success:active {
  background-color: #65a48e !important;
  border-color: #65a48e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #467666 !important;
  border-color: #467666 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #467666 !important;
  border-color: #467666 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3d6658;
  color: #3d6658;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #65a48e;
  border-color: #65a48e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #65a48e !important;
  border-color: #65a48e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #771830;
  color: #771830;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #65a48e !important;
}
.text-info {
  color: #767676 !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #cc2952 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3d6658 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #434343 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #434343 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #771830 !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: #767676;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #cc2952;
}
.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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b5d3c9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f5ccd6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %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-sFkOtdP2oN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFkOtdP2oN .display-2 {
  font-size: 2rem;
}
.cid-sFkOtdP2oN .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFkOtdP2oN .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-sFkOtdP2oN .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sFkOtdP2oN .dropdown-item:hover {
    color: #0067a4 !important;
  }
  .cid-sFkOtdP2oN .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-sFkOtdP2oN.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFkOtdP2oN.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFkOtdP2oN.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFkOtdP2oN.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFkOtdP2oN.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sFkOtdP2oN.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFkOtdP2oN.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sFkOtdP2oN.collapsed .icons-menu {
    margin: auto;
  }
  .cid-sFkOtdP2oN .navbar .topLineDivSettings {
    display: none;
  }
  .cid-sFkOtdP2oN .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
  }
  .cid-sFkOtdP2oN .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sFkOtdP2oN .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-sFkOtdP2oN .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  .cid-sFkOtdP2oN .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-sFkOtdP2oN .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFkOtdP2oN.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFkOtdP2oN .dropdown-menu {
    top: 0;
  }
  .cid-sFkOtdP2oN .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFkOtdP2oN .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFkOtdP2oN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-sFkOtdP2oN .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFkOtdP2oN ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFkOtdP2oN .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: #ffffff;
    text-align: center;
  }
  .cid-sFkOtdP2oN .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFkOtdP2oN .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sFkOtdP2oN .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-sFkOtdP2oN .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-sFkOtdP2oN .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-sFkOtdP2oN .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-sFkOtdP2oN .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-sFkOtdP2oN .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-sFkOtdP2oN .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-sFkOtdP2oN .navbar {
  box-shadow: 0 8px 20px 0 rgba(118, 118, 118, 0.1), inset 0 -7px 9px -7px rgba(35, 35, 35, 0.5);
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFkOtdP2oN .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
  }
  .cid-sFkOtdP2oN .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sFkOtdP2oN .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-sFkOtdP2oN .navbar.navbar-short .navbar-brand {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  .cid-sFkOtdP2oN .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(118, 118, 118, 0.1), inset 0 -7px 9px -7px rgba(35, 35, 35, 0.5);
    background: #ffffff;
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sFkOtdP2oN .navbar .dropdown-item:hover {
    color: #149dcc !important;
    background: #fcfcfc !important;
  }
}
.cid-sFkOtdP2oN .navbar.opened {
  transition: all .3s;
}
.cid-sFkOtdP2oN .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-sFkOtdP2oN .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sFkOtdP2oN .nav-link:hover {
  color: #0067a4 !important;
  background: none !important;
}
.cid-sFkOtdP2oN .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
}
.cid-sFkOtdP2oN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sFkOtdP2oN .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-sFkOtdP2oN .icons-menu {
    min-width: 80px;
    width: 80px;
    display: unset;
    line-height: 1;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sFkOtdP2oN .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFkOtdP2oN .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sFkOtdP2oN .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sFkOtdP2oN .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-sFkOtdP2oN .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sFkOtdP2oN .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-sFkOtdP2oN .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-sFkOtdP2oN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFkOtdP2oN .navbar-caption {
  padding-right: 1rem;
}
.cid-sFkOtdP2oN .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sFkOtdP2oN .dropdown-menu,
  .cid-sFkOtdP2oN .navbar.opened {
    background: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-sFkOtdP2oN .dropdown-menu,
  .cid-sFkOtdP2oN .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-sFkOtdP2oN .nav-item:focus,
.cid-sFkOtdP2oN .nav-link:focus {
  outline: none;
}
.cid-sFkOtdP2oN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sFkOtdP2oN .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-sFkOtdP2oN .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-sFkOtdP2oN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFkOtdP2oN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-sFkOtdP2oN .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-sFkOtdP2oN .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-sFkOtdP2oN .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-sFkOtdP2oN .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sFkOtdP2oN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFkOtdP2oN .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-sFkOtdP2oN .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-sFkOtdP2oN .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: #ffffff;
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-sFkOtdP2oN .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #0067a4 !important;
}
.cid-sFkOtdP2oN .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-sFkOtdP2oN .navbar-brand {
  min-height: 68px;
  -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;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
.cid-sFkOtdP2oN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFkOtdP2oN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFkOtdP2oN .dropdown-item.active,
.cid-sFkOtdP2oN .dropdown-item:active {
  background-color: transparent;
}
.cid-sFkOtdP2oN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-sFkOtdP2oN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFkOtdP2oN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFkOtdP2oN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-sFkOtdP2oN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFkOtdP2oN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFkOtdP2oN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFkOtdP2oN .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-sFkOtdP2oN .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-sFkOtdP2oN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFkOtdP2oN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #149dcc;
}
.cid-sFkOtdP2oN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFkOtdP2oN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFkOtdP2oN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFkOtdP2oN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFkOtdP2oN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFkOtdP2oN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFkOtdP2oN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFkOtdP2oN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFkOtdP2oN .navbar-dropdown {
  padding: .0rem 0rem;
}
.cid-sFkOtdP2oN a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFkOtdP2oN .navbar-brand span {
  display: inline-block;
}
.cid-sFkOtdP2oN .navbar-brand a {
  font-weight: 400;
}
.cid-sFkOtdP2oN .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #ffffff;
}
.cid-sFkOtdP2oN .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-sFkOtdP2oN .btn .mbr-iconfont,
.cid-sFkOtdP2oN .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-sFkOtdP2oN .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-sFkOtdP2oN .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-sFkOtdP2oN .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-sFkOtdP2oN .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-sFkOtdP2oN img {
  width: auto;
}
.cid-sFkOtdP2oN .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-sFkOtdP2oN .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sFkOtdP2oN .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sFkOtdP2oN a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-sFkOtdP2oN .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-sFkOtdP2oN .socicon {
  line-height: inherit;
}
.cid-sFkOtdP2oN .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-rX1TfSoquN {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/the-roof.jpg");
}
.cid-rX1TfSoquN H1 {
  color: #ffffff;
}
.cid-rREUcQeq7I {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0067a4;
}
.cid-rREUcQeq7I .mbr-text,
.cid-rREUcQeq7I blockquote {
  color: #767676;
}
.cid-rREUcQeq7I .mbr-text P {
  text-align: center;
}
.cid-rREUcQeq7I .mbr-text {
  color: #ffffff;
}
.cid-sJN79v3XOv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #25aae1;
}
.cid-sJN79v3XOv .mbr-text,
.cid-sJN79v3XOv blockquote {
  color: #767676;
}
.cid-sJN79v3XOv .mbr-text P {
  text-align: center;
}
.cid-sJN79v3XOv .mbr-text {
  color: #ffffff;
}
.cid-sJKkLQHEw0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #25aae1;
}
.cid-sJKkLQHEw0 .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJKkLQHEw0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-svyckPBqZB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-svyckPBqZB .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-svyckPBqZB .mbr-text {
  color: #767676;
}
.cid-rX1SPtKdCL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rX1SPtKdCL .counter-container {
  color: #767676;
}
.cid-rX1SPtKdCL .counter-container ul {
  margin-bottom: 0;
}
.cid-rX1SPtKdCL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rX1SPtKdCL .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #55b4d4;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rRET0IbGuU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
#custom-html-ax {
  background-color: #ffffff;
}
#hrblock-block-3y hr {
  margin: 0;
}
.cid-rRF4SqdWxP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rRF4SqdWxP .mbr-text,
.cid-rRF4SqdWxP blockquote {
  color: #767676;
}
.cid-rRF4SqdWxP .mbr-text {
  text-align: center;
  color: #767676;
}
#hrblock-block-5y hr {
  margin: 0;
}
.cid-t31o8cAQ54 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t31piSjffn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-t31piSjffn .image-block {
  margin: auto;
}
.cid-t31piSjffn figcaption {
  position: relative;
}
.cid-t31piSjffn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t31piSjffn .image-block {
    width: 100% !important;
  }
}
.cid-rVqyagQrii {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-rVqyagQrii .mbr-section-title {
  margin: 0;
}
.cid-rVqyagQrii .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #8d97ad;
}
.cid-rVqyagQrii .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-rVqyagQrii .wrapper {
  padding: 1rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-rVqyagQrii .card1 {
  background: linear-gradient(45deg, #25aae1, #0067a4);
}
.cid-rVqyagQrii .card2 {
  background: linear-gradient(45deg, #188ef4, #306de8);
}
.cid-rVqyagQrii .card3 {
  background: linear-gradient(45deg, #ff4f7b, #ff695c);
}
.cid-rVqyagQrii .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-rVqyagQrii .wrapper {
    margin-bottom: 1rem;
  }
}
.cid-rVqyagQrii .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-rVqyagQrii .card1 > .mbr-card-title {
  text-align: center;
}
.cid-rVqyagQrii .card1 > .mbr-text,
.cid-rVqyagQrii .card1 > .mbr-section-btn {
  text-align: center;
}
.cid-rVqyagQrii .card1 > .mbr-text,
.cid-rVqyagQrii .card1 > .mbr-section-btn {
  color: #ffffff;
}
.cid-rRETR0VcTg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-rRETR0VcTg .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-rRETR0VcTg .card-img {
  padding-bottom: 1rem;
}
.cid-rRETR0VcTg .mbr-text {
  color: #767676;
}
.cid-rRETR0VcTg span {
  font-size: 14px;
  color: #ffffff;
}
.cid-rRETR0VcTg .mbr-section-btn {
  margin-left: 0;
}
.cid-rRETR0VcTg .date span {
  display: inline-block;
  background-color: #149dcc;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rRETR0VcTg .card-title {
    text-align: center;
  }
  .cid-rRETR0VcTg p.mbr-text,
  .cid-rRETR0VcTg p.date {
    text-align: center;
  }
}
.cid-rRETR0VcTg .card-title,
.cid-rRETR0VcTg .card-img {
  text-align: center;
  color: #4b4b4b;
}
.cid-sJN3olk8wN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #55b4d4;
  background: linear-gradient(90deg, #55b4d4, #51aafa);
}
.cid-sJN3olk8wN .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sJN3olk8wN .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJN3olk8wN .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sJN3olk8wN .carousel-item .wrap-img {
  text-align: center;
}
.cid-sJN3olk8wN .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sJN3olk8wN .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sJN3olk8wN .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #ffffff;
  font-weight: bold;
}
.cid-sJN3olk8wN .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sJN3olk8wN .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sJN3olk8wN .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-sJN3olk8wN .cloneditem-1,
.cid-sJN3olk8wN .cloneditem-2,
.cid-sJN3olk8wN .cloneditem-3,
.cid-sJN3olk8wN .cloneditem-4,
.cid-sJN3olk8wN .cloneditem-5 {
  display: none;
}
.cid-sJN3olk8wN .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJN3olk8wN .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sJN3olk8wN .carousel-inner {
    z-index: 1;
  }
  .cid-sJN3olk8wN .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sJN3olk8wN .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sJN3olk8wN .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sJN3olk8wN .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sJN3olk8wN .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sJN3olk8wN .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sJN3olk8wN .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sJN3olk8wN .carousel-inner.slides2 .cloneditem-1,
  .cid-sJN3olk8wN .carousel-inner.slides2 .cloneditem-2,
  .cid-sJN3olk8wN .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sJN3olk8wN .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sJN3olk8wN .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sJN3olk8wN .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sJN3olk8wN .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sJN3olk8wN .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sJN3olk8wN .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sJN3olk8wN .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sJN3olk8wN .carousel-inner.slides3 .cloneditem-1,
  .cid-sJN3olk8wN .carousel-inner.slides3 .cloneditem-2,
  .cid-sJN3olk8wN .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sJN3olk8wN .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sJN3olk8wN .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sJN3olk8wN .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sJN3olk8wN .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sJN3olk8wN .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sJN3olk8wN .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sJN3olk8wN .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sJN3olk8wN .carousel-inner.slides4 .cloneditem-1,
  .cid-sJN3olk8wN .carousel-inner.slides4 .cloneditem-2,
  .cid-sJN3olk8wN .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sJN3olk8wN .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sJN3olk8wN .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sJN3olk8wN .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sJN3olk8wN .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sJN3olk8wN .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sJN3olk8wN .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sJN3olk8wN .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sJN3olk8wN .carousel-inner.slides5 .cloneditem-1,
  .cid-sJN3olk8wN .carousel-inner.slides5 .cloneditem-2,
  .cid-sJN3olk8wN .carousel-inner.slides5 .cloneditem-3,
  .cid-sJN3olk8wN .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sJN3olk8wN .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sJN3olk8wN .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sJN3olk8wN .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sJN3olk8wN .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sJN3olk8wN .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sJN3olk8wN .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sJN3olk8wN .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sJN3olk8wN .carousel-inner.slides6 .cloneditem-1,
  .cid-sJN3olk8wN .carousel-inner.slides6 .cloneditem-2,
  .cid-sJN3olk8wN .carousel-inner.slides6 .cloneditem-3,
  .cid-sJN3olk8wN .carousel-inner.slides6 .cloneditem-4,
  .cid-sJN3olk8wN .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-hFD9uNcCii {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #25aae1;
  background: linear-gradient(90deg, #25aae1, #0067a4);
}
.cid-hFD9uNcCii .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-hFD9uNcCii p {
  display: inline;
  font-size: 20px;
  color: #FFD100;
}
.cid-hFD9uNcCii .marquee-rtl {
  width: 87%;
  max-width: 100%;
  overflow: hidden;
}
.cid-hFD9uNcCii .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 32s infinite linear;
  animation-iteration-count: 100;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-hFD9uNcCii .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-hFD9uNcCii .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sFgKV75T8m {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #3e3e3e;
  background: linear-gradient(180deg, #3e3e3e, #232323);
}
.cid-sFgKV75T8m .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-sFgKV75T8m .mbr-iconfont-social:hover {
  color: #149dcc;
}
.cid-sFgKV75T8m .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sFgKV75T8m .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #149dcc);
  display: inline-block;
}
.cid-sFgKV75T8m .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sFgKV75T8m .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-sFgKV75T8m .mbr-section-title,
.cid-sFgKV75T8m .social-list,
.cid-sFgKV75T8m .underline {
  color: #ffffff;
}
.cid-sybVVIzcLH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2c2c2c;
}
.cid-sybVVIzcLH .mbr-text,
.cid-sybVVIzcLH blockquote {
  color: #767676;
}
.cid-sybVVIzcLH .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sybVVIzcLH .mbr-text B {
  color: #efefef;
}
.cid-sybVVIzcLH .mbr-text P {
  color: #149dcc;
}
.cid-sFgyXOGYyg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2c2c2c;
}
.cid-sFgyXOGYyg .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sFgyXOGYyg .mbr-text {
  color: #149dcc;
  text-align: center;
}
.cid-sFgwkj2hyn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2c2c2c;
}
.cid-sFgwkj2hyn .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sFgwkj2hyn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sybGQMBwsw {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #2c2c2c;
}
@media (max-width: 767px) {
  .cid-sybGQMBwsw .content {
    text-align: center;
  }
  .cid-sybGQMBwsw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sybGQMBwsw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sybGQMBwsw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sybGQMBwsw .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sybGQMBwsw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sybGQMBwsw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sybGQMBwsw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-sybGQMBwsw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sybGQMBwsw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sybGQMBwsw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sybGQMBwsw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sybGQMBwsw .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sybGQMBwsw H5 {
  color: #149dcc;
}
.cid-sybGQMBwsw .copyright > p {
  color: #e7e7e7;
}
.cid-sybGQMBwsw P {
  color: #efefef;
}
.cid-sJNdY55qmn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJNdY55qmn .display-2 {
  font-size: 2rem;
}
.cid-sJNdY55qmn .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sJNdY55qmn .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-sJNdY55qmn .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sJNdY55qmn .dropdown-item:hover {
    color: #0067a4 !important;
  }
  .cid-sJNdY55qmn .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-sJNdY55qmn.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJNdY55qmn.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJNdY55qmn.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJNdY55qmn.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJNdY55qmn.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sJNdY55qmn.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJNdY55qmn.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sJNdY55qmn.collapsed .icons-menu {
    margin: auto;
  }
  .cid-sJNdY55qmn .navbar .topLineDivSettings {
    display: none;
  }
  .cid-sJNdY55qmn .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
  }
  .cid-sJNdY55qmn .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sJNdY55qmn .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-sJNdY55qmn .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  .cid-sJNdY55qmn .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-sJNdY55qmn .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJNdY55qmn.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJNdY55qmn .dropdown-menu {
    top: 0;
  }
  .cid-sJNdY55qmn .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJNdY55qmn .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJNdY55qmn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-sJNdY55qmn .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJNdY55qmn ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJNdY55qmn .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: #ffffff;
    text-align: center;
  }
  .cid-sJNdY55qmn .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJNdY55qmn .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJNdY55qmn .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-sJNdY55qmn .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-sJNdY55qmn .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-sJNdY55qmn .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-sJNdY55qmn .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-sJNdY55qmn .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-sJNdY55qmn .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-sJNdY55qmn .navbar {
  box-shadow: 0 8px 20px 0 rgba(118, 118, 118, 0.1), inset 0 -7px 9px -7px rgba(35, 35, 35, 0.5);
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sJNdY55qmn .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
  }
  .cid-sJNdY55qmn .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sJNdY55qmn .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-sJNdY55qmn .navbar.navbar-short .navbar-brand {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  .cid-sJNdY55qmn .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(118, 118, 118, 0.1), inset 0 -7px 9px -7px rgba(35, 35, 35, 0.5);
    background: #ffffff;
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sJNdY55qmn .navbar .dropdown-item:hover {
    color: #149dcc !important;
    background: #fcfcfc !important;
  }
}
.cid-sJNdY55qmn .navbar.opened {
  transition: all .3s;
}
.cid-sJNdY55qmn .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-sJNdY55qmn .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sJNdY55qmn .nav-link:hover {
  color: #0067a4 !important;
  background: none !important;
}
.cid-sJNdY55qmn .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
}
.cid-sJNdY55qmn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sJNdY55qmn .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-sJNdY55qmn .icons-menu {
    min-width: 80px;
    width: 80px;
    display: unset;
    line-height: 1;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sJNdY55qmn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sJNdY55qmn .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sJNdY55qmn .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJNdY55qmn .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-sJNdY55qmn .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJNdY55qmn .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-sJNdY55qmn .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-sJNdY55qmn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJNdY55qmn .navbar-caption {
  padding-right: 1rem;
}
.cid-sJNdY55qmn .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sJNdY55qmn .dropdown-menu,
  .cid-sJNdY55qmn .navbar.opened {
    background: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-sJNdY55qmn .dropdown-menu,
  .cid-sJNdY55qmn .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-sJNdY55qmn .nav-item:focus,
.cid-sJNdY55qmn .nav-link:focus {
  outline: none;
}
.cid-sJNdY55qmn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sJNdY55qmn .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJNdY55qmn .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-sJNdY55qmn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJNdY55qmn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-sJNdY55qmn .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-sJNdY55qmn .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-sJNdY55qmn .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-sJNdY55qmn .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sJNdY55qmn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJNdY55qmn .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-sJNdY55qmn .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-sJNdY55qmn .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: #ffffff;
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-sJNdY55qmn .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #0067a4 !important;
}
.cid-sJNdY55qmn .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-sJNdY55qmn .navbar-brand {
  min-height: 68px;
  -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;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
.cid-sJNdY55qmn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJNdY55qmn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJNdY55qmn .dropdown-item.active,
.cid-sJNdY55qmn .dropdown-item:active {
  background-color: transparent;
}
.cid-sJNdY55qmn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-sJNdY55qmn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJNdY55qmn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJNdY55qmn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-sJNdY55qmn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJNdY55qmn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJNdY55qmn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sJNdY55qmn .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-sJNdY55qmn .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-sJNdY55qmn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJNdY55qmn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #149dcc;
}
.cid-sJNdY55qmn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJNdY55qmn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJNdY55qmn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJNdY55qmn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJNdY55qmn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJNdY55qmn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJNdY55qmn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJNdY55qmn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJNdY55qmn .navbar-dropdown {
  padding: .0rem 0rem;
}
.cid-sJNdY55qmn a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJNdY55qmn .navbar-brand span {
  display: inline-block;
}
.cid-sJNdY55qmn .navbar-brand a {
  font-weight: 400;
}
.cid-sJNdY55qmn .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #ffffff;
}
.cid-sJNdY55qmn .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-sJNdY55qmn .btn .mbr-iconfont,
.cid-sJNdY55qmn .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-sJNdY55qmn .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-sJNdY55qmn .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-sJNdY55qmn .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-sJNdY55qmn .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-sJNdY55qmn img {
  width: auto;
}
.cid-sJNdY55qmn .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-sJNdY55qmn .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sJNdY55qmn .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sJNdY55qmn a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-sJNdY55qmn .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-sJNdY55qmn .socicon {
  line-height: inherit;
}
.cid-sJNdY55qmn .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-sJQExeBHeZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(149deg, #25aae1 10%, #0067a4 100%) !important;
}
.cid-sJNdY5UHfl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0067a4;
}
.cid-sJNdY5UHfl .mbr-text,
.cid-sJNdY5UHfl blockquote {
  color: #767676;
}
.cid-sJNdY5UHfl .mbr-text P {
  text-align: center;
}
.cid-sJNdY5UHfl .mbr-text {
  color: #ffffff;
}
.cid-sJNdY62Ow5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #25aae1;
}
.cid-sJNdY62Ow5 .mbr-text,
.cid-sJNdY62Ow5 blockquote {
  color: #767676;
}
.cid-sJNdY62Ow5 .mbr-text P {
  text-align: center;
}
.cid-sJNdY62Ow5 .mbr-text {
  color: #ffffff;
}
.cid-sJNdY6aCBg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #25aae1;
}
.cid-sJNdY6aCBg .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJNdY6aCBg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sJNdY6j0c8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJNdY6j0c8 .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJNdY6j0c8 .mbr-text {
  color: #767676;
}
.cid-sJNdY7alot {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJNdY7alot li {
  list-style: none;
}
.cid-sJNdY7alot .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sJNdY7alot .item-wrap:hover .mbr-iconfont {
  color: #55b4d4 !important;
}
.cid-sJNdY7alot .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #cccccc !important;
}
.cid-sJNdY7alot h4 {
  margin: 0;
}
.cid-sJNdY7alot ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sJNdY7alot .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sJNdY7alot .col-title2 {
  color: #ed6436;
}
.cid-sJNdY7alot .item1 {
  color: #545454;
}
.cid-sJNdY6AqPY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJNdY6AqPY .mbr-text {
  line-height: 1.5;
  color: #646464;
  text-align: center;
}
.cid-sJNdY6AqPY .mbr-section-title {
  text-align: center;
  color: #535353;
}
#hrblock-block-7h hr {
  margin: 0;
}
.cid-sJNdY73ob2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJNdY73ob2 .mbr-text,
.cid-sJNdY73ob2 blockquote {
  color: #767676;
}
.cid-sJNdY73ob2 .mbr-text {
  text-align: center;
  color: #767676;
}
.cid-sJNdY6JZfW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
#hrblock-block-7n hr {
  margin: 0;
}
.cid-sJNdY6QNf4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sJNdY6QNf4 .image-block {
  margin: auto;
}
.cid-sJNdY6QNf4 figcaption {
  position: relative;
}
.cid-sJNdY6QNf4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJNdY6QNf4 .image-block {
    width: 100% !important;
  }
}
.cid-sJNdY9vQSW {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-sJNdY9vQSW .mbr-section-title {
  margin: 0;
}
.cid-sJNdY9vQSW .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #8d97ad;
}
.cid-sJNdY9vQSW .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sJNdY9vQSW .wrapper {
  padding: 1rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sJNdY9vQSW .card1 {
  background: linear-gradient(45deg, #25aae1, #0067a4);
}
.cid-sJNdY9vQSW .card2 {
  background: linear-gradient(45deg, #188ef4, #306de8);
}
.cid-sJNdY9vQSW .card3 {
  background: linear-gradient(45deg, #ff4f7b, #ff695c);
}
.cid-sJNdY9vQSW .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sJNdY9vQSW .wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJNdY9vQSW .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sJNdY9vQSW .card1 > .mbr-card-title {
  text-align: center;
}
.cid-sJNdY9vQSW .card1 > .mbr-text,
.cid-sJNdY9vQSW .card1 > .mbr-section-btn {
  text-align: center;
}
.cid-sJNdY9vQSW .card1 > .mbr-text,
.cid-sJNdY9vQSW .card1 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sJNdY9U3TR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-sJNdY9U3TR .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-sJNdY9U3TR .card-img {
  padding-bottom: 1rem;
}
.cid-sJNdY9U3TR .mbr-text {
  color: #767676;
}
.cid-sJNdY9U3TR span {
  font-size: 14px;
  color: #ffffff;
}
.cid-sJNdY9U3TR .mbr-section-btn {
  margin-left: 0;
}
.cid-sJNdY9U3TR .date span {
  display: inline-block;
  background-color: #149dcc;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sJNdY9U3TR .card-title {
    text-align: center;
  }
  .cid-sJNdY9U3TR p.mbr-text,
  .cid-sJNdY9U3TR p.date {
    text-align: center;
  }
}
.cid-sJNdY9U3TR .card-title,
.cid-sJNdY9U3TR .card-img {
  text-align: center;
  color: #4b4b4b;
}
.cid-sJNdYaccH0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #55b4d4;
  background: linear-gradient(90deg, #55b4d4, #51aafa);
}
.cid-sJNdYaccH0 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sJNdYaccH0 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJNdYaccH0 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sJNdYaccH0 .carousel-item .wrap-img {
  text-align: center;
}
.cid-sJNdYaccH0 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sJNdYaccH0 .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sJNdYaccH0 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #ffffff;
  font-weight: bold;
}
.cid-sJNdYaccH0 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sJNdYaccH0 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sJNdYaccH0 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-sJNdYaccH0 .cloneditem-1,
.cid-sJNdYaccH0 .cloneditem-2,
.cid-sJNdYaccH0 .cloneditem-3,
.cid-sJNdYaccH0 .cloneditem-4,
.cid-sJNdYaccH0 .cloneditem-5 {
  display: none;
}
.cid-sJNdYaccH0 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJNdYaccH0 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sJNdYaccH0 .carousel-inner {
    z-index: 1;
  }
  .cid-sJNdYaccH0 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sJNdYaccH0 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sJNdYaccH0 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sJNdYaccH0 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sJNdYaccH0 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sJNdYaccH0 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sJNdYaccH0 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sJNdYaccH0 .carousel-inner.slides2 .cloneditem-1,
  .cid-sJNdYaccH0 .carousel-inner.slides2 .cloneditem-2,
  .cid-sJNdYaccH0 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sJNdYaccH0 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sJNdYaccH0 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sJNdYaccH0 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sJNdYaccH0 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sJNdYaccH0 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sJNdYaccH0 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sJNdYaccH0 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sJNdYaccH0 .carousel-inner.slides3 .cloneditem-1,
  .cid-sJNdYaccH0 .carousel-inner.slides3 .cloneditem-2,
  .cid-sJNdYaccH0 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sJNdYaccH0 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sJNdYaccH0 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sJNdYaccH0 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sJNdYaccH0 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sJNdYaccH0 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sJNdYaccH0 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sJNdYaccH0 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sJNdYaccH0 .carousel-inner.slides4 .cloneditem-1,
  .cid-sJNdYaccH0 .carousel-inner.slides4 .cloneditem-2,
  .cid-sJNdYaccH0 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sJNdYaccH0 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sJNdYaccH0 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sJNdYaccH0 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sJNdYaccH0 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sJNdYaccH0 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sJNdYaccH0 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sJNdYaccH0 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sJNdYaccH0 .carousel-inner.slides5 .cloneditem-1,
  .cid-sJNdYaccH0 .carousel-inner.slides5 .cloneditem-2,
  .cid-sJNdYaccH0 .carousel-inner.slides5 .cloneditem-3,
  .cid-sJNdYaccH0 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sJNdYaccH0 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sJNdYaccH0 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sJNdYaccH0 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sJNdYaccH0 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sJNdYaccH0 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sJNdYaccH0 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sJNdYaccH0 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sJNdYaccH0 .carousel-inner.slides6 .cloneditem-1,
  .cid-sJNdYaccH0 .carousel-inner.slides6 .cloneditem-2,
  .cid-sJNdYaccH0 .carousel-inner.slides6 .cloneditem-3,
  .cid-sJNdYaccH0 .carousel-inner.slides6 .cloneditem-4,
  .cid-sJNdYaccH0 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sJNdYaG2sd {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #25aae1;
  background: linear-gradient(90deg, #25aae1, #0067a4);
}
.cid-sJNdYaG2sd .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sJNdYaG2sd p {
  display: inline;
  font-size: 20px;
  color: #FFD100;
}
.cid-sJNdYaG2sd .marquee-rtl {
  width: 87%;
  max-width: 100%;
  overflow: hidden;
}
.cid-sJNdYaG2sd .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 32s infinite linear;
  animation-iteration-count: 100;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-sJNdYaG2sd .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sJNdYaG2sd .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sJNdYaUawO {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #3e3e3e;
  background: linear-gradient(180deg, #3e3e3e, #232323);
}
.cid-sJNdYaUawO .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-sJNdYaUawO .mbr-iconfont-social:hover {
  color: #149dcc;
}
.cid-sJNdYaUawO .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sJNdYaUawO .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #149dcc);
  display: inline-block;
}
.cid-sJNdYaUawO .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sJNdYaUawO .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-sJNdYaUawO .mbr-section-title,
.cid-sJNdYaUawO .social-list,
.cid-sJNdYaUawO .underline {
  color: #ffffff;
}
.cid-sJNdYbcdeF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2c2c2c;
}
.cid-sJNdYbcdeF .mbr-text,
.cid-sJNdYbcdeF blockquote {
  color: #767676;
}
.cid-sJNdYbcdeF .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sJNdYbcdeF .mbr-text B {
  color: #efefef;
}
.cid-sJNdYbcdeF .mbr-text P {
  color: #149dcc;
}
.cid-sJNdYbnhGp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2c2c2c;
}
.cid-sJNdYbnhGp .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJNdYbnhGp .mbr-text {
  color: #149dcc;
  text-align: center;
}
.cid-sJNdYbxLRp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2c2c2c;
}
.cid-sJNdYbxLRp .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJNdYbxLRp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sJNdYbI5MU {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #2c2c2c;
}
@media (max-width: 767px) {
  .cid-sJNdYbI5MU .content {
    text-align: center;
  }
  .cid-sJNdYbI5MU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJNdYbI5MU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sJNdYbI5MU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJNdYbI5MU .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sJNdYbI5MU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJNdYbI5MU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sJNdYbI5MU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-sJNdYbI5MU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sJNdYbI5MU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJNdYbI5MU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJNdYbI5MU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJNdYbI5MU .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sJNdYbI5MU H5 {
  color: #149dcc;
}
.cid-sJNdYbI5MU .copyright > p {
  color: #e7e7e7;
}
.cid-sJNdYbI5MU P {
  color: #efefef;
}
.cid-sJNewozK4T .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJNewozK4T .display-2 {
  font-size: 2rem;
}
.cid-sJNewozK4T .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sJNewozK4T .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-sJNewozK4T .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sJNewozK4T .dropdown-item:hover {
    color: #0067a4 !important;
  }
  .cid-sJNewozK4T .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-sJNewozK4T.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJNewozK4T.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJNewozK4T.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJNewozK4T.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJNewozK4T.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sJNewozK4T.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJNewozK4T.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sJNewozK4T.collapsed .icons-menu {
    margin: auto;
  }
  .cid-sJNewozK4T .navbar .topLineDivSettings {
    display: none;
  }
  .cid-sJNewozK4T .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
  }
  .cid-sJNewozK4T .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sJNewozK4T .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-sJNewozK4T .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  .cid-sJNewozK4T .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-sJNewozK4T .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJNewozK4T.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJNewozK4T .dropdown-menu {
    top: 0;
  }
  .cid-sJNewozK4T .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJNewozK4T .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJNewozK4T .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-sJNewozK4T .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJNewozK4T ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJNewozK4T .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: #ffffff;
    text-align: center;
  }
  .cid-sJNewozK4T .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJNewozK4T .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJNewozK4T .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-sJNewozK4T .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-sJNewozK4T .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-sJNewozK4T .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-sJNewozK4T .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-sJNewozK4T .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-sJNewozK4T .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-sJNewozK4T .navbar {
  box-shadow: 0 8px 20px 0 rgba(118, 118, 118, 0.1), inset 0 -7px 9px -7px rgba(35, 35, 35, 0.5);
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sJNewozK4T .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
  }
  .cid-sJNewozK4T .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sJNewozK4T .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-sJNewozK4T .navbar.navbar-short .navbar-brand {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  .cid-sJNewozK4T .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(118, 118, 118, 0.1), inset 0 -7px 9px -7px rgba(35, 35, 35, 0.5);
    background: #ffffff;
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sJNewozK4T .navbar .dropdown-item:hover {
    color: #149dcc !important;
    background: #fcfcfc !important;
  }
}
.cid-sJNewozK4T .navbar.opened {
  transition: all .3s;
}
.cid-sJNewozK4T .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-sJNewozK4T .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sJNewozK4T .nav-link:hover {
  color: #0067a4 !important;
  background: none !important;
}
.cid-sJNewozK4T .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
}
.cid-sJNewozK4T .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sJNewozK4T .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-sJNewozK4T .icons-menu {
    min-width: 80px;
    width: 80px;
    display: unset;
    line-height: 1;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sJNewozK4T .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sJNewozK4T .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sJNewozK4T .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJNewozK4T .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-sJNewozK4T .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJNewozK4T .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-sJNewozK4T .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-sJNewozK4T .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJNewozK4T .navbar-caption {
  padding-right: 1rem;
}
.cid-sJNewozK4T .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sJNewozK4T .dropdown-menu,
  .cid-sJNewozK4T .navbar.opened {
    background: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-sJNewozK4T .dropdown-menu,
  .cid-sJNewozK4T .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-sJNewozK4T .nav-item:focus,
.cid-sJNewozK4T .nav-link:focus {
  outline: none;
}
.cid-sJNewozK4T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sJNewozK4T .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJNewozK4T .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-sJNewozK4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJNewozK4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-sJNewozK4T .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-sJNewozK4T .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-sJNewozK4T .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-sJNewozK4T .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sJNewozK4T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJNewozK4T .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-sJNewozK4T .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-sJNewozK4T .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: #ffffff;
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-sJNewozK4T .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #0067a4 !important;
}
.cid-sJNewozK4T .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-sJNewozK4T .navbar-brand {
  min-height: 68px;
  -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;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
.cid-sJNewozK4T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJNewozK4T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJNewozK4T .dropdown-item.active,
.cid-sJNewozK4T .dropdown-item:active {
  background-color: transparent;
}
.cid-sJNewozK4T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-sJNewozK4T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJNewozK4T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJNewozK4T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-sJNewozK4T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJNewozK4T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJNewozK4T ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sJNewozK4T .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-sJNewozK4T .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-sJNewozK4T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJNewozK4T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #149dcc;
}
.cid-sJNewozK4T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJNewozK4T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJNewozK4T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJNewozK4T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJNewozK4T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJNewozK4T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJNewozK4T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJNewozK4T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJNewozK4T .navbar-dropdown {
  padding: .0rem 0rem;
}
.cid-sJNewozK4T a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJNewozK4T .navbar-brand span {
  display: inline-block;
}
.cid-sJNewozK4T .navbar-brand a {
  font-weight: 400;
}
.cid-sJNewozK4T .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #ffffff;
}
.cid-sJNewozK4T .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-sJNewozK4T .btn .mbr-iconfont,
.cid-sJNewozK4T .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-sJNewozK4T .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-sJNewozK4T .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-sJNewozK4T .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-sJNewozK4T .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-sJNewozK4T img {
  width: auto;
}
.cid-sJNewozK4T .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-sJNewozK4T .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sJNewozK4T .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sJNewozK4T a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-sJNewozK4T .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-sJNewozK4T .socicon {
  line-height: inherit;
}
.cid-sJNewozK4T .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-sJNewnWHhu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(149deg, #25aae1 10%, #0067a4 100%) !important;
}
.cid-sJNewpjqRa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0067a4;
}
.cid-sJNewpjqRa .mbr-text,
.cid-sJNewpjqRa blockquote {
  color: #767676;
}
.cid-sJNewpjqRa .mbr-text P {
  text-align: center;
}
.cid-sJNewpjqRa .mbr-text {
  color: #ffffff;
}
#custom-html-b1 {
  background-color: #ffffff;
}
.cid-sJSOLZXiY8 {
  padding-top: 25px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.cid-sJSOLZXiY8 .mbr-section-title {
  margin: 0;
}
.cid-sJSOLZXiY8 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #8d97ad;
}
.cid-sJSOLZXiY8 .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sJSOLZXiY8 .wrapper {
  padding: 1rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sJSOLZXiY8 .card1 {
  background: linear-gradient(45deg, #25aae1, #0067a4);
}
.cid-sJSOLZXiY8 .card2 {
  background: linear-gradient(45deg, #188ef4, #306de8);
}
.cid-sJSOLZXiY8 .card3 {
  background: linear-gradient(45deg, #ff4f7b, #ff695c);
}
.cid-sJSOLZXiY8 .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sJSOLZXiY8 .wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJSOLZXiY8 .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sJSOLZXiY8 .card1 > .mbr-card-title {
  text-align: center;
}
.cid-sJSOLZXiY8 .card1 > .mbr-text,
.cid-sJSOLZXiY8 .card1 > .mbr-section-btn {
  text-align: center;
}
.cid-sJSOLZXiY8 .card1 > .mbr-text,
.cid-sJSOLZXiY8 .card1 > .mbr-section-btn {
  color: #ffffff;
}
#hrblock-block-8e hr {
  margin: 0;
}
.cid-sJQC3qARMF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJQC3qARMF .mbr-text,
.cid-sJQC3qARMF blockquote {
  color: #767676;
}
.cid-sJQC3qARMF .mbr-text P {
  text-align: center;
}
.cid-sJQC3qARMF .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sJQC4Ipugm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJQC4Ipugm .mbr-text,
.cid-sJQC4Ipugm blockquote {
  color: #767676;
}
.cid-sJQC4Ipugm .mbr-text P {
  text-align: center;
}
.cid-sJQC5N3Gry {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJQC5N3Gry .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-sJQC5N3Gry .mbr-author-desc {
  display: block;
}
.cid-sJQC5N3Gry .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
  margin-top: 3rem;
}
.cid-sJQC5N3Gry .mbr-testimonial .panel-item {
  background-color: #0067a4;
}
.cid-sJQC5N3Gry .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-sJQC5N3Gry .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sJQC5N3Gry .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sJQC5N3Gry .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-sJQC5N3Gry .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-sJQC5N3Gry .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sJQC5N3Gry .mbr-text {
  text-align: left;
  color: #efefef;
}
.cid-sJNewqfbxh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJNewpHDng {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #25aae1;
}
.cid-sJNewpHDng .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJNewpHDng .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sJNewtSHN3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #3e3e3e;
  background: linear-gradient(180deg, #3e3e3e, #232323);
}
.cid-sJNewtSHN3 .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-sJNewtSHN3 .mbr-iconfont-social:hover {
  color: #149dcc;
}
.cid-sJNewtSHN3 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sJNewtSHN3 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #149dcc);
  display: inline-block;
}
.cid-sJNewtSHN3 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sJNewtSHN3 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-sJNewtSHN3 .mbr-section-title,
.cid-sJNewtSHN3 .social-list,
.cid-sJNewtSHN3 .underline {
  color: #ffffff;
}
.cid-sJNewu82vn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2c2c2c;
}
.cid-sJNewu82vn .mbr-text,
.cid-sJNewu82vn blockquote {
  color: #767676;
}
.cid-sJNewu82vn .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sJNewu82vn .mbr-text B {
  color: #efefef;
}
.cid-sJNewu82vn .mbr-text P {
  color: #149dcc;
}
.cid-sJNewuhhnr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2c2c2c;
}
.cid-sJNewuhhnr .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJNewuhhnr .mbr-text {
  color: #149dcc;
  text-align: center;
}
.cid-sJNewurZjR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2c2c2c;
}
.cid-sJNewurZjR .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJNewurZjR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sJNewuAtqZ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #2c2c2c;
}
@media (max-width: 767px) {
  .cid-sJNewuAtqZ .content {
    text-align: center;
  }
  .cid-sJNewuAtqZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJNewuAtqZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sJNewuAtqZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJNewuAtqZ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sJNewuAtqZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJNewuAtqZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sJNewuAtqZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-sJNewuAtqZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sJNewuAtqZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJNewuAtqZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJNewuAtqZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJNewuAtqZ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sJNewuAtqZ H5 {
  color: #149dcc;
}
.cid-sJNewuAtqZ .copyright > p {
  color: #e7e7e7;
}
.cid-sJNewuAtqZ P {
  color: #efefef;
}
.cid-sJNf2oVId9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJNf2oVId9 .display-2 {
  font-size: 2rem;
}
.cid-sJNf2oVId9 .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sJNf2oVId9 .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-sJNf2oVId9 .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sJNf2oVId9 .dropdown-item:hover {
    color: #0067a4 !important;
  }
  .cid-sJNf2oVId9 .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-sJNf2oVId9.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJNf2oVId9.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJNf2oVId9.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJNf2oVId9.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJNf2oVId9.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sJNf2oVId9.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJNf2oVId9.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sJNf2oVId9.collapsed .icons-menu {
    margin: auto;
  }
  .cid-sJNf2oVId9 .navbar .topLineDivSettings {
    display: none;
  }
  .cid-sJNf2oVId9 .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
  }
  .cid-sJNf2oVId9 .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sJNf2oVId9 .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-sJNf2oVId9 .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  .cid-sJNf2oVId9 .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-sJNf2oVId9 .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJNf2oVId9.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJNf2oVId9 .dropdown-menu {
    top: 0;
  }
  .cid-sJNf2oVId9 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJNf2oVId9 .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJNf2oVId9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-sJNf2oVId9 .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJNf2oVId9 ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJNf2oVId9 .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: #ffffff;
    text-align: center;
  }
  .cid-sJNf2oVId9 .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJNf2oVId9 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJNf2oVId9 .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-sJNf2oVId9 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-sJNf2oVId9 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-sJNf2oVId9 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-sJNf2oVId9 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-sJNf2oVId9 .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-sJNf2oVId9 .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-sJNf2oVId9 .navbar {
  box-shadow: 0 8px 20px 0 rgba(118, 118, 118, 0.1), inset 0 -7px 9px -7px rgba(35, 35, 35, 0.5);
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sJNf2oVId9 .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
  }
  .cid-sJNf2oVId9 .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sJNf2oVId9 .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-sJNf2oVId9 .navbar.navbar-short .navbar-brand {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  .cid-sJNf2oVId9 .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(118, 118, 118, 0.1), inset 0 -7px 9px -7px rgba(35, 35, 35, 0.5);
    background: #ffffff;
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sJNf2oVId9 .navbar .dropdown-item:hover {
    color: #149dcc !important;
    background: #fcfcfc !important;
  }
}
.cid-sJNf2oVId9 .navbar.opened {
  transition: all .3s;
}
.cid-sJNf2oVId9 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-sJNf2oVId9 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sJNf2oVId9 .nav-link:hover {
  color: #0067a4 !important;
  background: none !important;
}
.cid-sJNf2oVId9 .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
}
.cid-sJNf2oVId9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sJNf2oVId9 .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-sJNf2oVId9 .icons-menu {
    min-width: 80px;
    width: 80px;
    display: unset;
    line-height: 1;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sJNf2oVId9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sJNf2oVId9 .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sJNf2oVId9 .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJNf2oVId9 .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-sJNf2oVId9 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJNf2oVId9 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-sJNf2oVId9 .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-sJNf2oVId9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJNf2oVId9 .navbar-caption {
  padding-right: 1rem;
}
.cid-sJNf2oVId9 .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sJNf2oVId9 .dropdown-menu,
  .cid-sJNf2oVId9 .navbar.opened {
    background: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-sJNf2oVId9 .dropdown-menu,
  .cid-sJNf2oVId9 .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-sJNf2oVId9 .nav-item:focus,
.cid-sJNf2oVId9 .nav-link:focus {
  outline: none;
}
.cid-sJNf2oVId9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sJNf2oVId9 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJNf2oVId9 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-sJNf2oVId9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJNf2oVId9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-sJNf2oVId9 .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-sJNf2oVId9 .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-sJNf2oVId9 .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-sJNf2oVId9 .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sJNf2oVId9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJNf2oVId9 .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-sJNf2oVId9 .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-sJNf2oVId9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: #ffffff;
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-sJNf2oVId9 .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #0067a4 !important;
}
.cid-sJNf2oVId9 .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-sJNf2oVId9 .navbar-brand {
  min-height: 68px;
  -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;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
.cid-sJNf2oVId9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJNf2oVId9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJNf2oVId9 .dropdown-item.active,
.cid-sJNf2oVId9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sJNf2oVId9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-sJNf2oVId9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJNf2oVId9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJNf2oVId9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-sJNf2oVId9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJNf2oVId9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJNf2oVId9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sJNf2oVId9 .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-sJNf2oVId9 .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-sJNf2oVId9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJNf2oVId9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #149dcc;
}
.cid-sJNf2oVId9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJNf2oVId9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJNf2oVId9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJNf2oVId9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJNf2oVId9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJNf2oVId9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJNf2oVId9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJNf2oVId9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJNf2oVId9 .navbar-dropdown {
  padding: .0rem 0rem;
}
.cid-sJNf2oVId9 a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJNf2oVId9 .navbar-brand span {
  display: inline-block;
}
.cid-sJNf2oVId9 .navbar-brand a {
  font-weight: 400;
}
.cid-sJNf2oVId9 .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #ffffff;
}
.cid-sJNf2oVId9 .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-sJNf2oVId9 .btn .mbr-iconfont,
.cid-sJNf2oVId9 .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-sJNf2oVId9 .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-sJNf2oVId9 .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-sJNf2oVId9 .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-sJNf2oVId9 .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-sJNf2oVId9 img {
  width: auto;
}
.cid-sJNf2oVId9 .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-sJNf2oVId9 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sJNf2oVId9 .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sJNf2oVId9 a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-sJNf2oVId9 .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-sJNf2oVId9 .socicon {
  line-height: inherit;
}
.cid-sJNf2oVId9 .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-sJNf2oeSgy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(149deg, #25aae1 10%, #0067a4 100%) !important;
}
.cid-sJNf2quk1q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0067a4;
}
.cid-sJNf2quk1q .mbr-text,
.cid-sJNf2quk1q blockquote {
  color: #767676;
}
.cid-sJNf2quk1q .mbr-text P {
  text-align: center;
}
.cid-sJNf2quk1q .mbr-text {
  color: #ffffff;
}
.cid-sJNf2qCkqw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #25aae1;
}
.cid-sJNf2qCkqw .mbr-text,
.cid-sJNf2qCkqw blockquote {
  color: #767676;
}
.cid-sJNf2qCkqw .mbr-text P {
  text-align: center;
}
.cid-sJNf2qCkqw .mbr-text {
  color: #ffffff;
}
.cid-sJNf2qJNeX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #25aae1;
}
.cid-sJNf2qJNeX .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJNf2qJNeX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sJNf2qR0Sg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJNf2qR0Sg .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJNf2qR0Sg .mbr-text {
  color: #767676;
}
.cid-sJNf2rrwUg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJNf2rFAIG {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-sJNf2rFAIG .image-block {
  margin: auto;
}
.cid-sJNf2rFAIG figcaption {
  position: relative;
}
.cid-sJNf2rFAIG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJNf2rFAIG .image-block {
    width: 100% !important;
  }
}
#hrblock-block-8z hr {
  margin: 0;
}
.cid-sJNf2rXF1j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJNf2rXF1j .mbr-text,
.cid-sJNf2rXF1j blockquote {
  color: #767676;
}
.cid-sJNf2rXF1j .mbr-text {
  text-align: center;
  color: #767676;
}
#hrblock-block-95 hr {
  margin: 0;
}
.cid-sJNf2tFCjG {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-sJNf2tFCjG .mbr-section-title {
  margin: 0;
}
.cid-sJNf2tFCjG .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #8d97ad;
}
.cid-sJNf2tFCjG .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sJNf2tFCjG .wrapper {
  padding: 1rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sJNf2tFCjG .card1 {
  background: linear-gradient(45deg, #25aae1, #0067a4);
}
.cid-sJNf2tFCjG .card2 {
  background: linear-gradient(45deg, #188ef4, #306de8);
}
.cid-sJNf2tFCjG .card3 {
  background: linear-gradient(45deg, #ff4f7b, #ff695c);
}
.cid-sJNf2tFCjG .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sJNf2tFCjG .wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJNf2tFCjG .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sJNf2tFCjG .card1 > .mbr-card-title {
  text-align: center;
}
.cid-sJNf2tFCjG .card1 > .mbr-text,
.cid-sJNf2tFCjG .card1 > .mbr-section-btn {
  text-align: center;
}
.cid-sJNf2tFCjG .card1 > .mbr-text,
.cid-sJNf2tFCjG .card1 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sJNf2tT2rG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-sJNf2tT2rG .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-sJNf2tT2rG .card-img {
  padding-bottom: 1rem;
}
.cid-sJNf2tT2rG .mbr-text {
  color: #767676;
}
.cid-sJNf2tT2rG span {
  font-size: 14px;
  color: #ffffff;
}
.cid-sJNf2tT2rG .mbr-section-btn {
  margin-left: 0;
}
.cid-sJNf2tT2rG .date span {
  display: inline-block;
  background-color: #149dcc;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sJNf2tT2rG .card-title {
    text-align: center;
  }
  .cid-sJNf2tT2rG p.mbr-text,
  .cid-sJNf2tT2rG p.date {
    text-align: center;
  }
}
.cid-sJNf2tT2rG .card-title,
.cid-sJNf2tT2rG .card-img {
  text-align: center;
  color: #4b4b4b;
}
.cid-sJNf2uP1EL {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #3e3e3e;
  background: linear-gradient(180deg, #3e3e3e, #232323);
}
.cid-sJNf2uP1EL .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-sJNf2uP1EL .mbr-iconfont-social:hover {
  color: #149dcc;
}
.cid-sJNf2uP1EL .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sJNf2uP1EL .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #149dcc);
  display: inline-block;
}
.cid-sJNf2uP1EL .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sJNf2uP1EL .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-sJNf2uP1EL .mbr-section-title,
.cid-sJNf2uP1EL .social-list,
.cid-sJNf2uP1EL .underline {
  color: #ffffff;
}
.cid-sJNf2v5dFn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2c2c2c;
}
.cid-sJNf2v5dFn .mbr-text,
.cid-sJNf2v5dFn blockquote {
  color: #767676;
}
.cid-sJNf2v5dFn .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sJNf2v5dFn .mbr-text B {
  color: #efefef;
}
.cid-sJNf2v5dFn .mbr-text P {
  color: #149dcc;
}
.cid-sJNf2vdRgJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2c2c2c;
}
.cid-sJNf2vdRgJ .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJNf2vdRgJ .mbr-text {
  color: #149dcc;
  text-align: center;
}
.cid-sJNf2vnsoE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2c2c2c;
}
.cid-sJNf2vnsoE .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJNf2vnsoE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sJNf2vyoDz {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #2c2c2c;
}
@media (max-width: 767px) {
  .cid-sJNf2vyoDz .content {
    text-align: center;
  }
  .cid-sJNf2vyoDz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJNf2vyoDz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sJNf2vyoDz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJNf2vyoDz .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sJNf2vyoDz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJNf2vyoDz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sJNf2vyoDz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-sJNf2vyoDz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sJNf2vyoDz .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJNf2vyoDz .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJNf2vyoDz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJNf2vyoDz .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sJNf2vyoDz H5 {
  color: #149dcc;
}
.cid-sJNf2vyoDz .copyright > p {
  color: #e7e7e7;
}
.cid-sJNf2vyoDz P {
  color: #efefef;
}
.cid-sJNfwLqwoV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJNfwLqwoV .display-2 {
  font-size: 2rem;
}
.cid-sJNfwLqwoV .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sJNfwLqwoV .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-sJNfwLqwoV .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sJNfwLqwoV .dropdown-item:hover {
    color: #0067a4 !important;
  }
  .cid-sJNfwLqwoV .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-sJNfwLqwoV.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJNfwLqwoV.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJNfwLqwoV.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJNfwLqwoV.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJNfwLqwoV.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sJNfwLqwoV.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJNfwLqwoV.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sJNfwLqwoV.collapsed .icons-menu {
    margin: auto;
  }
  .cid-sJNfwLqwoV .navbar .topLineDivSettings {
    display: none;
  }
  .cid-sJNfwLqwoV .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
  }
  .cid-sJNfwLqwoV .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sJNfwLqwoV .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-sJNfwLqwoV .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  .cid-sJNfwLqwoV .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-sJNfwLqwoV .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJNfwLqwoV.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJNfwLqwoV .dropdown-menu {
    top: 0;
  }
  .cid-sJNfwLqwoV .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJNfwLqwoV .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJNfwLqwoV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-sJNfwLqwoV .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJNfwLqwoV ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJNfwLqwoV .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: #ffffff;
    text-align: center;
  }
  .cid-sJNfwLqwoV .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJNfwLqwoV .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJNfwLqwoV .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-sJNfwLqwoV .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-sJNfwLqwoV .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-sJNfwLqwoV .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-sJNfwLqwoV .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-sJNfwLqwoV .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-sJNfwLqwoV .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-sJNfwLqwoV .navbar {
  box-shadow: 0 8px 20px 0 rgba(118, 118, 118, 0.1), inset 0 -7px 9px -7px rgba(35, 35, 35, 0.5);
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sJNfwLqwoV .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
  }
  .cid-sJNfwLqwoV .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sJNfwLqwoV .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-sJNfwLqwoV .navbar.navbar-short .navbar-brand {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  .cid-sJNfwLqwoV .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(118, 118, 118, 0.1), inset 0 -7px 9px -7px rgba(35, 35, 35, 0.5);
    background: #ffffff;
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sJNfwLqwoV .navbar .dropdown-item:hover {
    color: #149dcc !important;
    background: #fcfcfc !important;
  }
}
.cid-sJNfwLqwoV .navbar.opened {
  transition: all .3s;
}
.cid-sJNfwLqwoV .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-sJNfwLqwoV .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sJNfwLqwoV .nav-link:hover {
  color: #0067a4 !important;
  background: none !important;
}
.cid-sJNfwLqwoV .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
}
.cid-sJNfwLqwoV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sJNfwLqwoV .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-sJNfwLqwoV .icons-menu {
    min-width: 80px;
    width: 80px;
    display: unset;
    line-height: 1;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sJNfwLqwoV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sJNfwLqwoV .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sJNfwLqwoV .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJNfwLqwoV .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-sJNfwLqwoV .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJNfwLqwoV .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-sJNfwLqwoV .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-sJNfwLqwoV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJNfwLqwoV .navbar-caption {
  padding-right: 1rem;
}
.cid-sJNfwLqwoV .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sJNfwLqwoV .dropdown-menu,
  .cid-sJNfwLqwoV .navbar.opened {
    background: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-sJNfwLqwoV .dropdown-menu,
  .cid-sJNfwLqwoV .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-sJNfwLqwoV .nav-item:focus,
.cid-sJNfwLqwoV .nav-link:focus {
  outline: none;
}
.cid-sJNfwLqwoV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sJNfwLqwoV .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJNfwLqwoV .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-sJNfwLqwoV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJNfwLqwoV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-sJNfwLqwoV .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-sJNfwLqwoV .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-sJNfwLqwoV .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-sJNfwLqwoV .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sJNfwLqwoV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJNfwLqwoV .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-sJNfwLqwoV .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-sJNfwLqwoV .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: #ffffff;
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-sJNfwLqwoV .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #0067a4 !important;
}
.cid-sJNfwLqwoV .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-sJNfwLqwoV .navbar-brand {
  min-height: 68px;
  -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;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
.cid-sJNfwLqwoV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJNfwLqwoV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJNfwLqwoV .dropdown-item.active,
.cid-sJNfwLqwoV .dropdown-item:active {
  background-color: transparent;
}
.cid-sJNfwLqwoV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-sJNfwLqwoV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJNfwLqwoV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJNfwLqwoV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-sJNfwLqwoV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJNfwLqwoV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJNfwLqwoV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sJNfwLqwoV .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-sJNfwLqwoV .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-sJNfwLqwoV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJNfwLqwoV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #149dcc;
}
.cid-sJNfwLqwoV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJNfwLqwoV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJNfwLqwoV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJNfwLqwoV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJNfwLqwoV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJNfwLqwoV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJNfwLqwoV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJNfwLqwoV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJNfwLqwoV .navbar-dropdown {
  padding: .0rem 0rem;
}
.cid-sJNfwLqwoV a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJNfwLqwoV .navbar-brand span {
  display: inline-block;
}
.cid-sJNfwLqwoV .navbar-brand a {
  font-weight: 400;
}
.cid-sJNfwLqwoV .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #ffffff;
}
.cid-sJNfwLqwoV .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-sJNfwLqwoV .btn .mbr-iconfont,
.cid-sJNfwLqwoV .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-sJNfwLqwoV .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-sJNfwLqwoV .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-sJNfwLqwoV .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-sJNfwLqwoV .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-sJNfwLqwoV img {
  width: auto;
}
.cid-sJNfwLqwoV .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-sJNfwLqwoV .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sJNfwLqwoV .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sJNfwLqwoV a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-sJNfwLqwoV .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-sJNfwLqwoV .socicon {
  line-height: inherit;
}
.cid-sJNfwLqwoV .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-sJNfwKzOpE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(149deg, #25aae1 10%, #0067a4 100%) !important;
}
.cid-sJNfwMLSUZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0067a4;
}
.cid-sJNfwMLSUZ .mbr-text,
.cid-sJNfwMLSUZ blockquote {
  color: #767676;
}
.cid-sJNfwMLSUZ .mbr-text P {
  text-align: center;
}
.cid-sJNfwMLSUZ .mbr-text {
  color: #ffffff;
}
.cid-sJNfwNOWAL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJQyJ6Mzvl {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f4f4f4;
}
.cid-sJQyJ6Mzvl .mbr-section-title {
  margin: 0;
}
.cid-sJQyJ6Mzvl .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #8d97ad;
}
.cid-sJQyJ6Mzvl .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sJQyJ6Mzvl .wrapper {
  padding: 1rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sJQyJ6Mzvl .card1 {
  background: linear-gradient(45deg, #25aae1, #0067a4);
}
.cid-sJQyJ6Mzvl .card2 {
  background: linear-gradient(45deg, #188ef4, #306de8);
}
.cid-sJQyJ6Mzvl .card3 {
  background: linear-gradient(45deg, #ff4f7b, #ff695c);
}
.cid-sJQyJ6Mzvl .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sJQyJ6Mzvl .wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJQyJ6Mzvl .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sJQyJ6Mzvl .card1 > .mbr-card-title {
  text-align: center;
}
.cid-sJQyJ6Mzvl .card1 > .mbr-text,
.cid-sJQyJ6Mzvl .card1 > .mbr-section-btn {
  text-align: center;
}
.cid-sJQyJ6Mzvl .card1 > .mbr-text,
.cid-sJQyJ6Mzvl .card1 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sJNfwRIIWu {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #3e3e3e;
  background: linear-gradient(180deg, #3e3e3e, #232323);
}
.cid-sJNfwRIIWu .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-sJNfwRIIWu .mbr-iconfont-social:hover {
  color: #149dcc;
}
.cid-sJNfwRIIWu .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sJNfwRIIWu .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #149dcc);
  display: inline-block;
}
.cid-sJNfwRIIWu .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sJNfwRIIWu .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-sJNfwRIIWu .mbr-section-title,
.cid-sJNfwRIIWu .social-list,
.cid-sJNfwRIIWu .underline {
  color: #ffffff;
}
.cid-sJNfwSf0WX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2c2c2c;
}
.cid-sJNfwSf0WX .mbr-text,
.cid-sJNfwSf0WX blockquote {
  color: #767676;
}
.cid-sJNfwSf0WX .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sJNfwSf0WX .mbr-text B {
  color: #efefef;
}
.cid-sJNfwSf0WX .mbr-text P {
  color: #149dcc;
}
.cid-sJNfwSqfXm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2c2c2c;
}
.cid-sJNfwSqfXm .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJNfwSqfXm .mbr-text {
  color: #149dcc;
  text-align: center;
}
.cid-sJNfwSEjEv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2c2c2c;
}
.cid-sJNfwSEjEv .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJNfwSEjEv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sJNfwSOcJI {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #2c2c2c;
}
@media (max-width: 767px) {
  .cid-sJNfwSOcJI .content {
    text-align: center;
  }
  .cid-sJNfwSOcJI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJNfwSOcJI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sJNfwSOcJI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJNfwSOcJI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sJNfwSOcJI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJNfwSOcJI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sJNfwSOcJI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-sJNfwSOcJI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sJNfwSOcJI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJNfwSOcJI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJNfwSOcJI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJNfwSOcJI .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sJNfwSOcJI H5 {
  color: #149dcc;
}
.cid-sJNfwSOcJI .copyright > p {
  color: #e7e7e7;
}
.cid-sJNfwSOcJI P {
  color: #efefef;
}
.cid-sJNfQbnKKY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJNfQbnKKY .display-2 {
  font-size: 2rem;
}
.cid-sJNfQbnKKY .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sJNfQbnKKY .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-sJNfQbnKKY .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sJNfQbnKKY .dropdown-item:hover {
    color: #0067a4 !important;
  }
  .cid-sJNfQbnKKY .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-sJNfQbnKKY.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJNfQbnKKY.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJNfQbnKKY.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJNfQbnKKY.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJNfQbnKKY.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sJNfQbnKKY.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJNfQbnKKY.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sJNfQbnKKY.collapsed .icons-menu {
    margin: auto;
  }
  .cid-sJNfQbnKKY .navbar .topLineDivSettings {
    display: none;
  }
  .cid-sJNfQbnKKY .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
  }
  .cid-sJNfQbnKKY .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sJNfQbnKKY .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-sJNfQbnKKY .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  .cid-sJNfQbnKKY .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-sJNfQbnKKY .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJNfQbnKKY.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJNfQbnKKY .dropdown-menu {
    top: 0;
  }
  .cid-sJNfQbnKKY .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJNfQbnKKY .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJNfQbnKKY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-sJNfQbnKKY .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJNfQbnKKY ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJNfQbnKKY .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: #ffffff;
    text-align: center;
  }
  .cid-sJNfQbnKKY .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJNfQbnKKY .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJNfQbnKKY .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-sJNfQbnKKY .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-sJNfQbnKKY .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-sJNfQbnKKY .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-sJNfQbnKKY .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-sJNfQbnKKY .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-sJNfQbnKKY .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-sJNfQbnKKY .navbar {
  box-shadow: 0 8px 20px 0 rgba(118, 118, 118, 0.1), inset 0 -7px 9px -7px rgba(35, 35, 35, 0.5);
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sJNfQbnKKY .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
  }
  .cid-sJNfQbnKKY .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sJNfQbnKKY .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-sJNfQbnKKY .navbar.navbar-short .navbar-brand {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  .cid-sJNfQbnKKY .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(118, 118, 118, 0.1), inset 0 -7px 9px -7px rgba(35, 35, 35, 0.5);
    background: #ffffff;
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sJNfQbnKKY .navbar .dropdown-item:hover {
    color: #149dcc !important;
    background: #fcfcfc !important;
  }
}
.cid-sJNfQbnKKY .navbar.opened {
  transition: all .3s;
}
.cid-sJNfQbnKKY .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-sJNfQbnKKY .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sJNfQbnKKY .nav-link:hover {
  color: #0067a4 !important;
  background: none !important;
}
.cid-sJNfQbnKKY .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
}
.cid-sJNfQbnKKY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sJNfQbnKKY .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-sJNfQbnKKY .icons-menu {
    min-width: 80px;
    width: 80px;
    display: unset;
    line-height: 1;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sJNfQbnKKY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sJNfQbnKKY .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sJNfQbnKKY .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJNfQbnKKY .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-sJNfQbnKKY .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJNfQbnKKY .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-sJNfQbnKKY .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-sJNfQbnKKY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJNfQbnKKY .navbar-caption {
  padding-right: 1rem;
}
.cid-sJNfQbnKKY .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sJNfQbnKKY .dropdown-menu,
  .cid-sJNfQbnKKY .navbar.opened {
    background: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-sJNfQbnKKY .dropdown-menu,
  .cid-sJNfQbnKKY .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-sJNfQbnKKY .nav-item:focus,
.cid-sJNfQbnKKY .nav-link:focus {
  outline: none;
}
.cid-sJNfQbnKKY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sJNfQbnKKY .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJNfQbnKKY .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-sJNfQbnKKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJNfQbnKKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-sJNfQbnKKY .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-sJNfQbnKKY .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-sJNfQbnKKY .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-sJNfQbnKKY .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sJNfQbnKKY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJNfQbnKKY .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-sJNfQbnKKY .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-sJNfQbnKKY .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: #ffffff;
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-sJNfQbnKKY .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #0067a4 !important;
}
.cid-sJNfQbnKKY .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-sJNfQbnKKY .navbar-brand {
  min-height: 68px;
  -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;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
.cid-sJNfQbnKKY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJNfQbnKKY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJNfQbnKKY .dropdown-item.active,
.cid-sJNfQbnKKY .dropdown-item:active {
  background-color: transparent;
}
.cid-sJNfQbnKKY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-sJNfQbnKKY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJNfQbnKKY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJNfQbnKKY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-sJNfQbnKKY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJNfQbnKKY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJNfQbnKKY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sJNfQbnKKY .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-sJNfQbnKKY .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-sJNfQbnKKY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJNfQbnKKY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #149dcc;
}
.cid-sJNfQbnKKY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJNfQbnKKY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJNfQbnKKY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJNfQbnKKY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJNfQbnKKY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJNfQbnKKY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJNfQbnKKY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJNfQbnKKY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJNfQbnKKY .navbar-dropdown {
  padding: .0rem 0rem;
}
.cid-sJNfQbnKKY a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJNfQbnKKY .navbar-brand span {
  display: inline-block;
}
.cid-sJNfQbnKKY .navbar-brand a {
  font-weight: 400;
}
.cid-sJNfQbnKKY .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #ffffff;
}
.cid-sJNfQbnKKY .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-sJNfQbnKKY .btn .mbr-iconfont,
.cid-sJNfQbnKKY .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-sJNfQbnKKY .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-sJNfQbnKKY .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-sJNfQbnKKY .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-sJNfQbnKKY .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-sJNfQbnKKY img {
  width: auto;
}
.cid-sJNfQbnKKY .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-sJNfQbnKKY .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sJNfQbnKKY .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sJNfQbnKKY a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-sJNfQbnKKY .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-sJNfQbnKKY .socicon {
  line-height: inherit;
}
.cid-sJNfQbnKKY .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-sJNfQ9KTl0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(149deg, #25aae1 10%, #0067a4 100%) !important;
}
.cid-sJNfQctdUd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0067a4;
}
.cid-sJNfQctdUd .mbr-text,
.cid-sJNfQctdUd blockquote {
  color: #767676;
}
.cid-sJNfQctdUd .mbr-text P {
  text-align: center;
}
.cid-sJNfQctdUd .mbr-text {
  color: #ffffff;
}
.cid-sJNfQdeYOp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJNfQfoNWX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJNfQfoNWX .showAlerts {
  display: block !important;
}
.cid-sJNfQfoNWX .rowflexrev {
  display: -webkit-flex;
}
.cid-sJNfQfoNWX .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sJNfQfoNWX .title {
  margin-bottom: 2rem;
}
.cid-sJNfQfoNWX .mbr-section-subtitle {
  color: #767676;
}
.cid-sJNfQfoNWX textarea.form-control {
  min-height: 188px;
}
.cid-sJNfQfoNWX LABEL {
  color: #232323;
}
.cid-sJNfQfoNWX .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sJNfQfoNWX .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sJNfQfoNWX .mbr-section-autorespond {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sJNfQfoNWX .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sJNfQfoNWX .alert {
  margin-bottom: 0;
}
.cid-sJNfQfoNWX .alert-success {
  background-color: #70c770;
}
.cid-sJNfQfoNWX .alert-danger {
  background-color: #ff4a52;
}
.cid-sJNfQfoNWX .btn {
  display: inline-flex;
}
.cid-sJNfQfoNWX .hidden {
  display: none;
}
.cid-sJNfQfoNWX .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-sJNfQfoNWX .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-sJNfQfoNWX .uploadBtn {
  padding-top: 17.5px;
}
.cid-sJNfQfoNWX H2 {
  color: #414141;
}
#hrblock-block-an hr {
  margin: 0;
}
.cid-sJNfQg16zQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJNfQg16zQ .mbr-text,
.cid-sJNfQg16zQ blockquote {
  color: #767676;
}
.cid-sJNfQg16zQ .mbr-text P {
  text-align: center;
}
.cid-sJNfQg16zQ .mbr-text {
  color: #aaaaaa;
}
.cid-sJQuZUHsjM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJQuZUHsjM .google-map {
  height: 25rem;
  position: relative;
}
.cid-sJQuZUHsjM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sJQuZUHsjM .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sJQuZUHsjM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sJQuZUHsjM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sJNfQcJvLN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #25aae1;
}
.cid-sJNfQcJvLN .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJNfQcJvLN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sJNfQh78OT {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #25aae1;
  background: linear-gradient(90deg, #25aae1, #0067a4);
}
.cid-sJNfQh78OT .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sJNfQh78OT p {
  display: inline;
  font-size: 20px;
  color: #FFD100;
}
.cid-sJNfQh78OT .marquee-rtl {
  width: 87%;
  max-width: 100%;
  overflow: hidden;
}
.cid-sJNfQh78OT .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 32s infinite linear;
  animation-iteration-count: 100;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-sJNfQh78OT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sJNfQh78OT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sJNfQhl3ev {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #3e3e3e;
  background: linear-gradient(180deg, #3e3e3e, #232323);
}
.cid-sJNfQhl3ev .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-sJNfQhl3ev .mbr-iconfont-social:hover {
  color: #149dcc;
}
.cid-sJNfQhl3ev .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sJNfQhl3ev .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #149dcc);
  display: inline-block;
}
.cid-sJNfQhl3ev .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sJNfQhl3ev .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-sJNfQhl3ev .mbr-section-title,
.cid-sJNfQhl3ev .social-list,
.cid-sJNfQhl3ev .underline {
  color: #ffffff;
}
.cid-sJNfQhz1iV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2c2c2c;
}
.cid-sJNfQhz1iV .mbr-text,
.cid-sJNfQhz1iV blockquote {
  color: #767676;
}
.cid-sJNfQhz1iV .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sJNfQhz1iV .mbr-text B {
  color: #efefef;
}
.cid-sJNfQhz1iV .mbr-text P {
  color: #149dcc;
}
.cid-sJNfQhISLX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2c2c2c;
}
.cid-sJNfQhISLX .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJNfQhISLX .mbr-text {
  color: #149dcc;
  text-align: center;
}
.cid-sJNfQhSk7Z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2c2c2c;
}
.cid-sJNfQhSk7Z .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJNfQhSk7Z .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sJNfQi2WIR {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #2c2c2c;
}
@media (max-width: 767px) {
  .cid-sJNfQi2WIR .content {
    text-align: center;
  }
  .cid-sJNfQi2WIR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJNfQi2WIR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sJNfQi2WIR .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJNfQi2WIR .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sJNfQi2WIR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJNfQi2WIR .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sJNfQi2WIR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-sJNfQi2WIR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sJNfQi2WIR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJNfQi2WIR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJNfQi2WIR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJNfQi2WIR .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sJNfQi2WIR H5 {
  color: #149dcc;
}
.cid-sJNfQi2WIR .copyright > p {
  color: #e7e7e7;
}
.cid-sJNfQi2WIR P {
  color: #efefef;
}
.cid-sJShrqEwHw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJShrqEwHw .display-2 {
  font-size: 2rem;
}
.cid-sJShrqEwHw .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sJShrqEwHw .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-sJShrqEwHw .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sJShrqEwHw .dropdown-item:hover {
    color: #0067a4 !important;
  }
  .cid-sJShrqEwHw .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-sJShrqEwHw.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJShrqEwHw.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJShrqEwHw.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJShrqEwHw.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJShrqEwHw.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sJShrqEwHw.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJShrqEwHw.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sJShrqEwHw.collapsed .icons-menu {
    margin: auto;
  }
  .cid-sJShrqEwHw .navbar .topLineDivSettings {
    display: none;
  }
  .cid-sJShrqEwHw .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
  }
  .cid-sJShrqEwHw .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sJShrqEwHw .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-sJShrqEwHw .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  .cid-sJShrqEwHw .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-sJShrqEwHw .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJShrqEwHw.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJShrqEwHw .dropdown-menu {
    top: 0;
  }
  .cid-sJShrqEwHw .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJShrqEwHw .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJShrqEwHw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-sJShrqEwHw .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJShrqEwHw ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJShrqEwHw .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: #ffffff;
    text-align: center;
  }
  .cid-sJShrqEwHw .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJShrqEwHw .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJShrqEwHw .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-sJShrqEwHw .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-sJShrqEwHw .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-sJShrqEwHw .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-sJShrqEwHw .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-sJShrqEwHw .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-sJShrqEwHw .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-sJShrqEwHw .navbar {
  box-shadow: 0 8px 20px 0 rgba(118, 118, 118, 0.1), inset 0 -7px 9px -7px rgba(35, 35, 35, 0.5);
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sJShrqEwHw .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
  }
  .cid-sJShrqEwHw .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-sJShrqEwHw .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-sJShrqEwHw .navbar.navbar-short .navbar-brand {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  .cid-sJShrqEwHw .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(118, 118, 118, 0.1), inset 0 -7px 9px -7px rgba(35, 35, 35, 0.5);
    background: #ffffff;
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sJShrqEwHw .navbar .dropdown-item:hover {
    color: #149dcc !important;
    background: #fcfcfc !important;
  }
}
.cid-sJShrqEwHw .navbar.opened {
  transition: all .3s;
}
.cid-sJShrqEwHw .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-sJShrqEwHw .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sJShrqEwHw .nav-link:hover {
  color: #0067a4 !important;
  background: none !important;
}
.cid-sJShrqEwHw .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
}
.cid-sJShrqEwHw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sJShrqEwHw .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-sJShrqEwHw .icons-menu {
    min-width: 80px;
    width: 80px;
    display: unset;
    line-height: 1;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sJShrqEwHw .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sJShrqEwHw .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sJShrqEwHw .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJShrqEwHw .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-sJShrqEwHw .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJShrqEwHw .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-sJShrqEwHw .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-sJShrqEwHw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJShrqEwHw .navbar-caption {
  padding-right: 1rem;
}
.cid-sJShrqEwHw .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sJShrqEwHw .dropdown-menu,
  .cid-sJShrqEwHw .navbar.opened {
    background: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-sJShrqEwHw .dropdown-menu,
  .cid-sJShrqEwHw .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-sJShrqEwHw .nav-item:focus,
.cid-sJShrqEwHw .nav-link:focus {
  outline: none;
}
.cid-sJShrqEwHw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sJShrqEwHw .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJShrqEwHw .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-sJShrqEwHw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJShrqEwHw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-sJShrqEwHw .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-sJShrqEwHw .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-sJShrqEwHw .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-sJShrqEwHw .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sJShrqEwHw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJShrqEwHw .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-sJShrqEwHw .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-sJShrqEwHw .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: #ffffff;
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-sJShrqEwHw .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #0067a4 !important;
}
.cid-sJShrqEwHw .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-sJShrqEwHw .navbar-brand {
  min-height: 68px;
  -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;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
.cid-sJShrqEwHw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJShrqEwHw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJShrqEwHw .dropdown-item.active,
.cid-sJShrqEwHw .dropdown-item:active {
  background-color: transparent;
}
.cid-sJShrqEwHw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-sJShrqEwHw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJShrqEwHw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJShrqEwHw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-sJShrqEwHw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJShrqEwHw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJShrqEwHw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sJShrqEwHw .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-sJShrqEwHw .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-sJShrqEwHw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJShrqEwHw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #149dcc;
}
.cid-sJShrqEwHw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJShrqEwHw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJShrqEwHw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJShrqEwHw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJShrqEwHw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJShrqEwHw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJShrqEwHw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJShrqEwHw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJShrqEwHw .navbar-dropdown {
  padding: .0rem 0rem;
}
.cid-sJShrqEwHw a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJShrqEwHw .navbar-brand span {
  display: inline-block;
}
.cid-sJShrqEwHw .navbar-brand a {
  font-weight: 400;
}
.cid-sJShrqEwHw .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #ffffff;
}
.cid-sJShrqEwHw .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-sJShrqEwHw .btn .mbr-iconfont,
.cid-sJShrqEwHw .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-sJShrqEwHw .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-sJShrqEwHw .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-sJShrqEwHw .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-sJShrqEwHw .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-sJShrqEwHw img {
  width: auto;
}
.cid-sJShrqEwHw .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-sJShrqEwHw .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sJShrqEwHw .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sJShrqEwHw a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-sJShrqEwHw .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-sJShrqEwHw .socicon {
  line-height: inherit;
}
.cid-sJShrqEwHw .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-sJShrqi4GH {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(149deg, #25aae1 10%, #0067a4 100%) !important;
}
.cid-sJShrrg2RS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0067a4;
}
.cid-sJShrrg2RS .mbr-text,
.cid-sJShrrg2RS blockquote {
  color: #767676;
}
.cid-sJShrrg2RS .mbr-text P {
  text-align: center;
}
.cid-sJShrrg2RS .mbr-text {
  color: #ffffff;
}
.cid-sJSiaH1m0M {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJSiaH1m0M .mbr-text,
.cid-sJSiaH1m0M blockquote {
  color: #767676;
}
.cid-sJShrrrKN6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJShrrBtap {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f4f4f4;
}
.cid-sJShrrBtap .mbr-section-title {
  margin: 0;
}
.cid-sJShrrBtap .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #8d97ad;
}
.cid-sJShrrBtap .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sJShrrBtap .wrapper {
  padding: 1rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sJShrrBtap .card1 {
  background: linear-gradient(45deg, #25aae1, #0067a4);
}
.cid-sJShrrBtap .card2 {
  background: linear-gradient(45deg, #188ef4, #306de8);
}
.cid-sJShrrBtap .card3 {
  background: linear-gradient(45deg, #ff4f7b, #ff695c);
}
.cid-sJShrrBtap .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sJShrrBtap .wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJShrrBtap .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sJShrrBtap .card1 > .mbr-card-title {
  text-align: center;
}
.cid-sJShrrBtap .card1 > .mbr-text,
.cid-sJShrrBtap .card1 > .mbr-section-btn {
  text-align: center;
}
.cid-sJShrrBtap .card1 > .mbr-text,
.cid-sJShrrBtap .card1 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sJShrrMl2j {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #3e3e3e;
  background: linear-gradient(180deg, #3e3e3e, #232323);
}
.cid-sJShrrMl2j .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-sJShrrMl2j .mbr-iconfont-social:hover {
  color: #149dcc;
}
.cid-sJShrrMl2j .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sJShrrMl2j .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #149dcc);
  display: inline-block;
}
.cid-sJShrrMl2j .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sJShrrMl2j .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-sJShrrMl2j .mbr-section-title,
.cid-sJShrrMl2j .social-list,
.cid-sJShrrMl2j .underline {
  color: #ffffff;
}
.cid-sJShrrYAtv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2c2c2c;
}
.cid-sJShrrYAtv .mbr-text,
.cid-sJShrrYAtv blockquote {
  color: #767676;
}
.cid-sJShrrYAtv .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sJShrrYAtv .mbr-text B {
  color: #efefef;
}
.cid-sJShrrYAtv .mbr-text P {
  color: #149dcc;
}
.cid-sJShrs4SQD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2c2c2c;
}
.cid-sJShrs4SQD .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJShrs4SQD .mbr-text {
  color: #149dcc;
  text-align: center;
}
.cid-sJShrsb9zL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2c2c2c;
}
.cid-sJShrsb9zL .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
.cid-sJShrsb9zL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sJShrsiPsR {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #2c2c2c;
}
@media (max-width: 767px) {
  .cid-sJShrsiPsR .content {
    text-align: center;
  }
  .cid-sJShrsiPsR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJShrsiPsR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sJShrsiPsR .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJShrsiPsR .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sJShrsiPsR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sJShrsiPsR .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sJShrsiPsR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-sJShrsiPsR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sJShrsiPsR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJShrsiPsR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJShrsiPsR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJShrsiPsR .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sJShrsiPsR H5 {
  color: #149dcc;
}
.cid-sJShrsiPsR .copyright > p {
  color: #e7e7e7;
}
.cid-sJShrsiPsR P {
  color: #efefef;
}
