@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i);





body {
  font-family: Poppins;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #7ab2e1 !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #7ab2e1 !important;
  border-color: #7ab2e1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #7ab2e1 !important;
  border-color: #7ab2e1 !important;
}
.btn-primary:before {
  background-color: #3c8ed3 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3c8ed3 !important;
  border-color: #3c8ed3 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-secondary:before {
  background-color: #eb3934 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3934 !important;
  border-color: #eb3934 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-info:before {
  background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
  color: #aaac12 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #aaac12 !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-warning:before {
  background-color: #f0f27f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aaac12 !important;
  background-color: #f0f27f !important;
  border-color: #f0f27f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #2d81c8;
  color: #2d81c8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #7ab2e1;
}
.btn-primary-outline:before {
  background-color: #7ab2e1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7ab2e1 !important;
  border-color: #7ab2e1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e9221d;
  color: #e9221d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #f27d7a;
}
.btn-secondary-outline:before {
  background-color: #f27d7a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-info-outline:before {
  background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #edf067;
  color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #aaac12;
  border-color: #f8f9c4;
}
.btn-warning-outline:before {
  background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #7ab2e1;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #7ab2e1 !important;
}
.text-secondary {
  color: #f27d7a !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2d81c8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9221d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edf067 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #7237a2;
}
.alert-warning {
  background-color: #f8f9c4;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7ab2e1;
  border-color: #7ab2e1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #7ab2e1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b083d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
  font-weight: 300;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.696rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #7ab2e1;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #7ab2e1;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #7ab2e1;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #7ab2e1;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #7ab2e1;
}
/* Headers*/
/* Content */
.content11 .counter-container div .counter {
  background: #7ab2e1;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.display-7 {
  font-weight: 300;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-qM0KIIFP30 .navbar {
  padding: .5rem 0;
  background: #242424;
  transition: none;
  min-height: 50px;
}
.cid-qM0KIIFP30 .navbar-dropdown.bg-color.transparent.opened {
  background: #242424;
}
.cid-qM0KIIFP30 a {
  font-style: normal;
}
.cid-qM0KIIFP30 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qM0KIIFP30 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-qM0KIIFP30 .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;
  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-qM0KIIFP30 .content-text {
  margin-bottom: 0;
}
.cid-qM0KIIFP30 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qM0KIIFP30 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7ab2e1;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qM0KIIFP30 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-qM0KIIFP30 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qM0KIIFP30 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-qM0KIIFP30 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qM0KIIFP30 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qM0KIIFP30 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qM0KIIFP30 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qM0KIIFP30 .nav-dropdown .link {
  font-weight: 400;
}
.cid-qM0KIIFP30 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qM0KIIFP30 .content-right-side {
  text-align: center;
}
.cid-qM0KIIFP30 .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-qM0KIIFP30 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qM0KIIFP30 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-qM0KIIFP30 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-qM0KIIFP30 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-qM0KIIFP30 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-qM0KIIFP30 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-qM0KIIFP30 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-qM0KIIFP30 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-qM0KIIFP30 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-qM0KIIFP30 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-qM0KIIFP30 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-qM0KIIFP30 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-qM0KIIFP30 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-qM0KIIFP30 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qM0KIIFP30 .navbar {
    display: block;
    padding: 0;
  }
  .cid-qM0KIIFP30 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qM0KIIFP30 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-qM0KIIFP30 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qM0KIIFP30 .navbar-toggler {
    display: none;
  }
  .cid-qM0KIIFP30 .navbar-collapse {
    justify-content: center;
  }
}
.cid-qM0KIIFP30 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-qM0KIIFP30 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qM0KIIFP30 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qM0KIIFP30 .menu-logo {
  margin-right: auto;
}
.cid-qM0KIIFP30 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qM0KIIFP30 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qM0KIIFP30 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qM0KIIFP30 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qM0KIIFP30 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qM0KIIFP30 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qM0KIIFP30 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-qM0KIIFP30 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qM0KIIFP30 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qM0KIIFP30 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qM0KIIFP30 .dropdown .dropdown-menu {
  background: #242424;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qM0KIIFP30 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qM0KIIFP30 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qM0KIIFP30 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qM0KIIFP30 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qM0KIIFP30 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qM0KIIFP30 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qM0KIIFP30 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qM0KIIFP30 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qM0KIIFP30 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-qM0KIIFP30 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qM0KIIFP30 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qM0KIIFP30 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qM0KIIFP30 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qM0KIIFP30 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-qM0KIIFP30 button.navbar-toggler:focus {
  outline: none;
}
.cid-qM0KIIFP30 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7ab2e1;
}
.cid-qM0KIIFP30 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qM0KIIFP30 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qM0KIIFP30 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qM0KIIFP30 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qM0KIIFP30 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM0KIIFP30 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qM0KIIFP30 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qM0KIIFP30 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM0KIIFP30 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qM0KIIFP30 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qM0KIIFP30 .collapsed .btn {
  display: flex;
}
.cid-qM0KIIFP30 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qM0KIIFP30 .collapsed .navbar-collapse.collapsing,
.cid-qM0KIIFP30 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qM0KIIFP30 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qM0KIIFP30 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qM0KIIFP30 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qM0KIIFP30 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qM0KIIFP30 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qM0KIIFP30 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-qM0KIIFP30 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qM0KIIFP30 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qM0KIIFP30 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qM0KIIFP30 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qM0KIIFP30 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qM0KIIFP30 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qM0KIIFP30 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qM0KIIFP30 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qM0KIIFP30 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qM0KIIFP30 .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qM0KIIFP30 .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-qM0KIIFP30 img {
    height: 3.8rem !important;
  }
  .cid-qM0KIIFP30 .btn {
    display: flex;
  }
  .cid-qM0KIIFP30 button.navbar-toggler {
    display: block;
  }
  .cid-qM0KIIFP30 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qM0KIIFP30 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qM0KIIFP30 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qM0KIIFP30 .navbar-collapse.collapsing,
  .cid-qM0KIIFP30 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qM0KIIFP30 .navbar-collapse.collapsing .navbar-nav,
  .cid-qM0KIIFP30 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qM0KIIFP30 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qM0KIIFP30 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qM0KIIFP30 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qM0KIIFP30 .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-qM0KIIFP30 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qM0KIIFP30 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qM0KIIFP30 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qM0KIIFP30 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qM0KIIFP30 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qM0KIIFP30 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-qM0KIIFP30 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-qM0KIIFP30 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-qM0KIIFP30 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qM0KIIFP30 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.cid-qM0KIIFP30 .nav-link:focus {
  outline: none;
}
.cid-qM0KIIFP30 .navbar-toggler {
  position: relative;
}
.cid-qM0KIIFP30 .dropdown-item.active,
.cid-qM0KIIFP30 .dropdown-item:active {
  background: #242424;
  color: initial;
}
.cid-qM0KIIFP30 .nav-link:hover,
.cid-qM0KIIFP30 .dropdown-item:hover {
  color: #4284df;
}
.cid-qLYVi9YPyt {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-qLYVi9YPyt .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-qLYVi9YPyt .mbr-overlay {
  background: linear-gradient(#333333 -10%, #333333 75%);
}
.cid-qLYViaRRHw {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-qLYViaRRHw H1 {
  text-align: left;
}
.cid-qLYViaRRHw .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qLYVibGERU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-qLYVibGERU .counter-container {
  color: #464646;
}
.cid-qLYVibGERU .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-qLYVibGERU .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-qLYVibGERU .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 22px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 120px;
  height: 40px;
}
.cid-qLYVibGERU .eventDeatils {
  padding: 0 0 0 0px !important;
}
.cid-qLYVibGERU B {
  color: #efefef;
}
.cid-qLYVibGERU H3 {
  color: #efefef;
}
.cid-qLYVibGERU P {
  color: #efefef;
}
.cid-qLYVibGERU H4 {
  color: #7ab2e1;
}
.cid-qLYZAl2gJc {
  padding-top: 20px;
  padding-bottom: 75px;
  background-color: #333333;
}
.cid-qLYZAl2gJc .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-qLYZAl2gJc .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-qLYVicrrkP {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-qLYVicrrkP H1 {
  text-align: left;
}
.cid-qLYVicrrkP .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qLYVideBLb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-qLYVideBLb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qLYVideBLb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qLYVideBLb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qLYVideBLb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qLYVideBLb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2490eb;
  background: linear-gradient(to left, #2490eb, #2490eb) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qLYVideBLb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qLYVideBLb .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qLYVideBLb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qLYVideBLb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #2490eb !important;
  background: linear-gradient(to left, #2490eb, #2490eb) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qLYVideBLb ul {
  font-size: 0;
}
.cid-qLYVideBLb .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #4284df;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s;
}
.cid-qLYVideBLb .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #4284df solid;
  border-radius: 0 !important;
}
.cid-qLYVideBLb .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-qLYYTdr369 {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-qLYYTdr369 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-qLYYTdr369 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-qLYVif4UuW {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-qLYVif4UuW H1 {
  text-align: left;
}
.cid-qLYVif4UuW .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qLYVifJ7um {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-qLYVifJ7um .card-item {
  display: flex;
  justify-content: space-between;
}
.cid-qLYVifJ7um .card-item .card-icon {
  margin-right: 1rem;
}
.cid-qLYVifJ7um .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #7ab2e1;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qLYVifJ7um .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-qLYVifJ7um .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-qLYVifJ7um .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-qLYVifJ7um .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-qLYVifJ7um .card-days {
  background-color: #2490eb;
  border-radius: 5px;
}
.cid-qLYVifJ7um .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-qLYVifJ7um .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-qLYVifJ7um .card-days .schedule li:first-child {
  border-top: none;
}
.cid-qLYVifJ7um .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-qLYVifJ7um .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-qLYVifJ7um .media-cards {
  display: flex;
  flex-wrap: wrap;
}
.cid-qLYVifJ7um .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #21b968);
}
.cid-qLYVifJ7um .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qLYVifJ7um .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-qLYVifJ7um .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qLYVifJ7um .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qLYVifJ7um .card-title B {
  color: #efefef;
}
.cid-qLYVifJ7um .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-qLYViit8HD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #242424;
}
.cid-qLYViit8HD p {
  text-align: center;
}
.cid-qLYViit8HD .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qLYViit8HD .btn-underline:hover {
  color: #505050;
}
.cid-qLYViit8HD .btn-underline:before {
  background-color: #505050;
}
.cid-qLYViit8HD .social-list a:focus {
  text-decoration: none;
}
.cid-qLYViit8HD .text-copyright {
  width: 100%;
}
.cid-qLYViit8HD .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-qLYViit8HD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-qLYViit8HD .logo-footer {
  line-height: normal;
}
.cid-qLYViit8HD .copyright {
  display: flex;
  align-items: center;
}
.cid-qLYViit8HD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qLYViit8HD .mbr-section-btn {
  font-size: 16px;
}
.cid-qLYViit8HD .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-qLZ0gEC63U {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-qLZ0gEC63U H1 {
  text-align: left;
}
.cid-qLZ0gEC63U .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qLZ0h0SYcU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-qLZ0h0SYcU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qLZ0h0SYcU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qLZ0h0SYcU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qLZ0h0SYcU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qLZ0h0SYcU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2490eb;
  background: linear-gradient(to left, #2490eb, #2490eb) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qLZ0h0SYcU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qLZ0h0SYcU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qLZ0h0SYcU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qLZ0h0SYcU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #2490eb !important;
  background: linear-gradient(to left, #2490eb, #2490eb) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qLZ0h0SYcU ul {
  font-size: 0;
}
.cid-qLZ0h0SYcU .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #4284df;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s;
}
.cid-qLZ0h0SYcU .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #4284df solid;
  border-radius: 0 !important;
}
.cid-qLZ0h0SYcU .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-qM0T7yO6BR .navbar {
  padding: .5rem 0;
  background: #242424;
  transition: none;
  min-height: 50px;
}
.cid-qM0T7yO6BR .navbar-dropdown.bg-color.transparent.opened {
  background: #242424;
}
.cid-qM0T7yO6BR a {
  font-style: normal;
}
.cid-qM0T7yO6BR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qM0T7yO6BR .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-qM0T7yO6BR .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;
  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-qM0T7yO6BR .content-text {
  margin-bottom: 0;
}
.cid-qM0T7yO6BR .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qM0T7yO6BR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7ab2e1;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qM0T7yO6BR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-qM0T7yO6BR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qM0T7yO6BR .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-qM0T7yO6BR .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qM0T7yO6BR .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qM0T7yO6BR .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qM0T7yO6BR .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qM0T7yO6BR .nav-dropdown .link {
  font-weight: 400;
}
.cid-qM0T7yO6BR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qM0T7yO6BR .content-right-side {
  text-align: center;
}
.cid-qM0T7yO6BR .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-qM0T7yO6BR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qM0T7yO6BR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-qM0T7yO6BR .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-qM0T7yO6BR .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-qM0T7yO6BR .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-qM0T7yO6BR .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-qM0T7yO6BR .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-qM0T7yO6BR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-qM0T7yO6BR .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-qM0T7yO6BR .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-qM0T7yO6BR .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-qM0T7yO6BR .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-qM0T7yO6BR .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-qM0T7yO6BR .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qM0T7yO6BR .navbar {
    display: block;
    padding: 0;
  }
  .cid-qM0T7yO6BR .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qM0T7yO6BR .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-qM0T7yO6BR .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qM0T7yO6BR .navbar-toggler {
    display: none;
  }
  .cid-qM0T7yO6BR .navbar-collapse {
    justify-content: center;
  }
}
.cid-qM0T7yO6BR .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-qM0T7yO6BR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qM0T7yO6BR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qM0T7yO6BR .menu-logo {
  margin-right: auto;
}
.cid-qM0T7yO6BR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qM0T7yO6BR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qM0T7yO6BR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qM0T7yO6BR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qM0T7yO6BR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qM0T7yO6BR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qM0T7yO6BR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-qM0T7yO6BR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qM0T7yO6BR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qM0T7yO6BR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qM0T7yO6BR .dropdown .dropdown-menu {
  background: #242424;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qM0T7yO6BR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qM0T7yO6BR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qM0T7yO6BR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qM0T7yO6BR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qM0T7yO6BR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qM0T7yO6BR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qM0T7yO6BR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qM0T7yO6BR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qM0T7yO6BR .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-qM0T7yO6BR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qM0T7yO6BR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qM0T7yO6BR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qM0T7yO6BR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qM0T7yO6BR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-qM0T7yO6BR button.navbar-toggler:focus {
  outline: none;
}
.cid-qM0T7yO6BR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7ab2e1;
}
.cid-qM0T7yO6BR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qM0T7yO6BR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qM0T7yO6BR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qM0T7yO6BR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qM0T7yO6BR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM0T7yO6BR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qM0T7yO6BR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qM0T7yO6BR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM0T7yO6BR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qM0T7yO6BR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qM0T7yO6BR .collapsed .btn {
  display: flex;
}
.cid-qM0T7yO6BR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qM0T7yO6BR .collapsed .navbar-collapse.collapsing,
.cid-qM0T7yO6BR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qM0T7yO6BR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qM0T7yO6BR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qM0T7yO6BR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qM0T7yO6BR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qM0T7yO6BR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qM0T7yO6BR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-qM0T7yO6BR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qM0T7yO6BR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qM0T7yO6BR .collapsed button.navbar-toggler {
  display: block;
}
.cid-qM0T7yO6BR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qM0T7yO6BR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qM0T7yO6BR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qM0T7yO6BR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qM0T7yO6BR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qM0T7yO6BR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qM0T7yO6BR .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qM0T7yO6BR .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-qM0T7yO6BR img {
    height: 3.8rem !important;
  }
  .cid-qM0T7yO6BR .btn {
    display: flex;
  }
  .cid-qM0T7yO6BR button.navbar-toggler {
    display: block;
  }
  .cid-qM0T7yO6BR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qM0T7yO6BR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qM0T7yO6BR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qM0T7yO6BR .navbar-collapse.collapsing,
  .cid-qM0T7yO6BR .navbar-collapse.show {
    display: block !important;
  }
  .cid-qM0T7yO6BR .navbar-collapse.collapsing .navbar-nav,
  .cid-qM0T7yO6BR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qM0T7yO6BR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qM0T7yO6BR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qM0T7yO6BR .navbar-collapse.collapsing .navbar-buttons,
  .cid-qM0T7yO6BR .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-qM0T7yO6BR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qM0T7yO6BR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qM0T7yO6BR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qM0T7yO6BR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qM0T7yO6BR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qM0T7yO6BR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-qM0T7yO6BR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-qM0T7yO6BR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-qM0T7yO6BR .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qM0T7yO6BR .navbar-collapse {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.cid-qM0T7yO6BR .nav-link:focus {
  outline: none;
}
.cid-qM0T7yO6BR .navbar-toggler {
  position: relative;
}
.cid-qM0T7yO6BR .dropdown-item.active,
.cid-qM0T7yO6BR .dropdown-item:active {
  background: #242424;
  color: initial;
}
.cid-qM0T7yO6BR .nav-link:hover,
.cid-qM0T7yO6BR .dropdown-item:hover {
  color: #4284df;
}
.cid-qM0UkR1UV0 {
  padding-top: 100px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-qM0UkR1UV0 H1 {
  text-align: left;
}
.cid-qM0UkR1UV0 .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qMJfgR2Wjz {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #333333;
}
.cid-qMJfgR2Wjz .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-qMJfgR2Wjz .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
#custom-html-29 {
  /* fix for popup menu conflict */
  /* iconfont default styling */
  /* for buttons */
  /* menu links */
  /* msg-box4 */
  /*menu logo */
  /* contacts1 */
}
#custom-html-29 #ext_menu-3 .mbr-brand__name {
  font-size: 16px;
}
#custom-html-29 #ext_menu-3.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#custom-html-29 #ext_menu-3 .mbr-navbar__section {
  background: #2c2c2c;
}
#custom-html-29 #ext_menu-3 .mbr-navbar__hamburger {
  color: #ffffff;
}
#custom-html-29 .is-builder .animated {
  -webkit-animation-name: none !important;
  animation-name: none !important;
}
#custom-html-29 html {
  position: relative;
  min-height: 100%;
}
#custom-html-29 .mbr-embedded-video {
  position: relative;
}
#custom-html-29 .mbr-background-video,
#custom-html-29 .mbr-background-video-preview {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
#custom-html-29 .mbr-parallax-background,
#custom-html-29 .mbr-background {
  background-attachment: fixed !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover !important;
}
#custom-html-29 .mbr-hidden-scrollbar .mbr-parallax-background {
  background-size: auto 130%;
}
#custom-html-29 .mobile .mbr-parallax-background {
  background-attachment: scroll !important;
}
#custom-html-29 .mbr-background {
  background-attachment: scroll !important;
}
#custom-html-29 .mbr-navbar {
  position: relative;
  width: 100%;
}
#custom-html-29 .mbr-navbar:before {
  content: "";
  display: block;
}
#custom-html-29 .mbr-navbar__brand-link:after,
#custom-html-29 .mbr-navbar__brand-img {
  max-height: 74px;
  height: 100%;
}
#custom-html-29 .mbr-navbar:before,
#custom-html-29 .mbr-navbar__container {
  height: 98px;
}
#custom-html-29 .mbr-navbar--ss .mbr-navbar__brand-link:after,
#custom-html-29 .mbr-navbar--ss .mbr-navbar__brand-img {
  height: 74px;
}
#custom-html-29 .mbr-navbar--ss:before,
#custom-html-29 .mbr-navbar--ss .mbr-navbar__container {
  height: 98px;
}
#custom-html-29 .mbr-navbar--xs .mbr-navbar__brand-link:after,
#custom-html-29 .mbr-navbar--xs .mbr-navbar__brand-img {
  height: 32px;
}
#custom-html-29 .mbr-navbar--xs:before,
#custom-html-29 .mbr-navbar--xs .mbr-navbar__container {
  height: 56px;
}
#custom-html-29 .mbr-navbar--s .mbr-navbar__brand-link:after,
#custom-html-29 .mbr-navbar--s .mbr-navbar__brand-img {
  height: 48px;
}
#custom-html-29 .mbr-navbar--s:before,
#custom-html-29 .mbr-navbar--s .mbr-navbar__container {
  height: 72px;
}
#custom-html-29 .mbr-navbar--m .mbr-navbar__brand-link:after,
#custom-html-29 .mbr-navbar--m .mbr-navbar__brand-img {
  height: 64px;
}
#custom-html-29 .mbr-navbar--m:before,
#custom-html-29 .mbr-navbar--m .mbr-navbar__container {
  height: 88px;
}
#custom-html-29 .mbr-navbar--l .mbr-navbar__brand-link:after,
#custom-html-29 .mbr-navbar--l .mbr-navbar__brand-img {
  height: 96px;
}
#custom-html-29 .mbr-navbar--l:before,
#custom-html-29 .mbr-navbar--l .mbr-navbar__container {
  height: 120px;
}
#custom-html-29 .mbr-navbar--xl .mbr-navbar__brand-link:after,
#custom-html-29 .mbr-navbar--xl .mbr-navbar__brand-img {
  height: 128px;
}
#custom-html-29 .mbr-navbar--xl:before,
#custom-html-29 .mbr-navbar--xl .mbr-navbar__container {
  height: 152px;
}
#custom-html-29 .mbr-navbar--short .mbr-navbar__brand-link:after,
#custom-html-29 .mbr-navbar--short .mbr-navbar__brand-img {
  height: 40px;
}
#custom-html-29 .mbr-navbar--short .mbr-brand__logo .mbr-iconfont {
  font-size: 40px;
}
#custom-html-29 .mbr-navbar--short:before,
#custom-html-29 .mbr-navbar--short .mbr-navbar__container {
  height: 64px;
}
#custom-html-29 .mbr-navbar--short .mbr-navbar__container {
  padding: 12px 0;
}
@media (max-width: 767px) {
  #custom-html-29 .mbr-navbar--short .mbr-navbar__brand-link:after,
  #custom-html-29 .mbr-navbar--short .mbr-navbar__brand-img {
    height: 31px;
  }
  #custom-html-29 .mbr-navbar--short:before,
  #custom-html-29 .mbr-navbar--short .mbr-navbar__container {
    height: 45px;
  }
  #custom-html-29 .mbr-navbar--short .mbr-navbar__container {
    padding: 7px 0;
  }
}
#custom-html-29 .mbr-navbar__brand-img {
  position: relative;
}
#custom-html-29 .mbr-navbar__brand-img,
#custom-html-29 .mbr-navbar__container,
#custom-html-29 .mbr-navbar__section {
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
#custom-html-29 .mbr-navbar__section {
  background: #2c2c2c;
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#custom-html-29 .mbr-navbar__container {
  display: table;
  padding: 12px 0;
  width: 100%;
}
#custom-html-29 .mbr-navbar__menu-box {
  display: table;
  width: 100%;
}
#custom-html-29 .mbr-navbar__menu-box--inline-left,
#custom-html-29 .mbr-navbar__menu-box--inline-center,
#custom-html-29 .mbr-navbar__menu-box--inline-right {
  display: block;
  text-align: left;
}
#custom-html-29 .mbr-navbar__menu-box--inline-center {
  text-align: center;
}
#custom-html-29 .mbr-navbar__menu-box--inline-right {
  text-align: right;
}
#custom-html-29 .mbr-navbar__column {
  display: table-cell;
  vertical-align: middle;
}
#custom-html-29 .mbr-navbar__column--xxs {
  width: 1%;
}
#custom-html-29 .mbr-navbar__column--xs {
  width: 10%;
}
#custom-html-29 .mbr-navbar__column--s {
  width: 20%;
}
#custom-html-29 .mbr-navbar__column--m {
  width: 30%;
}
#custom-html-29 .mbr-navbar__column--l {
  width: 40%;
}
#custom-html-29 .mbr-navbar__column--xl {
  width: 50%;
}
#custom-html-29 .mbr-navbar__menu-box--inline-left .mbr-navbar__column,
#custom-html-29 .mbr-navbar__menu-box--inline-center .mbr-navbar__column,
#custom-html-29 .mbr-navbar__menu-box--inline-right .mbr-navbar__column {
  display: inline-block;
}
#custom-html-29 .mbr-navbar__items {
  float: left;
  padding-left: 0px;
  position: relative;
  left: -20px;
}
#custom-html-29 .mbr-navbar__items--right {
  float: right;
  left: 0;
}
#custom-html-29 .float-left {
  float: left;
}
#custom-html-29 .mbr-navbar__item {
  display: block;
  float: left;
  position: relative;
}
#custom-html-29 .mbr-navbar__hamburger {
  display: none;
  margin-top: -11px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10000;
}
#custom-html-29 .mbr-navbar--collapsed .mbr-navbar__container {
  position: relative;
}
#custom-html-29 .mbr-navbar--collapsed .mbr-navbar__column {
  display: block;
  width: 100%;
}
#custom-html-29 .mbr-navbar--collapsed .mbr-navbar__items--right {
  padding-top: 13px;
}
#custom-html-29 .mbr-navbar--collapsed .mbr-navbar__menu {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#custom-html-29 .mbr-navbar--collapsed .mbr-navbar__menu-box {
  display: table-cell;
  vertical-align: middle;
}
#custom-html-29 .mbr-navbar--collapsed .mbr-navbar__items {
  float: none;
}
#custom-html-29 .mbr-navbar--collapsed .mbr-navbar__item {
  float: none;
}
#custom-html-29 .mbr-navbar--collapsed .mbr-navbar__hamburger {
  display: block;
}
#custom-html-29 .mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__menu {
  display: table;
}
#custom-html-29 .mbr-navbar--collapsed.mbr-navbar--open:not(.mbr-navbar--sticky) .mbr-navbar__section {
  background: none;
  position: fixed;
}
#custom-html-29 .mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__brand {
  visibility: hidden;
}
#custom-html-29 .mbr-navbar--collapsed.mbr-navbar--sticky.mbr-navbar--open .mbr-navbar__brand {
  visibility: visible;
}
#custom-html-29 .mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__brand-img,
#custom-html-29 .mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__container {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#custom-html-29 .mbr-navbar--freeze.mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__hamburger,
#custom-html-29 .mbr-navbar--freeze.mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__hamburger:hover {
  color: #fff !important;
}
#custom-html-29 .mbr-navbar--sticky .mbr-navbar__section {
  position: fixed;
}
#custom-html-29 .mbr-navbar--absolute {
  position: absolute;
}
@media (max-width: 480px) {
  #custom-html-29 .mbr-navbar--absolute.mbr-navbar[id^=menu-] {
    position: absolute;
  }
}
#custom-html-29 .mbr-navbar--transparent .mbr-navbar__section {
  background: none;
}
#custom-html-29 .mbr-navbar--stuck .mbr-navbar__section,
#custom-html-29 .mbr-navbar--relative .mbr-navbar__section {
  background: #2c2c2c;
}
@media (max-width: 991px) {
  #custom-html-29 .mbr-navbar--auto-collapse .mbr-navbar__container {
    position: relative;
  }
  #custom-html-29 .mbr-navbar--auto-collapse .mbr-navbar__column {
    display: block;
    width: 100%;
  }
  #custom-html-29 .mbr-navbar__column {
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #custom-html-29 .mbr-navbar__column::-webkit-scrollbar {
    display: none;
  }
  #custom-html-29 .mbr-navbar--auto-collapse .mbr-navbar__items--right {
    padding-top: 13px;
  }
  #custom-html-29 .mbr-navbar--auto-collapse .mbr-navbar__menu {
    background: rgba(0, 0, 0, 0.9);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  #custom-html-29 .mbr-navbar--auto-collapse .mbr-navbar__menu-box {
    display: table-cell;
    vertical-align: middle;
  }
  #custom-html-29 .mbr-navbar--auto-collapse .mbr-navbar__items {
    float: none;
  }
  #custom-html-29 .mbr-navbar--auto-collapse .mbr-navbar__item {
    float: none;
  }
  #custom-html-29 .mbr-navbar--auto-collapse .mbr-navbar__hamburger {
    display: block;
  }
  #custom-html-29 .mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__menu {
    display: table;
  }
  #custom-html-29 .mbr-navbar--auto-collapse.mbr-navbar--open:not(.mbr-navbar--sticky) .mbr-navbar__section {
    background: none;
    position: fixed;
  }
  #custom-html-29 .mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__brand {
    visibility: hidden;
  }
  #custom-html-29 .mbr-navbar--auto-collapse.mbr-navbar--sticky.mbr-navbar--open .mbr-navbar__brand {
    visibility: visible;
  }
  #custom-html-29 .mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__brand-img,
  #custom-html-29 .mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__container {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
