.btn {
  border-width: 4px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 4.5rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #06b0a6 !important;
}
.bg-success {
  background-color: #c2f8f6 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #c2f8f6 !important;
}
.bg-danger {
  background-color: #c2f8f6 !important;
}
.btn-primary {
  box-shadow: 0px 32px 32px -10px #0cf7e9 !important;
}
.btn-primary .mbr-iconfont {
  color: #06b0a6 !important;
}
.btn-primary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #06b0a6 !important;
  border-color: #07bfb4 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #0cf7e9 important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #06b0a6 !important;
  border-color: #07bfb4 !important;
  box-shadow: 0px 32px 32px -10px #24f8eb important;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #06b0a6 !important;
}
.btn-primary:hover .mbr-iconfont::after,
.btn-primary:focus .mbr-iconfont::after,
.btn-primary.focus .mbr-iconfont::after,
.btn-primary.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #08e1d5 !important;
  border-color: #08e1d5 !important;
}
.btn-secondary {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-secondary .mbr-iconfont {
  color: #c2f8f6 !important;
}
.btn-secondary .mbr-iconfont::after {
  background-color: #0e7a76 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c2f8f6 !important;
  border-color: #d0faf8 !important;
  color: #0e7a76 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c2f8f6 !important;
  border-color: #d0faf8 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #c2f8f6 !important;
}
.btn-secondary:hover .mbr-iconfont::after,
.btn-secondary:focus .mbr-iconfont::after,
.btn-secondary.focus .mbr-iconfont::after,
.btn-secondary.active .mbr-iconfont::after {
  background-color: #0e7a76 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #0e7a76 !important;
  background-color: #f0fdfd !important;
  border-color: #f0fdfd !important;
}
.btn-info {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-info .mbr-iconfont {
  color: #ffffff !important;
}
.btn-info .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #ffffff !important;
}
.btn-info:hover .mbr-iconfont::after,
.btn-info:focus .mbr-iconfont::after,
.btn-info.focus .mbr-iconfont::after,
.btn-info.active .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-success .mbr-iconfont {
  color: #c2f8f6 !important;
}
.btn-success .mbr-iconfont::after {
  background-color: #0e7a76 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c2f8f6 !important;
  border-color: #d0faf8 !important;
  color: #0e7a76 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #c2f8f6 !important;
  border-color: #d0faf8 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #c2f8f6 !important;
}
.btn-success:hover .mbr-iconfont::after,
.btn-success:focus .mbr-iconfont::after,
.btn-success.focus .mbr-iconfont::after,
.btn-success.active .mbr-iconfont::after {
  background-color: #0e7a76 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0e7a76 !important;
  background-color: #f0fdfd !important;
  border-color: #f0fdfd !important;
}
.btn-warning {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-warning .mbr-iconfont {
  color: #c2f8f6 !important;
}
.btn-warning .mbr-iconfont::after {
  background-color: #0e7a76 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c2f8f6 !important;
  border-color: #d0faf8 !important;
  color: #0e7a76 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c2f8f6 !important;
  border-color: #d0faf8 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #c2f8f6 !important;
}
.btn-warning:hover .mbr-iconfont::after,
.btn-warning:focus .mbr-iconfont::after,
.btn-warning.focus .mbr-iconfont::after,
.btn-warning.active .mbr-iconfont::after {
  background-color: #0e7a76 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0e7a76 !important;
  background-color: #f0fdfd !important;
  border-color: #f0fdfd !important;
}
.btn-danger {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-danger .mbr-iconfont {
  color: #c2f8f6 !important;
}
.btn-danger .mbr-iconfont::after {
  background-color: #0e7a76 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c2f8f6 !important;
  border-color: #d0faf8 !important;
  color: #0e7a76 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c2f8f6 !important;
  border-color: #d0faf8 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #c2f8f6 !important;
}
.btn-danger:hover .mbr-iconfont::after,
.btn-danger:focus .mbr-iconfont::after,
.btn-danger.focus .mbr-iconfont::after,
.btn-danger.active .mbr-iconfont::after {
  background-color: #0e7a76 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0e7a76 !important;
  background-color: #f0fdfd !important;
  border-color: #f0fdfd !important;
}
.btn-white {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-white .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white:hover .mbr-iconfont::after,
.btn-white:focus .mbr-iconfont::after,
.btn-white.focus .mbr-iconfont::after,
.btn-white.active .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: 0px 32px 32px -10px #373737 !important;
}
.btn-black .mbr-iconfont {
  color: #111111 !important;
}
.btn-black .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #111111 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #373737 important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #111111 !important;
  border-color: #191919 !important;
  box-shadow: 0px 32px 32px -10px #444444 important;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  color: #111111 !important;
}
.btn-black:hover .mbr-iconfont::after,
.btn-black:focus .mbr-iconfont::after,
.btn-black.focus .mbr-iconfont::after,
.btn-black.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #06b0a6 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 2px solid #06b0a6 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #06b0a6;
  color: #06b0a6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #035c57 !important;
  background-color: transparent !important;
  border-color: #035c57 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #035c57 !important;
}
.btn-primary-outline:hover .mbr-iconfont::after,
.btn-primary-outline:focus .mbr-iconfont::after,
.btn-primary-outline.focus .mbr-iconfont::after,
.btn-primary-outline.active .mbr-iconfont::after {
  border: 2px solid #035c57 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #06b0a6 !important;
  border-color: #06b0a6 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #c2f8f6 !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 2px solid #c2f8f6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c2f8f6;
  color: #c2f8f6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #74efeb !important;
  background-color: transparent !important;
  border-color: #74efeb !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #74efeb !important;
}
.btn-secondary-outline:hover .mbr-iconfont::after,
.btn-secondary-outline:focus .mbr-iconfont::after,
.btn-secondary-outline.focus .mbr-iconfont::after,
.btn-secondary-outline.active .mbr-iconfont::after {
  border: 2px solid #74efeb !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #13a8a2 !important;
  background-color: #c2f8f6 !important;
  border-color: #c2f8f6 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #ffffff !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 2px solid #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #d4d4d4 !important;
}
.btn-info-outline:hover .mbr-iconfont::after,
.btn-info-outline:focus .mbr-iconfont::after,
.btn-info-outline.focus .mbr-iconfont::after,
.btn-info-outline.active .mbr-iconfont::after {
  border: 2px solid #d4d4d4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline .mbr-iconfont {
  color: #c2f8f6 !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 2px solid #c2f8f6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c2f8f6;
  color: #c2f8f6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #74efeb !important;
  background-color: transparent !important;
  border-color: #74efeb !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #74efeb !important;
}
.btn-success-outline:hover .mbr-iconfont::after,
.btn-success-outline:focus .mbr-iconfont::after,
.btn-success-outline.focus .mbr-iconfont::after,
.btn-success-outline.active .mbr-iconfont::after {
  border: 2px solid #74efeb !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #13a8a2 !important;
  background-color: #c2f8f6 !important;
  border-color: #c2f8f6 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #c2f8f6 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 2px solid #c2f8f6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c2f8f6;
  color: #c2f8f6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #74efeb !important;
  background-color: transparent !important;
  border-color: #74efeb !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #74efeb !important;
}
.btn-warning-outline:hover .mbr-iconfont::after,
.btn-warning-outline:focus .mbr-iconfont::after,
.btn-warning-outline.focus .mbr-iconfont::after,
.btn-warning-outline.active .mbr-iconfont::after {
  border: 2px solid #74efeb !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #13a8a2 !important;
  background-color: #c2f8f6 !important;
  border-color: #c2f8f6 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #c2f8f6 !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 2px solid #c2f8f6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c2f8f6;
  color: #c2f8f6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #74efeb !important;
  background-color: transparent !important;
  border-color: #74efeb !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #74efeb !important;
}
.btn-danger-outline:hover .mbr-iconfont::after,
.btn-danger-outline:focus .mbr-iconfont::after,
.btn-danger-outline.focus .mbr-iconfont::after,
.btn-danger-outline.active .mbr-iconfont::after {
  border: 2px solid #74efeb !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #13a8a2 !important;
  background-color: #c2f8f6 !important;
  border-color: #c2f8f6 !important;
}
.btn-black-outline .mbr-iconfont {
  color: #111111 !important;
}
.btn-black-outline .mbr-iconfont::after {
  border: 2px solid #111111 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #111111;
  color: #111111;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #000000 !important;
}
.btn-black-outline:hover .mbr-iconfont::after,
.btn-black-outline:focus .mbr-iconfont::after,
.btn-black-outline.focus .mbr-iconfont::after,
.btn-black-outline.active .mbr-iconfont::after {
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white-outline .mbr-iconfont::after {
  border: 2px solid #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #d4d4d4 !important;
}
.btn-white-outline:hover .mbr-iconfont::after,
.btn-white-outline:focus .mbr-iconfont::after,
.btn-white-outline.focus .mbr-iconfont::after,
.btn-white-outline.active .mbr-iconfont::after {
  border: 2px solid #d4d4d4 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #06b0a6 !important;
}
.text-secondary {
  color: #c2f8f6 !important;
}
.text-success {
  color: #c2f8f6 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #c2f8f6 !important;
}
.text-danger {
  color: #c2f8f6 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #034d49 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #67eee9 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #67eee9 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #67eee9 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #67eee9 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #06b0a6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #c2f8f6;
}
.alert-danger {
  background-color: #c2f8f6;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #06b0a6;
  border-color: #06b0a6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #06b0a6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3df8ed;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #06b0a6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #06b0a6;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #06b0a6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #06b0a6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #06b0a6;
  border-bottom-color: #06b0a6;
}
.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: #06b0a6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c2f8f6 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2306b0a6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 600;
  padding: 6px 26px;
  min-height: 64px;
}
.mbr-section-btn .btn span {
  font-weight: 600;
}
.mbr-section-btn .btn .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  transition: all .3s ease;
  margin: 0 -16px 0 32px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont {
    margin: 0 -16px 0 24px;
  }
}
.mbr-section-btn .btn .mbr-iconfont::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all .3s ease;
}
.mbr-section-btn .btn .mbr-iconfont::before {
  z-index: 1;
}
.mbr-section-btn .btn:hover .mbr-iconfont::after,
.mbr-section-btn .btn:focus .mbr-iconfont::after {
  transform: scale(1.2);
}
.mbr-section-btn .btn-white {
  color: #111111 !important;
}
.mbr-section-btn .btn-white .mbr-iconfont {
  color: #000000;
}
.mbr-section-btn .btn-white .mbr-iconfont::after {
  background-color: #06b0a6 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus {
  color: #111111 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.little-radius {
  border-radius: 24px !important;
}
.nav-wrapper .list .item-wrap {
  border-radius: 8px;
}
.navbar .dropdown-item {
  border-radius: 8px !important;
}
.navbar-logo img {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uVamD1HcRY .navbar-dropdown {
  position: relative !important;
}
.cid-uVamD1HcRY .navbar-dropdown {
  position: absolute !important;
}
.cid-uVamD1HcRY .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uVamD1HcRY .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uVamD1HcRY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVamD1HcRY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVamD1HcRY .dropdown-item {
  border: none !important;
  background: #016e67 !important;
  font-weight: 600;
}
.cid-uVamD1HcRY .dropdown-item:hover,
.cid-uVamD1HcRY .dropdown-item:focus {
  background: #016e67 !important;
  color: #def5f4 !important;
}
.cid-uVamD1HcRY .dropdown-item:hover span {
  color: white;
}
.cid-uVamD1HcRY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVamD1HcRY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVamD1HcRY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVamD1HcRY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVamD1HcRY .nav-link {
  position: relative;
}
.cid-uVamD1HcRY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVamD1HcRY .container {
    flex-wrap: nowrap;
  }
}
.cid-uVamD1HcRY .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uVamD1HcRY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVamD1HcRY .dropdown-menu,
.cid-uVamD1HcRY .navbar.opened {
  background: #016e67 !important;
}
.cid-uVamD1HcRY .nav-item:focus,
.cid-uVamD1HcRY .nav-link:focus {
  outline: none;
}
.cid-uVamD1HcRY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVamD1HcRY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVamD1HcRY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVamD1HcRY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVamD1HcRY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVamD1HcRY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVamD1HcRY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(1, 110, 103, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uVamD1HcRY .navbar.opened {
  transition: all 0.3s;
}
.cid-uVamD1HcRY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uVamD1HcRY .navbar .navbar-logo img {
  width: auto;
}
.cid-uVamD1HcRY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVamD1HcRY .navbar.collapsed {
  justify-content: center;
}
.cid-uVamD1HcRY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVamD1HcRY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVamD1HcRY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uVamD1HcRY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVamD1HcRY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVamD1HcRY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVamD1HcRY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVamD1HcRY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVamD1HcRY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVamD1HcRY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVamD1HcRY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVamD1HcRY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVamD1HcRY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVamD1HcRY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVamD1HcRY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVamD1HcRY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVamD1HcRY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uVamD1HcRY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVamD1HcRY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVamD1HcRY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVamD1HcRY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVamD1HcRY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVamD1HcRY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVamD1HcRY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uVamD1HcRY .navbar-brand .navbar-caption:hover,
.cid-uVamD1HcRY .navbar-brand .navbar-caption:focus {
  color: #def5f4 !important;
}
.cid-uVamD1HcRY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVamD1HcRY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVamD1HcRY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #def5f4 !important;
}
.cid-uVamD1HcRY .dropdown-item.active,
.cid-uVamD1HcRY .dropdown-item:active {
  background-color: transparent;
}
.cid-uVamD1HcRY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVamD1HcRY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVamD1HcRY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVamD1HcRY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #016e67;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVamD1HcRY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVamD1HcRY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVamD1HcRY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVamD1HcRY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVamD1HcRY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVamD1HcRY .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVamD1HcRY .navbar-buttons {
    text-align: left;
  }
}
.cid-uVamD1HcRY .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uVamD1HcRY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVamD1HcRY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #016e67 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVamD1HcRY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #a8f7f3;
}
.cid-uVamD1HcRY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVamD1HcRY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVamD1HcRY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVamD1HcRY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVamD1HcRY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVamD1HcRY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVamD1HcRY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVamD1HcRY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVamD1HcRY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVamD1HcRY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVamD1HcRY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVamD1HcRY .navbar {
    height: 70px;
  }
  .cid-uVamD1HcRY .navbar.opened {
    height: auto;
  }
  .cid-uVamD1HcRY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVamD1HcRY .navbar-nav {
  margin: 0 auto;
}
.cid-uVamD1HcRY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVamD1HcRY .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uVamD1HcRY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVamD1HcRY .nav-item .nav-link:hover {
  background-color: transparent;
  color: #def5f4 !important;
}
.cid-uVamD1HcRY .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uVamD1HcRY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVamD1HcRY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVamD1HcRY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVamD1HcRY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVamD1HcRY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVamD1HcRY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVamD1HcRY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVamD1HcRY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVamD1HcRY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVamD1HcRY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVamD1HcRY .content-wrap {
  min-height: 110px;
}
.cid-uVamDiweYr {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-uVamDiweYr::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-uVamDiweYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVamDiweYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVamDiweYr .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVamDiweYr .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVamDiweYr .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVamDiweYr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVamDiweYr .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uVamDiweYr .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVamDiweYr .text-wrapper {
    padding-left: 0;
  }
}
.cid-uVamDiweYr .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVamDiweYr .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uVamDiweYr .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVamDiweYr .mbr-label {
  color: #ffffff;
}
.cid-uVamDiweYr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVamDiweYr .mbr-text {
  color: #ffffff;
}
.cid-vb2c2hy47q {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-vb2c2hy47q .image-block {
  margin: auto;
}
.cid-vb2c2hy47q .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vb2c2hy47q .image-block {
    width: 100% !important;
  }
}
.cid-vb2c2hy47q .container-fluid {
  padding: 0;
}
.cid-uVamQ0xmRR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVamQ0xmRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVamQ0xmRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVamQ0xmRR .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVamQ0xmRR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVamQ0xmRR .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVamQ0xmRR .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVamQ0xmRR .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVamQ0xmRR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVamQ0xmRR .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVamQ0xmRR .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVamQ0xmRR .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVamQ0xmRR .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uVamQ0xmRR .image-wrapper {
    padding-left: 0;
  }
}
.cid-uVamQ0xmRR .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uVamQ0xmRR .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uVamQ0xmRR .image-wrapper img {
    height: 350px;
  }
}
.cid-uVamQ0xmRR .mbr-label {
  color: #000000;
}
.cid-uVamQ0xmRR .mbr-section-title {
  color: #06b0a6;
}
.cid-uVamQ0xmRR .mbr-section-subtitle {
  color: #06b0a6;
}
.cid-uVamQ0xmRR .mbr-text,
.cid-uVamQ0xmRR .text-wrapper {
  color: #666666;
}
.cid-uVamQ0xmRR .mbr-text,
.cid-uVamQ0xmRR .text-wrapper,
.cid-uVamQ0xmRR .mbr-section-btn {
  color: #000000;
}
.cid-uVamLFIIVD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #def5f4;
}
.cid-uVamLFIIVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVamLFIIVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVamLFIIVD .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVamLFIIVD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVamLFIIVD .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVamLFIIVD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVamLFIIVD .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVamLFIIVD .items-wrapper {
  align-items: center;
}
.cid-uVamLFIIVD .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVamLFIIVD .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uVamLFIIVD .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uVamLFIIVD .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-uVamLFIIVD .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #02524d 100%);
  opacity: 0.9;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uVamLFIIVD .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVamLFIIVD .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uVamLFIIVD .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uVamLFIIVD .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uVamLFIIVD .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uVamLFIIVD .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVamLFIIVD .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uVamLFIIVD .mbr-section-title {
  color: #06b0a6;
  text-align: center;
}
.cid-uVamLFIIVD .mbr-section-subtitle {
  color: #06b0a6;
  text-align: center;
}
.cid-uVamLFIIVD .mbr-text,
.cid-uVamLFIIVD .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uVamLFIIVD .card-title {
  color: #ffffff;
}
.cid-uVamLFIIVD .card-text {
  color: #ffffff;
}
.cid-uVamLFIIVD .card-title,
.cid-uVamLFIIVD .mbr-section-btn {
  color: #000000;
}
.cid-vb1GCK4XZQ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vb1GCK4XZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1GCK4XZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1GCK4XZQ .items-wrapper {
  margin: 0 -32px;
}
.cid-vb1GCK4XZQ .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vb1GCK4XZQ .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-vb1GCK4XZQ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vb1GCK4XZQ .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vb1GCK4XZQ .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vb1GCK4XZQ .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-vb1GCK4XZQ .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #dac263;
  border-color: #eddea3;
  box-shadow: 0 18px 32px -8px #dac263;
}
.cid-vb1GCK4XZQ .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #7293f4;
  border-color: #98b1fa;
  box-shadow: 0 18px 32px -8px #7293f4;
}
.cid-vb1GCK4XZQ .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #dc84ba;
  border-color: #df8fbf;
  box-shadow: 0 18px 32px -8px #dc84ba;
}
.cid-vb1GCK4XZQ .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-vb1GCK4XZQ .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-vb1GCK4XZQ .card-title {
  color: #111111;
}
.cid-vb1GCK4XZQ .card-text {
  color: #000000;
  text-align: center;
}
.cid-vb1GCK4XZQ .card-title,
.cid-vb1GCK4XZQ .iconfont-wrapper {
  text-align: center;
  color: #06b0a6;
}
.cid-vb1YQYrKVo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #def5f4;
}
.cid-vb1YQYrKVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1YQYrKVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1YQYrKVo .content-wrapper {
  margin-bottom: 32px;
}
.cid-vb1YQYrKVo .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vb1YQYrKVo .items-wrapper {
  align-items: center;
}
.cid-vb1YQYrKVo .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vb1YQYrKVo .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vb1YQYrKVo .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-vb1YQYrKVo .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vb1YQYrKVo .items-wrapper .item .item-wrapper .card-text:hover,
.cid-vb1YQYrKVo .items-wrapper .item .item-wrapper .card-text:focus {
  color: #87dbd6;
}
.cid-vb1YQYrKVo .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-vb1YQYrKVo .card-title {
  color: #111111;
  text-align: center;
}
.cid-vb1YQYrKVo .card-text {
  color: #000000;
  text-align: center;
}
.cid-vb1YQYrKVo .card-title,
.cid-vb1YQYrKVo .mbr-section-btn {
  color: #06b0a6;
}
.cid-vb1TJd6uKs {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #def5f4;
}
.cid-vb1TJd6uKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1TJd6uKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1TJd6uKs .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vb1TJd6uKs .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vb1TJd6uKs .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vb1TJd6uKs .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vb1TJd6uKs .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vb1TJd6uKs .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb1TJd6uKs .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vb1TJd6uKs .card-wrapper .form-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vb1TJd6uKs .card-wrapper .form-wrap {
    padding: 24px;
  }
}
.cid-vb1TJd6uKs .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vb1TJd6uKs .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vb1TJd6uKs .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-vb1TJd6uKs .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 16px;
  background-color: #e5f4f3;
  border: 1px solid #e5f4f3 !important;
  box-shadow: none;
  margin-bottom: 24px;
  color: #000000;
}
.cid-vb1TJd6uKs .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-vb1TJd6uKs .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vb1TJd6uKs .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-vb1TJd6uKs .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vb1TJd6uKs .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vb1TJd6uKs .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-vb1TJd6uKs .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vb1TJd6uKs .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin: 0 0 0 0.6rem;
}
.cid-vb1TJd6uKs .mbr-label,
.cid-vb1TJd6uKs .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vb1TJd6uKs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vb1TJd6uKs .mbr-text,
.cid-vb1TJd6uKs .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vb1TJd6uKs label {
  color: #000000;
}
.cid-vb1TJd6uKs .mbr-section-title,
.cid-vb1TJd6uKs .mbr-section-btn {
  color: #06b0a6;
}
.cid-vb27uj3P3w {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #06b0a6;
  flex-direction: column;
  justify-content: center;
}
.cid-vb27uj3P3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb27uj3P3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb27uj3P3w .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vb27uj3P3w .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vb27uj3P3w .container {
    padding: 0 16px;
  }
}
.cid-vb27uj3P3w .row {
  justify-content: center;
}
.cid-vb27uj3P3w .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-vb27uj3P3w .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vb27uj3P3w .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-vb27uj3P3w .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vb27uj3P3w .list {
    margin-bottom: 40px;
  }
}
.cid-vb27uj3P3w .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb27uj3P3w .list .item-wrap:hover,
.cid-vb27uj3P3w .list .item-wrap:focus {
  color: #c2f8f6;
}
.cid-vb27uj3P3w .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-vb27uj3P3w .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vb27uj3P3w .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-vb27uj3P3w .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-vb27uj3P3w .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vb27uj3P3w .contacts-wrapper .list .item-wrap:hover,
.cid-vb27uj3P3w .contacts-wrapper .list .item-wrap:focus {
  color: #c2f8f6;
}
.cid-vb27uj3P3w .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb27uj3P3w .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-vb27uj3P3w .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb27uj3P3w .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c2f8f6;
}
.cid-vb27uj3P3w .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vb27uj3P3w .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vb27uj3P3w .list-title {
  color: #becdc2;
}
.cid-vb27uj3P3w .list-title,
.cid-vb27uj3P3w .social-wrapper {
  color: #ffffff;
}
.cid-vbnEDOyIdU .navbar-dropdown {
  position: relative !important;
}
.cid-vbnEDOyIdU .navbar-dropdown {
  position: absolute !important;
}
.cid-vbnEDOyIdU .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbnEDOyIdU .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vbnEDOyIdU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbnEDOyIdU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vbnEDOyIdU .dropdown-item {
  border: none !important;
  background: #016e67 !important;
  font-weight: 600;
}
.cid-vbnEDOyIdU .dropdown-item:hover,
.cid-vbnEDOyIdU .dropdown-item:focus {
  background: #016e67 !important;
  color: #def5f4 !important;
}
.cid-vbnEDOyIdU .dropdown-item:hover span {
  color: white;
}
.cid-vbnEDOyIdU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbnEDOyIdU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbnEDOyIdU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbnEDOyIdU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbnEDOyIdU .nav-link {
  position: relative;
}
.cid-vbnEDOyIdU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vbnEDOyIdU .container {
    flex-wrap: nowrap;
  }
}
.cid-vbnEDOyIdU .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vbnEDOyIdU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbnEDOyIdU .dropdown-menu,
.cid-vbnEDOyIdU .navbar.opened {
  background: #016e67 !important;
}
.cid-vbnEDOyIdU .nav-item:focus,
.cid-vbnEDOyIdU .nav-link:focus {
  outline: none;
}
.cid-vbnEDOyIdU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbnEDOyIdU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vbnEDOyIdU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbnEDOyIdU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbnEDOyIdU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbnEDOyIdU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbnEDOyIdU .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(1, 110, 103, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vbnEDOyIdU .navbar.opened {
  transition: all 0.3s;
}
.cid-vbnEDOyIdU .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vbnEDOyIdU .navbar .navbar-logo img {
  width: auto;
}
.cid-vbnEDOyIdU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbnEDOyIdU .navbar.collapsed {
  justify-content: center;
}
.cid-vbnEDOyIdU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbnEDOyIdU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbnEDOyIdU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vbnEDOyIdU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbnEDOyIdU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbnEDOyIdU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbnEDOyIdU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbnEDOyIdU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbnEDOyIdU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbnEDOyIdU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbnEDOyIdU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbnEDOyIdU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbnEDOyIdU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbnEDOyIdU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbnEDOyIdU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbnEDOyIdU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbnEDOyIdU .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vbnEDOyIdU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vbnEDOyIdU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbnEDOyIdU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbnEDOyIdU .navbar.navbar-short {
  min-height: 96px;
}
.cid-vbnEDOyIdU .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vbnEDOyIdU .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vbnEDOyIdU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vbnEDOyIdU .navbar-brand .navbar-caption:hover,
.cid-vbnEDOyIdU .navbar-brand .navbar-caption:focus {
  color: #def5f4 !important;
}
.cid-vbnEDOyIdU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbnEDOyIdU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vbnEDOyIdU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #def5f4 !important;
}
.cid-vbnEDOyIdU .dropdown-item.active,
.cid-vbnEDOyIdU .dropdown-item:active {
  background-color: transparent;
}
.cid-vbnEDOyIdU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbnEDOyIdU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbnEDOyIdU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbnEDOyIdU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #016e67;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vbnEDOyIdU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vbnEDOyIdU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vbnEDOyIdU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbnEDOyIdU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vbnEDOyIdU ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vbnEDOyIdU .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vbnEDOyIdU .navbar-buttons {
    text-align: left;
  }
}
.cid-vbnEDOyIdU .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vbnEDOyIdU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vbnEDOyIdU button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #016e67 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vbnEDOyIdU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #a8f7f3;
}
.cid-vbnEDOyIdU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vbnEDOyIdU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbnEDOyIdU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbnEDOyIdU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vbnEDOyIdU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbnEDOyIdU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbnEDOyIdU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbnEDOyIdU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbnEDOyIdU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbnEDOyIdU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbnEDOyIdU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbnEDOyIdU .navbar {
    height: 70px;
  }
  .cid-vbnEDOyIdU .navbar.opened {
    height: auto;
  }
  .cid-vbnEDOyIdU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbnEDOyIdU .navbar-nav {
  margin: 0 auto;
}
.cid-vbnEDOyIdU .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vbnEDOyIdU .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vbnEDOyIdU .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vbnEDOyIdU .nav-item .nav-link:hover {
  background-color: transparent;
  color: #def5f4 !important;
}
.cid-vbnEDOyIdU .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vbnEDOyIdU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vbnEDOyIdU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vbnEDOyIdU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vbnEDOyIdU .navbar {
    justify-content: flex-start !important;
  }
  .cid-vbnEDOyIdU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vbnEDOyIdU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vbnEDOyIdU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vbnEDOyIdU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vbnEDOyIdU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vbnEDOyIdU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vbnEDOyIdU .content-wrap {
  min-height: 110px;
}
.cid-vbnEDPSFSJ {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbnEDPSFSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnEDPSFSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbnEDPSFSJ .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbnEDPSFSJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbnEDPSFSJ .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbnEDPSFSJ .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vbnEDPSFSJ .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vbnEDPSFSJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbnEDPSFSJ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbnEDPSFSJ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbnEDPSFSJ .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vbnEDPSFSJ .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vbnEDPSFSJ .image-wrapper {
    padding-left: 0;
  }
}
.cid-vbnEDPSFSJ .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbnEDPSFSJ .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vbnEDPSFSJ .image-wrapper img {
    height: 350px;
  }
}
.cid-vbnEDPSFSJ .mbr-label {
  color: #000000;
}
.cid-vbnEDPSFSJ .mbr-section-title {
  color: #06b0a6;
}
.cid-vbnEDPSFSJ .mbr-section-subtitle {
  color: #06b0a6;
}
.cid-vbnEDPSFSJ .mbr-text,
.cid-vbnEDPSFSJ .text-wrapper {
  color: #666666;
}
.cid-vbnEDPSFSJ .mbr-text,
.cid-vbnEDPSFSJ .text-wrapper,
.cid-vbnEDPSFSJ .mbr-section-btn {
  color: #000000;
}
.cid-vbnO5ZIjUY {
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-vbnO5ZIjUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnO5ZIjUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbnO5ZIjUY .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbnO5ZIjUY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbnO5ZIjUY .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbnO5ZIjUY .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vbnO5ZIjUY .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vbnO5ZIjUY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbnO5ZIjUY .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbnO5ZIjUY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbnO5ZIjUY .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vbnO5ZIjUY .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vbnO5ZIjUY .image-wrapper {
    padding-left: 0;
  }
}
.cid-vbnO5ZIjUY .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbnO5ZIjUY .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vbnO5ZIjUY .image-wrapper img {
    height: 350px;
  }
}
.cid-vbnO5ZIjUY .mbr-label {
  color: #000000;
}
.cid-vbnO5ZIjUY .mbr-section-title {
  color: #06b0a6;
}
.cid-vbnO5ZIjUY .mbr-section-subtitle {
  color: #06b0a6;
}
.cid-vbnO5ZIjUY .mbr-text,
.cid-vbnO5ZIjUY .text-wrapper {
  color: #666666;
}
.cid-vbnO5ZIjUY .mbr-text,
.cid-vbnO5ZIjUY .text-wrapper,
.cid-vbnO5ZIjUY .mbr-section-btn {
  color: #000000;
}
.cid-vbnEDSfENY {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #06b0a6;
  flex-direction: column;
  justify-content: center;
}
.cid-vbnEDSfENY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnEDSfENY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbnEDSfENY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vbnEDSfENY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vbnEDSfENY .container {
    padding: 0 16px;
  }
}
.cid-vbnEDSfENY .row {
  justify-content: center;
}
.cid-vbnEDSfENY .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-vbnEDSfENY .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbnEDSfENY .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-vbnEDSfENY .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbnEDSfENY .list {
    margin-bottom: 40px;
  }
}
.cid-vbnEDSfENY .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vbnEDSfENY .list .item-wrap:hover,
.cid-vbnEDSfENY .list .item-wrap:focus {
  color: #c2f8f6;
}
.cid-vbnEDSfENY .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-vbnEDSfENY .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbnEDSfENY .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-vbnEDSfENY .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-vbnEDSfENY .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vbnEDSfENY .contacts-wrapper .list .item-wrap:hover,
.cid-vbnEDSfENY .contacts-wrapper .list .item-wrap:focus {
  color: #c2f8f6;
}
.cid-vbnEDSfENY .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vbnEDSfENY .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-vbnEDSfENY .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vbnEDSfENY .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c2f8f6;
}
.cid-vbnEDSfENY .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vbnEDSfENY .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vbnEDSfENY .list-title {
  color: #becdc2;
}
.cid-vbnEDSfENY .list-title,
.cid-vbnEDSfENY .social-wrapper {
  color: #ffffff;
}
.cid-vbnR6wnjhI .navbar-dropdown {
  position: relative !important;
}
.cid-vbnR6wnjhI .navbar-dropdown {
  position: absolute !important;
}
.cid-vbnR6wnjhI .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbnR6wnjhI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vbnR6wnjhI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbnR6wnjhI .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vbnR6wnjhI .dropdown-item {
  border: none !important;
  background: #016e67 !important;
  font-weight: 600;
}
.cid-vbnR6wnjhI .dropdown-item:hover,
.cid-vbnR6wnjhI .dropdown-item:focus {
  background: #016e67 !important;
  color: #def5f4 !important;
}
.cid-vbnR6wnjhI .dropdown-item:hover span {
  color: white;
}
.cid-vbnR6wnjhI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbnR6wnjhI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbnR6wnjhI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbnR6wnjhI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbnR6wnjhI .nav-link {
  position: relative;
}
.cid-vbnR6wnjhI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vbnR6wnjhI .container {
    flex-wrap: nowrap;
  }
}
.cid-vbnR6wnjhI .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vbnR6wnjhI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbnR6wnjhI .dropdown-menu,
.cid-vbnR6wnjhI .navbar.opened {
  background: #016e67 !important;
}
.cid-vbnR6wnjhI .nav-item:focus,
.cid-vbnR6wnjhI .nav-link:focus {
  outline: none;
}
.cid-vbnR6wnjhI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbnR6wnjhI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vbnR6wnjhI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbnR6wnjhI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbnR6wnjhI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbnR6wnjhI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbnR6wnjhI .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(1, 110, 103, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vbnR6wnjhI .navbar.opened {
  transition: all 0.3s;
}
.cid-vbnR6wnjhI .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vbnR6wnjhI .navbar .navbar-logo img {
  width: auto;
}
.cid-vbnR6wnjhI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbnR6wnjhI .navbar.collapsed {
  justify-content: center;
}
.cid-vbnR6wnjhI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbnR6wnjhI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbnR6wnjhI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vbnR6wnjhI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbnR6wnjhI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbnR6wnjhI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbnR6wnjhI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbnR6wnjhI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbnR6wnjhI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbnR6wnjhI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbnR6wnjhI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbnR6wnjhI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbnR6wnjhI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbnR6wnjhI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbnR6wnjhI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbnR6wnjhI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbnR6wnjhI .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vbnR6wnjhI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vbnR6wnjhI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbnR6wnjhI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbnR6wnjhI .navbar.navbar-short {
  min-height: 96px;
}
.cid-vbnR6wnjhI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vbnR6wnjhI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vbnR6wnjhI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vbnR6wnjhI .navbar-brand .navbar-caption:hover,
.cid-vbnR6wnjhI .navbar-brand .navbar-caption:focus {
  color: #def5f4 !important;
}
.cid-vbnR6wnjhI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbnR6wnjhI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vbnR6wnjhI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #def5f4 !important;
}
.cid-vbnR6wnjhI .dropdown-item.active,
.cid-vbnR6wnjhI .dropdown-item:active {
  background-color: transparent;
}
.cid-vbnR6wnjhI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbnR6wnjhI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbnR6wnjhI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbnR6wnjhI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #016e67;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vbnR6wnjhI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vbnR6wnjhI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vbnR6wnjhI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbnR6wnjhI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vbnR6wnjhI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vbnR6wnjhI .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vbnR6wnjhI .navbar-buttons {
    text-align: left;
  }
}
.cid-vbnR6wnjhI .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vbnR6wnjhI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vbnR6wnjhI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #016e67 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vbnR6wnjhI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #a8f7f3;
}
.cid-vbnR6wnjhI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vbnR6wnjhI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbnR6wnjhI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbnR6wnjhI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vbnR6wnjhI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbnR6wnjhI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbnR6wnjhI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbnR6wnjhI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbnR6wnjhI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbnR6wnjhI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbnR6wnjhI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbnR6wnjhI .navbar {
    height: 70px;
  }
  .cid-vbnR6wnjhI .navbar.opened {
    height: auto;
  }
  .cid-vbnR6wnjhI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbnR6wnjhI .navbar-nav {
  margin: 0 auto;
}
.cid-vbnR6wnjhI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vbnR6wnjhI .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vbnR6wnjhI .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vbnR6wnjhI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #def5f4 !important;
}
.cid-vbnR6wnjhI .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vbnR6wnjhI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vbnR6wnjhI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vbnR6wnjhI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vbnR6wnjhI .navbar {
    justify-content: flex-start !important;
  }
  .cid-vbnR6wnjhI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vbnR6wnjhI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vbnR6wnjhI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vbnR6wnjhI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vbnR6wnjhI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vbnR6wnjhI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vbnR6wnjhI .content-wrap {
  min-height: 110px;
}
.cid-vbnR6xymGh {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbnR6xymGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnR6xymGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbnR6xymGh .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbnR6xymGh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbnR6xymGh .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbnR6xymGh .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vbnR6xymGh .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vbnR6xymGh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbnR6xymGh .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbnR6xymGh .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbnR6xymGh .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vbnR6xymGh .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vbnR6xymGh .image-wrapper {
    padding-left: 0;
  }
}
.cid-vbnR6xymGh .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbnR6xymGh .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vbnR6xymGh .image-wrapper img {
    height: 350px;
  }
}
.cid-vbnR6xymGh .mbr-label {
  color: #000000;
}
.cid-vbnR6xymGh .mbr-section-title {
  color: #06b0a6;
}
.cid-vbnR6xymGh .mbr-section-subtitle {
  color: #06b0a6;
}
.cid-vbnR6xymGh .mbr-text,
.cid-vbnR6xymGh .text-wrapper {
  color: #666666;
}
.cid-vbnR6xymGh .mbr-text,
.cid-vbnR6xymGh .text-wrapper,
.cid-vbnR6xymGh .mbr-section-btn {
  color: #000000;
}
.cid-vbnSjsTMjK {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vbnSjsTMjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnSjsTMjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbnSjsTMjK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vbnSjsTMjK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vbnSjsTMjK .embla__slide .slide-content {
  width: 100%;
}
.cid-vbnSjsTMjK .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vbnSjsTMjK .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vbnSjsTMjK .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-vbnSjsTMjK .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vbnSjsTMjK .embla__button--next,
.cid-vbnSjsTMjK .embla__button--prev {
  display: flex;
}
.cid-vbnSjsTMjK .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vbnSjsTMjK .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-vbnSjsTMjK .embla__button:hover::before {
  opacity: .5;
}
.cid-vbnSjsTMjK .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-vbnSjsTMjK .embla__button:disabled::before {
  opacity: .2;
}
.cid-vbnSjsTMjK .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-vbnSjsTMjK .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-vbnSjsTMjK .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vbnSjsTMjK .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vbnSjsTMjK .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-vbnSjsTMjK .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vbnSjsTMjK .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vbnSjsTMjK .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vbnSjsTMjK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vbnSjsTMjK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbnSjsTMjK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbnSjsTMjK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbnSjsTMjK .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbnR6yrKz7 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #06b0a6;
  flex-direction: column;
  justify-content: center;
}
.cid-vbnR6yrKz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnR6yrKz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbnR6yrKz7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vbnR6yrKz7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vbnR6yrKz7 .container {
    padding: 0 16px;
  }
}
.cid-vbnR6yrKz7 .row {
  justify-content: center;
}
.cid-vbnR6yrKz7 .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-vbnR6yrKz7 .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbnR6yrKz7 .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-vbnR6yrKz7 .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbnR6yrKz7 .list {
    margin-bottom: 40px;
  }
}
.cid-vbnR6yrKz7 .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vbnR6yrKz7 .list .item-wrap:hover,
.cid-vbnR6yrKz7 .list .item-wrap:focus {
  color: #c2f8f6;
}
.cid-vbnR6yrKz7 .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-vbnR6yrKz7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbnR6yrKz7 .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-vbnR6yrKz7 .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-vbnR6yrKz7 .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vbnR6yrKz7 .contacts-wrapper .list .item-wrap:hover,
.cid-vbnR6yrKz7 .contacts-wrapper .list .item-wrap:focus {
  color: #c2f8f6;
}
.cid-vbnR6yrKz7 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vbnR6yrKz7 .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-vbnR6yrKz7 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vbnR6yrKz7 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c2f8f6;
}
.cid-vbnR6yrKz7 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vbnR6yrKz7 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vbnR6yrKz7 .list-title {
  color: #becdc2;
}
.cid-vbnR6yrKz7 .list-title,
.cid-vbnR6yrKz7 .social-wrapper {
  color: #ffffff;
}
.cid-vbnTep318c .navbar-dropdown {
  position: relative !important;
}
.cid-vbnTep318c .navbar-dropdown {
  position: absolute !important;
}
.cid-vbnTep318c .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbnTep318c .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vbnTep318c .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbnTep318c .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vbnTep318c .dropdown-item {
  border: none !important;
  background: #016e67 !important;
  font-weight: 600;
}
.cid-vbnTep318c .dropdown-item:hover,
.cid-vbnTep318c .dropdown-item:focus {
  background: #016e67 !important;
  color: #def5f4 !important;
}
.cid-vbnTep318c .dropdown-item:hover span {
  color: white;
}
.cid-vbnTep318c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbnTep318c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbnTep318c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbnTep318c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbnTep318c .nav-link {
  position: relative;
}
.cid-vbnTep318c .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vbnTep318c .container {
    flex-wrap: nowrap;
  }
}
.cid-vbnTep318c .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vbnTep318c .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbnTep318c .dropdown-menu,
.cid-vbnTep318c .navbar.opened {
  background: #016e67 !important;
}
.cid-vbnTep318c .nav-item:focus,
.cid-vbnTep318c .nav-link:focus {
  outline: none;
}
.cid-vbnTep318c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbnTep318c .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vbnTep318c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbnTep318c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbnTep318c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbnTep318c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbnTep318c .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(1, 110, 103, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vbnTep318c .navbar.opened {
  transition: all 0.3s;
}
.cid-vbnTep318c .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vbnTep318c .navbar .navbar-logo img {
  width: auto;
}
.cid-vbnTep318c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbnTep318c .navbar.collapsed {
  justify-content: center;
}
.cid-vbnTep318c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbnTep318c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbnTep318c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vbnTep318c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbnTep318c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbnTep318c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbnTep318c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbnTep318c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbnTep318c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbnTep318c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbnTep318c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbnTep318c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbnTep318c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbnTep318c .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbnTep318c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbnTep318c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbnTep318c .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vbnTep318c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vbnTep318c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbnTep318c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbnTep318c .navbar.navbar-short {
  min-height: 96px;
}
.cid-vbnTep318c .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vbnTep318c .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vbnTep318c .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vbnTep318c .navbar-brand .navbar-caption:hover,
.cid-vbnTep318c .navbar-brand .navbar-caption:focus {
  color: #def5f4 !important;
}
.cid-vbnTep318c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbnTep318c .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vbnTep318c .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #def5f4 !important;
}
.cid-vbnTep318c .dropdown-item.active,
.cid-vbnTep318c .dropdown-item:active {
  background-color: transparent;
}
.cid-vbnTep318c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbnTep318c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbnTep318c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbnTep318c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #016e67;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vbnTep318c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vbnTep318c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vbnTep318c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbnTep318c ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vbnTep318c ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vbnTep318c .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vbnTep318c .navbar-buttons {
    text-align: left;
  }
}
.cid-vbnTep318c .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vbnTep318c .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vbnTep318c button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #016e67 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vbnTep318c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #a8f7f3;
}
.cid-vbnTep318c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vbnTep318c button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbnTep318c button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbnTep318c button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vbnTep318c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbnTep318c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbnTep318c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbnTep318c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbnTep318c .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbnTep318c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbnTep318c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbnTep318c .navbar {
    height: 70px;
  }
  .cid-vbnTep318c .navbar.opened {
    height: auto;
  }
  .cid-vbnTep318c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbnTep318c .navbar-nav {
  margin: 0 auto;
}
.cid-vbnTep318c .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vbnTep318c .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vbnTep318c .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vbnTep318c .nav-item .nav-link:hover {
  background-color: transparent;
  color: #def5f4 !important;
}
.cid-vbnTep318c .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vbnTep318c .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vbnTep318c .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vbnTep318c .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vbnTep318c .navbar {
    justify-content: flex-start !important;
  }
  .cid-vbnTep318c .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vbnTep318c .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vbnTep318c .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vbnTep318c .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vbnTep318c .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vbnTep318c .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vbnTep318c .content-wrap {
  min-height: 110px;
}
.cid-vbnTuVPSxM {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbnTuVPSxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnTuVPSxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbnTuVPSxM .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vbnTuVPSxM .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vbnTuVPSxM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbnTuVPSxM .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbnTuVPSxM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vbnTuVPSxM .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vbnTuVPSxM .mbr-section-title {
  color: #111111;
}
.cid-vbnTuVPSxM .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vbnTuVPSxM .mbr-text,
.cid-vbnTuVPSxM .text-wrapper {
  color: #666666;
}
.cid-vbnTes8i9s {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #06b0a6;
  flex-direction: column;
  justify-content: center;
}
.cid-vbnTes8i9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnTes8i9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbnTes8i9s .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vbnTes8i9s .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vbnTes8i9s .container {
    padding: 0 16px;
  }
}
.cid-vbnTes8i9s .row {
  justify-content: center;
}
.cid-vbnTes8i9s .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-vbnTes8i9s .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbnTes8i9s .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-vbnTes8i9s .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbnTes8i9s .list {
    margin-bottom: 40px;
  }
}
.cid-vbnTes8i9s .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vbnTes8i9s .list .item-wrap:hover,
.cid-vbnTes8i9s .list .item-wrap:focus {
  color: #c2f8f6;
}
.cid-vbnTes8i9s .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-vbnTes8i9s .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbnTes8i9s .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-vbnTes8i9s .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-vbnTes8i9s .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vbnTes8i9s .contacts-wrapper .list .item-wrap:hover,
.cid-vbnTes8i9s .contacts-wrapper .list .item-wrap:focus {
  color: #c2f8f6;
}
.cid-vbnTes8i9s .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vbnTes8i9s .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-vbnTes8i9s .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vbnTes8i9s .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c2f8f6;
}
.cid-vbnTes8i9s .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vbnTes8i9s .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vbnTes8i9s .list-title {
  color: #becdc2;
}
.cid-vbnTes8i9s .list-title,
.cid-vbnTes8i9s .social-wrapper {
  color: #ffffff;
}
