@import url(https://fonts.googleapis.com/css?family=Be+Vietnam:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap);

.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: 'Be Vietnam', sans-serif;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.15rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.04rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.1rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.36rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.52rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.7525rem + (3.15 - 1.7525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7525rem + (3.15 - 1.7525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #199bfc !important;
}
.bg-success {
  background-color: #ffa84c !important;
}
.bg-info {
  background-color: #17161a !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #199bfc;
  border-color: #199bfc;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-primary:hover {
  background-color: #0381df !important;
  border-color: #0381df !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info,
.btn-info:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffa84c !important;
  border-color: #ffa84c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ffa84c;
  border-color: #ffa84c;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffa84c !important;
  border-color: #ffa84c !important;
}
.btn-success:hover {
  background-color: #ff8f19 !important;
  border-color: #ff8f19 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #199bfc;
  color: #199bfc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #199bfc !important;
  border-color: #199bfc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ffa84c;
  color: #ffa84c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #ffa84c !important;
  border-color: #ffa84c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa84c !important;
  border-color: #ffa84c !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #199bfc !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #ffa84c !important;
}
.text-info {
  color: #17161a !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0264ad !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #e57600 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #199bfc !important;
}
.alert-success {
  background-color: #ffa84c;
}
.alert-info {
  background-color: #17161a;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #f9f9f9;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #199bfc;
  border-color: #199bfc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #199bfc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2f3ff;
}
.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: #c8c6cf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.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 {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.52rem;
}
blockquote {
  border-color: #199bfc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #199bfc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #199bfc;
  border-bottom-color: #199bfc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #199bfc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rRIkbRb1Do {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  /* background-image: url("../../../assets/images/jji-1920x1488.jpg"); */
}
.cid-rRIkbRb1Do .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap {
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  /* background-color: #dd546b; */
  top: 0px;
  right: 0px;
}
.cid-rRIkbRb1Do .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-rRIkbRb1Do .mbr-text {
  margin-bottom: 20px;
}
.cid-rRIkbRb1Do .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
  .cid-rRIkbRb1Do .container,
  .cid-rRIkbRb1Do .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-rRIkbRb1Do a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRIkbRb1Do .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRIkbRb1Do .mbr-section-title,
.cid-rRIkbRb1Do .mbr-figure {
  color: #ffffff;
}
.cid-saU4FQRdiC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-saU4FQRdiC .title__block {
  padding: 0 15px 0 30px;
  padding: 0 30px 0 15px;
}
@media (max-width: 991px) {
  .cid-saU4FQRdiC .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-saU4FQRdiC .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-saU4FQRdiC .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-saU4FQRdiC .mbr-text {
  margin-bottom: 20px;
}
.cid-saU4FQRdiC .wrap {
  height: 400px;
}
@media (max-width: 565px) {
  .cid-saU4FQRdiC .wrap {
    height: 200px;
  }
}
.cid-saU4FQRdiC .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-saU4FQRdiC .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-saU4FQRdiC .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-saU4FQRdiC .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-saU4FQRdiC .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-saU4FQRdiC .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-saU4FQRdiC .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-saU4FQRdiC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-saU4FQRdiC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-saU4FQRdiC .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-saU4FQRdiC a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-saU4FQRdiC a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-saU4FQRdiC a.close {
    right: 50px;
    top: 25px;
  }
  .cid-saU4FQRdiC .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRIjJzt6Us {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-rRIjJzt6Us .wrap {
  height: 700px;
}
.cid-rRIjJzt6Us .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-rRIjJzt6Us .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-rRIjJzt6Us .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-rRIjJzt6Us .parallax__wrap {
  transform: translate3d(0px, 0px, 0px);
}
.cid-rRIjJzt6Us .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-rRIjJzt6Us .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-rRIjJzt6Us .parallax__image {
  perspective: 700px;
}
.cid-rRIjJzt6Us .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform .5s;
}
.cid-rRIjJzt6Us .image:hover {
  transform: rotateX(-10deg);
}
.cid-rRIjJzt6Us .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRIjJzt6Us .minwidth {
  /* background-image: url("../../../assets/images/5oh-1920x1282.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-rRIjJzt6Us .minwidth {
    height: 200px;
  }
}
.cid-rRIjJzt6Us .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-rRIjJzt6Us .push-lg {
    left: 8.33333333%;
  }
  .cid-rRIjJzt6Us .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIjJzt6Us .wrap {
    height: auto;
  }
  .cid-rRIjJzt6Us .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-rRIjJzt6Us .minwidth {
    margin-bottom: 30px;
  }
}
.cid-s6Z9ywfzjP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4a9bee;
}
.cid-s6Z9ywfzjP .content__block {
  padding: 50px 15px;
}
.cid-s6Z9ywfzjP .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #199bfc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s6Z9ywfzjP .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-s6Z9ywfzjP .mbr-text {
  opacity: .6;
  margin-bottom: 25px;
}
.cid-s6Z9ywfzjP .image {
  perspective: 3500px;
  position: relative;
}
.cid-s6Z9ywfzjP .image:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  /* background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(74, 155, 238, 0.99)); */
  z-index: 1;
  pointer-events: none;
}
.cid-s6Z9ywfzjP .image img {
  transition: transform .5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s6Z9ywfzjP .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s6Z9ywfzjP .mbr-section-btn .btn-white-outline:hover {
  color: #199bfc !important;
}
@media (max-width: 991px) {
  .cid-s6Z9ywfzjP .content__block {
    padding: 30px 15px;
  }
  .cid-s6Z9ywfzjP .mbr-figure {
    padding: 0;
  }
  .cid-s6Z9ywfzjP .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(74, 155, 238, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-s6Z9ywfzjP .lg-push {
    right: 7%;
  }
  .cid-s6Z9ywfzjP .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-s6Z9ywfzjP .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-s6Z9ywfzjP .mbr-text,
.cid-s6Z9ywfzjP .mbr-section-btn {
  color: #ffffff;
}
.cid-s6Z9Bd7kLd {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  /* background-image: url("../../../assets/images/3ee-1920x1280.jpg"); */
}
.cid-s6Z9Bd7kLd .title__block {
  padding-bottom: 40px;
}
.cid-s6Z9Bd7kLd .carousel {
  margin-bottom: 80px;
}
.cid-s6Z9Bd7kLd .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-s6Z9Bd7kLd .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s6Z9Bd7kLd .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-s6Z9Bd7kLd .carousel-inner {
  overflow: visible !important;
}
.cid-s6Z9Bd7kLd .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-s6Z9Bd7kLd .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-s6Z9Bd7kLd .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-s6Z9Bd7kLd .user {
  height: 300px;
}
.cid-s6Z9Bd7kLd .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-s6Z9Bd7kLd .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s6Z9Bd7kLd .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-s6Z9Bd7kLd .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-s6Z9Bd7kLd .carousel-control-prev {
    left: -2%;
  }
  .cid-s6Z9Bd7kLd .carousel-control-next {
    left: 6%;
  }
  .cid-s6Z9Bd7kLd .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-s6Z9Bd7kLd .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-s6Z9Bd7kLd .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-s6Z9Bd7kLd .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-s6Z9Bd7kLd .carousel-item.active {
    transform: translateX(0);
  }
  .cid-s6Z9Bd7kLd .carousel-controls {
    display: none;
  }
  .cid-s6Z9Bd7kLd .carousel {
    margin-bottom: 0;
  }
}
.cid-s6Zft2Jvy0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #72587e;
}
.cid-s6Zft2Jvy0 .title__block {
  margin-bottom: 30px;
}
.cid-s6Zft2Jvy0 .mbr-section-subtitle,
.cid-s6Zft2Jvy0 .card__subtitle {
  opacity: .8;
  margin-bottom: 0;
}
.cid-s6Zft2Jvy0 .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-s6Zft2Jvy0 .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-s6Zft2Jvy0 .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-s6Zft2Jvy0 .card__title {
  margin-bottom: 20px;
  color: #844990;
}
.cid-s6Zft2Jvy0 .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-s6Zft2Jvy0 .mbr-section-title,
.cid-s6Zft2Jvy0 .mbr-section-btn {
  color: #ffffff;
}
.cid-s6Zft2Jvy0 .card__subtitle {
  color: #ffffff;
}
.cid-s6Zft2Jvy0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s85egVuY95 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s85egVuY95 .mbr-section-subtitle {
  color: #767676;
}
.cid-s85egVuY95 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s85egVuY95 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-s85egVuY95 ul.list-inline img {
  max-width: 10rem;
  padding-bottom: .5rem;
}
.cid-s85egVuY95 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-s85egVuY95 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-s85egVuY95 .mbr-section-title {
  color: #000000;
}
.cid-s6Z4iSbQNV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdc1c;
}
.cid-s6Z4iSbQNV .navbar.opened {
  transition: all .3s;
  background: #ffdc1c !important;
}
.cid-s6Z4iSbQNV .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #156ec7;
  color: #ffffff !important;
  background: #2787e8 !important;
}
.cid-s6Z4iSbQNV .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s6Z4iSbQNV .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s6Z4iSbQNV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s6Z4iSbQNV .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s6Z4iSbQNV .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #199bfc;
}
.cid-s6Z4iSbQNV .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s6Z4iSbQNV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6Z4iSbQNV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s6Z4iSbQNV .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s6Z4iSbQNV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6Z4iSbQNV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s6Z4iSbQNV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s6Z4iSbQNV .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s6Z4iSbQNV .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s6Z4iSbQNV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s6Z4iSbQNV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s6Z4iSbQNV .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s6Z4iSbQNV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6Z4iSbQNV .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s6Z4iSbQNV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6Z4iSbQNV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s6Z4iSbQNV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s6Z4iSbQNV .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s6Z4iSbQNV .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s6Z4iSbQNV .navbar .navbar-logo img {
    height: 3rem !important; /* 3.8rem */
  }
  .cid-s6Z4iSbQNV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s6Z4iSbQNV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s6Z4iSbQNV .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s6Z4iSbQNV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s6Z4iSbQNV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s6Z4iSbQNV .navbar.navbar-short {
  background: #ffdc1c !important;
  min-height: 60px;
}
.cid-s6Z4iSbQNV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6Z4iSbQNV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6Z4iSbQNV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s6Z4iSbQNV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s6Z4iSbQNV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6Z4iSbQNV .dropdown-item.active,
.cid-s6Z4iSbQNV .dropdown-item:active {
  background-color: transparent;
}
.cid-s6Z4iSbQNV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s6Z4iSbQNV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6Z4iSbQNV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s6Z4iSbQNV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdc1c;
}
.cid-s6Z4iSbQNV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s6Z4iSbQNV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6Z4iSbQNV ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s6Z4iSbQNV .navbar-buttons {
  text-align: center;
}
.cid-s6Z4iSbQNV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6Z4iSbQNV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s6Z4iSbQNV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6Z4iSbQNV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6Z4iSbQNV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6Z4iSbQNV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6Z4iSbQNV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6Z4iSbQNV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6Z4iSbQNV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6Z4iSbQNV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6Z4iSbQNV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s6Z4iSbQNV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s6Z4iSbQNV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s6Z4iSbQNV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s6Z4iSbQNV .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s6Z4iSbQNV .nav-link:hover,
.cid-s6Z4iSbQNV .dropdown-item:hover {
  color: #94d0fe !important;
}
.cid-s7fmleODw1 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  /* background-image: url("../../../assets/images/sc001-1-1800x1800.jpeg"); */
}
.cid-s7fmleODw1 .mbr-text {
  margin-bottom: 20px;
}
.cid-s7fmleODw1 .mbr-section-btn .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-s7fmleODw1 .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-s7fmleODw1 .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: .6;
}
.cid-s7fmleODw1 .contact__wrap {
  padding-bottom: 40px;
}
.cid-s7fmleODw1 .contact__wrap:last-child {
  padding-bottom: 0;
}
.cid-s7fmleODw1 .contact__title,
.cid-s7fmleODw1 .contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-s7fmleODw1 .contact__wrap,
  .cid-s7fmleODw1 .title__block {
    padding-bottom: 30px;
  }
}
.cid-s85OTMPAT9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s85OTMPAT9 h2 {
  text-align: left;
}
.cid-s85OTMPAT9 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s85OTMPAT9 p {
  color: #767676;
  text-align: left;
}
.cid-s85OTMPAT9 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s85OTMPAT9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s85OTMPAT9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s85OTMPAT9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s85OTMPAT9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s85OTMPAT9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s85OTMPAT9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s85OTMPAT9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s85OTMPAT9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-s85OTMPAT9 p {
  color: #232323;
}
.cid-s85OTMPAT9 h4,
.cid-s7f0cBzsK4 h4 {
  color: #0d64a4;
}
.cid-s7f0cBzsK4 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.cid-s7f0cBzsK4 h2 {
  text-align: left;
}
.cid-s7f0cBzsK4 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s7f0cBzsK4 p {
  color: #767676;
  text-align: left;
}
.cid-s7f0cBzsK4 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s7f0cBzsK4 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7f0cBzsK4 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7f0cBzsK4 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7f0cBzsK4 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7f0cBzsK4 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7f0cBzsK4 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-s7f0cBzsK4 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-s7f0cBzsK4 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-s7f0cBzsK4 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-s7f0cBzsK4 .card-img span {
    font-size: 40px !important;
  }
}