#custom-html-29 .mbr-after-navbar:before {
  content: "";
  display: block;
  height: 98px;
}
#custom-html-29 .mbr-hamburger {
  cursor: pointer;
  height: 23px;
  width: 30px;
}
#custom-html-29 .mbr-hamburger:focus {
  outline: none;
}
#custom-html-29 .mbr-hamburger__line,
#custom-html-29 .mbr-hamburger__line:before,
#custom-html-29 .mbr-hamburger__line:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  cursor: pointer;
}
#custom-html-29 .mbr-hamburger__line,
#custom-html-29 .mbr-hamburger__line:before,
#custom-html-29 .mbr-hamburger__line:after {
  width: 30px;
  border-bottom: 5px solid;
  top: 9px;
}
#custom-html-29 .mbr-hamburger__line:before {
  top: -9px;
}
#custom-html-29 .mbr-hamburger__line:after {
  top: 9px;
}
#custom-html-29 .mbr-hamburger__line,
#custom-html-29 .mbr-hamburger__line:before,
#custom-html-29 .mbr-hamburger__line:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#custom-html-29 .mbr-hamburger--open .mbr-hamburger__line {
  border-color: transparent;
}
#custom-html-29 .mbr-hamburger--open .mbr-hamburger__line:before,
#custom-html-29 .mbr-hamburger--open .mbr-hamburger__line:after {
  top: 0;
}
#custom-html-29 .mbr-hamburger--open .mbr-hamburger__line:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#custom-html-29 .mbr-hamburger--open .mbr-hamburger__line:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}
@media (max-width: 767px) {
  #custom-html-29 .mbr-hamburger {
    height: 23px;
    width: 27px;
  }
  #custom-html-29 .mbr-hamburger__line,
  #custom-html-29 .mbr-hamburger__line:before,
  #custom-html-29 .mbr-hamburger__line:after {
    width: 27px;
    border-bottom: 4px solid;
    top: 9px;
  }
  #custom-html-29 .mbr-hamburger__line:before {
    top: -9px;
  }
  #custom-html-29 .mbr-hamburger__line:after {
    top: 9px;
  }
}
#custom-html-29 .navbar-dropdown .hamburger-icon {
  content: "";
  width: 16px;
  -webkit-box-shadow: 0 -6px 0 1px, 0 0 0 1px, 0 6px 0 1px;
  -moz-box-shadow: 0 -6px 0 1px, 0 0 0 1px, 0 6px 0 1px;
  box-shadow: 0 -6px 0 1px, 0 0 0 1px, 0 6px 0 1px;
}
#custom-html-29 .mbr-brand {
  display: block;
  float: left;
  position: relative;
}
#custom-html-29 .mbr-brand,
#custom-html-29 .mbr-brand:hover {
  text-decoration: none;
}
#custom-html-29 .mbr-brand__name {
  display: block;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}
#custom-html-29 .mbr-brand__name,
#custom-html-29 .mbr-brand__name:hover {
  text-decoration: none;
}
#custom-html-29 .mbr-brand--inline {
  display: table;
}
#custom-html-29 .mbr-brand--inline:after {
  content: "";
  display: table-cell;
  width: 1px;
}
#custom-html-29 .mbr-brand--inline .mbr-brand__logo,
#custom-html-29 .mbr-brand--inline .mbr-brand__name {
  display: table-cell;
  vertical-align: middle;
}
#custom-html-29 .mbr-brand--inline .mbr-brand__logo {
  padding-right: 10px;
}
#custom-html-29 .mbr-brand--inline .mbr-brand__name {
  margin: 0;
  text-align: left;
}
#custom-html-29 .mbr-form {
  display: table;
  margin-top: -13px;
  position: relative;
  top: 14px;
  width: 100%;
}
#custom-html-29 .mbr-form__left,
#custom-html-29 .mbr-form__right {
  display: table-cell;
  vertical-align: top;
}
#custom-html-29 .mbr-form__left {
  padding-right: 3px;
}
#custom-html-29 .mbr-form__right {
  width: 1px;
}
@media (max-width: 530px) {
  #custom-html-29 .mbr-form {
    display: block;
    margin-top: -27px;
    position: relative;
    top: 26px;
  }
  #custom-html-29 .mbr-form__left,
  #custom-html-29 .mbr-form__right {
    display: block;
  }
  #custom-html-29 .mbr-form__left {
    margin-bottom: 12px;
    padding-right: 0;
  }
  #custom-html-29 .mbr-form__right {
    width: 100%;
  }
}
#custom-html-29 .mbr-section {
  padding: 0 20px;
}
#custom-html-29 .mbr-section--no-padding {
  padding: 0;
}
#custom-html-29 .mbr-section--relative {
  position: relative;
}
#custom-html-29 .mbr-section--fixed-size {
  overflow: hidden;
}
#custom-html-29 .mbr-section--full-height {
  height: 100vh;
}
#custom-html-29 .mbr-section--full-height.mbr-after-navbar:before {
  display: none;
}
#custom-html-29 .mbr-section--bg-adapted {
  background-attachment: scroll;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-29 .mbr-section--gray {
  background-color: #444444;
}
#custom-html-29 .mbr-section--light-gray {
  background-color: #f0f0f0;
}
#custom-html-29 .mbr-section--dark-gray {
  background-color: #3c3c3c;
}
#custom-html-29 .mbr-section__container {
  padding: 0;
  position: relative;
  z-index: 3;
}
#custom-html-29 .mbr-section__container--center {
  text-align: center;
}
#custom-html-29 .mbr-section__container--std-padding {
  padding: 93px 0;
}
#custom-html-29 .mbr-section__container--std-top-padding {
  padding-top: 93px;
}
#custom-html-29 .mbr-section__container--std-bot-padding {
  padding-bottom: 93px;
}
#custom-html-29 .mbr-section__container--sm-padding {
  padding: 41px 0;
}
#custom-html-29 .mbr-section__container--sm-top-padding {
  padding-top: 41px;
}
#custom-html-29 .mbr-section__container--sm-bot-padding {
  padding-bottom: 41px;
}
#custom-html-29 .mbr-section__container--isolated {
  padding-bottom: 93px;
  padding-top: 93px;
}
#custom-html-29 .mbr-section__container--first {
  padding-top: 93px;
  padding-bottom: 41px;
}
#custom-html-29 .mbr-section__container--middle {
  padding-bottom: 41px;
}
#custom-html-29 .mbr-section__container--last {
  padding-bottom: 93px;
}
#custom-html-29 .mbr-section__row {
  margin-left: -24px;
  margin-right: -24px;
}
#custom-html-29 .mbr-section__col {
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
}
#custom-html-29 .mbr-section__left {
  padding-right: 40px;
}
#custom-html-29 .mbr-section__right {
  padding-left: 15px;
}
#custom-html-29 .mbr-section__header {
  line-height: 1.5em;
  margin: -10px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  #custom-html-29 .mbr-section--short-paddings .mbr-section__container--std-padding {
    padding: 59px 0;
  }
  #custom-html-29 .mbr-section--short-paddings .mbr-section__container--std-top-padding {
    padding-top: 59px;
  }
  #custom-html-29 .mbr-section--short-paddings .mbr-section__container--std-bot-padding {
    padding-bottom: 59px;
  }
  #custom-html-29 .mbr-section--short-paddings .mbr-section__container--sm-padding {
    padding: 41px 0;
  }
  #custom-html-29 .mbr-section--short-paddings .mbr-section__container--sm-top-padding {
    padding-top: 41px;
  }
  #custom-html-29 .mbr-section--short-paddings .mbr-section__container--sm-bot-padding {
    padding-bottom: 41px;
  }
  #custom-html-29 .mbr-section--short-paddings .mbr-section__container--isolated {
    padding-bottom: 59px;
    padding-top: 59px;
  }
  #custom-html-29 .mbr-section--short-paddings .mbr-section__container--first {
    padding-top: 59px;
    padding-bottom: 41px;
  }
  #custom-html-29 .mbr-section--short-paddings .mbr-section__container--middle {
    padding-bottom: 41px;
  }
  #custom-html-29 .mbr-section--short-paddings .mbr-section__container--last {
    padding-bottom: 59px;
  }
}
@media (max-width: 767px) {
  #custom-html-29 .mbr-section__left {
    padding-right: 15px;
  }
  #custom-html-29 .mbr-section__right {
    padding-left: 15px;
    padding-top: 51px;
  }
}
#custom-html-29 .mbr-arrow {
  bottom: 71px;
  left: 0;
  line-height: 1px;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
#custom-html-29 .mbr-arrow__link {
  display: inline-block;
  font-size: 26px;
}
#custom-html-29 .mbr-arrow__link,
#custom-html-29 .mbr-arrow__link:hover,
#custom-html-29 .mbr-arrow__link:focus {
  color: #fff;
}
#custom-html-29 .mbr-arrow--floating .mbr-arrow__link {
  -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
  -o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
  animation: floating-arrow 1.6s infinite ease-in-out 0s;
}
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#custom-html-29 .mbr-arrow--dark .mbr-arrow__link,
#custom-html-29 .mbr-arrow--dark .mbr-arrow__link:hover,
#custom-html-29 .mbr-arrow--dark .mbr-arrow__link:focus {
  color: #252525;
}
@media (max-width: 767px) {
  #custom-html-29 .mbr-arrow {
    bottom: 41px;
  }
}
@media (max-width: 320px) {
  #custom-html-29 .mbr-arrow {
    bottom: 21px;
    text-align: center;
  }
}
@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  #custom-html-29 .mbr-arrow {
    bottom: 31px;
  }
}
#custom-html-29 .mbr-box {
  display: table;
  width: 100%;
}
#custom-html-29 .mbr-box--fixed {
  table-layout: fixed;
}
#custom-html-29 .mbr-box--stretched {
  height: 100%;
}
#custom-html-29 .mbr-box__magnet {
  display: table-cell;
  float: none;
  height: 100%;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  vertical-align: middle;
}
#custom-html-29 .mbr-box__magnet--sm-padding {
  padding: 41px 0;
}
#custom-html-29 .mbr-box__magnet--top-left,
#custom-html-29 .mbr-box__magnet--top-center,
#custom-html-29 .mbr-box__magnet--top-right {
  vertical-align: top;
}
#custom-html-29 .mbr-box__magnet--bottom-left,
#custom-html-29 .mbr-box__magnet--bottom-center,
#custom-html-29 .mbr-box__magnet--bottom-right {
  vertical-align: bottom;
}
#custom-html-29 .mbr-box__magnet--top-left,
#custom-html-29 .mbr-box__magnet--center-left,
#custom-html-29 .mbr-box__magnet--bottom-left {
  text-align: left;
}
#custom-html-29 .mbr-box__magnet--top-right,
#custom-html-29 .mbr-box__magnet--center-right,
#custom-html-29 .mbr-box__magnet--bottom-right {
  text-align: right;
}
#custom-html-29 .mbr-box__container {
  height: 50%;
}
@media (max-width: 767px) {
  #custom-html-29 .mbr-box__container {
    height: 100%;
  }
  #custom-html-29 .mbr-box--adapted {
    display: block;
  }
  #custom-html-29 .mbr-box--adapted > .mbr-box__magnet {
    display: block;
    height: auto;
  }
}
#custom-html-29 .mbr-overlay {
  background: #222;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#custom-html-29 .mbr-google-map__marker {
  color: #252525;
  display: none;
  margin: 0;
}
#custom-html-29 .mbr-google-map--loaded .mbr-google-map__marker {
  display: block;
}
#custom-html-29 .mbr-hero {
  color: #fff;
  position: relative;
}
#custom-html-29 .mbr-hero__text {
  font-size: 46px;
  font-weight: bold;
  left: -2px;
  letter-spacing: 2px;
  line-height: 50px;
  margin: -18px 0 1px 0;
  padding-bottom: 41px;
  position: relative;
  top: 8px;
}
#custom-html-29 .mbr-hero__subtext {
  font-size: 21px;
  line-height: 29px;
  margin: -32px 0 3px 0;
  padding: 0 0 41px 0;
  position: relative;
  top: 6px;
}
#custom-html-29 .mbr-figure {
  display: inline-block;
  /*line-height: 1px;*/
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
#custom-html-29 .mbr-figure--no-bg {
  background: none;
}
#custom-html-29 .mbr-figure--full-width {
  display: block;
  width: 100%;
}
#custom-html-29 .mbr-figure.mbr-after-navbar:before {
  display: none;
}
#custom-html-29 .mbr-figure--full-width iframe,
#custom-html-29 .mbr-figure--full-width .mbr-figure__img,
#custom-html-29 .mbr-figure--full-width .mbr-figure__map {
  width: 100%;
}
#custom-html-29 .mbr-figure iframe,
#custom-html-29 .mbr-figure__img,
#custom-html-29 .mbr-figure__map {
  max-width: 100%;
}
@-webkit-keyframes mapCircleLoading {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes mapCircleLoading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#custom-html-29 .mbr-figure__map {
  height: 400px;
  position: relative;
}
#custom-html-29 .mbr-figure__map--short {
  height: 300px;
}
#custom-html-29 .mbr-figure__map iframe {
  height: 100%;
  width: 100%;
}
#custom-html-29 .mbr-figure__map [data-state-details] {
  color: #6b6763;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