.cid-s7f0cBzsK4 p {
  color: #232323;
}
/*
.cid-s7f0cBzsK4 h4 {
  color: #000000;
}
*/
.cid-s71QcKn8se .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdc1c;
}
.cid-s71QcKn8se .navbar.opened {
  transition: all .3s;
  background: #ffdc1c !important;
}
.cid-s71QcKn8se .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #156ec7;
  color: #ffffff !important;
  background: #2787e8 !important;
}
.cid-s71QcKn8se .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s71QcKn8se .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s71QcKn8se .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s71QcKn8se .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s71QcKn8se .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #199bfc;
}
.cid-s71QcKn8se .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s71QcKn8se .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s71QcKn8se .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s71QcKn8se .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s71QcKn8se .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s71QcKn8se .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s71QcKn8se .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s71QcKn8se .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s71QcKn8se .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s71QcKn8se .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s71QcKn8se .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s71QcKn8se .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s71QcKn8se .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s71QcKn8se .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s71QcKn8se .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s71QcKn8se .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s71QcKn8se .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s71QcKn8se .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s71QcKn8se .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s71QcKn8se .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s71QcKn8se .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s71QcKn8se .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s71QcKn8se .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s71QcKn8se .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s71QcKn8se .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s71QcKn8se .navbar.navbar-short {
  background: #ffdc1c !important;
  min-height: 60px;
}
.cid-s71QcKn8se .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s71QcKn8se .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s71QcKn8se .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s71QcKn8se .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s71QcKn8se .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s71QcKn8se .dropdown-item.active,
.cid-s71QcKn8se .dropdown-item:active {
  background-color: transparent;
}
.cid-s71QcKn8se .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s71QcKn8se .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s71QcKn8se .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s71QcKn8se .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdc1c;
}
.cid-s71QcKn8se .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s71QcKn8se .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s71QcKn8se ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s71QcKn8se .navbar-buttons {
  text-align: center;
}
.cid-s71QcKn8se button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s71QcKn8se button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s71QcKn8se button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s71QcKn8se button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s71QcKn8se button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s71QcKn8se button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s71QcKn8se nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s71QcKn8se nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s71QcKn8se nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s71QcKn8se nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s71QcKn8se .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s71QcKn8se a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s71QcKn8se .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s71QcKn8se .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s71QcKn8se .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s71QcKn8se .nav-link:hover,
.cid-s71QcKn8se .dropdown-item:hover {
  color: #94d0fe !important;
}
.cid-s85r7wQCjX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s85r7wQCjX .mbr-section-subtitle {
  color: #767676;
}
.cid-s85r7wQCjX ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s85r7wQCjX ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-s85r7wQCjX ul.list-inline img {
  max-width: 10rem;
  padding-bottom: .5rem;
}
.cid-s85r7wQCjX ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-s85r7wQCjX .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-s85r7wQCjX .mbr-section-title {
  color: #000000;
}
.cid-s7vwlJv7ez {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mvd-1-1417x1063.jpg");
}
.cid-s7vwlJv7ez .mbr-text {
  margin-bottom: 20px;
}
.cid-s7vwlJv7ez .mbr-section-btn .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-s7vwlJv7ez .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-s7vwlJv7ez .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: .6;
}
.cid-s7vwlJv7ez .contact__wrap {
  padding-bottom: 40px;
}
.cid-s7vwlJv7ez .contact__wrap:last-child {
  padding-bottom: 0;
}
.cid-s7vwlJv7ez .contact__title,
.cid-s7vwlJv7ez .contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-s7vwlJv7ez .contact__wrap,
  .cid-s7vwlJv7ez .title__block {
    padding-bottom: 30px;
  }
}
.cid-s7vKXmwJIX {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7vKXmwJIX h2 {
  color: #000000;
}
.cid-s7vyuqh3wX {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7vyuqh3wX .counter-container {
  color: #464646;
}
.cid-s7vyuqh3wX .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s7vyuqh3wX .counter-container div.mbr-fonts-style {
  margin-bottom: 0;
  padding-top: 0.2em;
  padding-left: 0;
}
.cid-s7vyuqh3wX .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s7vyuqh3wX .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-s7vyuqh3wX p {
  text-align: left;
  color: #767676;
}
.cid-s7vHet5LUx {
  /* background-image: url("../../../assets/images/j14-1920x715.jpg"); */
}
.cid-s7vHet5LUx .mbr-section-subtitle {
  letter-spacing: .2rem;
}
/*
.cid-s7vHet5LUx .media-container-column {
  background-color: #593571;
}
*/
@media (max-width: 767px) {
  .cid-s7vHet5LUx .media-container-column {
    padding: 1rem !important;
  }
}
.cid-s7vwlM30se .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdc1c;
}
.cid-s7vwlM30se .navbar.opened {
  transition: all .3s;
  background: #ffdc1c !important;
}
.cid-s7vwlM30se .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #156ec7;
  color: #ffffff !important;
  background: #2787e8 !important;
}
.cid-s7vwlM30se .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s7vwlM30se .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s7vwlM30se .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s7vwlM30se .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s7vwlM30se .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #199bfc;
}
.cid-s7vwlM30se .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s7vwlM30se .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s7vwlM30se .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s7vwlM30se .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s7vwlM30se .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7vwlM30se .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7vwlM30se .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s7vwlM30se .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s7vwlM30se .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s7vwlM30se .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7vwlM30se .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s7vwlM30se .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s7vwlM30se .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7vwlM30se .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s7vwlM30se .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7vwlM30se .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7vwlM30se .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s7vwlM30se .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s7vwlM30se .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s7vwlM30se .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s7vwlM30se .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7vwlM30se .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s7vwlM30se .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s7vwlM30se .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s7vwlM30se .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s7vwlM30se .navbar.navbar-short {
  background: #ffdc1c !important;
  min-height: 60px;
}
.cid-s7vwlM30se .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s7vwlM30se .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7vwlM30se .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s7vwlM30se .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7vwlM30se .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7vwlM30se .dropdown-item.active,
.cid-s7vwlM30se .dropdown-item:active {
  background-color: transparent;
}
.cid-s7vwlM30se .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7vwlM30se .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7vwlM30se .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7vwlM30se .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdc1c;
}
.cid-s7vwlM30se .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s7vwlM30se .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7vwlM30se ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s7vwlM30se .navbar-buttons {
  text-align: center;
}
.cid-s7vwlM30se button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7vwlM30se button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s7vwlM30se button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7vwlM30se button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7vwlM30se button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7vwlM30se button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7vwlM30se nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7vwlM30se nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7vwlM30se nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7vwlM30se nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7vwlM30se .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s7vwlM30se a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s7vwlM30se .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s7vwlM30se .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s7vwlM30se .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s7vwlM30se .nav-link:hover,
.cid-s7vwlM30se .dropdown-item:hover {
  color: #94d0fe !important;
}
.cid-s85r9XuBuS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s85r9XuBuS .mbr-section-subtitle {
  color: #767676;
}
.cid-s85r9XuBuS ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s85r9XuBuS ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-s85r9XuBuS ul.list-inline img {
  max-width: 10rem;
  padding-bottom: .5rem;
}
.cid-s85r9XuBuS ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-s85r9XuBuS .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-s85r9XuBuS .mbr-section-title {
  color: #000000;
}
.cid-s7vRfwChHP {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/j14-1920x715.jpeg");
}
.cid-s7vRfwChHP .mbr-text {
  margin-bottom: 20px;
}
.cid-s7vRfwChHP .mbr-section-btn .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-s7vRfwChHP .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-s7vRfwChHP .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: .6;
}
.cid-s7vRfwChHP .contact__wrap {
  padding-bottom: 40px;
}
.cid-s7vRfwChHP .contact__wrap:last-child {
  padding-bottom: 0;
}
.cid-s7vRfwChHP .contact__title,
.cid-s7vRfwChHP .contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-s7vRfwChHP .contact__wrap,
  .cid-s7vRfwChHP .title__block {
    padding-bottom: 30px;
  }
}
.cid-s7vRfxdqaj {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ebeaed;
}
.cid-s7vRfxdqaj h2 {
  color: #000000;
}
.cid-s7vRfxdqaj .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-s7vRfxNJSi {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #ebeaed;
}
.cid-s7vRfxNJSi .counter-container {
  color: #464646;
}
.cid-s7vRfxNJSi .counter-container div {
  margin-bottom: 1rem;
  padding-left: 4rem;
}
.cid-s7vRfxNJSi .counter-container div.mbr-fonts-style {
  margin-bottom: 0;
  padding-top: 0.2em;
  padding-left: 0;
}
.cid-s7vRfxNJSi .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s7vRfxNJSi .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 30px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 30px;
  transition: all .2s;
  width: 50px;
  height: 30px;
}
.cid-s7vRfxNJSi p {
  text-align: left;
  color: #000000;
}
.cid-s7vRfxNJSi h4 {
  text-align: right;
}
.cid-s7wyBeJVHa {
  padding-top: 105px;
  padding-bottom: 105px;
  /* background-image: url("../../../assets/images/background3.jpg"); */
}
.cid-s7wyBeJVHa .mbr-text,
.cid-s7wyBeJVHa .mbr-section-subtitle {
  color: #767676;
}
.cid-s7wyBeJVHa .card-title {
  color: #66458e;
}
.cid-s7wyBeJVHa .card .card-img span {
  color: #ffffff;
  font-size: 60px;
  background: linear-gradient(45deg, #ffffff, #ebeaed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-s7wyBeJVHa .mbr-section-subtitle,
  .cid-s7wyBeJVHa .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7wyBeJVHa .card .card-img span {
    background: none;
  }
}
.cid-s7wyBeJVHa .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-s7wyBeJVHa .card-title,
.cid-s7wyBeJVHa .card-img {
  color: #ffffff;
}
.cid-s7wyBeJVHa .mbr-section-title {
  color: #ffffff;
}
.cid-s7wyBeJVHa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s7vRfzwoLV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdc1c;
}
.cid-s7vRfzwoLV .navbar.opened {
  transition: all .3s;
  background: #ffdc1c !important;
}
.cid-s7vRfzwoLV .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #156ec7;
  color: #ffffff !important;
  background: #2787e8 !important;
}
.cid-s7vRfzwoLV .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s7vRfzwoLV .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s7vRfzwoLV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s7vRfzwoLV .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s7vRfzwoLV .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #199bfc;
}
.cid-s7vRfzwoLV .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s7vRfzwoLV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s7vRfzwoLV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s7vRfzwoLV .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s7vRfzwoLV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7vRfzwoLV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7vRfzwoLV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s7vRfzwoLV .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s7vRfzwoLV .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s7vRfzwoLV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7vRfzwoLV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s7vRfzwoLV .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s7vRfzwoLV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7vRfzwoLV .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s7vRfzwoLV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7vRfzwoLV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7vRfzwoLV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s7vRfzwoLV .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s7vRfzwoLV .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s7vRfzwoLV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s7vRfzwoLV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7vRfzwoLV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s7vRfzwoLV .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s7vRfzwoLV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s7vRfzwoLV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s7vRfzwoLV .navbar.navbar-short {
  background: #ffdc1c !important;
  min-height: 60px;
}
.cid-s7vRfzwoLV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s7vRfzwoLV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7vRfzwoLV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s7vRfzwoLV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7vRfzwoLV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7vRfzwoLV .dropdown-item.active,
.cid-s7vRfzwoLV .dropdown-item:active {
  background-color: transparent;
}
.cid-s7vRfzwoLV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7vRfzwoLV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7vRfzwoLV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7vRfzwoLV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdc1c;
}
.cid-s7vRfzwoLV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s7vRfzwoLV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7vRfzwoLV ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s7vRfzwoLV .navbar-buttons {
  text-align: center;
}
.cid-s7vRfzwoLV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7vRfzwoLV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s7vRfzwoLV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7vRfzwoLV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7vRfzwoLV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7vRfzwoLV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7vRfzwoLV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7vRfzwoLV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7vRfzwoLV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7vRfzwoLV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7vRfzwoLV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s7vRfzwoLV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s7vRfzwoLV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s7vRfzwoLV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s7vRfzwoLV .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s7vRfzwoLV .nav-link:hover,
.cid-s7vRfzwoLV .dropdown-item:hover {
  color: #94d0fe !important;
}
.cid-s85rbMUriC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s85rbMUriC .mbr-section-subtitle {
  color: #767676;
}
.cid-s85rbMUriC ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s85rbMUriC ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-s85rbMUriC ul.list-inline img {
  max-width: 10rem;
  padding-bottom: .5rem;
}
.cid-s85rbMUriC ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-s85rbMUriC .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-s85rbMUriC .mbr-section-title {
  color: #000000;
}
.cid-s7wKaH5BNj {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/people-1800x600.jpg");
}
.cid-s7wKaH5BNj .mbr-text {
  margin-bottom: 20px;
}
.cid-s7wKaH5BNj .mbr-section-btn .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-s7wKaH5BNj .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-s7wKaH5BNj .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: .6;
}
.cid-s7wKaH5BNj .contact__wrap {
  padding-bottom: 40px;
}
.cid-s7wKaH5BNj .contact__wrap:last-child {
  padding-bottom: 0;
}
.cid-s7wKaH5BNj .contact__title,
.cid-s7wKaH5BNj .contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-s7wKaH5BNj .contact__wrap,
  .cid-s7wKaH5BNj .title__block {
    padding-bottom: 30px;
  }
}
.cid-s7wOLPExCq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #17161a;
}
@media (max-width: 767px) {
  .cid-s7wOLPExCq .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-s7wOLPExCq .mbr-text {
  text-align: center;
}
.cid-s7wMj7igcr {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s7wMj7igcr .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-s7wMj7igcr .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-s7wMj7igcr .card-wrapper {
    margin: 0rem;
  }
}
.cid-s7wMj7igcr .card {
  height: fit-content;
}
/*
@media (min-width: 767px) {
  .cid-s7wMj7igcr .row {
    padding: 0 4rem;
  }
}
*/
.cid-s7wMj7igcr .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-s7wMj7igcr .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-s7wMj7igcr .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-s7wMj7igcr .card1 {
  background-color: #ffffff;
}
.cid-s7wMj7igcr .card2 {
  background-color: #ffffff;
}
.cid-s7wMj7igcr .card3 {
  background-color: #ffffff;
}
.cid-s7wMj7igcr .card4 {
  background-color: #ffffff;
}
.cid-s7wMj7igcr img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-s7wMj7igcr .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
/*
.cid-s7wMj7igcr .container {
  max-width: 1500px;
}
*/
.cid-s7wMj7igcr .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s7wMj7igcr .mbr-iconfont {
  font-size: 1.3rem;
  color: #232323;
  display: flex;
  justify-content: center;
}
.cid-s7wMj7igcr p {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-s7wMj7igcr .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-s7wMj7igcr .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-s7wMj7igcr .col2,
  .cid-s7wMj7igcr .col3,
  .cid-s7wMj7igcr .col4 {
    margin-top: 0rem;
  }
  .cid-s7wMj7igcr .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-s7wMj7igcr .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-s7wMj7igcr .number {
    margin: auto;
  }
}
.cid-s7wMj7igcr .mbr-text {
  color: #cccccc;
}
.cid-s7wMj7igcr .text2 {
  color: #444345;
}
.cid-s7wMj7igcr .text3 {
  color: #444345;
}
.cid-s7wMj7igcr .title2 {
  color: #767676;
}
.cid-s7wMj7igcr .title1 {
  color: #283742;
}
.cid-s7wMj7igcr .title3 {
  color: #767676;
}
.cid-s7wMj7igcr .title4 {
  color: #767676;
}
.cid-s7wMj7igcr .text4 {
  color: #444345;
}
.cid-s7wMj7igcr .text1 {
  color: #444345;
}
.cid-s7wMj7igcr .text1 p,
.cid-s7wMj7igcr .text2 p,
.cid-s7wMj7igcr .text3 p {
  color: #444345;
}
.cid-s7wMj7igcr h1 {
  color: #333333;
}
.cid-sa4Ld2dwzj {
  padding-top: 90px;
  padding-bottom: 90px;
  /* background-image: url("../../../assets/images/mbr-2-1920x1280.jpg"); */
}
.cid-sa4Ld2dwzj .mbr-text,
.cid-sa4Ld2dwzj .mbr-section-subtitle {
  color: #767676;
}
.cid-sa4Ld2dwzj .card-title {
  color: #66458e;
}
.cid-sa4Ld2dwzj .card .card-img span {
  color: #1e5593;
  font-size: 60px;
  background: linear-gradient(45deg, #1e5593, #636363);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sa4Ld2dwzj .mbr-section-subtitle,
  .cid-sa4Ld2dwzj .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sa4Ld2dwzj .card .card-img span {
    background: none;
  }
}
.cid-sa4Ld2dwzj .mbr-section-title {
  color: #000000;
}
.cid-sa4Ld2dwzj .card-title,
.cid-sa4Ld2dwzj .card-img {
  color: #283742;
}
.cid-sa4Ld2dwzj .mbr-text {
  color: #283742;
}
.cid-s7wKaKb968 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdc1c;
}
.cid-s7wKaKb968 .navbar.opened {
  transition: all .3s;
  background: #ffdc1c !important;
}
.cid-s7wKaKb968 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #156ec7;
  color: #ffffff !important;
  background: #2787e8 !important;
}
.cid-s7wKaKb968 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s7wKaKb968 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s7wKaKb968 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s7wKaKb968 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s7wKaKb968 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #199bfc;
}
.cid-s7wKaKb968 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s7wKaKb968 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s7wKaKb968 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s7wKaKb968 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s7wKaKb968 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7wKaKb968 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7wKaKb968 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s7wKaKb968 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s7wKaKb968 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s7wKaKb968 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7wKaKb968 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s7wKaKb968 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s7wKaKb968 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7wKaKb968 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s7wKaKb968 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7wKaKb968 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7wKaKb968 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s7wKaKb968 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s7wKaKb968 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s7wKaKb968 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s7wKaKb968 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7wKaKb968 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s7wKaKb968 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s7wKaKb968 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s7wKaKb968 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s7wKaKb968 .navbar.navbar-short {
  background: #ffdc1c !important;
  min-height: 60px;
}
.cid-s7wKaKb968 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s7wKaKb968 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7wKaKb968 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s7wKaKb968 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7wKaKb968 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7wKaKb968 .dropdown-item.active,
.cid-s7wKaKb968 .dropdown-item:active {
  background-color: transparent;
}
.cid-s7wKaKb968 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7wKaKb968 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7wKaKb968 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7wKaKb968 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdc1c;
}
.cid-s7wKaKb968 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s7wKaKb968 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7wKaKb968 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s7wKaKb968 .navbar-buttons {
  text-align: center;
}
.cid-s7wKaKb968 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7wKaKb968 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s7wKaKb968 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7wKaKb968 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7wKaKb968 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7wKaKb968 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7wKaKb968 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7wKaKb968 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7wKaKb968 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7wKaKb968 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7wKaKb968 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s7wKaKb968 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s7wKaKb968 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s7wKaKb968 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s7wKaKb968 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s7wKaKb968 .nav-link:hover,
.cid-s7wKaKb968 .dropdown-item:hover {
  color: #94d0fe !important;
}
.cid-s85rdt5LOz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s85rdt5LOz .mbr-section-subtitle {
  color: #767676;
}
.cid-s85rdt5LOz ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s85rdt5LOz ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-s85rdt5LOz ul.list-inline img {
  max-width: 10rem;
  padding-bottom: .5rem;
}
.cid-s85rdt5LOz ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-s85rdt5LOz .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-s85rdt5LOz .mbr-section-title {
  color: #000000;
}
.cid-s7wWtDlal1 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/jji-1920x1488.jpg");
}
.cid-s7wWtDlal1 .mbr-text {
  margin-bottom: 20px;
}
.cid-s7wWtDlal1 .mbr-section-btn .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-s7wWtDlal1 .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-s7wWtDlal1 .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: .6;
}
.cid-s7wWtDlal1 .contact__wrap {
  padding-bottom: 40px;
}
.cid-s7wWtDlal1 .contact__wrap:last-child {
  padding-bottom: 0;
}
.cid-s7wWtDlal1 .contact__title,
.cid-s7wWtDlal1 .contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-s7wWtDlal1 .contact__wrap,
  .cid-s7wWtDlal1 .title__block {
    padding-bottom: 30px;
  }
}
.cid-s7wWtEcKVA {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f5f7fd;
}
@media (max-width: 767px) {
  .cid-s7wWtEcKVA .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-s7wWtEcKVA .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-s85rfFwNpC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s85rfFwNpC .mbr-section-subtitle {
  color: #767676;
}
.cid-s85rfFwNpC ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s85rfFwNpC ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-s85rfFwNpC ul.list-inline img {
  max-width: 10rem;
  padding-bottom: .5rem;
}
.cid-s85rfFwNpC ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-s85rfFwNpC .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-s85rfFwNpC .mbr-section-title {
  color: #000000;
}
.cid-s7wWtGrZbz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdc1c;
}
.cid-s7wWtGrZbz .navbar.opened {
  transition: all .3s;
  background: #ffdc1c !important;
}
.cid-s7wWtGrZbz .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #156ec7;
  color: #ffffff !important;
  background: #2787e8 !important;
}
.cid-s7wWtGrZbz .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s7wWtGrZbz .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s7wWtGrZbz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s7wWtGrZbz .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s7wWtGrZbz .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #199bfc;
}
.cid-s7wWtGrZbz .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s7wWtGrZbz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s7wWtGrZbz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s7wWtGrZbz .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s7wWtGrZbz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7wWtGrZbz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7wWtGrZbz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s7wWtGrZbz .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s7wWtGrZbz .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s7wWtGrZbz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7wWtGrZbz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s7wWtGrZbz .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s7wWtGrZbz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7wWtGrZbz .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s7wWtGrZbz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7wWtGrZbz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7wWtGrZbz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s7wWtGrZbz .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s7wWtGrZbz .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s7wWtGrZbz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s7wWtGrZbz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7wWtGrZbz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s7wWtGrZbz .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s7wWtGrZbz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s7wWtGrZbz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s7wWtGrZbz .navbar.navbar-short {
  background: #ffdc1c !important;
  min-height: 60px;
}
.cid-s7wWtGrZbz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s7wWtGrZbz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7wWtGrZbz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s7wWtGrZbz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7wWtGrZbz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7wWtGrZbz .dropdown-item.active,
.cid-s7wWtGrZbz .dropdown-item:active {
  background-color: transparent;
}
.cid-s7wWtGrZbz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7wWtGrZbz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7wWtGrZbz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7wWtGrZbz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdc1c;
}
.cid-s7wWtGrZbz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s7wWtGrZbz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7wWtGrZbz ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s7wWtGrZbz .navbar-buttons {
  text-align: center;
}
.cid-s7wWtGrZbz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7wWtGrZbz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s7wWtGrZbz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7wWtGrZbz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7wWtGrZbz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7wWtGrZbz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7wWtGrZbz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7wWtGrZbz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7wWtGrZbz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7wWtGrZbz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7wWtGrZbz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s7wWtGrZbz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s7wWtGrZbz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s7wWtGrZbz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s7wWtGrZbz .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s7wWtGrZbz .nav-link:hover,
.cid-s7wWtGrZbz .dropdown-item:hover {
  color: #94d0fe !important;
}