#custom-html-29 .mbr-figure__map[data-state] {
  background: #e9e5dc;
}
#custom-html-29 .mbr-figure__map[data-state="loading"] [data-state-details] {
  display: none;
}
#custom-html-29 .mbr-figure__map[data-state="loading"]::after {
  content: "";
  -webkit-animation: mapCircleLoading .6s infinite linear;
  animation: mapCircleLoading .6s infinite linear;
  border-radius: 50%;
  border: 6px rgba(255, 255, 255, 0.35) solid;
  border-top-color: #fff;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}
#custom-html-29 .mbr-figure__caption {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 17px;
  left: 0;
  line-height: 1.3em;
  min-height: 53px;
  padding: 17px 20px;
  position: absolute;
  text-align: left;
  width: 100%;
}
#custom-html-29 .mbr-figure__caption--no-padding {
  padding: 17px 0;
}
#custom-html-29 .mbr-figure--wysiwyg .mbr-figure__caption a,
#custom-html-29 .mbr-figure--wysiwyg .mbr-figure__caption a:hover {
  color: inherit;
  text-decoration: underline;
}
#custom-html-29 .mbr-figure--caption-inside-top .mbr-figure__caption {
  bottom: auto;
  top: 0;
}
#custom-html-29 .mbr-figure--caption-outside-top .mbr-figure__caption,
#custom-html-29 .mbr-figure--caption-outside-bottom .mbr-figure__caption {
  background: none;
  position: relative;
}
#custom-html-29 .mbr-figure--no-bg.mbr-figure--caption-outside-top .mbr-figure__caption,
#custom-html-29 .mbr-figure--no-bg.mbr-figure--caption-outside-bottom .mbr-figure__caption {
  color: #252525;
}
#custom-html-29 .mbr-figure--no-bg.mbr-figure--caption-outside-top .mbr-figure__caption {
  margin-top: -3px;
  padding-top: 0;
}
#custom-html-29 .mbr-figure--no-bg.mbr-figure--caption-outside-bottom .mbr-figure__caption {
  margin-top: -2px;
  padding-bottom: 0;
  top: 2px;
}
#custom-html-29 .mbr-figure__caption--std-grid {
  background: none;
  z-index: 2;
  overflow: hidden;
}
#custom-html-29 .mbr-figure__caption--std-grid:before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  z-index: -1;
  margin-left: -50%;
}
#custom-html-29 .mbr-figure--caption-inside-top .mbr-figure__caption--std-grid:before,
#custom-html-29 .mbr-figure--caption-inside-bottom .mbr-figure__caption--std-grid:before {
  background: rgba(0, 0, 0, 0.6);
}
#custom-html-29 .mbr-figure__caption-small {
  color: #ccc;
  display: block;
  font-size: 14px;
  line-height: 1.3em;
}
#custom-html-29 .mbr-figure--no-bg.mbr-figure--caption-outside-top .mbr-figure__caption-small,
#custom-html-29 .mbr-figure--no-bg.mbr-figure--caption-outside-bottom .mbr-figure__caption-small {
  color: #777;
}
@media (max-width: 767px) {
  #custom-html-29 .mbr-figure--adapted {
    display: block;
    width: 100%;
  }
  #custom-html-29 .mbr-figure--adapted iframe,
  #custom-html-29 .mbr-figure--adapted .mbr-figure__img,
  #custom-html-29 .mbr-figure--adapted .mbr-figure__map {
    width: 100%;
  }
  #custom-html-29 .mbr-figure--caption-inside-top .mbr-figure__caption,
  #custom-html-29 .mbr-figure--caption-inside-bottom .mbr-figure__caption {
    background: none;
    position: relative;
  }
  #custom-html-29 .mbr-figure--caption-inside-top .mbr-figure__caption--std-grid:before,
  #custom-html-29 .mbr-figure--caption-inside-bottom .mbr-figure__caption--std-grid:before {
    display: none;
  }
}
#custom-html-29 .mbr-reviews {
  list-style: none;
  margin: 0 -15px;
  padding: 3px 0 0 0;
}
#custom-html-29 .mbr-reviews__item {
  position: relative;
  margin-top: 39px;
}
#custom-html-29 .mbr-reviews__text {
  background: #fafafa;
  border-radius: 3px;
  border: 1px solid #ededed;
  color: #777;
  font-size: 16px;
  line-height: 26px;
  padding: 20px;
  position: relative;
}
#custom-html-29 .mbr-reviews__text:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  background-color: #fafafa;
  border-color: #ededed;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  bottom: -8px;
  content: "";
  display: block;
  left: 50px;
  position: absolute;
}
#custom-html-29 .mbr-reviews__p {
  margin: 0;
}
#custom-html-29 .mbr-reviews__author {
  margin-top: 30px;
  padding-left: 102px;
  position: relative;
}
#custom-html-29 .mbr-reviews__author--short {
  margin-top: 27px;
  padding-left: 32px;
}
#custom-html-29 .mbr-reviews__author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 33px;
  position: absolute;
  top: 0;
}
#custom-html-29 .mbr-reviews__author-name {
  color: #777;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: -3px;
}
#custom-html-29 .mbr-reviews__author-bio {
  color: #999;
  font-size: 12px;
}
@media (max-width: 767px) {
  #custom-html-29 .mbr-reviews__author {
    padding-bottom: 32px;
  }
  #custom-html-29 .mbr-reviews__author--short {
    padding-bottom: 1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #custom-html-29 .mbr-reviews__item:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  #custom-html-29 .mbr-reviews__item:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (max-width: 991px) {
  #custom-html-29 .mbr-header--reduce .mbr-header__text {
    padding-top: 1em;
    margin-top: -1em;
  }
}
#custom-html-29 .mbr-header {
  margin-top: -20px;
  padding: 0;
  position: relative;
  text-align: left;
  top: 10px;
}
#custom-html-29 .mbr-header--std-padding {
  padding-bottom: 41px;
}
#custom-html-29 .mbr-header--center {
  text-align: center;
}
#custom-html-29 .mbr-header__text {
  display: block;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 1.5em;
  margin: 0;
}
#custom-html-29 .mbr-header__subtext {
  color: #777;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  margin: 8px 0 7px 0;
}
#custom-html-29 .mbr-header--inline {
  margin-top: 0;
  padding: 41px 0 28px 0;
  top: 0;
}
#custom-html-29 .mbr-header--inline .mbr-header__text {
  letter-spacing: 4px;
  line-height: 1em;
  margin: 15px 0 0 0;
}
@media (max-width: 767px) {
  #custom-html-29 .mbr-header--inline {
    padding: 47px 0 38px 0;
  }
  #custom-html-29 .mbr-header--inline .mbr-header__text {
    display: block;
    margin: 0 0 38px 0;
  }
  #custom-html-29 .mbr-header--auto-align .mbr-header__text,
  #custom-html-29 .mbr-header--auto-align .mbr-header__subtext {
    left: 0;
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  #custom-html-29 .mbr-header--reduce {
    margin-top: -5px;
    top: 2px;
  }
  #custom-html-29 .mbr-header--reduce .mbr-header__text {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.1em;
    padding-top: 0.4em;
    margin-top: -0.4em;
  }
}
#custom-html-29 .mbr-social-icons__icon {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 29px;
  height: 56px;
  line-height: 61px;
  margin: 0 10px 13px 0;
  position: relative;
  text-align: center;
  width: 56px;
}
#custom-html-29 .mbr-social-icons__icon:hover {
  color: #fff;
}
#custom-html-29 .mbr-social-icons--style-1 .mbr-social-icons__icon:hover {
  background: #252525 !important;
}
#custom-html-29 .mbr-contacts {
  color: #9c9c9c;
  font-size: 14px;
  line-height: 1.7em;
  padding: 45px 0 46px;
}
#custom-html-29 .mbr-contacts__img {
  max-width: 100%;
  margin: 6px 0 5px 40px;
}
#custom-html-29 .mbr-contacts__img--left {
  margin-left: 0;
}
#custom-html-29 .mbr-contacts__text {
  margin: 0;
}
#custom-html-29 .mbr-contacts__header {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 3px;
}
#custom-html-29 .mbr-contacts__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #custom-html-29 .mbr-contacts__img {
    margin-bottom: 10px;
  }
  #custom-html-29 .mbr-contacts__header {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #custom-html-29 .mbr-contacts__column {
    margin-top: 37px;
  }
}
#custom-html-29 .mbr-footer {
  color: #9c9c9c;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.5em;
  padding: 37px 0 39px;
  word-spacing: 1px;
}
#custom-html-29 .mbr-footer__copyright {
  margin: 0;
}
#custom-html-29 .mbr-buttons {
  margin: -26px 0 13px 0;
  position: relative;
  text-align: left;
  top: 26px;
}
#custom-html-29 .mbr-buttons__btn,
#custom-html-29 .mbr-buttons__link {
  margin: 0 10px 13px 0;
}
#custom-html-29 .mbr-buttons__btn,
#custom-html-29 .mbr-buttons__link,
#custom-html-29 .mbr-buttons__btn:hover,
#custom-html-29 .mbr-buttons__link:hover {
  text-decoration: none;
}
#custom-html-29 .mbr-buttons--top {
  top: 44px;
  margin-top: -62px;
}
#custom-html-29 .mbr-buttons--no-offset {
  margin-top: 0;
  top: 0;
}
#custom-html-29 .mbr-buttons--only-links {
  left: -20px;
}
#custom-html-29 .mbr-buttons--center {
  left: 5px;
  text-align: center;
}
#custom-html-29 .mbr-buttons--center.mbr-buttons--only-links {
  left: 0;
}
#custom-html-29 .mbr-buttons--right {
  text-align: right;
}
#custom-html-29 .mbr-buttons--right .mbr-buttons__btn,
#custom-html-29 .mbr-buttons--right .mbr-buttons__link {
  margin: 0 0 13px 10px;
}
#custom-html-29 .mbr-buttons--right.mbr-buttons--only-links {
  left: 20px;
}
#custom-html-29 .mbr-buttons--activated {
  left: 5px;
  text-align: center;
}
#custom-html-29 .mbr-buttons--activated .mbr-buttons__btn,
#custom-html-29 .mbr-buttons--activated .mbr-buttons__link {
  margin-left: 0;
  margin-right: 0;
}
#custom-html-29 .mbr-buttons--activated .mbr-buttons__link {
  font-size: 25px;
  padding: 10px 30px 2px;
}
#custom-html-29 .mbr-buttons--activated .mbr-buttons__btn {
  font-size: 15px;
  margin-top: 9px;
  padding: 15px 30px;
}
#custom-html-29 .mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__link {
  font-size: 25px !important;
}
#custom-html-29 .mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__link,
#custom-html-29 .mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__link:hover {
  color: #fff !important;
}
#custom-html-29 .mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__btn {
  font-size: 15px !important;
}
@media (max-width: 991px) {
  #custom-html-29 .mbr-buttons {
    top: 0;
  }
  #custom-html-29 form:not(.mbr-form) .mbr-buttons {
    top: 26px;
  }
  #custom-html-29 .mbr-buttons:first-child {
    margin-top: 0;
  }
  #custom-html-29 .mbr-buttons--active {
    left: 5px;
    text-align: center;
  }
  #custom-html-29 .mbr-buttons--active .mbr-buttons__btn,
  #custom-html-29 .mbr-buttons--active .mbr-buttons__link {
    margin-left: 0;
    margin-right: 0;
  }
  #custom-html-29 .mbr-buttons--right.mbr-buttons--only-links {
    left: 0;
  }
  #custom-html-29 .mbr-buttons--active .mbr-buttons__link {
    font-size: 25px;
    padding: 10px 30px 2px;
  }
  #custom-html-29 .mbr-buttons--active .mbr-buttons__btn {
    font-size: 15px;
    margin-top: 9px;
    padding: 15px 30px;
  }
  #custom-html-29 .mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__link {
    font-size: 25px !important;
  }
  #custom-html-29 .mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__link,
  #custom-html-29 .mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__link:hover {
    color: #fff !important;
  }
  #custom-html-29 .mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__btn {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  #custom-html-29 .mbr-buttons--auto-align {
    left: 5px;
    margin-top: -26px;
    text-align: center;
    top: 26px;
  }
  #custom-html-29 .mbr-buttons--auto-align.mbr-buttons--only-links {
    left: 0;
  }
}
@media (max-width: 530px) {
  #custom-html-29 .mbr-buttons {
    left: 0;
  }
  #custom-html-29 .mbr-buttons__btn,
  #custom-html-29 .mbr-buttons__link,
  #custom-html-29 .mbr-buttons--right .mbr-buttons__btn,
  #custom-html-29 .mbr-buttons--right .mbr-buttons__link {
    display: inline-block;
    margin: 0 0 13px 0;
    text-align: center;
    width: 100%;
  }
  #custom-html-29 .mbr-buttons--activated .mbr-buttons__btn,
  #custom-html-29 .mbr-buttons--activated .mbr-buttons__link,
  #custom-html-29 .mbr-buttons--active .mbr-buttons__btn,
  #custom-html-29 .mbr-buttons--active .mbr-buttons__link {
    width: auto;
  }
  #custom-html-29 .mbr-buttons--activated .mbr-buttons__btn,
  #custom-html-29 .mbr-buttons--active .mbr-buttons__btn {
    margin-top: 9px;
  }
}
#custom-html-29 .mbr-article {
  color: #777;
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  position: relative;
  margin-top: -21px;
  top: 14px;
}
#custom-html-29 .mbr-article--wysiwyg h1,
#custom-html-29 .mbr-article--wysiwyg h2,
#custom-html-29 .mbr-article--wysiwyg h3,
#custom-html-29 .mbr-article--wysiwyg h4,
#custom-html-29 .mbr-article--wysiwyg h5,
#custom-html-29 .mbr-article--wysiwyg h6 {
  color: #252525;
  display: block;
  font-weight: bold;
  line-height: 1.3em;
  text-align: left;
}
#custom-html-29 .mbr-article--wysiwyg h1 {
  font-size: 27px;
  letter-spacing: 3px;
}
#custom-html-29 .mbr-article--wysiwyg h2 {
  font-size: 23px;
  letter-spacing: 2px;
}
#custom-html-29 .mbr-article--wysiwyg h3 {
  font-size: 19px;
  letter-spacing: 1px;
}
#custom-html-29 .mbr-article--wysiwyg h4 {
  font-size: 14px;
}
#custom-html-29 .mbr-article--wysiwyg h5 {
  font-size: 11px;
}
#custom-html-29 .mbr-article--wysiwyg h6 {
  font-size: 10px;
}
#custom-html-29 .mbr-article--wysiwyg p,
#custom-html-29 .mbr-article--wysiwyg ul,
#custom-html-29 .mbr-article--wysiwyg ol,
#custom-html-29 .mbr-article--wysiwyg blockquote {
  margin: 0 0 10px 0;
}
#custom-html-29 .mbr-article--wysiwyg blockquote {
  font-size: 17px;
  border-color: #f97352;
}
@media (max-width: 767px) {
  #custom-html-29 .mbr-article--auto-align.mbr-article--wysiwyg p,
  #custom-html-29 .mbr-article--auto-align {
    text-align: left !important;
  }
}
#custom-html-29 .social-likes__counter {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #3c3c3c;
  border-radius: 23px;
  font-size: 12px;
  height: 23px;
  line-height: 24px;
  min-width: 23px;
  padding: 0 5px;
  position: absolute;
  right: -7px;
  text-align: center;
  top: -7px;
}
#custom-html-29 .social-likes__counter_empty {
  display: none;
}
#custom-html-29 .social-likes_style-1 .social-likes__icon:hover {
  background: #252525 !important;
}
#custom-html-29 .social-likes_style-1 .social-likes__icon:hover .social-likes__counter {
  background: #f97352;
}
#custom-html-29 .social-likes_style-2 .social-likes__icon {
  background: #252525;
}
#custom-html-29 .social-likes_style-2 .social-likes__counter {
  background: #f97352;
}
#custom-html-29 .social-likes_style-2 .social-likes__icon:hover .social-likes__counter {
  background: #3c3c3c;
}
#custom-html-29 .mbr-plan {
  padding-bottom: 41px;
  padding-left: 1px;
  padding-right: 0;
  position: relative;
}
#custom-html-29 .mbr-plan--first,
#custom-html-29 .mbr-plan:first-child {
  padding-left: 0;
}
#custom-html-29 .mbr-plan--last,
#custom-html-29 .mbr-plan:last-child {
  padding-bottom: 93px;
}
#custom-html-29 .mbr-plan__box {
  background: #fff;
}
#custom-html-29 .mbr-plan__header {
  background: #444;
  overflow: hidden;
  padding: 20px 15px;
  color: #fff;
}
#custom-html-29 .mbr-plan__number {
  border-bottom: 1px dotted #ddd;
  color: #333;
  font-size: 80px;
  line-height: 0;
  margin: 0px 10px;
  padding: 41px 0;
  text-align: center;
  margin-bottom: 41px;
}
#custom-html-29 .mbr-plan__details {
  padding-bottom: 41px;
}
#custom-html-29 .mbr-plan__details ul,
#custom-html-29 .mbr-plan__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#custom-html-29 .mbr-plan__details ul {
  text-align: center;
}
#custom-html-29 .mbr-plan__details li,
#custom-html-29 .mbr-plan__item {
  line-height: 40px;
  padding: 0 15px;
}
#custom-html-29 .mbr-plan__item {
  text-align: center;
}
#custom-html-29 .mbr-plan__buttons {
  overflow: hidden;
  padding: 0 15px 41px;
}
#custom-html-29 .mbr-plan--favorite {
  margin-right: -1px;
  margin-top: -30px;
  padding-left: 0;
  top: 15px;
  z-index: 5;
}
#custom-html-29 .mbr-plan--favorite .mbr-plan__number:before {
  content: "";
  display: block;
  height: 15px;
}
#custom-html-29 .mbr-plan--favorite .mbr-plan__box {
  padding-bottom: 15px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}
#custom-html-29 .mbr-plan--primary .mbr-plan__header {
  background: #4c6972;
}
#custom-html-29 .mbr-plan--success .mbr-plan__header {
  background: #7ac673;
}
#custom-html-29 .mbr-plan--info .mbr-plan__header {
  background: #27aae0;
}
#custom-html-29 .mbr-plan--warning .mbr-plan__header {
  background: #faaf40;
}
#custom-html-29 .mbr-plan--danger .mbr-plan__header {
  background: #f97352;
}
@media (max-width: 767px) {
  #custom-html-29 .mbr-plan,
  #custom-html-29 .mbr-plan--first,
  #custom-html-29 .mbr-plan:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  #custom-html-29 .mbr-plan__number {
    font-size: 79px;
  }
  #custom-html-29 .mbr-plan__details {
    font-size: 17px;
  }
  #custom-html-29 .mbr-plan--favorite {
    margin: 0;
    top: 0;
  }
}
#custom-html-29 .mbr-number {
  display: inline-block;
  margin-top: -0.12em;
}
#custom-html-29 .mbr-number__num {
  display: inline-table;
  height: 1em;
}
#custom-html-29 .mbr-number__group {
  display: table-cell;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
}
#custom-html-29 .mbr-number__left {
  display: none;
  font-size: 0.34em;
  line-height: 0;
  padding: 0px 5px;
  vertical-align: super;
}
#custom-html-29 .mbr-number__right {
  display: none;
  font-size: 0.25em;
  padding: 0px 5px;
  vertical-align: middle;
  white-space: nowrap;
}
#custom-html-29 .mbr-number__caption {
  display: block;
  font-size: 0.19em;
  line-height: 1em;
  opacity: 0.5;
  padding-top: 0.5em;
  text-align: center;
}
#custom-html-29 .mbr-number--price .mbr-number__value {
  padding-right: 0.28em;
}
#custom-html-29 .mbr-number--price .mbr-number__left {
  display: inline;
}
#custom-html-29 .mbr-number--short-price .mbr-number__left,
#custom-html-29 .mbr-number--short-price .mbr-number__right {
  display: inline;
}
#custom-html-29 .mbr-number--short-price .mbr-number__caption {
  display: none;
}
#custom-html-29 .mbr-number--inverse-price .mbr-number__group {
  top: 0.1em;
}
#custom-html-29 .mbr-number--inverse-price .mbr-number__left {
  display: none;
}
#custom-html-29 .mbr-number--inverse-price .mbr-number__value {
  padding-left: 0.28em;
}
#custom-html-29 .mbr-number--inverse-price .mbr-number__right {
  display: inline;
}
#custom-html-29 .mbr-iconfont.mbr-iconfont-btn,
#custom-html-29 .mbr-buttons__btn .mbr-iconfont {
  /* depricated, used only for compatibility */
  padding-right: 0.3em;
  font-size: 2em;
  line-height: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.1em;
  text-decoration: none;
}
#custom-html-29 .mbr-iconfont.mbr-iconfont-btn-parent,
#custom-html-29 .mbr-buttons__link .mbr-iconfont {
  /* depricated, used only for compatibility */
  padding-right: 0.3em;
  font-size: 1.5em;
  position: relative;
  top: -0.2em;
  vertical-align: middle;
}
#custom-html-29 .mbr-iconfont.mbr-iconfont-msg-box4,
#custom-html-29 .mbr-iconfont.mbr-iconfont-msg-box5 {
  font-size: 357px;
  text-decoration: none;
  color: #FFFFFF;
}
#custom-html-29 .mbr-iconfont.mbr-iconfont-menu,
#custom-html-29 .mbr-iconfont.mbr-iconfont-ext__menu {
  font-size: 74px;
  text-decoration: none;
  color: #FFFFFF;
}
#custom-html-29 .mbr-iconfont.mbr-iconfont-contacts1 {
  font-size: 119px;
  text-decoration: none;
  color: #9C9C9C;
}
#custom-html-29 .mbr-iconfont.mbr-iconfont-features1 {
  font-size: 250px;
  /* ~ image.height */
  text-decoration: none;
}
@media (max-width: 768px) {
  #custom-html-29 .image-size {
    width: 100% !important;
  }
  #custom-html-29 .content-size {
    width: 100%;
  }
}
#custom-html-29 .engine {
  position: absolute;
  text-indent: -2400px;
  text-align: center;
  padding: 0;
  top: 0;
  left: -2400px;
}
.cid-qM6miNXjQ6 {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-qM6miNXjQ6 H1 {
  text-align: left;
}
.cid-qM6miNXjQ6 .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qM6miOsAAj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-qM6miOsAAj .counter-container {
  color: #464646;
}
.cid-qM6miOsAAj .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-qM6miOsAAj .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-qM6miOsAAj .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 22px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 120px;
  height: 40px;
}
.cid-qM6miOsAAj .eventDeatils {
  padding: 0 0 0 0px !important;
}
.cid-qM6miOsAAj B {
  color: #efefef;
}
.cid-qM6miOsAAj H3 {
  color: #efefef;
}
.cid-qM6miOsAAj P {
  color: #efefef;
}
.cid-qM6miOsAAj H4 {
  color: #7ab2e1;
}
.cid-qM6miP0sE4 {
  padding-top: 20px;
  padding-bottom: 75px;
  background-color: #333333;
}
.cid-qM6miP0sE4 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-qM6miP0sE4 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-qM6miPwoPq {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-qM6miPwoPq H1 {
  text-align: left;
}
.cid-qM6miPwoPq .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qM6miQ7vOm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-qM6miQ7vOm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qM6miQ7vOm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qM6miQ7vOm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qM6miQ7vOm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qM6miQ7vOm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2490eb;
  background: linear-gradient(to left, #2490eb, #2490eb) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qM6miQ7vOm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qM6miQ7vOm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qM6miQ7vOm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qM6miQ7vOm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #2490eb !important;
  background: linear-gradient(to left, #2490eb, #2490eb) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qM6miQ7vOm ul {
  font-size: 0;
}
.cid-qM6miQ7vOm .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #4284df;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s;
}
.cid-qM6miQ7vOm .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #4284df solid;
  border-radius: 0 !important;
}
.cid-qM6miQ7vOm .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-qM6miR3KZM {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-qM6miR3KZM .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-qM6miR3KZM .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-qM6miRBiBq {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-qM6miRBiBq H1 {
  text-align: left;
}
.cid-qM6miRBiBq .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qM6miS9XNT {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-qM6miS9XNT .card-item {
  display: flex;
  justify-content: space-between;
}
.cid-qM6miS9XNT .card-item .card-icon {
  margin-right: 1rem;
}
.cid-qM6miS9XNT .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #7ab2e1;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qM6miS9XNT .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-qM6miS9XNT .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-qM6miS9XNT .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-qM6miS9XNT .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-qM6miS9XNT .card-days {
  background-color: #2490eb;
  border-radius: 5px;
}
.cid-qM6miS9XNT .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-qM6miS9XNT .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-qM6miS9XNT .card-days .schedule li:first-child {
  border-top: none;
}
.cid-qM6miS9XNT .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-qM6miS9XNT .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-qM6miS9XNT .media-cards {
  display: flex;
  flex-wrap: wrap;
}
.cid-qM6miS9XNT .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #21b968);
}
.cid-qM6miS9XNT .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qM6miS9XNT .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-qM6miS9XNT .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qM6miS9XNT .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qM6miS9XNT .card-title B {
  color: #efefef;
}
.cid-qM6miS9XNT .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-qM6miT323P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #242424;
}
.cid-qM6miT323P p {
  text-align: center;
}
.cid-qM6miT323P .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qM6miT323P .btn-underline:hover {
  color: #505050;
}
.cid-qM6miT323P .btn-underline:before {
  background-color: #505050;
}
.cid-qM6miT323P .social-list a:focus {
  text-decoration: none;
}
.cid-qM6miT323P .text-copyright {
  width: 100%;
}
.cid-qM6miT323P .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-qM6miT323P .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-qM6miT323P .logo-footer {
  line-height: normal;
}
.cid-qM6miT323P .copyright {
  display: flex;
  align-items: center;
}
.cid-qM6miT323P .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qM6miT323P .mbr-section-btn {
  font-size: 16px;
}
.cid-qM6miT323P .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-qLUKKmP6xg {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/27913410-10155362142353177-962377559573260140-o-1-552x720.jpg");
}
.cid-qLUKKmP6xg .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-qLUKKmP6xg .mbr-overlay {
  background: linear-gradient(#333333 -10%, #333333 75%);
}
.cid-qLUX2Rpkiy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-qLUX2Rpkiy H1 {
  text-align: left;
}
.cid-qLUX2Rpkiy .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qLUXgYg9as {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-qLUXgYg9as .counter-container {
  color: #464646;
}
.cid-qLUXgYg9as .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-qLUXgYg9as .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-qLUXgYg9as .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 22px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 120px;
  height: 40px;
}
.cid-qLUXgYg9as .eventDeatils {
  padding: 0 0 0 0px !important;
}
.cid-qLUXgYg9as B {
  color: #efefef;
}
.cid-qLUXgYg9as H3 {
  color: #efefef;
}
.cid-qLUXgYg9as P {
  color: #efefef;
}
.cid-qLUXgYg9as H4 {
  color: #7ab2e1;
}
.cid-qLULVHJTjp {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-qLULVHJTjp H1 {
  text-align: left;
}
.cid-qLULVHJTjp .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qLUOgi5E54 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-qLUOgi5E54 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qLUOgi5E54 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qLUOgi5E54 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qLUOgi5E54 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qLUOgi5E54 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2490eb;
  background: linear-gradient(to left, #2490eb, #2490eb) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qLUOgi5E54 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qLUOgi5E54 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qLUOgi5E54 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qLUOgi5E54 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #2490eb !important;
  background: linear-gradient(to left, #2490eb, #2490eb) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qLUOgi5E54 ul {
  font-size: 0;
}
.cid-qLUOgi5E54 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #4284df;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s;
}
.cid-qLUOgi5E54 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #4284df solid;
  border-radius: 0 !important;
}
.cid-qLUOgi5E54 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-qLV6kS1Y95 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-qLV6kS1Y95 H1 {
  text-align: left;
}
.cid-qLV6kS1Y95 .after {
  background-color: #7ab2e1;
  width: 50px;
}
.cid-qLUVqoJtsZ {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-qLUVqoJtsZ H1 {
  text-align: left;
}
.cid-qLUVqoJtsZ .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qLUSTMxXwu {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-qLUSTMxXwu .card-item {
  display: flex;
  justify-content: space-between;
}
.cid-qLUSTMxXwu .card-item .card-icon {
  margin-right: 1rem;
}
.cid-qLUSTMxXwu .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #7ab2e1;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qLUSTMxXwu .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-qLUSTMxXwu .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-qLUSTMxXwu .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-qLUSTMxXwu .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-qLUSTMxXwu .card-days {
  background-color: #2490eb;
  border-radius: 5px;
}
.cid-qLUSTMxXwu .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-qLUSTMxXwu .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-qLUSTMxXwu .card-days .schedule li:first-child {
  border-top: none;
}
.cid-qLUSTMxXwu .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-qLUSTMxXwu .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-qLUSTMxXwu .media-cards {
  display: flex;
  flex-wrap: wrap;
}
.cid-qLUSTMxXwu .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #21b968);
}
.cid-qLUSTMxXwu .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qLUSTMxXwu .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-qLUSTMxXwu .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qLUSTMxXwu .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qLUSTMxXwu .card-title B {
  color: #efefef;
}
.cid-qLUSTMxXwu .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-qLV3i9Vm9F {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-qLV3i9Vm9F H1 {
  text-align: left;
}
.cid-qLV3i9Vm9F .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qLV3lkpNwS {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #333333;
}
.cid-qLV3lkpNwS .carousel-item {
  justify-content: center;
}
.cid-qLV3lkpNwS .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-qLV3lkpNwS .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-qLV3lkpNwS .carousel-controls a:hover span {
  opacity: 1;
}
.cid-qLV3lkpNwS .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-qLV3lkpNwS .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-qLV3lkpNwS .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-qLV3lkpNwS B {
  color: #2490eb;
}
.cid-qLV3lkpNwS .user_text {
  color: #efefef;
}
.cid-qLV3lkpNwS .user_name {
  color: #efefef;
}
.cid-qLV3lkpNwS .user_desk {
  color: #efefef;
}
.cid-qLUPyNCXOH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #242424;
}
.cid-qLUPyNCXOH p {
  text-align: center;
}
.cid-qLUPyNCXOH .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qLUPyNCXOH .btn-underline:hover {
  color: #505050;
}
.cid-qLUPyNCXOH .btn-underline:before {
  background-color: #505050;
}
.cid-qLUPyNCXOH .social-list a:focus {
  text-decoration: none;
}
.cid-qLUPyNCXOH .text-copyright {
  width: 100%;
}
.cid-qLUPyNCXOH .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-qLUPyNCXOH .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-qLUPyNCXOH .logo-footer {
  line-height: normal;
}
.cid-qLUPyNCXOH .copyright {
  display: flex;
  align-items: center;
}
.cid-qLUPyNCXOH .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qLUPyNCXOH .mbr-section-btn {
  font-size: 16px;
}
.cid-qLUPyNCXOH .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-qM0T7yO6BR .navbar {
  padding: .5rem 0;
  background: #242424;
  transition: none;
  min-height: 50px;
}
.cid-qM0T7yO6BR .navbar-dropdown.bg-color.transparent.opened {
  background: #242424;
}
.cid-qM0T7yO6BR a {
  font-style: normal;
}
.cid-qM0T7yO6BR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qM0T7yO6BR .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-qM0T7yO6BR .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;
  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-qM0T7yO6BR .content-text {
  margin-bottom: 0;
}
.cid-qM0T7yO6BR .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qM0T7yO6BR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7ab2e1;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qM0T7yO6BR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-qM0T7yO6BR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qM0T7yO6BR .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-qM0T7yO6BR .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qM0T7yO6BR .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qM0T7yO6BR .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qM0T7yO6BR .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qM0T7yO6BR .nav-dropdown .link {
  font-weight: 400;
}
.cid-qM0T7yO6BR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qM0T7yO6BR .content-right-side {
  text-align: center;
}
.cid-qM0T7yO6BR .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-qM0T7yO6BR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qM0T7yO6BR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-qM0T7yO6BR .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-qM0T7yO6BR .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-qM0T7yO6BR .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-qM0T7yO6BR .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-qM0T7yO6BR .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-qM0T7yO6BR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-qM0T7yO6BR .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-qM0T7yO6BR .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-qM0T7yO6BR .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-qM0T7yO6BR .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-qM0T7yO6BR .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-qM0T7yO6BR .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qM0T7yO6BR .navbar {
    display: block;
    padding: 0;
  }
  .cid-qM0T7yO6BR .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qM0T7yO6BR .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-qM0T7yO6BR .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qM0T7yO6BR .navbar-toggler {
    display: none;
  }
  .cid-qM0T7yO6BR .navbar-collapse {
    justify-content: center;
  }
}
.cid-qM0T7yO6BR .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-qM0T7yO6BR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qM0T7yO6BR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qM0T7yO6BR .menu-logo {
  margin-right: auto;
}
.cid-qM0T7yO6BR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qM0T7yO6BR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qM0T7yO6BR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qM0T7yO6BR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qM0T7yO6BR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qM0T7yO6BR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qM0T7yO6BR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-qM0T7yO6BR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qM0T7yO6BR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qM0T7yO6BR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qM0T7yO6BR .dropdown .dropdown-menu {
  background: #242424;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qM0T7yO6BR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qM0T7yO6BR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qM0T7yO6BR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qM0T7yO6BR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qM0T7yO6BR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qM0T7yO6BR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qM0T7yO6BR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qM0T7yO6BR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qM0T7yO6BR .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-qM0T7yO6BR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qM0T7yO6BR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qM0T7yO6BR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qM0T7yO6BR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qM0T7yO6BR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-qM0T7yO6BR button.navbar-toggler:focus {
  outline: none;
}
.cid-qM0T7yO6BR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7ab2e1;
}
.cid-qM0T7yO6BR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qM0T7yO6BR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qM0T7yO6BR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qM0T7yO6BR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qM0T7yO6BR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM0T7yO6BR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qM0T7yO6BR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qM0T7yO6BR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM0T7yO6BR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qM0T7yO6BR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qM0T7yO6BR .collapsed .btn {
  display: flex;
}
.cid-qM0T7yO6BR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qM0T7yO6BR .collapsed .navbar-collapse.collapsing,
.cid-qM0T7yO6BR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qM0T7yO6BR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qM0T7yO6BR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qM0T7yO6BR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qM0T7yO6BR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qM0T7yO6BR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qM0T7yO6BR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-qM0T7yO6BR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qM0T7yO6BR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qM0T7yO6BR .collapsed button.navbar-toggler {
  display: block;
}
.cid-qM0T7yO6BR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qM0T7yO6BR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qM0T7yO6BR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qM0T7yO6BR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qM0T7yO6BR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qM0T7yO6BR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qM0T7yO6BR .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qM0T7yO6BR .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-qM0T7yO6BR img {
    height: 3.8rem !important;
  }
  .cid-qM0T7yO6BR .btn {
    display: flex;
  }
  .cid-qM0T7yO6BR button.navbar-toggler {
    display: block;
  }
  .cid-qM0T7yO6BR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qM0T7yO6BR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qM0T7yO6BR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qM0T7yO6BR .navbar-collapse.collapsing,
  .cid-qM0T7yO6BR .navbar-collapse.show {
    display: block !important;
  }
  .cid-qM0T7yO6BR .navbar-collapse.collapsing .navbar-nav,
  .cid-qM0T7yO6BR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qM0T7yO6BR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qM0T7yO6BR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qM0T7yO6BR .navbar-collapse.collapsing .navbar-buttons,
  .cid-qM0T7yO6BR .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-qM0T7yO6BR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qM0T7yO6BR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qM0T7yO6BR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qM0T7yO6BR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qM0T7yO6BR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qM0T7yO6BR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-qM0T7yO6BR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-qM0T7yO6BR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-qM0T7yO6BR .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qM0T7yO6BR .navbar-collapse {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.cid-qM0T7yO6BR .nav-link:focus {
  outline: none;
}
.cid-qM0T7yO6BR .navbar-toggler {
  position: relative;
}
.cid-qM0T7yO6BR .dropdown-item.active,
.cid-qM0T7yO6BR .dropdown-item:active {
  background: #242424;
  color: initial;
}
.cid-qM0T7yO6BR .nav-link:hover,
.cid-qM0T7yO6BR .dropdown-item:hover {
  color: #4284df;
}
.cid-qM0T7A88mD {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-qM0T7A88mD H1 {
  text-align: left;
}
.cid-qM0T7A88mD .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qM0T7AM7ze {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-qM0T7AM7ze .counter-container {
  color: #464646;
}
.cid-qM0T7AM7ze .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-qM0T7AM7ze .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-qM0T7AM7ze .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 22px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 120px;
  height: 40px;
}
.cid-qM0T7AM7ze .eventDeatils {
  padding: 0 0 0 0px !important;
}
.cid-qM0T7AM7ze B {
  color: #efefef;
}
.cid-qM0T7AM7ze H3 {
  color: #efefef;
}
.cid-qM0T7AM7ze P {
  color: #efefef;
}
.cid-qM0T7AM7ze H4 {
  color: #7ab2e1;
}
.cid-qM0T7BnaYa {
  padding-top: 20px;
  padding-bottom: 75px;
  background-color: #333333;
}
.cid-qM0T7BnaYa .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-qM0T7BnaYa .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-qM0T7C8gi8 {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-qM0T7C8gi8 H1 {
  text-align: left;
}
.cid-qM0T7C8gi8 .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qM0T7COfNa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-qM0T7COfNa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qM0T7COfNa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qM0T7COfNa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qM0T7COfNa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qM0T7COfNa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2490eb;
  background: linear-gradient(to left, #2490eb, #2490eb) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qM0T7COfNa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qM0T7COfNa .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qM0T7COfNa .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qM0T7COfNa .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #2490eb !important;
  background: linear-gradient(to left, #2490eb, #2490eb) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qM0T7COfNa ul {
  font-size: 0;
}
.cid-qM0T7COfNa .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #4284df;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s;
}
.cid-qM0T7COfNa .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #4284df solid;
  border-radius: 0 !important;
}
.cid-qM0T7COfNa .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-qM0T7DQeep {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-qM0T7DQeep .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-qM0T7DQeep .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-qM0T7EABVt {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-qM0T7EABVt H1 {
  text-align: left;
}
.cid-qM0T7EABVt .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qM0T7Ff7Vk {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-qM0T7Ff7Vk .card-item {
  display: flex;
  justify-content: space-between;
}
.cid-qM0T7Ff7Vk .card-item .card-icon {
  margin-right: 1rem;
}
.cid-qM0T7Ff7Vk .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #7ab2e1;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qM0T7Ff7Vk .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-qM0T7Ff7Vk .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-qM0T7Ff7Vk .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-qM0T7Ff7Vk .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-qM0T7Ff7Vk .card-days {
  background-color: #2490eb;
  border-radius: 5px;
}
.cid-qM0T7Ff7Vk .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-qM0T7Ff7Vk .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-qM0T7Ff7Vk .card-days .schedule li:first-child {
  border-top: none;
}
.cid-qM0T7Ff7Vk .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-qM0T7Ff7Vk .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-qM0T7Ff7Vk .media-cards {
  display: flex;
  flex-wrap: wrap;
}
.cid-qM0T7Ff7Vk .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #21b968);
}
.cid-qM0T7Ff7Vk .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qM0T7Ff7Vk .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-qM0T7Ff7Vk .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qM0T7Ff7Vk .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qM0T7Ff7Vk .card-title B {
  color: #efefef;
}
.cid-qM0T7Ff7Vk .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-qM0T7GbrvR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #242424;
}
.cid-qM0T7GbrvR p {
  text-align: center;
}
.cid-qM0T7GbrvR .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qM0T7GbrvR .btn-underline:hover {
  color: #505050;
}
.cid-qM0T7GbrvR .btn-underline:before {
  background-color: #505050;
}
.cid-qM0T7GbrvR .social-list a:focus {
  text-decoration: none;
}
.cid-qM0T7GbrvR .text-copyright {
  width: 100%;
}
.cid-qM0T7GbrvR .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-qM0T7GbrvR .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-qM0T7GbrvR .logo-footer {
  line-height: normal;
}
.cid-qM0T7GbrvR .copyright {
  display: flex;
  align-items: center;
}
.cid-qM0T7GbrvR .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qM0T7GbrvR .mbr-section-btn {
  font-size: 16px;
}
.cid-qM0T7GbrvR .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-qM7j4ViXiq .navbar {
  padding: .5rem 0;
  background: #242424;
  transition: none;
  min-height: 50px;
}
.cid-qM7j4ViXiq .navbar-dropdown.bg-color.transparent.opened {
  background: #242424;
}
.cid-qM7j4ViXiq a {
  font-style: normal;
}
.cid-qM7j4ViXiq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qM7j4ViXiq .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-qM7j4ViXiq .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;
  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-qM7j4ViXiq .content-text {
  margin-bottom: 0;
}
.cid-qM7j4ViXiq .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qM7j4ViXiq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7ab2e1;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qM7j4ViXiq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-qM7j4ViXiq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qM7j4ViXiq .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-qM7j4ViXiq .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qM7j4ViXiq .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qM7j4ViXiq .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qM7j4ViXiq .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qM7j4ViXiq .nav-dropdown .link {
  font-weight: 400;
}
.cid-qM7j4ViXiq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qM7j4ViXiq .content-right-side {
  text-align: center;
}
.cid-qM7j4ViXiq .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-qM7j4ViXiq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qM7j4ViXiq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-qM7j4ViXiq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-qM7j4ViXiq .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-qM7j4ViXiq .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-qM7j4ViXiq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-qM7j4ViXiq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-qM7j4ViXiq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-qM7j4ViXiq .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-qM7j4ViXiq .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-qM7j4ViXiq .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-qM7j4ViXiq .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-qM7j4ViXiq .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-qM7j4ViXiq .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qM7j4ViXiq .navbar {
    display: block;
    padding: 0;
  }
  .cid-qM7j4ViXiq .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qM7j4ViXiq .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-qM7j4ViXiq .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qM7j4ViXiq .navbar-toggler {
    display: none;
  }
  .cid-qM7j4ViXiq .navbar-collapse {
    justify-content: center;
  }
}
.cid-qM7j4ViXiq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-qM7j4ViXiq .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qM7j4ViXiq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qM7j4ViXiq .menu-logo {
  margin-right: auto;
}
.cid-qM7j4ViXiq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qM7j4ViXiq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qM7j4ViXiq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qM7j4ViXiq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qM7j4ViXiq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qM7j4ViXiq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qM7j4ViXiq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-qM7j4ViXiq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qM7j4ViXiq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qM7j4ViXiq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qM7j4ViXiq .dropdown .dropdown-menu {
  background: #242424;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qM7j4ViXiq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qM7j4ViXiq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qM7j4ViXiq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qM7j4ViXiq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qM7j4ViXiq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qM7j4ViXiq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qM7j4ViXiq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qM7j4ViXiq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qM7j4ViXiq .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-qM7j4ViXiq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qM7j4ViXiq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qM7j4ViXiq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qM7j4ViXiq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qM7j4ViXiq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-qM7j4ViXiq button.navbar-toggler:focus {
  outline: none;
}
.cid-qM7j4ViXiq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7ab2e1;
}
.cid-qM7j4ViXiq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qM7j4ViXiq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qM7j4ViXiq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qM7j4ViXiq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qM7j4ViXiq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM7j4ViXiq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qM7j4ViXiq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qM7j4ViXiq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM7j4ViXiq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qM7j4ViXiq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qM7j4ViXiq .collapsed .btn {
  display: flex;
}
.cid-qM7j4ViXiq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qM7j4ViXiq .collapsed .navbar-collapse.collapsing,
.cid-qM7j4ViXiq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qM7j4ViXiq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qM7j4ViXiq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qM7j4ViXiq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qM7j4ViXiq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qM7j4ViXiq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qM7j4ViXiq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-qM7j4ViXiq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qM7j4ViXiq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qM7j4ViXiq .collapsed button.navbar-toggler {
  display: block;
}
.cid-qM7j4ViXiq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qM7j4ViXiq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qM7j4ViXiq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qM7j4ViXiq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qM7j4ViXiq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qM7j4ViXiq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qM7j4ViXiq .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qM7j4ViXiq .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-qM7j4ViXiq img {
    height: 3.8rem !important;
  }
  .cid-qM7j4ViXiq .btn {
    display: flex;
  }
  .cid-qM7j4ViXiq button.navbar-toggler {
    display: block;
  }
  .cid-qM7j4ViXiq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qM7j4ViXiq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qM7j4ViXiq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qM7j4ViXiq .navbar-collapse.collapsing,
  .cid-qM7j4ViXiq .navbar-collapse.show {
    display: block !important;
  }
  .cid-qM7j4ViXiq .navbar-collapse.collapsing .navbar-nav,
  .cid-qM7j4ViXiq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qM7j4ViXiq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qM7j4ViXiq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qM7j4ViXiq .navbar-collapse.collapsing .navbar-buttons,
  .cid-qM7j4ViXiq .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-qM7j4ViXiq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qM7j4ViXiq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qM7j4ViXiq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qM7j4ViXiq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qM7j4ViXiq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qM7j4ViXiq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-qM7j4ViXiq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-qM7j4ViXiq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-qM7j4ViXiq .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qM7j4ViXiq .navbar-collapse {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.cid-qM7j4ViXiq .nav-link:focus {
  outline: none;
}
.cid-qM7j4ViXiq .navbar-toggler {
  position: relative;
}
.cid-qM7j4ViXiq .dropdown-item.active,
.cid-qM7j4ViXiq .dropdown-item:active {
  background: #242424;
  color: initial;
}
.cid-qM7j4ViXiq .nav-link:hover,
.cid-qM7j4ViXiq .dropdown-item:hover {
  color: #4284df;
}
.cid-qM7j4VDzj6 {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-qM7j4VDzj6 H1 {
  text-align: left;
}
.cid-qM7j4VDzj6 .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qM7jB9evj0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-qM7jB9evj0 .block-text {
  color: #efefef;
  text-align: left;
}
.cid-qM7jB9evj0 .after {
  background-color: #7ab2e1;
  width: 40px;
}
.cid-qM7jB9evj0 h5 {
  color: white;
  font-size: 25px;
}
.cid-qM7jB9evj0 P {
  color: #efefef;
}
.cid-qM7lRrlbbH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-qM7lRrlbbH .block-text {
  color: #efefef;
  text-align: left;
}
.cid-qM7lRrlbbH .after {
  background-color: #7ab2e1;
  width: 40px;
}
.cid-qM7lRrlbbH h5 {
  color: white;
  font-size: 25px;
}
.cid-qM7lRrlbbH P {
  color: #efefef;
}
.cid-qM7lSoOWmZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-qM7lSoOWmZ .block-text {
  color: #efefef;
  text-align: left;
}
.cid-qM7lSoOWmZ .after {
  background-color: #7ab2e1;
  width: 40px;
}
.cid-qM7lSoOWmZ h5 {
  color: white;
  font-size: 25px;
}
.cid-qM7lSoOWmZ P {
  color: #efefef;
}
.cid-qM7m6rvxiM {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #333333;
}
.cid-qM7m6rvxiM .block-text {
  color: #efefef;
  text-align: left;
}
.cid-qM7m6rvxiM .after {
  background-color: #7ab2e1;
  width: 40px;
}
.cid-qM7m6rvxiM h5 {
  color: white;
  font-size: 25px;
}
.cid-qM7m6rvxiM P {
  color: #efefef;
}
.cid-qM7j51j7PO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #242424;
}
.cid-qM7j51j7PO p {
  text-align: center;
}
.cid-qM7j51j7PO .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qM7j51j7PO .btn-underline:hover {
  color: #505050;
}
.cid-qM7j51j7PO .btn-underline:before {
  background-color: #505050;
}
.cid-qM7j51j7PO .social-list a:focus {
  text-decoration: none;
}
.cid-qM7j51j7PO .text-copyright {
  width: 100%;
}
.cid-qM7j51j7PO .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-qM7j51j7PO .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-qM7j51j7PO .logo-footer {
  line-height: normal;
}
.cid-qM7j51j7PO .copyright {
  display: flex;
  align-items: center;
}
.cid-qM7j51j7PO .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qM7j51j7PO .mbr-section-btn {
  font-size: 16px;
}
.cid-qM7j51j7PO .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-qMJbSBnlLd .navbar {
  padding: .5rem 0;
  background: #242424;
  transition: none;
  min-height: 50px;
}
.cid-qMJbSBnlLd .navbar-dropdown.bg-color.transparent.opened {
  background: #242424;
}
.cid-qMJbSBnlLd a {
  font-style: normal;
}
.cid-qMJbSBnlLd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qMJbSBnlLd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-qMJbSBnlLd .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;
  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-qMJbSBnlLd .content-text {
  margin-bottom: 0;
}
.cid-qMJbSBnlLd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qMJbSBnlLd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7ab2e1;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qMJbSBnlLd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-qMJbSBnlLd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qMJbSBnlLd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-qMJbSBnlLd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qMJbSBnlLd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qMJbSBnlLd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qMJbSBnlLd .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qMJbSBnlLd .nav-dropdown .link {
  font-weight: 400;
}
.cid-qMJbSBnlLd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qMJbSBnlLd .content-right-side {
  text-align: center;
}
.cid-qMJbSBnlLd .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-qMJbSBnlLd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qMJbSBnlLd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-qMJbSBnlLd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-qMJbSBnlLd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-qMJbSBnlLd .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-qMJbSBnlLd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-qMJbSBnlLd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-qMJbSBnlLd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-qMJbSBnlLd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-qMJbSBnlLd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-qMJbSBnlLd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-qMJbSBnlLd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-qMJbSBnlLd .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-qMJbSBnlLd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qMJbSBnlLd .navbar {
    display: block;
    padding: 0;
  }
  .cid-qMJbSBnlLd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qMJbSBnlLd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-qMJbSBnlLd .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qMJbSBnlLd .navbar-toggler {
    display: none;
  }
  .cid-qMJbSBnlLd .navbar-collapse {
    justify-content: center;
  }
}
.cid-qMJbSBnlLd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-qMJbSBnlLd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMJbSBnlLd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qMJbSBnlLd .menu-logo {
  margin-right: auto;
}
.cid-qMJbSBnlLd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMJbSBnlLd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMJbSBnlLd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMJbSBnlLd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMJbSBnlLd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMJbSBnlLd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMJbSBnlLd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-qMJbSBnlLd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMJbSBnlLd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMJbSBnlLd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMJbSBnlLd .dropdown .dropdown-menu {
  background: #242424;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMJbSBnlLd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qMJbSBnlLd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMJbSBnlLd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qMJbSBnlLd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qMJbSBnlLd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qMJbSBnlLd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMJbSBnlLd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMJbSBnlLd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMJbSBnlLd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-qMJbSBnlLd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMJbSBnlLd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMJbSBnlLd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMJbSBnlLd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMJbSBnlLd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-qMJbSBnlLd button.navbar-toggler:focus {
  outline: none;
}
.cid-qMJbSBnlLd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7ab2e1;
}
.cid-qMJbSBnlLd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMJbSBnlLd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMJbSBnlLd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMJbSBnlLd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMJbSBnlLd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMJbSBnlLd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMJbSBnlLd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMJbSBnlLd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMJbSBnlLd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qMJbSBnlLd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qMJbSBnlLd .collapsed .btn {
  display: flex;
}
.cid-qMJbSBnlLd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMJbSBnlLd .collapsed .navbar-collapse.collapsing,
.cid-qMJbSBnlLd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMJbSBnlLd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMJbSBnlLd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMJbSBnlLd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMJbSBnlLd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMJbSBnlLd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMJbSBnlLd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-qMJbSBnlLd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMJbSBnlLd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMJbSBnlLd .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMJbSBnlLd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qMJbSBnlLd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMJbSBnlLd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMJbSBnlLd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMJbSBnlLd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMJbSBnlLd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qMJbSBnlLd .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qMJbSBnlLd .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-qMJbSBnlLd img {
    height: 3.8rem !important;
  }
  .cid-qMJbSBnlLd .btn {
    display: flex;
  }
  .cid-qMJbSBnlLd button.navbar-toggler {
    display: block;
  }
  .cid-qMJbSBnlLd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qMJbSBnlLd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMJbSBnlLd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMJbSBnlLd .navbar-collapse.collapsing,
  .cid-qMJbSBnlLd .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMJbSBnlLd .navbar-collapse.collapsing .navbar-nav,
  .cid-qMJbSBnlLd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMJbSBnlLd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMJbSBnlLd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMJbSBnlLd .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMJbSBnlLd .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-qMJbSBnlLd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMJbSBnlLd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMJbSBnlLd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMJbSBnlLd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMJbSBnlLd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMJbSBnlLd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-qMJbSBnlLd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-qMJbSBnlLd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-qMJbSBnlLd .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qMJbSBnlLd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.cid-qMJbSBnlLd .nav-link:focus {
  outline: none;
}
.cid-qMJbSBnlLd .navbar-toggler {
  position: relative;
}
.cid-qMJbSBnlLd .dropdown-item.active,
.cid-qMJbSBnlLd .dropdown-item:active {
  background: #242424;
  color: initial;
}
.cid-qMJbSBnlLd .nav-link:hover,
.cid-qMJbSBnlLd .dropdown-item:hover {
  color: #4284df;
}
.cid-qMJbSBO9da {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-qMJbSBO9da H1 {
  text-align: left;
}
.cid-qMJbSBO9da .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qMJdmqDcmm {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-qMJdmqDcmm h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-qMJdmqDcmm .mbr-section-subtitle {
  color: #767676;
}
.cid-qMJdmqDcmm .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-qMJdmqDcmm .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-qMJdmqDcmm .article-title-right {
  color: #ffffff;
}
.cid-qMJdmqDcmm .article-title-left {
  color: #ffffff;
}
.cid-qMJdmqDcmm .mbr-text-left {
  color: #ffffff;
}
.cid-qMJdmqDcmm .mbr-text-right {
  color: #ffffff;
}
.cid-qMJdmqDcmm .article-counter-right {
  color: #7ab2e1;
}
.cid-qMJdmqDcmm .article-counter-left {
  color: #7ab2e1;
}
.cid-qMJcdp3B9R {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-qMJcdp3B9R h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-qMJcdp3B9R .mbr-section-subtitle {
  color: #767676;
}
.cid-qMJcdp3B9R .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-qMJcdp3B9R .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-qMJcdp3B9R .article-title-right {
  color: #ffffff;
}
.cid-qMJcdp3B9R .article-title-left {
  color: #ffffff;
}
.cid-qMJcdp3B9R .mbr-text-left {
  color: #ffffff;
}
.cid-qMJcdp3B9R .mbr-text-right {
  color: #ffffff;
}
.cid-qMJcdp3B9R .article-counter-right {
  color: #7ab2e1;
}
.cid-qMJcdp3B9R .article-counter-left {
  color: #7ab2e1;
}
.cid-qMJeayrq6C {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-qMJeayrq6C H1 {
  text-align: left;
}
.cid-qMJeayrq6C .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qMJc4QJu0q {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #333333;
}
.cid-qMJc4QJu0q .carousel-item {
  justify-content: center;
}
.cid-qMJc4QJu0q .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-qMJc4QJu0q .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-qMJc4QJu0q .carousel-controls a:hover span {
  opacity: 1;
}
.cid-qMJc4QJu0q .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-qMJc4QJu0q .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-qMJc4QJu0q .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-qMJc4QJu0q B {
  color: #2490eb;
}
.cid-qMJc4QJu0q .user_text {
  color: #efefef;
}
.cid-qMJc4QJu0q .user_name {
  color: #efefef;
}
.cid-qMJc4QJu0q .user_desk {
  color: #efefef;
}
.cid-qMJbSD1Jyi {
  padding-top: 20px;
  padding-bottom: 75px;
  background-color: #333333;
}
.cid-qMJbSD1Jyi .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-qMJbSD1Jyi .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-qMJbSHEqtY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #242424;
}
.cid-qMJbSHEqtY p {
  text-align: center;
}
.cid-qMJbSHEqtY .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qMJbSHEqtY .btn-underline:hover {
  color: #505050;
}
.cid-qMJbSHEqtY .btn-underline:before {
  background-color: #505050;
}
.cid-qMJbSHEqtY .social-list a:focus {
  text-decoration: none;
}
.cid-qMJbSHEqtY .text-copyright {
  width: 100%;
}
.cid-qMJbSHEqtY .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-qMJbSHEqtY .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-qMJbSHEqtY .logo-footer {
  line-height: normal;
}
.cid-qMJbSHEqtY .copyright {
  display: flex;
  align-items: center;
}
.cid-qMJbSHEqtY .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qMJbSHEqtY .mbr-section-btn {
  font-size: 16px;
}
.cid-qMJbSHEqtY .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-qMJeebcAg9 .navbar {
  padding: .5rem 0;
  background: #242424;
  transition: none;
  min-height: 50px;
}
.cid-qMJeebcAg9 .navbar-dropdown.bg-color.transparent.opened {
  background: #242424;
}
.cid-qMJeebcAg9 a {
  font-style: normal;
}
.cid-qMJeebcAg9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qMJeebcAg9 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-qMJeebcAg9 .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;
  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-qMJeebcAg9 .content-text {
  margin-bottom: 0;
}
.cid-qMJeebcAg9 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qMJeebcAg9 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #7ab2e1;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qMJeebcAg9 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-qMJeebcAg9 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qMJeebcAg9 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-qMJeebcAg9 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qMJeebcAg9 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qMJeebcAg9 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qMJeebcAg9 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qMJeebcAg9 .nav-dropdown .link {
  font-weight: 400;
}
.cid-qMJeebcAg9 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qMJeebcAg9 .content-right-side {
  text-align: center;
}
.cid-qMJeebcAg9 .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-qMJeebcAg9 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qMJeebcAg9 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-qMJeebcAg9 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-qMJeebcAg9 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-qMJeebcAg9 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-qMJeebcAg9 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-qMJeebcAg9 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-qMJeebcAg9 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-qMJeebcAg9 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-qMJeebcAg9 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-qMJeebcAg9 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-qMJeebcAg9 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-qMJeebcAg9 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-qMJeebcAg9 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qMJeebcAg9 .navbar {
    display: block;
    padding: 0;
  }
  .cid-qMJeebcAg9 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qMJeebcAg9 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-qMJeebcAg9 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qMJeebcAg9 .navbar-toggler {
    display: none;
  }
  .cid-qMJeebcAg9 .navbar-collapse {
    justify-content: center;
  }
}
.cid-qMJeebcAg9 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-qMJeebcAg9 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMJeebcAg9 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qMJeebcAg9 .menu-logo {
  margin-right: auto;
}
.cid-qMJeebcAg9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMJeebcAg9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMJeebcAg9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMJeebcAg9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMJeebcAg9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMJeebcAg9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMJeebcAg9 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-qMJeebcAg9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMJeebcAg9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMJeebcAg9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMJeebcAg9 .dropdown .dropdown-menu {
  background: #242424;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMJeebcAg9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qMJeebcAg9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMJeebcAg9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qMJeebcAg9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qMJeebcAg9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qMJeebcAg9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMJeebcAg9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMJeebcAg9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMJeebcAg9 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-qMJeebcAg9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMJeebcAg9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMJeebcAg9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMJeebcAg9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMJeebcAg9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-qMJeebcAg9 button.navbar-toggler:focus {
  outline: none;
}
.cid-qMJeebcAg9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7ab2e1;
}
.cid-qMJeebcAg9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMJeebcAg9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMJeebcAg9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMJeebcAg9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMJeebcAg9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMJeebcAg9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMJeebcAg9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMJeebcAg9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMJeebcAg9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qMJeebcAg9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qMJeebcAg9 .collapsed .btn {
  display: flex;
}
.cid-qMJeebcAg9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMJeebcAg9 .collapsed .navbar-collapse.collapsing,
.cid-qMJeebcAg9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMJeebcAg9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMJeebcAg9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMJeebcAg9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMJeebcAg9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMJeebcAg9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMJeebcAg9 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-qMJeebcAg9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMJeebcAg9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMJeebcAg9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMJeebcAg9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qMJeebcAg9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMJeebcAg9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMJeebcAg9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMJeebcAg9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMJeebcAg9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qMJeebcAg9 .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qMJeebcAg9 .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-qMJeebcAg9 img {
    height: 3.8rem !important;
  }
  .cid-qMJeebcAg9 .btn {
    display: flex;
  }
  .cid-qMJeebcAg9 button.navbar-toggler {
    display: block;
  }
  .cid-qMJeebcAg9 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qMJeebcAg9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMJeebcAg9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMJeebcAg9 .navbar-collapse.collapsing,
  .cid-qMJeebcAg9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMJeebcAg9 .navbar-collapse.collapsing .navbar-nav,
  .cid-qMJeebcAg9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMJeebcAg9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMJeebcAg9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMJeebcAg9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMJeebcAg9 .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-qMJeebcAg9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMJeebcAg9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMJeebcAg9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMJeebcAg9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMJeebcAg9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMJeebcAg9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-qMJeebcAg9 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-qMJeebcAg9 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-qMJeebcAg9 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qMJeebcAg9 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.cid-qMJeebcAg9 .nav-link:focus {
  outline: none;
}
.cid-qMJeebcAg9 .navbar-toggler {
  position: relative;
}
.cid-qMJeebcAg9 .dropdown-item.active,
.cid-qMJeebcAg9 .dropdown-item:active {
  background: #242424;
  color: initial;
}
.cid-qMJeebcAg9 .nav-link:hover,
.cid-qMJeebcAg9 .dropdown-item:hover {
  color: #4284df;
}
.cid-qMJeebEqjs {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-qMJeebEqjs H1 {
  text-align: left;
}
.cid-qMJeebEqjs .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qMJehaIAGH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-qMJehaIAGH .block-text {
  color: #efefef;
  text-align: left;
}
.cid-qMJehaIAGH .after {
  background-color: #7ab2e1;
  width: 40px;
}
.cid-qMJehaIAGH h5 {
  color: white;
  font-size: 25px;
}
.cid-qMJehaIAGH P {
  color: #efefef;
}
.cid-qMJeed11lv {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-qMJeed11lv h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-qMJeed11lv .mbr-section-subtitle {
  color: #767676;
}
.cid-qMJeed11lv .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-qMJeed11lv .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-qMJeed11lv .article-title-right {
  color: #ffffff;
}
.cid-qMJeed11lv .article-title-left {
  color: #ffffff;
}
.cid-qMJeed11lv .mbr-text-left {
  color: #ffffff;
}
.cid-qMJeed11lv .mbr-text-right {
  color: #ffffff;
}
.cid-qMJeed11lv .article-counter-right {
  color: #7ab2e1;
}
.cid-qMJeed11lv .article-counter-left {
  color: #7ab2e1;
}
.cid-qMJeedvQXv {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-qMJeedvQXv H1 {
  text-align: left;
}
.cid-qMJeedvQXv .after {
  background-color: #7ab2e1;
  width: 90px;
}
.cid-qMJeeeeQvW {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #333333;
}
.cid-qMJeeeeQvW .carousel-item {
  justify-content: center;
}
.cid-qMJeeeeQvW .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-qMJeeeeQvW .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-qMJeeeeQvW .carousel-controls a:hover span {
  opacity: 1;
}
.cid-qMJeeeeQvW .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-qMJeeeeQvW .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-qMJeeeeQvW .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-qMJeeeeQvW B {
  color: #2490eb;
}
.cid-qMJeeeeQvW .user_text {
  color: #efefef;
}
.cid-qMJeeeeQvW .user_name {
  color: #efefef;
}
.cid-qMJeeeeQvW .user_desk {
  color: #efefef;
}
.cid-qMJeefWjhX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #242424;
}
.cid-qMJeefWjhX p {
  text-align: center;
}
.cid-qMJeefWjhX .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qMJeefWjhX .btn-underline:hover {
  color: #505050;
}
.cid-qMJeefWjhX .btn-underline:before {
  background-color: #505050;
}
.cid-qMJeefWjhX .social-list a:focus {
  text-decoration: none;
}
.cid-qMJeefWjhX .text-copyright {
  width: 100%;
}
.cid-qMJeefWjhX .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-qMJeefWjhX .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-qMJeefWjhX .logo-footer {
  line-height: normal;
}
.cid-qMJeefWjhX .copyright {
  display: flex;
  align-items: center;
}
.cid-qMJeefWjhX .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qMJeefWjhX .mbr-section-btn {
  font-size: 16px;
}
.cid-qMJeefWjhX .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
