@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  /* right: 90px; */
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

    .mbr-arrow-up {
        left: 50%;
        transform: translateX(-50%);
        position: fixed; /* Ensures it stays in place */
        /* Other styles can also be added here, if desired */
    }

.mbr-arrow-up a {
  /* background: rgba(0, 0, 0, 0.2); */ 
  background: rgba(0, 255, 0, 0.2);  
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  /* background-color: rgba(0, 0, 0, 0.4); */
  background-color: rgba(0, 255, 0, 0.8);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}body {
  font-family: 'Montserrat', sans-serif;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #87ef9f !important;
}
.bg-success {
  background-color: #007b1c !important;
}
.bg-info {
  background-color: #3945d2 !important;
}
.bg-warning {
  background-color: #5e627d !important;
}
.bg-danger {
  background-color: #8e94e0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #87ef9f !important;
  border-color: #87ef9f !important;
  color: #0e6923 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3ae562 !important;
  border-color: #3ae562 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #0e6923 !important;
  background-color: #3ae562 !important;
  border-color: #3ae562 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #87ef9f !important;
  border-color: #87ef9f !important;
  color: #0e6923 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3ae562 !important;
  border-color: #3ae562 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #0e6923 !important;
  background-color: #3ae562 !important;
  border-color: #3ae562 !important;
}
.btn-info,
.btn-info:active {
  background-color: #3945d2 !important;
  border-color: #3945d2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #212a93 !important;
  border-color: #212a93 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #212a93 !important;
  border-color: #212a93 !important;
}
.btn-success,
.btn-success:active {
  background-color: #007b1c !important;
  border-color: #007b1c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #002408 !important;
  border-color: #002408 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #002408 !important;
  border-color: #002408 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5e627d !important;
  border-color: #5e627d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #393b4c !important;
  border-color: #393b4c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #393b4c !important;
  border-color: #393b4c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8e94e0 !important;
  border-color: #8e94e0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #4a54cd !important;
  border-color: #4a54cd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4a54cd !important;
  border-color: #4a54cd !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #87ef9f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3ae562 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #0e6923 !important;
  background-color: #87ef9f !important;
  border-color: #87ef9f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #87ef9f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3ae562 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #0e6923 !important;
  background-color: #87ef9f !important;
  border-color: #87ef9f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3945d2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #212a93 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3945d2 !important;
  border-color: #3945d2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #007b1c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002408 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #007b1c !important;
  border-color: #007b1c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5e627d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #393b4c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5e627d !important;
  border-color: #5e627d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8e94e0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4a54cd !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8e94e0 !important;
  border-color: #8e94e0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #87ef9f !important;
}
.text-secondary {
  color: #87ef9f !important;
}
.text-success {
  color: #007b1c !important;
}
.text-info {
  color: #3945d2 !important;
}
.text-warning {
  color: #5e627d !important;
}
.text-danger {
  color: #8e94e0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #FFFFFF !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #FFFFFF !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #001505 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f2786 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #323443 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3e48ca !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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-color: 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: #87ef9f;
}
.nav-tabs .nav-link:not(.active) {
  color: #303E59;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3945d2;
}
.alert-warning {
  background-color: #5e627d;
}
.alert-danger {
  background-color: #8e94e0;
}
.mbr-gallery-filter li.active .btn {
  background-color: #87ef9f;
  border-color: #87ef9f;
  color: #11802a;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #87ef9f;
}
a:hover {
  color: #FFFFFF;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00fb39;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dfe1f8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a2a5b9;
}
.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: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control::-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #87ef9f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #87ef9f;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #87ef9f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #87ef9f;
  border-bottom-color: #87ef9f;
}
.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: #87ef9f !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: #87ef9f !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='%2387ef9f' %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;
}
.cid-uHZNYVJl6G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHZNYVJl6G nav.navbar {
  position: fixed;
}
.cid-uHZNYVJl6G .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-uHZNYVJl6G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHZNYVJl6G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHZNYVJl6G .dropdown-item:hover,
.cid-uHZNYVJl6G .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uHZNYVJl6G .dropdown-item:hover span {
  color: white;
}
.cid-uHZNYVJl6G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHZNYVJl6G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHZNYVJl6G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHZNYVJl6G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHZNYVJl6G .nav-link {
  position: relative;
}
.cid-uHZNYVJl6G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHZNYVJl6G .container {
    flex-wrap: nowrap;
  }
}
.cid-uHZNYVJl6G .navbar-nav {
  margin: 0 auto;
}
.cid-uHZNYVJl6G .dropdown-menu,
.cid-uHZNYVJl6G .navbar.opened {
  background: #007b1c !important;
}
.cid-uHZNYVJl6G .nav-item:focus,
.cid-uHZNYVJl6G .nav-link:focus {
  outline: none;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHZNYVJl6G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHZNYVJl6G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHZNYVJl6G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uHZNYVJl6G .navbar.opened {
  transition: all 0.3s;
}
.cid-uHZNYVJl6G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHZNYVJl6G .navbar .navbar-logo img {
  width: auto;
}
.cid-uHZNYVJl6G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHZNYVJl6G .navbar.collapsed {
  justify-content: center;
}
.cid-uHZNYVJl6G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHZNYVJl6G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHZNYVJl6G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHZNYVJl6G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHZNYVJl6G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHZNYVJl6G .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-uHZNYVJl6G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHZNYVJl6G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uHZNYVJl6G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHZNYVJl6G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHZNYVJl6G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHZNYVJl6G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHZNYVJl6G .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-uHZNYVJl6G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHZNYVJl6G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHZNYVJl6G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHZNYVJl6G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHZNYVJl6G .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHZNYVJl6G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHZNYVJl6G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHZNYVJl6G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHZNYVJl6G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHZNYVJl6G .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHZNYVJl6G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHZNYVJl6G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHZNYVJl6G .dropdown-item.active,
.cid-uHZNYVJl6G .dropdown-item:active {
  background-color: transparent;
}
.cid-uHZNYVJl6G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHZNYVJl6G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHZNYVJl6G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHZNYVJl6G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uHZNYVJl6G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHZNYVJl6G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHZNYVJl6G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHZNYVJl6G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHZNYVJl6G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHZNYVJl6G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHZNYVJl6G .navbar {
    height: 70px;
  }
  .cid-uHZNYVJl6G .navbar.opened {
    height: auto;
  }
  .cid-uHZNYVJl6G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHZNYVJl6G .container,
.cid-uHZNYVJl6G .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uHZNYVJl6G .navbar-short {
  background-color: #007b1c !important;
}
.cid-uHZNYVJl6G .navbar-short .container,
.cid-uHZNYVJl6G .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uHZNYVJl6G .navbar-short .container:before,
.cid-uHZNYVJl6G .navbar-short .container-fluid:before {
  display: none;
}
.cid-uHZNYVJl6G .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uHZNYVJl6G .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uHZNYVJl6G .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uHZNYVJl6G .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uHZNYVJl6G .navbar {
    overflow: hidden;
  }
  .cid-uHZNYVJl6G .container,
  .cid-uHZNYVJl6G .container-fluid {
    min-height: 85px;
  }
  .cid-uHZNYVJl6G .navbar-brand {
    min-height: 85px;
  }
  .cid-uHZNYVJl6G .navbar-short .container,
  .cid-uHZNYVJl6G .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uHZNYVJl6G .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uHZNYVJl6G .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uHZNYVJl6G .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uHZNYVJl6G .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uHZNYVJl6G .mbr-section-btn {
    text-align: left;
  }
  .cid-uHZNYVJl6G .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uHZNYVJl6G .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uUCO0lruc5 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-uUCO0lruc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCO0lruc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUCO0lruc5 .container {
    padding: 0 16px;
  }
}
.cid-uUCO0lruc5 .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-uUCO0lruc5 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uUCO0lruc5 .content-wrapper {
    padding: 36px;
  }
}
.cid-uUCO0lruc5 .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUCO0lruc5 .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uUCO0lruc5 .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uUCO0lruc5 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-uUCO0lruc5 .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uUCO0lruc5 .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUCO0lruc5 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uUCO0lruc5 .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uUCO0lruc5 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uUCO0lruc5 .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uUCO0lruc5 .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uUCO0lruc5 .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uUCO0lruc5 .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-uUCO0lruc5 .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-uUCO0lruc5 .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-uUCO0lruc5 .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-uUCO0lruc5 .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-uUCO0lruc5 .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-uUCO0lruc5 .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-uUCO0lruc5 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUCO0lruc5 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUCO0lruc5 .mbr-text {
  color: #f0f0f0;
}
.cid-uUCO0lruc5 .mbr-name {
  color: #cccccc;
}
.cid-uUCO0lruc5 .mbr-role {
  color: #cccccc;
}
.cid-uUCO0lruc5 .mbr-text,
.cid-uUCO0lruc5 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uUCO0lruc5 .mbr-name,
.cid-uUCO0lruc5 .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uI02se5xTE {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #072b0f;
}
.cid-uI02se5xTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI02se5xTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI02se5xTE .container {
    padding: 0 20px;
  }
}
.cid-uI02se5xTE .row {
  justify-content: center;
}
.cid-uI02se5xTE .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uI02se5xTE .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uI02se5xTE .video-block {
    margin-bottom: 30px;
  }
}
.cid-uI02se5xTE .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uI02se5xTE .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uI02se5xTE .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #f40b0b;
  color: #fdfdfd;
  text-shadow: none;
}
.cid-uI02se5xTE .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uI02se5xTE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uI02se5xTE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v85W9mpokB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-v85W9mpokB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v85W9mpokB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v85W9mpokB .container {
    padding: 0 16px;
  }
}
.cid-v85W9mpokB .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v85W9mpokB .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v85W9mpokB .content-wrapper {
    padding: 36px;
  }
}
.cid-v85W9mpokB .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v85W9mpokB .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v85W9mpokB .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v85W9mpokB .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v85W9mpokB .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v85W9mpokB .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v85W9mpokB .content-wrapper .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-v85W9mpokB .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v85W9mpokB .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v85W9mpokB .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v85W9mpokB .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 2px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v85W9mpokB .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v85W9mpokB .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v85W9mpokB .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v85W9mpokB .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v85W9mpokB .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v85W9mpokB .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v85W9mpokB .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v85W9mpokB .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v85W9mpokB .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v85W9mpokB .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v85W9mpokB .mbr-text {
  color: #f0f0f0;
}
.cid-v85W9mpokB .mbr-name {
  color: #cccccc;
}
.cid-v85W9mpokB .mbr-role {
  color: #cccccc;
}
.cid-v85W9mpokB .mbr-text,
.cid-v85W9mpokB .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v85W9mpokB .mbr-name,
.cid-v85W9mpokB .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uUCLHcpJdG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uUCLHcpJdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCLHcpJdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUCLHcpJdG .container {
    padding: 0 16px;
  }
}
.cid-uUCLHcpJdG .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-uUCLHcpJdG .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uUCLHcpJdG .content-wrapper {
    padding: 36px;
  }
}
.cid-uUCLHcpJdG .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUCLHcpJdG .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uUCLHcpJdG .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uUCLHcpJdG .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-uUCLHcpJdG .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uUCLHcpJdG .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUCLHcpJdG .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uUCLHcpJdG .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uUCLHcpJdG .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uUCLHcpJdG .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uUCLHcpJdG .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uUCLHcpJdG .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uUCLHcpJdG .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-uUCLHcpJdG .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-uUCLHcpJdG .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-uUCLHcpJdG .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-uUCLHcpJdG .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-uUCLHcpJdG .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-uUCLHcpJdG .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-uUCLHcpJdG .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUCLHcpJdG .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUCLHcpJdG .mbr-text {
  color: #f0f0f0;
}
.cid-uUCLHcpJdG .mbr-name {
  color: #cccccc;
}
.cid-uUCLHcpJdG .mbr-role {
  color: #cccccc;
}
.cid-uUCLHcpJdG .mbr-text,
.cid-uUCLHcpJdG .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uUCLHcpJdG .mbr-name,
.cid-uUCLHcpJdG .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uHZVnzOv3i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uHZVnzOv3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZVnzOv3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZVnzOv3i .row {
  justify-content: center;
}
.cid-uHZVnzOv3i .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uHZVnzOv3i .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uHZVnzOv3i .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uHZVnzOv3i .content-wrapper .mbr-text {
  margin-bottom: 10px;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-uHZVnzOv3i .content-wrapper .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-uHZVnzOv3i .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHZVnzOv3i .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uHZVnzOv3i .mbr-section-title {
  color: #ffffff;
}
.cid-uHZVnzOv3i .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHZVnzOv3i .mbr-desc {
  color: #ffffff;
}
.cid-uHZVnzOv3i .mbr-section-title,
.cid-uHZVnzOv3i .mbr-section-btn {
  text-align: center;
}
.cid-uKIIx2sytC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #072b0f;
}
.cid-uKIIx2sytC .decor-wrap_1 {
  position: absolute;
  top: 5%;
  left: 18%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #b7caff 0, #61e880 43%, #07c332 100%);
}
.cid-uKIIx2sytC .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: 6rem;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #b7caff 0, #61e880 43%, #07c332 100%);
}
.cid-uKIIx2sytC .decor-wrap_3 {
  position: absolute;
  bottom: 5%;
  right: 2rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #b7caff 0, #61e880 43%, #07c332 100%);
}
.cid-uKIIx2sytC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIIx2sytC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKIIx2sytC .container {
    padding: 0 30px;
  }
}
.cid-uKIIx2sytC .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKIIx2sytC .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uKIIx2sytC .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKIIx2sytC .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uKIIx2sytC .mbr-section-title {
  color: #ffffff;
}
.cid-uKIIx2sytC .mbr-text,
.cid-uKIIx2sytC .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKIIx2sytC .mbr-section-title,
.cid-uKIIx2sytC .mbr-section-btn {
  text-align: center;
}
.cid-uKIIx2sytC .mbr-section-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uKIIx2sytC .decor-wrap_1,
  .cid-uKIIx2sytC .decor-wrap_2,
  .cid-uKIIx2sytC .decor-wrap_3 {
    display: none !important;
  }
}
.cid-vhBMZ6gBAx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #072b0f;
}
.cid-vhBMZ6gBAx .decor-wrap_1 {
  position: absolute;
  top: 5%;
  left: 18%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #b7caff 0, #61e880 43%, #07c332 100%);
}
.cid-vhBMZ6gBAx .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: 6rem;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #b7caff 0, #61e880 43%, #07c332 100%);
}
.cid-vhBMZ6gBAx .decor-wrap_3 {
  position: absolute;
  bottom: 5%;
  right: 2rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #b7caff 0, #61e880 43%, #07c332 100%);
}
.cid-vhBMZ6gBAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhBMZ6gBAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhBMZ6gBAx .container {
    padding: 0 30px;
  }
}
.cid-vhBMZ6gBAx .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vhBMZ6gBAx .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhBMZ6gBAx .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhBMZ6gBAx .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-vhBMZ6gBAx .mbr-section-title {
  color: #ffffff;
}
.cid-vhBMZ6gBAx .mbr-text,
.cid-vhBMZ6gBAx .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vhBMZ6gBAx .mbr-section-title,
.cid-vhBMZ6gBAx .mbr-section-btn {
  text-align: center;
}
.cid-vhBMZ6gBAx .mbr-section-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vhBMZ6gBAx .decor-wrap_1,
  .cid-vhBMZ6gBAx .decor-wrap_2,
  .cid-vhBMZ6gBAx .decor-wrap_3 {
    display: none !important;
  }
}
.cid-vhBLZqtCvN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #072b0f;
}
.cid-vhBLZqtCvN .decor-wrap_1 {
  position: absolute;
  top: 5%;
  left: 18%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e3ea69 0, #005112 43%, #007b1c 100%);
}
.cid-vhBLZqtCvN .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: 6rem;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e3ea69 0, #005112 43%, #007b1c 100%);
}
.cid-vhBLZqtCvN .decor-wrap_3 {
  position: absolute;
  bottom: 5%;
  right: 2rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e3ea69 0, #005112 43%, #007b1c 100%);
}
.cid-vhBLZqtCvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhBLZqtCvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhBLZqtCvN .container {
    padding: 0 30px;
  }
}
.cid-vhBLZqtCvN .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vhBLZqtCvN .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhBLZqtCvN .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhBLZqtCvN .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-vhBLZqtCvN .mbr-section-title {
  color: #ffffff;
}
.cid-vhBLZqtCvN .mbr-text,
.cid-vhBLZqtCvN .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vhBLZqtCvN .mbr-section-title,
.cid-vhBLZqtCvN .mbr-section-btn {
  text-align: center;
}
.cid-vhBLZqtCvN .mbr-section-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vhBLZqtCvN .decor-wrap_1,
  .cid-vhBLZqtCvN .decor-wrap_2,
  .cid-vhBLZqtCvN .decor-wrap_3 {
    display: none !important;
  }
}
.cid-vhBNp86YCv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #072b0f;
}
.cid-vhBNp86YCv .decor-wrap_1 {
  position: absolute;
  top: 5%;
  left: 18%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #b7caff 0, #61e880 43%, #07c332 100%);
}
.cid-vhBNp86YCv .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: 6rem;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #b7caff 0, #61e880 43%, #07c332 100%);
}
.cid-vhBNp86YCv .decor-wrap_3 {
  position: absolute;
  bottom: 5%;
  right: 2rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #b7caff 0, #61e880 43%, #07c332 100%);
}
.cid-vhBNp86YCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhBNp86YCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhBNp86YCv .container {
    padding: 0 30px;
  }
}
.cid-vhBNp86YCv .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vhBNp86YCv .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vhBNp86YCv .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhBNp86YCv .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-vhBNp86YCv .mbr-section-title {
  color: #ffffff;
}
.cid-vhBNp86YCv .mbr-text,
.cid-vhBNp86YCv .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vhBNp86YCv .mbr-section-title,
.cid-vhBNp86YCv .mbr-section-btn {
  text-align: center;
}
.cid-vhBNp86YCv .mbr-section-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vhBNp86YCv .decor-wrap_1,
  .cid-vhBNp86YCv .decor-wrap_2,
  .cid-vhBNp86YCv .decor-wrap_3 {
    display: none !important;
  }
}
.cid-vckUtuaiEa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #072b0f;
}
.cid-vckUtuaiEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckUtuaiEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckUtuaiEa .title-wrapper {
  margin-bottom: 40px;
}
.cid-vckUtuaiEa .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vckUtuaiEa .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vckUtuaiEa .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vckUtuaiEa .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vckUtuaiEa .items-wrapper {
  margin: 0 -8px;
}
.cid-vckUtuaiEa .items-wrapper .item {
  margin-bottom: 16px;
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-vckUtuaiEa .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #defae5;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vckUtuaiEa .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  padding: 8px;
  margin-bottom: 12px;
  background-color: #121212;
}
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .item-title,
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 12px;
}
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .item-price,
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 12px;
}
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .item-text,
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper {
  margin-top: 24px;
}
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-desc,
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper .item-desc_2 {
  margin-bottom: 12px;
}
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper .list,
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper .list_2 {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap,
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap,
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap_2,
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap_2 {
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
}
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child,
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap:last-child,
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap_2:last-child,
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap_2:last-child {
  margin-bottom: 0;
}
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before,
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before,
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap_2::before,
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap_2::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: inherit;
}
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-vckUtuaiEa .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vckUtuaiEa .items-wrapper .item .card_2 {
  background-color: #f9652f;
}
.cid-vckUtuaiEa .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-vckUtuaiEa .mbr-label {
  color: #a8a8a8;
  text-align: center;
}
.cid-vckUtuaiEa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vckUtuaiEa .mbr-text,
.cid-vckUtuaiEa .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vckUtuaiEa .item-title {
  color: #ffffff;
}
.cid-vckUtuaiEa .item-title_2 {
  color: #ffffff;
}
.cid-vckUtuaiEa .item-price {
  color: #ffffff;
}
.cid-vckUtuaiEa .item-price_2 {
  color: #ffffff;
}
.cid-vckUtuaiEa .item-text {
  color: #000000;
  text-align: center;
}
.cid-vckUtuaiEa .item-text_2 {
  color: #ffffff;
}
.cid-vckUtuaiEa .item-desc {
  color: #ffffff;
}
.cid-vckUtuaiEa .item-desc_2 {
  color: #ffffff;
}
.cid-vckUtuaiEa .list {
  color: #ffffff;
}
.cid-vckUtuaiEa .list_2 {
  color: #ffffff;
}
.cid-vckUtuaiEa .item-title,
.cid-vckUtuaiEa .iconfont-wrapper,
.cid-vckUtuaiEa .item-btn DIV {
  text-align: center;
}
.cid-vckUtuaiEa .item-title,
.cid-vckUtuaiEa .iconfont-wrapper,
.cid-vckUtuaiEa .item-btn {
  color: #000000;
}
.cid-v4Oq1NIZwD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-v4Oq1NIZwD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Oq1NIZwD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4Oq1NIZwD .container {
    padding: 0 16px;
  }
}
.cid-v4Oq1NIZwD .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v4Oq1NIZwD .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v4Oq1NIZwD .content-wrapper {
    padding: 36px;
  }
}
.cid-v4Oq1NIZwD .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4Oq1NIZwD .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v4Oq1NIZwD .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v4Oq1NIZwD .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v4Oq1NIZwD .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v4Oq1NIZwD .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v4Oq1NIZwD .content-wrapper .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-v4Oq1NIZwD .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4Oq1NIZwD .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v4Oq1NIZwD .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v4Oq1NIZwD .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 2px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v4Oq1NIZwD .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v4Oq1NIZwD .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v4Oq1NIZwD .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v4Oq1NIZwD .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v4Oq1NIZwD .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v4Oq1NIZwD .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #fdfdfd;
}
.cid-v4Oq1NIZwD .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v4Oq1NIZwD .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #fdfdfd;
}
.cid-v4Oq1NIZwD .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v4Oq1NIZwD .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v4Oq1NIZwD .mbr-text {
  color: #f0f0f0;
}
.cid-v4Oq1NIZwD .mbr-name {
  color: #cccccc;
}
.cid-v4Oq1NIZwD .mbr-role {
  color: #cccccc;
}
.cid-v4Oq1NIZwD .mbr-text,
.cid-v4Oq1NIZwD .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v4Oq1NIZwD .mbr-name,
.cid-v4Oq1NIZwD .person-wrapper {
  text-align: center;
  color: #000000;
}
#custom-html-1hk {
  /* Responsive mobile view */
}
#custom-html-1hk .banner-container {
  width: 100%;
  overflow: hidden;
  background: #072b0f;
  color: white;
  color: black;
  font-size: 1.0em;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
}
#custom-html-1hk .announcement-box {
  width: 70%;
  max-width: 900px;
  margin: 0.5em auto;
  height: 18em;
  /* about 3–4 lines tall */
  overflow: hidden;
  background: #272E6A;
  background: #DEFAE5;
  color: black;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  padding: 1em;
}
#custom-html-1hk .scroll-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#custom-html-1hk .scroll-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  animation: scroll-continuous 20s linear infinite;
}
#custom-html-1hk .message {
  width: 100%;
  padding: 1em 0;
  box-sizing: border-box;
}
#custom-html-1hk .highlight {
  color: #ffc107;
  font-weight: bold;
  text-decoration: underline;
}
#custom-html-1hk .banner-image {
  height: 100px;
  max-width: 100px;
  object-fit: contain;
  /* Add these two lines for horizontal centering */
  display: block;
  margin: 0 auto;
}
#custom-html-1hk .headline {
  text-align: center;
  color: white;
  font-size: 16pt;
}
#custom-html-1hk .mymessage {
  text-align: center;
  color: white;
  font-size: 12pt;
}
@keyframes scroll-continuous {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
#custom-html-1hk p {
  font-size: 60px;
  color: #272c52;
}
@media (max-width: 768px) {
  #custom-html-1hk .announcement-box {
    width: 95%;
    font-size: 1em;
    height: 12em;
  }
  #custom-html-1hk .message {
    padding: 0.75em 0;
  }
}
.cid-v860eoyhwo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
}
.cid-v860eoyhwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v860eoyhwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v860eoyhwo .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v860eoyhwo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v860eoyhwo .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v860eoyhwo .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v860eoyhwo .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-v860eoyhwo .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-v860eoyhwo .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v860eoyhwo .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v860eoyhwo .item .item-wrapper {
  height: 100%;
  padding: 42px 28px;
  background-color: #defae5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v860eoyhwo .item .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-v860eoyhwo .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-v860eoyhwo .item .item-wrapper .card-box .item-desc {
  margin-bottom: 32px;
}
.cid-v860eoyhwo .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-v860eoyhwo .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 22px 0;
  list-style-type: none;
}
.cid-v860eoyhwo .item .item-wrapper .card-box .list .item-wrap {
  border-top: 2px solid #e7e7e7;
  padding: 22px 0;
}
.cid-v860eoyhwo .item .item-wrapper .card-box .list .item-wrap:first-child {
  border-top: none;
  padding-top: 0;
}
.cid-v860eoyhwo .item .item-wrapper .card-box .list .item-wrap:last-child {
  padding-bottom: 0;
}
.cid-v860eoyhwo .mbr-section-title {
  color: #000000;
}
.cid-v860eoyhwo .item-price {
  color: #000000;
  text-align: center;
}
.cid-v860eoyhwo .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v860eoyhwo .item-title {
  color: #ffffff;
}
.cid-v860eoyhwo .list {
  color: #ffffff;
}
.cid-v860eoyhwo .item-title,
.cid-v860eoyhwo .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v860eoyhwo .list,
.cid-v860eoyhwo .item-wrap {
  text-align: center;
}
.cid-v860eoyhwo .mbr-section-title,
.cid-v860eoyhwo .icon-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-vckX7dM6vp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-vckX7dM6vp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckX7dM6vp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vckX7dM6vp .container {
    padding: 0 16px;
  }
}
.cid-vckX7dM6vp .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-vckX7dM6vp .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vckX7dM6vp .content-wrapper {
    padding: 36px;
  }
}
.cid-vckX7dM6vp .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vckX7dM6vp .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-vckX7dM6vp .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vckX7dM6vp .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-vckX7dM6vp .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-vckX7dM6vp .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vckX7dM6vp .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-vckX7dM6vp .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vckX7dM6vp .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vckX7dM6vp .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-vckX7dM6vp .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-vckX7dM6vp .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-vckX7dM6vp .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-vckX7dM6vp .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-vckX7dM6vp .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-vckX7dM6vp .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-vckX7dM6vp .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-vckX7dM6vp .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-vckX7dM6vp .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-vckX7dM6vp .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vckX7dM6vp .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vckX7dM6vp .mbr-text {
  color: #f0f0f0;
}
.cid-vckX7dM6vp .mbr-name {
  color: #cccccc;
}
.cid-vckX7dM6vp .mbr-role {
  color: #cccccc;
}
.cid-vckX7dM6vp .mbr-text,
.cid-vckX7dM6vp .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-vckX7dM6vp .mbr-name,
.cid-vckX7dM6vp .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uJ5fko2SxI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
}
.cid-uJ5fko2SxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5fko2SxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5fko2SxI .row {
  justify-content: center;
}
.cid-uJ5fko2SxI .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ5fko2SxI .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ5fko2SxI .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ5fko2SxI .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ5fko2SxI .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ5fko2SxI .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ5fko2SxI .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ5fko2SxI .mbr-section-title {
  color: #ffffff;
}
.cid-uJ5fko2SxI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ5fko2SxI .mbr-desc {
  color: #ffffff;
}
.cid-uJ5fko2SxI .mbr-section-title,
.cid-uJ5fko2SxI .mbr-section-btn {
  text-align: center;
}
.cid-v8pPyfUJYU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-v8pPyfUJYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8pPyfUJYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8pPyfUJYU .container {
    padding: 0 16px;
  }
}
.cid-v8pPyfUJYU .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8pPyfUJYU .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8pPyfUJYU .content-wrapper {
    padding: 36px;
  }
}
.cid-v8pPyfUJYU .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8pPyfUJYU .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8pPyfUJYU .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8pPyfUJYU .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8pPyfUJYU .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8pPyfUJYU .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v8pPyfUJYU .content-wrapper .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-v8pPyfUJYU .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8pPyfUJYU .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8pPyfUJYU .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8pPyfUJYU .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 2px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8pPyfUJYU .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8pPyfUJYU .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8pPyfUJYU .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8pPyfUJYU .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8pPyfUJYU .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8pPyfUJYU .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #fdfdfd;
}
.cid-v8pPyfUJYU .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8pPyfUJYU .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #fdfdfd;
}
.cid-v8pPyfUJYU .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8pPyfUJYU .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8pPyfUJYU .mbr-text {
  color: #f0f0f0;
}
.cid-v8pPyfUJYU .mbr-name {
  color: #cccccc;
}
.cid-v8pPyfUJYU .mbr-role {
  color: #cccccc;
}
.cid-v8pPyfUJYU .mbr-text,
.cid-v8pPyfUJYU .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8pPyfUJYU .mbr-name,
.cid-v8pPyfUJYU .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uI3BcZvfBy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uI3BcZvfBy .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uI3BcZvfBy .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uI3BcZvfBy .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uI3BcZvfBy .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uI3BcZvfBy .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uI3BcZvfBy .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uI3BcZvfBy .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uI3BcZvfBy .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uI3BcZvfBy .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uI3BcZvfBy .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uI3BcZvfBy [class^="socicon-"]:before,
.cid-uI3BcZvfBy [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uI3BcZvfBy .btn {
    font-size: 20px !important;
  }
}
.cid-uI3BcZvfBy .mbr-section-title {
  color: #ffffff;
}
.cid-v8666jcozu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-v8666jcozu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8666jcozu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8666jcozu .row {
  justify-content: center;
}
.cid-v8666jcozu .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v8666jcozu .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8666jcozu .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v8666jcozu .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v8666jcozu .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v8666jcozu .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8666jcozu .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-v8666jcozu .mbr-section-title {
  color: #ffffff;
}
.cid-v8666jcozu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8666jcozu .mbr-desc {
  color: #ffffff;
}
.cid-v8666jcozu .mbr-section-title,
.cid-v8666jcozu .mbr-section-btn {
  text-align: center;
}
.cid-vaVnDPA3Kv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-vaVnDPA3Kv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaVnDPA3Kv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaVnDPA3Kv .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vaVnDPA3Kv .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-vaVnDPA3Kv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vaVnDPA3Kv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vaVnDPA3Kv .mbr-section-title {
  color: #f5f8ff;
}
.cid-vaVnDPA3Kv .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-vaVnDPA3Kv .mbr-section-title,
.cid-vaVnDPA3Kv .title-wrapper,
.cid-vaVnDPA3Kv .mbr-section-btn {
  text-align: center;
}
.cid-uI3El6TM5t {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI3El6TM5t::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI3El6TM5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3El6TM5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI3El6TM5t .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI3El6TM5t .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .container {
    padding: 0 22px;
  }
}
.cid-uI3El6TM5t .row {
  position: relative;
  z-index: 1;
}
.cid-uI3El6TM5t .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI3El6TM5t .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI3El6TM5t .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI3El6TM5t .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI3El6TM5t .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI3El6TM5t .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI3El6TM5t .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI3El6TM5t .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI3El6TM5t .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover,
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover::before,
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI3El6TM5t .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI3El6TM5t .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI3El6TM5t .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI3El6TM5t .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI3El6TM5t .mbr-section-title {
  color: #00d0f3;
}
.cid-uI3El6TM5t .mbr-text {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI3El6TM5t .list {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-contact {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-desc {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-contact,
.cid-uI3El6TM5t .item-contact {
  color: #fdfdfd;
}
.cid-uI3El6TM5t .list,
.cid-uI3El6TM5t .item-wrap {
  color: #df8825;
}
.cid-uI3El6TM5t .mbr-desc,
.cid-uI3El6TM5t .mbr-section-btn {
  text-align: center;
}
.cid-uVxiErqDZv.popup-builder {
  background-color: #ffffff;
}
.cid-uVxiErqDZv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uVxiErqDZv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uVxiErqDZv .modal-content,
.cid-uVxiErqDZv .modal-dialog {
  height: auto;
}
.cid-uVxiErqDZv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uVxiErqDZv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uVxiErqDZv .form-wrapper .mbr-form .form-group,
  .cid-uVxiErqDZv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uVxiErqDZv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uVxiErqDZv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVxiErqDZv .mbr-text {
  text-align: center;
}
.cid-uVxiErqDZv .pt-0 {
  padding-top: 0 !important;
}
.cid-uVxiErqDZv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uVxiErqDZv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uVxiErqDZv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uVxiErqDZv .modal-open {
  overflow: hidden;
}
.cid-uVxiErqDZv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uVxiErqDZv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uVxiErqDZv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uVxiErqDZv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uVxiErqDZv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uVxiErqDZv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uVxiErqDZv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uVxiErqDZv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uVxiErqDZv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uVxiErqDZv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uVxiErqDZv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uVxiErqDZv .modal-backdrop.show {
  opacity: .5;
}
.cid-uVxiErqDZv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uVxiErqDZv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVxiErqDZv .modal-header {
    padding: 1rem;
  }
}
.cid-uVxiErqDZv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uVxiErqDZv .modal-header .close svg {
  fill: #353535;
}
.cid-uVxiErqDZv .modal-header .close:hover {
  opacity: 1;
}
.cid-uVxiErqDZv .modal-header .close:focus {
  outline: none;
}
.cid-uVxiErqDZv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uVxiErqDZv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uVxiErqDZv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVxiErqDZv .modal-body {
    padding: 1rem;
  }
}
.cid-uVxiErqDZv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uVxiErqDZv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVxiErqDZv .modal-footer {
    padding: 1rem;
  }
}
.cid-uVxiErqDZv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uVxiErqDZv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uVxiErqDZv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uVxiErqDZv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uVxiErqDZv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uVxiErqDZv .modal-lg,
  .cid-uVxiErqDZv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uVxiErqDZv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uVxiErqDZv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uVxiErqDZv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uVxiErqDZv .form-group {
  margin-bottom: 1rem;
}
.cid-uVxiErqDZv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uVxiErqDZv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uVxiErqDZv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uVxiErqDZv .mbr-section-btn {
  margin: 0;
}
.cid-uVxiErqDZv .mbr-section-btn .btn {
  margin: 0;
}
.cid-uI4zA4F2YS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uI4zA4F2YS nav.navbar {
  position: fixed;
}
.cid-uI4zA4F2YS .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-uI4zA4F2YS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI4zA4F2YS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI4zA4F2YS .dropdown-item:hover,
.cid-uI4zA4F2YS .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uI4zA4F2YS .dropdown-item:hover span {
  color: white;
}
.cid-uI4zA4F2YS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI4zA4F2YS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI4zA4F2YS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI4zA4F2YS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI4zA4F2YS .nav-link {
  position: relative;
}
.cid-uI4zA4F2YS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI4zA4F2YS .container {
    flex-wrap: nowrap;
  }
}
.cid-uI4zA4F2YS .navbar-nav {
  margin: 0 auto;
}
.cid-uI4zA4F2YS .dropdown-menu,
.cid-uI4zA4F2YS .navbar.opened {
  background: #007b1c !important;
}
.cid-uI4zA4F2YS .nav-item:focus,
.cid-uI4zA4F2YS .nav-link:focus {
  outline: none;
}
.cid-uI4zA4F2YS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI4zA4F2YS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI4zA4F2YS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI4zA4F2YS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI4zA4F2YS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI4zA4F2YS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI4zA4F2YS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4zA4F2YS .navbar.opened {
  transition: all 0.3s;
}
.cid-uI4zA4F2YS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI4zA4F2YS .navbar .navbar-logo img {
  width: auto;
}
.cid-uI4zA4F2YS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI4zA4F2YS .navbar.collapsed {
  justify-content: center;
}
.cid-uI4zA4F2YS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI4zA4F2YS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI4zA4F2YS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI4zA4F2YS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI4zA4F2YS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI4zA4F2YS .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-uI4zA4F2YS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI4zA4F2YS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI4zA4F2YS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI4zA4F2YS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI4zA4F2YS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI4zA4F2YS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI4zA4F2YS .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-uI4zA4F2YS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI4zA4F2YS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI4zA4F2YS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI4zA4F2YS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI4zA4F2YS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI4zA4F2YS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI4zA4F2YS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI4zA4F2YS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI4zA4F2YS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI4zA4F2YS .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI4zA4F2YS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI4zA4F2YS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI4zA4F2YS .dropdown-item.active,
.cid-uI4zA4F2YS .dropdown-item:active {
  background-color: transparent;
}
.cid-uI4zA4F2YS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI4zA4F2YS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI4zA4F2YS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI4zA4F2YS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uI4zA4F2YS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI4zA4F2YS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI4zA4F2YS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI4zA4F2YS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI4zA4F2YS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI4zA4F2YS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uI4zA4F2YS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI4zA4F2YS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4zA4F2YS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4zA4F2YS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI4zA4F2YS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4zA4F2YS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI4zA4F2YS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI4zA4F2YS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4zA4F2YS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI4zA4F2YS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI4zA4F2YS .navbar {
    height: 70px;
  }
  .cid-uI4zA4F2YS .navbar.opened {
    height: auto;
  }
  .cid-uI4zA4F2YS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI4zA4F2YS .container,
.cid-uI4zA4F2YS .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uI4zA4F2YS .navbar-short {
  background-color: #007b1c !important;
}
.cid-uI4zA4F2YS .navbar-short .container,
.cid-uI4zA4F2YS .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uI4zA4F2YS .navbar-short .container:before,
.cid-uI4zA4F2YS .navbar-short .container-fluid:before {
  display: none;
}
.cid-uI4zA4F2YS .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uI4zA4F2YS .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uI4zA4F2YS .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uI4zA4F2YS .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uI4zA4F2YS .navbar {
    overflow: hidden;
  }
  .cid-uI4zA4F2YS .container,
  .cid-uI4zA4F2YS .container-fluid {
    min-height: 85px;
  }
  .cid-uI4zA4F2YS .navbar-brand {
    min-height: 85px;
  }
  .cid-uI4zA4F2YS .navbar-short .container,
  .cid-uI4zA4F2YS .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uI4zA4F2YS .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uI4zA4F2YS .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uI4zA4F2YS .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uI4zA4F2YS .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uI4zA4F2YS .mbr-section-btn {
    text-align: left;
  }
  .cid-uI4zA4F2YS .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uI4zA4F2YS .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uI4zA5q1cz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uI4zA5q1cz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4zA5q1cz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4zA5q1cz .row {
  justify-content: center;
}
.cid-uI4zA5q1cz .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4zA5q1cz .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4zA5q1cz .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4zA5q1cz .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4zA5q1cz .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4zA5q1cz .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4zA5q1cz .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4zA5q1cz .mbr-section-title {
  color: #ffffff;
}
.cid-uI4zA5q1cz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI4zA5q1cz .mbr-desc {
  color: #ffffff;
}
.cid-uI4zA5q1cz .mbr-section-title,
.cid-uI4zA5q1cz .mbr-section-btn {
  text-align: center;
}
.cid-uI4zA6McRB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uI4zA6McRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4zA6McRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4zA6McRB .row {
  justify-content: center;
}
.cid-uI4zA6McRB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4zA6McRB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4zA6McRB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4zA6McRB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4zA6McRB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4zA6McRB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4zA6McRB .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4zA6McRB .mbr-section-title {
  color: #ffffff;
}
.cid-uI4zA6McRB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI4zA6McRB .mbr-desc {
  color: #ffffff;
}
.cid-uI4zA6McRB .mbr-section-title,
.cid-uI4zA6McRB .mbr-section-btn {
  text-align: center;
}
.cid-uKIPVWjBir {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-uKIPVWjBir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIPVWjBir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKIPVWjBir .container {
    padding: 0 16px;
  }
}
.cid-uKIPVWjBir .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-uKIPVWjBir .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uKIPVWjBir .content-wrapper {
    padding: 36px;
  }
}
.cid-uKIPVWjBir .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKIPVWjBir .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uKIPVWjBir .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uKIPVWjBir .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-uKIPVWjBir .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uKIPVWjBir .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKIPVWjBir .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uKIPVWjBir .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKIPVWjBir .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uKIPVWjBir .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uKIPVWjBir .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uKIPVWjBir .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uKIPVWjBir .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-uKIPVWjBir .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-uKIPVWjBir .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-uKIPVWjBir .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-uKIPVWjBir .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #fdfdfd;
}
.cid-uKIPVWjBir .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-uKIPVWjBir .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #fdfdfd;
}
.cid-uKIPVWjBir .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKIPVWjBir .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKIPVWjBir .mbr-text {
  color: #f0f0f0;
}
.cid-uKIPVWjBir .mbr-name {
  color: #cccccc;
}
.cid-uKIPVWjBir .mbr-role {
  color: #cccccc;
}
.cid-uKIPVWjBir .mbr-text,
.cid-uKIPVWjBir .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uKIPVWjBir .mbr-name,
.cid-uKIPVWjBir .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uI4AtPaA9a {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uI4AtPaA9a .container {
  padding: 0 5%;
}
@media (max-width: 768px) {
  .cid-uI4AtPaA9a .people-wrapper {
    display: flex;
  }
}
.cid-uI4AtPaA9a .people-wrapper img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 2rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uI4AtPaA9a .people-wrapper .people-title {
    padding: 1rem 0 0 1rem;
  }
}
.cid-uI4AtPaA9a .people-wrapper .people-title .mbr-title {
  margin-bottom: 1rem;
}
.cid-uI4AtPaA9a .people-wrapper .people-title .people-desc {
  margin-bottom: 1rem;
}
.cid-uI4AtPaA9a .people-content {
  min-height: 100%;
  background: #defae5;
  border-radius: 15px;
  padding: 5rem 4.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uI4AtPaA9a .people-content {
    background: #072b0f;
    padding: 0;
  }
}
.cid-uI4AtPaA9a .people-content span {
  transform: rotate(180deg);
  position: absolute;
  left: -1.9rem;
  top: 2rem;
  font-size: 40px;
  color: #defae5;
}
@media (max-width: 768px) {
  .cid-uI4AtPaA9a .people-content span {
    display: none;
  }
}
.cid-uI4AtPaA9a .mbr-title {
  color: #fdfdfd;
}
.cid-uI4AtPaA9a .people-desc {
  color: #fdfdfd;
}
.cid-uI4AtPaA9a .mbr-text {
  color: #000000;
}
.cid-uI4Bi0stYy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #072b0f;
}
.cid-uI4Bi0stYy .container {
  padding: 0 5%;
}
@media (max-width: 768px) {
  .cid-uI4Bi0stYy .people-wrapper {
    display: flex;
  }
}
.cid-uI4Bi0stYy .people-wrapper img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 2rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uI4Bi0stYy .people-wrapper .people-title {
    padding: 1rem 0 0 1rem;
  }
}
.cid-uI4Bi0stYy .people-wrapper .people-title .mbr-title {
  margin-bottom: 1rem;
}
.cid-uI4Bi0stYy .people-wrapper .people-title .people-desc {
  margin-bottom: 1rem;
}
.cid-uI4Bi0stYy .people-content {
  min-height: 100%;
  background: #defae5;
  border-radius: 15px;
  padding: 5rem 4.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uI4Bi0stYy .people-content {
    background: #072b0f;
    padding: 0;
  }
}
.cid-uI4Bi0stYy .people-content span {
  transform: rotate(180deg);
  position: absolute;
  left: -1.9rem;
  top: 2rem;
  font-size: 40px;
  color: #defae5;
}
@media (max-width: 768px) {
  .cid-uI4Bi0stYy .people-content span {
    display: none;
  }
}
.cid-uI4Bi0stYy .mbr-title {
  color: #fdfdfd;
}
.cid-uI4Bi0stYy .people-desc {
  color: #fdfdfd;
}
.cid-uI4Bi0stYy .mbr-text {
  color: #000000;
}
.cid-uI4BIrc8Xq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #072b0f;
}
.cid-uI4BIrc8Xq .container {
  padding: 0 5%;
}
@media (max-width: 768px) {
  .cid-uI4BIrc8Xq .people-wrapper {
    display: flex;
  }
}
.cid-uI4BIrc8Xq .people-wrapper img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 2rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uI4BIrc8Xq .people-wrapper .people-title {
    padding: 1rem 0 0 1rem;
  }
}
.cid-uI4BIrc8Xq .people-wrapper .people-title .mbr-title {
  margin-bottom: 1rem;
}
.cid-uI4BIrc8Xq .people-wrapper .people-title .people-desc {
  margin-bottom: 1rem;
}
.cid-uI4BIrc8Xq .people-content {
  min-height: 100%;
  background: #defae5;
  border-radius: 15px;
  padding: 5rem 4.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uI4BIrc8Xq .people-content {
    background: #072b0f;
    padding: 0;
  }
}
.cid-uI4BIrc8Xq .people-content span {
  transform: rotate(180deg);
  position: absolute;
  left: -1.9rem;
  top: 2rem;
  font-size: 40px;
  color: #defae5;
}
@media (max-width: 768px) {
  .cid-uI4BIrc8Xq .people-content span {
    display: none;
  }
}
.cid-uI4BIrc8Xq .mbr-title {
  color: #fdfdfd;
}
.cid-uI4BIrc8Xq .people-desc {
  color: #fdfdfd;
}
.cid-uI4BIrc8Xq .mbr-text {
  color: #000000;
}
.cid-uI4W0Kdqpx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-uI4W0Kdqpx .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI4W0Kdqpx .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI4W0Kdqpx .btn {
  padding: 15px 30px !important;
}
.cid-uI4W0Kdqpx a {
  font-weight: 400;
}
.cid-uI4W0Kdqpx .mbr-section-subtitle,
.cid-uI4W0Kdqpx .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uI4W0Kdqpx .row {
  justify-content: center;
  display: flex;
}
.cid-uI4zAgk6nC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uI4zAgk6nC .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uI4zAgk6nC .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI4zAgk6nC H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uI4zAgk6nC .section-text,
.cid-uI4zAgk6nC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uI4zAgk6nC .section-text,
.cid-uI4zAgk6nC .mbr-section-btn DIV {
  text-align: center;
}
.cid-uI4zAh52Vz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uI4zAh52Vz .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uI4zAh52Vz .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uI4zAh52Vz .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uI4zAh52Vz .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uI4zAh52Vz .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uI4zAh52Vz .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uI4zAh52Vz .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uI4zAh52Vz .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uI4zAh52Vz .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uI4zAh52Vz .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uI4zAh52Vz [class^="socicon-"]:before,
.cid-uI4zAh52Vz [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uI4zAh52Vz .btn {
    font-size: 20px !important;
  }
}
.cid-uI4zAh52Vz .mbr-section-title {
  color: #ffffff;
}
.cid-uNWCOclhUa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWCOclhUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWCOclhUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWCOclhUa .row {
  justify-content: center;
}
.cid-uNWCOclhUa .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWCOclhUa .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWCOclhUa .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWCOclhUa .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWCOclhUa .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWCOclhUa .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWCOclhUa .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWCOclhUa .mbr-section-title {
  color: #ffffff;
}
.cid-uNWCOclhUa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWCOclhUa .mbr-desc {
  color: #ffffff;
}
.cid-uNWCOclhUa .mbr-section-title,
.cid-uNWCOclhUa .mbr-section-btn {
  text-align: center;
}
.cid-uI4zAjAFeg {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI4zAjAFeg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI4zAjAFeg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4zAjAFeg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4zAjAFeg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI4zAjAFeg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI4zAjAFeg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI4zAjAFeg .container {
    padding: 0 22px;
  }
}
.cid-uI4zAjAFeg .row {
  position: relative;
  z-index: 1;
}
.cid-uI4zAjAFeg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI4zAjAFeg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI4zAjAFeg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI4zAjAFeg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI4zAjAFeg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4zAjAFeg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI4zAjAFeg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI4zAjAFeg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4zAjAFeg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI4zAjAFeg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4zAjAFeg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI4zAjAFeg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI4zAjAFeg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI4zAjAFeg .nav-wrapper .list .item-wrap:hover,
.cid-uI4zAjAFeg .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI4zAjAFeg .nav-wrapper .list .item-wrap:hover::before,
.cid-uI4zAjAFeg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI4zAjAFeg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI4zAjAFeg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4zAjAFeg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI4zAjAFeg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4zAjAFeg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI4zAjAFeg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI4zAjAFeg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI4zAjAFeg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI4zAjAFeg .mbr-section-title {
  color: #00d0f3;
}
.cid-uI4zAjAFeg .mbr-text {
  color: #ffffff;
}
.cid-uI4zAjAFeg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI4zAjAFeg .list {
  color: #ffffff;
}
.cid-uI4zAjAFeg .mbr-contact {
  color: #ffffff;
}
.cid-uI4zAjAFeg .mbr-desc {
  color: #ffffff;
}
.cid-uI4zAjAFeg .mbr-contact,
.cid-uI4zAjAFeg .item-contact {
  color: #fdfdfd;
}
.cid-uI4zAjAFeg .list,
.cid-uI4zAjAFeg .item-wrap {
  color: #df8825;
}
.cid-uI4zAjAFeg .mbr-desc,
.cid-uI4zAjAFeg .mbr-section-btn {
  text-align: center;
}
.cid-uI4GjSUHfZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uI4GjSUHfZ nav.navbar {
  position: fixed;
}
.cid-uI4GjSUHfZ .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-uI4GjSUHfZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI4GjSUHfZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI4GjSUHfZ .dropdown-item:hover,
.cid-uI4GjSUHfZ .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uI4GjSUHfZ .dropdown-item:hover span {
  color: white;
}
.cid-uI4GjSUHfZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI4GjSUHfZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI4GjSUHfZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI4GjSUHfZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI4GjSUHfZ .nav-link {
  position: relative;
}
.cid-uI4GjSUHfZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI4GjSUHfZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uI4GjSUHfZ .navbar-nav {
  margin: 0 auto;
}
.cid-uI4GjSUHfZ .dropdown-menu,
.cid-uI4GjSUHfZ .navbar.opened {
  background: #007b1c !important;
}
.cid-uI4GjSUHfZ .nav-item:focus,
.cid-uI4GjSUHfZ .nav-link:focus {
  outline: none;
}
.cid-uI4GjSUHfZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI4GjSUHfZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI4GjSUHfZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI4GjSUHfZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI4GjSUHfZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI4GjSUHfZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI4GjSUHfZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4GjSUHfZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uI4GjSUHfZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI4GjSUHfZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uI4GjSUHfZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI4GjSUHfZ .navbar.collapsed {
  justify-content: center;
}
.cid-uI4GjSUHfZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI4GjSUHfZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI4GjSUHfZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI4GjSUHfZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI4GjSUHfZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI4GjSUHfZ .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-uI4GjSUHfZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI4GjSUHfZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI4GjSUHfZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI4GjSUHfZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI4GjSUHfZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI4GjSUHfZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI4GjSUHfZ .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-uI4GjSUHfZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI4GjSUHfZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI4GjSUHfZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI4GjSUHfZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI4GjSUHfZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI4GjSUHfZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI4GjSUHfZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI4GjSUHfZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI4GjSUHfZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI4GjSUHfZ .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI4GjSUHfZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI4GjSUHfZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI4GjSUHfZ .dropdown-item.active,
.cid-uI4GjSUHfZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uI4GjSUHfZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI4GjSUHfZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI4GjSUHfZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI4GjSUHfZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uI4GjSUHfZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI4GjSUHfZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI4GjSUHfZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI4GjSUHfZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI4GjSUHfZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI4GjSUHfZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uI4GjSUHfZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI4GjSUHfZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4GjSUHfZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4GjSUHfZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI4GjSUHfZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4GjSUHfZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI4GjSUHfZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI4GjSUHfZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4GjSUHfZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI4GjSUHfZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI4GjSUHfZ .navbar {
    height: 70px;
  }
  .cid-uI4GjSUHfZ .navbar.opened {
    height: auto;
  }
  .cid-uI4GjSUHfZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI4GjSUHfZ .container,
.cid-uI4GjSUHfZ .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uI4GjSUHfZ .navbar-short {
  background-color: #007b1c !important;
}
.cid-uI4GjSUHfZ .navbar-short .container,
.cid-uI4GjSUHfZ .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uI4GjSUHfZ .navbar-short .container:before,
.cid-uI4GjSUHfZ .navbar-short .container-fluid:before {
  display: none;
}
.cid-uI4GjSUHfZ .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uI4GjSUHfZ .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uI4GjSUHfZ .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uI4GjSUHfZ .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uI4GjSUHfZ .navbar {
    overflow: hidden;
  }
  .cid-uI4GjSUHfZ .container,
  .cid-uI4GjSUHfZ .container-fluid {
    min-height: 85px;
  }
  .cid-uI4GjSUHfZ .navbar-brand {
    min-height: 85px;
  }
  .cid-uI4GjSUHfZ .navbar-short .container,
  .cid-uI4GjSUHfZ .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uI4GjSUHfZ .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uI4GjSUHfZ .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uI4GjSUHfZ .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uI4GjSUHfZ .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uI4GjSUHfZ .mbr-section-btn {
    text-align: left;
  }
  .cid-uI4GjSUHfZ .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uI4GjSUHfZ .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uI4GjTzlI0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uI4GjTzlI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4GjTzlI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4GjTzlI0 .row {
  justify-content: center;
}
.cid-uI4GjTzlI0 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4GjTzlI0 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4GjTzlI0 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4GjTzlI0 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4GjTzlI0 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4GjTzlI0 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4GjTzlI0 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4GjTzlI0 .mbr-section-title {
  color: #ffffff;
}
.cid-uI4GjTzlI0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI4GjTzlI0 .mbr-desc {
  color: #ffffff;
}
.cid-uI4GjTzlI0 .mbr-section-title,
.cid-uI4GjTzlI0 .mbr-section-btn {
  text-align: center;
}
.cid-v8pOCDux0n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8pOCDux0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8pOCDux0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8pOCDux0n .container {
    padding: 0 16px;
  }
}
.cid-v8pOCDux0n .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8pOCDux0n .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8pOCDux0n .content-wrapper {
    padding: 36px;
  }
}
.cid-v8pOCDux0n .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8pOCDux0n .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8pOCDux0n .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8pOCDux0n .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8pOCDux0n .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8pOCDux0n .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8pOCDux0n .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8pOCDux0n .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8pOCDux0n .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8pOCDux0n .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8pOCDux0n .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8pOCDux0n .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8pOCDux0n .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8pOCDux0n .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8pOCDux0n .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8pOCDux0n .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8pOCDux0n .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8pOCDux0n .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8pOCDux0n .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8pOCDux0n .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8pOCDux0n .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8pOCDux0n .mbr-text {
  color: #f0f0f0;
}
.cid-v8pOCDux0n .mbr-name {
  color: #cccccc;
}
.cid-v8pOCDux0n .mbr-role {
  color: #cccccc;
}
.cid-v8pOCDux0n .mbr-text,
.cid-v8pOCDux0n .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8pOCDux0n .mbr-name,
.cid-v8pOCDux0n .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uI4H6ECiqA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uI4H6ECiqA .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uI4H6ECiqA .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI4H6ECiqA H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uI4H6ECiqA .section-text,
.cid-uI4H6ECiqA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uI4H6ECiqA .section-text,
.cid-uI4H6ECiqA .mbr-section-btn DIV {
  text-align: center;
}
.cid-v8pPlA3K2N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-v8pPlA3K2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8pPlA3K2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8pPlA3K2N .container {
    padding: 0 16px;
  }
}
.cid-v8pPlA3K2N .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8pPlA3K2N .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8pPlA3K2N .content-wrapper {
    padding: 36px;
  }
}
.cid-v8pPlA3K2N .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8pPlA3K2N .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8pPlA3K2N .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8pPlA3K2N .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8pPlA3K2N .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8pPlA3K2N .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8pPlA3K2N .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8pPlA3K2N .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8pPlA3K2N .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8pPlA3K2N .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8pPlA3K2N .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8pPlA3K2N .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8pPlA3K2N .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8pPlA3K2N .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8pPlA3K2N .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8pPlA3K2N .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8pPlA3K2N .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #fdfdfd;
}
.cid-v8pPlA3K2N .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8pPlA3K2N .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #fdfdfd;
}
.cid-v8pPlA3K2N .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8pPlA3K2N .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8pPlA3K2N .mbr-text {
  color: #f0f0f0;
}
.cid-v8pPlA3K2N .mbr-name {
  color: #cccccc;
}
.cid-v8pPlA3K2N .mbr-role {
  color: #cccccc;
}
.cid-v8pPlA3K2N .mbr-text,
.cid-v8pPlA3K2N .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8pPlA3K2N .mbr-name,
.cid-v8pPlA3K2N .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-vhDYnk9GSY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #072b0f;
}
.cid-vhDYnk9GSY .google-map {
  height: 30rem;
  position: relative;
  padding: 0 10% 5%;
  margin: 3rem 0;
}
.cid-vhDYnk9GSY .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
.cid-vhDYnk9GSY .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vhDYnk9GSY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vhDYnk9GSY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vhDYnk9GSY .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #fdfdfd;
}
.cid-uI4VtPjcSb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-uI4VtPjcSb .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI4VtPjcSb .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI4VtPjcSb .btn {
  padding: 15px 30px !important;
}
.cid-uI4VtPjcSb a {
  font-weight: 400;
}
.cid-uI4VtPjcSb .mbr-section-subtitle,
.cid-uI4VtPjcSb .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uI4VtPjcSb .row {
  justify-content: center;
  display: flex;
}
.cid-uIVQ9zDy9n {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVQ9zDy9n .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVQ9zDy9n .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVQ9zDy9n H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVQ9zDy9n .section-text,
.cid-uIVQ9zDy9n .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVQ9zDy9n .section-text,
.cid-uIVQ9zDy9n .mbr-section-btn DIV {
  text-align: center;
}
.cid-uI4GjWtGEQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uI4GjWtGEQ .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uI4GjWtGEQ .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uI4GjWtGEQ .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uI4GjWtGEQ .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uI4GjWtGEQ .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uI4GjWtGEQ .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uI4GjWtGEQ .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uI4GjWtGEQ .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uI4GjWtGEQ .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uI4GjWtGEQ .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uI4GjWtGEQ [class^="socicon-"]:before,
.cid-uI4GjWtGEQ [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uI4GjWtGEQ .btn {
    font-size: 20px !important;
  }
}
.cid-uI4GjWtGEQ .mbr-section-title {
  color: #ffffff;
}
.cid-uNWDhisvpF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWDhisvpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWDhisvpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWDhisvpF .row {
  justify-content: center;
}
.cid-uNWDhisvpF .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWDhisvpF .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWDhisvpF .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWDhisvpF .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWDhisvpF .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWDhisvpF .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWDhisvpF .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWDhisvpF .mbr-section-title {
  color: #ffffff;
}
.cid-uNWDhisvpF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWDhisvpF .mbr-desc {
  color: #ffffff;
}
.cid-uNWDhisvpF .mbr-section-title,
.cid-uNWDhisvpF .mbr-section-btn {
  text-align: center;
}
.cid-uI4GjXEPjf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI4GjXEPjf::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI4GjXEPjf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4GjXEPjf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4GjXEPjf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI4GjXEPjf .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI4GjXEPjf .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI4GjXEPjf .container {
    padding: 0 22px;
  }
}
.cid-uI4GjXEPjf .row {
  position: relative;
  z-index: 1;
}
.cid-uI4GjXEPjf .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI4GjXEPjf .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI4GjXEPjf .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI4GjXEPjf .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI4GjXEPjf .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4GjXEPjf .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI4GjXEPjf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI4GjXEPjf .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4GjXEPjf .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI4GjXEPjf .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4GjXEPjf .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI4GjXEPjf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI4GjXEPjf .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI4GjXEPjf .nav-wrapper .list .item-wrap:hover,
.cid-uI4GjXEPjf .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI4GjXEPjf .nav-wrapper .list .item-wrap:hover::before,
.cid-uI4GjXEPjf .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI4GjXEPjf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI4GjXEPjf .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4GjXEPjf .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI4GjXEPjf .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI4GjXEPjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI4GjXEPjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI4GjXEPjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI4GjXEPjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI4GjXEPjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI4GjXEPjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI4GjXEPjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI4GjXEPjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI4GjXEPjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI4GjXEPjf .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4GjXEPjf .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI4GjXEPjf .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI4GjXEPjf .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI4GjXEPjf .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI4GjXEPjf .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI4GjXEPjf .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI4GjXEPjf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI4GjXEPjf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI4GjXEPjf .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI4GjXEPjf .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI4GjXEPjf .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI4GjXEPjf .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI4GjXEPjf .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI4GjXEPjf .mbr-section-title {
  color: #00d0f3;
}
.cid-uI4GjXEPjf .mbr-text {
  color: #ffffff;
}
.cid-uI4GjXEPjf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI4GjXEPjf .list {
  color: #ffffff;
}
.cid-uI4GjXEPjf .mbr-contact {
  color: #ffffff;
}
.cid-uI4GjXEPjf .mbr-desc {
  color: #ffffff;
}
.cid-uI4GjXEPjf .mbr-contact,
.cid-uI4GjXEPjf .item-contact {
  color: #fdfdfd;
}
.cid-uI4GjXEPjf .list,
.cid-uI4GjXEPjf .item-wrap {
  color: #df8825;
}
.cid-uI4GjXEPjf .mbr-desc,
.cid-uI4GjXEPjf .mbr-section-btn {
  text-align: center;
}
.cid-uI4LmAJYIb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uI4LmAJYIb nav.navbar {
  position: fixed;
}
.cid-uI4LmAJYIb .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-uI4LmAJYIb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI4LmAJYIb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI4LmAJYIb .dropdown-item:hover,
.cid-uI4LmAJYIb .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uI4LmAJYIb .dropdown-item:hover span {
  color: white;
}
.cid-uI4LmAJYIb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI4LmAJYIb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI4LmAJYIb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI4LmAJYIb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI4LmAJYIb .nav-link {
  position: relative;
}
.cid-uI4LmAJYIb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI4LmAJYIb .container {
    flex-wrap: nowrap;
  }
}
.cid-uI4LmAJYIb .navbar-nav {
  margin: 0 auto;
}
.cid-uI4LmAJYIb .dropdown-menu,
.cid-uI4LmAJYIb .navbar.opened {
  background: #007b1c !important;
}
.cid-uI4LmAJYIb .nav-item:focus,
.cid-uI4LmAJYIb .nav-link:focus {
  outline: none;
}
.cid-uI4LmAJYIb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI4LmAJYIb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI4LmAJYIb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI4LmAJYIb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI4LmAJYIb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI4LmAJYIb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI4LmAJYIb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4LmAJYIb .navbar.opened {
  transition: all 0.3s;
}
.cid-uI4LmAJYIb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI4LmAJYIb .navbar .navbar-logo img {
  width: auto;
}
.cid-uI4LmAJYIb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI4LmAJYIb .navbar.collapsed {
  justify-content: center;
}
.cid-uI4LmAJYIb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI4LmAJYIb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI4LmAJYIb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI4LmAJYIb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI4LmAJYIb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI4LmAJYIb .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-uI4LmAJYIb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI4LmAJYIb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI4LmAJYIb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI4LmAJYIb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI4LmAJYIb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI4LmAJYIb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI4LmAJYIb .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-uI4LmAJYIb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI4LmAJYIb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI4LmAJYIb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI4LmAJYIb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI4LmAJYIb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI4LmAJYIb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI4LmAJYIb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI4LmAJYIb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI4LmAJYIb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI4LmAJYIb .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI4LmAJYIb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI4LmAJYIb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI4LmAJYIb .dropdown-item.active,
.cid-uI4LmAJYIb .dropdown-item:active {
  background-color: transparent;
}
.cid-uI4LmAJYIb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI4LmAJYIb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI4LmAJYIb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI4LmAJYIb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uI4LmAJYIb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI4LmAJYIb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI4LmAJYIb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI4LmAJYIb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI4LmAJYIb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI4LmAJYIb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uI4LmAJYIb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI4LmAJYIb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4LmAJYIb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4LmAJYIb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI4LmAJYIb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4LmAJYIb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI4LmAJYIb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI4LmAJYIb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4LmAJYIb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI4LmAJYIb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI4LmAJYIb .navbar {
    height: 70px;
  }
  .cid-uI4LmAJYIb .navbar.opened {
    height: auto;
  }
  .cid-uI4LmAJYIb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI4LmAJYIb .container,
.cid-uI4LmAJYIb .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uI4LmAJYIb .navbar-short {
  background-color: #007b1c !important;
}
.cid-uI4LmAJYIb .navbar-short .container,
.cid-uI4LmAJYIb .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uI4LmAJYIb .navbar-short .container:before,
.cid-uI4LmAJYIb .navbar-short .container-fluid:before {
  display: none;
}
.cid-uI4LmAJYIb .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uI4LmAJYIb .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uI4LmAJYIb .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uI4LmAJYIb .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uI4LmAJYIb .navbar {
    overflow: hidden;
  }
  .cid-uI4LmAJYIb .container,
  .cid-uI4LmAJYIb .container-fluid {
    min-height: 85px;
  }
  .cid-uI4LmAJYIb .navbar-brand {
    min-height: 85px;
  }
  .cid-uI4LmAJYIb .navbar-short .container,
  .cid-uI4LmAJYIb .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uI4LmAJYIb .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uI4LmAJYIb .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uI4LmAJYIb .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uI4LmAJYIb .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uI4LmAJYIb .mbr-section-btn {
    text-align: left;
  }
  .cid-uI4LmAJYIb .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uI4LmAJYIb .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uI4LmCo0c6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uI4LmCo0c6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4LmCo0c6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4LmCo0c6 .row {
  justify-content: center;
}
.cid-uI4LmCo0c6 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4LmCo0c6 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4LmCo0c6 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4LmCo0c6 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4LmCo0c6 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4LmCo0c6 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4LmCo0c6 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4LmCo0c6 .mbr-section-title {
  color: #ffffff;
}
.cid-uI4LmCo0c6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI4LmCo0c6 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uI4LmCo0c6 .mbr-section-title,
.cid-uI4LmCo0c6 .mbr-section-btn {
  text-align: center;
}
.cid-v8ve1bollf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8ve1bollf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ve1bollf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8ve1bollf .container {
    padding: 0 16px;
  }
}
.cid-v8ve1bollf .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8ve1bollf .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8ve1bollf .content-wrapper {
    padding: 36px;
  }
}
.cid-v8ve1bollf .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8ve1bollf .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8ve1bollf .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8ve1bollf .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8ve1bollf .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8ve1bollf .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8ve1bollf .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8ve1bollf .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8ve1bollf .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8ve1bollf .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8ve1bollf .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8ve1bollf .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8ve1bollf .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8ve1bollf .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8ve1bollf .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8ve1bollf .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8ve1bollf .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8ve1bollf .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8ve1bollf .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8ve1bollf .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8ve1bollf .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8ve1bollf .mbr-text {
  color: #f0f0f0;
}
.cid-v8ve1bollf .mbr-name {
  color: #cccccc;
}
.cid-v8ve1bollf .mbr-role {
  color: #cccccc;
}
.cid-v8ve1bollf .mbr-text,
.cid-v8ve1bollf .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8ve1bollf .mbr-name,
.cid-v8ve1bollf .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uI4LYjkxa1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uI4LYjkxa1 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uI4LYjkxa1 .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI4LYjkxa1 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uI4LYjkxa1 .section-text,
.cid-uI4LYjkxa1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uI4LYjkxa1 .section-text,
.cid-uI4LYjkxa1 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uI4UZmBqyd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-uI4UZmBqyd .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI4UZmBqyd .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI4UZmBqyd .btn {
  padding: 15px 30px !important;
}
.cid-uI4UZmBqyd a {
  font-weight: 400;
}
.cid-uI4UZmBqyd .mbr-section-subtitle,
.cid-uI4UZmBqyd .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uI4UZmBqyd .row {
  justify-content: center;
  display: flex;
}
.cid-uIVSiDwtYP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVSiDwtYP .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVSiDwtYP .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVSiDwtYP H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVSiDwtYP .section-text,
.cid-uIVSiDwtYP .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVSiDwtYP .section-text,
.cid-uIVSiDwtYP .mbr-section-btn DIV {
  text-align: center;
}
.cid-uI4LmEnNrW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uI4LmEnNrW .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uI4LmEnNrW .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uI4LmEnNrW .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uI4LmEnNrW .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uI4LmEnNrW .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uI4LmEnNrW .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uI4LmEnNrW .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uI4LmEnNrW .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uI4LmEnNrW .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uI4LmEnNrW .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uI4LmEnNrW [class^="socicon-"]:before,
.cid-uI4LmEnNrW [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uI4LmEnNrW .btn {
    font-size: 20px !important;
  }
}
.cid-uI4LmEnNrW .mbr-section-title {
  color: #ffffff;
}
.cid-uNWEc5Vrct {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWEc5Vrct .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWEc5Vrct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWEc5Vrct .row {
  justify-content: center;
}
.cid-uNWEc5Vrct .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWEc5Vrct .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWEc5Vrct .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWEc5Vrct .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWEc5Vrct .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWEc5Vrct .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWEc5Vrct .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWEc5Vrct .mbr-section-title {
  color: #ffffff;
}
.cid-uNWEc5Vrct .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWEc5Vrct .mbr-desc {
  color: #ffffff;
}
.cid-uNWEc5Vrct .mbr-section-title,
.cid-uNWEc5Vrct .mbr-section-btn {
  text-align: center;
}
.cid-uI4LmFpV29 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI4LmFpV29::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI4LmFpV29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4LmFpV29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4LmFpV29 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI4LmFpV29 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI4LmFpV29 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI4LmFpV29 .container {
    padding: 0 22px;
  }
}
.cid-uI4LmFpV29 .row {
  position: relative;
  z-index: 1;
}
.cid-uI4LmFpV29 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI4LmFpV29 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI4LmFpV29 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI4LmFpV29 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI4LmFpV29 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4LmFpV29 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI4LmFpV29 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI4LmFpV29 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4LmFpV29 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI4LmFpV29 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4LmFpV29 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI4LmFpV29 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI4LmFpV29 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI4LmFpV29 .nav-wrapper .list .item-wrap:hover,
.cid-uI4LmFpV29 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI4LmFpV29 .nav-wrapper .list .item-wrap:hover::before,
.cid-uI4LmFpV29 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI4LmFpV29 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI4LmFpV29 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4LmFpV29 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI4LmFpV29 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI4LmFpV29 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI4LmFpV29 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI4LmFpV29 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI4LmFpV29 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI4LmFpV29 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI4LmFpV29 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI4LmFpV29 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI4LmFpV29 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI4LmFpV29 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI4LmFpV29 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4LmFpV29 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI4LmFpV29 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI4LmFpV29 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI4LmFpV29 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI4LmFpV29 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI4LmFpV29 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI4LmFpV29 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI4LmFpV29 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI4LmFpV29 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI4LmFpV29 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI4LmFpV29 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI4LmFpV29 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI4LmFpV29 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI4LmFpV29 .mbr-section-title {
  color: #00d0f3;
}
.cid-uI4LmFpV29 .mbr-text {
  color: #ffffff;
}
.cid-uI4LmFpV29 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI4LmFpV29 .list {
  color: #ffffff;
}
.cid-uI4LmFpV29 .mbr-contact {
  color: #ffffff;
}
.cid-uI4LmFpV29 .mbr-desc {
  color: #ffffff;
}
.cid-uI4LmFpV29 .mbr-contact,
.cid-uI4LmFpV29 .item-contact {
  color: #fdfdfd;
}
.cid-uI4LmFpV29 .list,
.cid-uI4LmFpV29 .item-wrap {
  color: #df8825;
}
.cid-uI4LmFpV29 .mbr-desc,
.cid-uI4LmFpV29 .mbr-section-btn {
  text-align: center;
}
.cid-uI4PG6Dkq0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uI4PG6Dkq0 nav.navbar {
  position: fixed;
}
.cid-uI4PG6Dkq0 .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-uI4PG6Dkq0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI4PG6Dkq0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI4PG6Dkq0 .dropdown-item:hover,
.cid-uI4PG6Dkq0 .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uI4PG6Dkq0 .dropdown-item:hover span {
  color: white;
}
.cid-uI4PG6Dkq0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI4PG6Dkq0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI4PG6Dkq0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI4PG6Dkq0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI4PG6Dkq0 .nav-link {
  position: relative;
}
.cid-uI4PG6Dkq0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI4PG6Dkq0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uI4PG6Dkq0 .navbar-nav {
  margin: 0 auto;
}
.cid-uI4PG6Dkq0 .dropdown-menu,
.cid-uI4PG6Dkq0 .navbar.opened {
  background: #007b1c !important;
}
.cid-uI4PG6Dkq0 .nav-item:focus,
.cid-uI4PG6Dkq0 .nav-link:focus {
  outline: none;
}
.cid-uI4PG6Dkq0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI4PG6Dkq0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI4PG6Dkq0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI4PG6Dkq0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI4PG6Dkq0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI4PG6Dkq0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI4PG6Dkq0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4PG6Dkq0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI4PG6Dkq0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI4PG6Dkq0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uI4PG6Dkq0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI4PG6Dkq0 .navbar.collapsed {
  justify-content: center;
}
.cid-uI4PG6Dkq0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI4PG6Dkq0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI4PG6Dkq0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI4PG6Dkq0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI4PG6Dkq0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI4PG6Dkq0 .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-uI4PG6Dkq0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI4PG6Dkq0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI4PG6Dkq0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI4PG6Dkq0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI4PG6Dkq0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI4PG6Dkq0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI4PG6Dkq0 .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-uI4PG6Dkq0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI4PG6Dkq0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI4PG6Dkq0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI4PG6Dkq0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI4PG6Dkq0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI4PG6Dkq0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI4PG6Dkq0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI4PG6Dkq0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI4PG6Dkq0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI4PG6Dkq0 .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI4PG6Dkq0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI4PG6Dkq0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI4PG6Dkq0 .dropdown-item.active,
.cid-uI4PG6Dkq0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI4PG6Dkq0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI4PG6Dkq0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI4PG6Dkq0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI4PG6Dkq0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uI4PG6Dkq0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI4PG6Dkq0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI4PG6Dkq0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI4PG6Dkq0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI4PG6Dkq0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI4PG6Dkq0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uI4PG6Dkq0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI4PG6Dkq0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4PG6Dkq0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4PG6Dkq0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI4PG6Dkq0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4PG6Dkq0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI4PG6Dkq0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI4PG6Dkq0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4PG6Dkq0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI4PG6Dkq0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI4PG6Dkq0 .navbar {
    height: 70px;
  }
  .cid-uI4PG6Dkq0 .navbar.opened {
    height: auto;
  }
  .cid-uI4PG6Dkq0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI4PG6Dkq0 .container,
.cid-uI4PG6Dkq0 .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uI4PG6Dkq0 .navbar-short {
  background-color: #007b1c !important;
}
.cid-uI4PG6Dkq0 .navbar-short .container,
.cid-uI4PG6Dkq0 .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uI4PG6Dkq0 .navbar-short .container:before,
.cid-uI4PG6Dkq0 .navbar-short .container-fluid:before {
  display: none;
}
.cid-uI4PG6Dkq0 .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uI4PG6Dkq0 .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uI4PG6Dkq0 .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uI4PG6Dkq0 .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uI4PG6Dkq0 .navbar {
    overflow: hidden;
  }
  .cid-uI4PG6Dkq0 .container,
  .cid-uI4PG6Dkq0 .container-fluid {
    min-height: 85px;
  }
  .cid-uI4PG6Dkq0 .navbar-brand {
    min-height: 85px;
  }
  .cid-uI4PG6Dkq0 .navbar-short .container,
  .cid-uI4PG6Dkq0 .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uI4PG6Dkq0 .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uI4PG6Dkq0 .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uI4PG6Dkq0 .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uI4PG6Dkq0 .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uI4PG6Dkq0 .mbr-section-btn {
    text-align: left;
  }
  .cid-uI4PG6Dkq0 .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uI4PG6Dkq0 .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uI4PG7ufYt {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uI4PG7ufYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4PG7ufYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4PG7ufYt .row {
  justify-content: center;
}
.cid-uI4PG7ufYt .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4PG7ufYt .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4PG7ufYt .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4PG7ufYt .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4PG7ufYt .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4PG7ufYt .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4PG7ufYt .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4PG7ufYt .mbr-section-title {
  color: #ffffff;
}
.cid-uI4PG7ufYt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI4PG7ufYt .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uI4PG7ufYt .mbr-section-title,
.cid-uI4PG7ufYt .mbr-section-btn {
  text-align: center;
}
.cid-v8vgvJ4zZR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8vgvJ4zZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8vgvJ4zZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8vgvJ4zZR .container {
    padding: 0 16px;
  }
}
.cid-v8vgvJ4zZR .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8vgvJ4zZR .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8vgvJ4zZR .content-wrapper {
    padding: 36px;
  }
}
.cid-v8vgvJ4zZR .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8vgvJ4zZR .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8vgvJ4zZR .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8vgvJ4zZR .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8vgvJ4zZR .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8vgvJ4zZR .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8vgvJ4zZR .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8vgvJ4zZR .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8vgvJ4zZR .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8vgvJ4zZR .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8vgvJ4zZR .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8vgvJ4zZR .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8vgvJ4zZR .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8vgvJ4zZR .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8vgvJ4zZR .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8vgvJ4zZR .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8vgvJ4zZR .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8vgvJ4zZR .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8vgvJ4zZR .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8vgvJ4zZR .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8vgvJ4zZR .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8vgvJ4zZR .mbr-text {
  color: #f0f0f0;
}
.cid-v8vgvJ4zZR .mbr-name {
  color: #cccccc;
}
.cid-v8vgvJ4zZR .mbr-role {
  color: #cccccc;
}
.cid-v8vgvJ4zZR .mbr-text,
.cid-v8vgvJ4zZR .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8vgvJ4zZR .mbr-name,
.cid-v8vgvJ4zZR .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uI4UHgFr4S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-uI4UHgFr4S .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI4UHgFr4S .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI4UHgFr4S .btn {
  padding: 15px 30px !important;
}
.cid-uI4UHgFr4S a {
  font-weight: 400;
}
.cid-uI4UHgFr4S .mbr-section-subtitle,
.cid-uI4UHgFr4S .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uI4UHgFr4S .row {
  justify-content: center;
  display: flex;
}
.cid-uIVStBBgdK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVStBBgdK .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVStBBgdK .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVStBBgdK H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVStBBgdK .section-text,
.cid-uIVStBBgdK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVStBBgdK .section-text,
.cid-uIVStBBgdK .mbr-section-btn DIV {
  text-align: center;
}
.cid-uI4PG95BsW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uI4PG95BsW .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uI4PG95BsW .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uI4PG95BsW .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uI4PG95BsW .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uI4PG95BsW .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uI4PG95BsW .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uI4PG95BsW .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uI4PG95BsW .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uI4PG95BsW .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uI4PG95BsW .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uI4PG95BsW [class^="socicon-"]:before,
.cid-uI4PG95BsW [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uI4PG95BsW .btn {
    font-size: 20px !important;
  }
}
.cid-uI4PG95BsW .mbr-section-title {
  color: #ffffff;
}
.cid-uNWEtsqDEn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWEtsqDEn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWEtsqDEn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWEtsqDEn .row {
  justify-content: center;
}
.cid-uNWEtsqDEn .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWEtsqDEn .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWEtsqDEn .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWEtsqDEn .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWEtsqDEn .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWEtsqDEn .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWEtsqDEn .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWEtsqDEn .mbr-section-title {
  color: #ffffff;
}
.cid-uNWEtsqDEn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWEtsqDEn .mbr-desc {
  color: #ffffff;
}
.cid-uNWEtsqDEn .mbr-section-title,
.cid-uNWEtsqDEn .mbr-section-btn {
  text-align: center;
}
.cid-uI4PG9PZqk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI4PG9PZqk::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI4PG9PZqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4PG9PZqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4PG9PZqk .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI4PG9PZqk .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI4PG9PZqk .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI4PG9PZqk .container {
    padding: 0 22px;
  }
}
.cid-uI4PG9PZqk .row {
  position: relative;
  z-index: 1;
}
.cid-uI4PG9PZqk .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI4PG9PZqk .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI4PG9PZqk .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI4PG9PZqk .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI4PG9PZqk .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4PG9PZqk .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI4PG9PZqk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI4PG9PZqk .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4PG9PZqk .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI4PG9PZqk .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4PG9PZqk .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI4PG9PZqk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI4PG9PZqk .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI4PG9PZqk .nav-wrapper .list .item-wrap:hover,
.cid-uI4PG9PZqk .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI4PG9PZqk .nav-wrapper .list .item-wrap:hover::before,
.cid-uI4PG9PZqk .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI4PG9PZqk .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI4PG9PZqk .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4PG9PZqk .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI4PG9PZqk .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI4PG9PZqk .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI4PG9PZqk .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI4PG9PZqk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI4PG9PZqk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI4PG9PZqk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI4PG9PZqk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI4PG9PZqk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI4PG9PZqk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI4PG9PZqk .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI4PG9PZqk .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4PG9PZqk .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI4PG9PZqk .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI4PG9PZqk .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI4PG9PZqk .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI4PG9PZqk .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI4PG9PZqk .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI4PG9PZqk .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI4PG9PZqk .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI4PG9PZqk .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI4PG9PZqk .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI4PG9PZqk .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI4PG9PZqk .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI4PG9PZqk .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI4PG9PZqk .mbr-section-title {
  color: #00d0f3;
}
.cid-uI4PG9PZqk .mbr-text {
  color: #ffffff;
}
.cid-uI4PG9PZqk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI4PG9PZqk .list {
  color: #ffffff;
}
.cid-uI4PG9PZqk .mbr-contact {
  color: #ffffff;
}
.cid-uI4PG9PZqk .mbr-desc {
  color: #ffffff;
}
.cid-uI4PG9PZqk .mbr-contact,
.cid-uI4PG9PZqk .item-contact {
  color: #fdfdfd;
}
.cid-uI4PG9PZqk .list,
.cid-uI4PG9PZqk .item-wrap {
  color: #df8825;
}
.cid-uI4PG9PZqk .mbr-desc,
.cid-uI4PG9PZqk .mbr-section-btn {
  text-align: center;
}
.cid-uI4RRqNV25 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uI4RRqNV25 nav.navbar {
  position: fixed;
}
.cid-uI4RRqNV25 .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-uI4RRqNV25 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI4RRqNV25 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI4RRqNV25 .dropdown-item:hover,
.cid-uI4RRqNV25 .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uI4RRqNV25 .dropdown-item:hover span {
  color: white;
}
.cid-uI4RRqNV25 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI4RRqNV25 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI4RRqNV25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI4RRqNV25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI4RRqNV25 .nav-link {
  position: relative;
}
.cid-uI4RRqNV25 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI4RRqNV25 .container {
    flex-wrap: nowrap;
  }
}
.cid-uI4RRqNV25 .navbar-nav {
  margin: 0 auto;
}
.cid-uI4RRqNV25 .dropdown-menu,
.cid-uI4RRqNV25 .navbar.opened {
  background: #007b1c !important;
}
.cid-uI4RRqNV25 .nav-item:focus,
.cid-uI4RRqNV25 .nav-link:focus {
  outline: none;
}
.cid-uI4RRqNV25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI4RRqNV25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI4RRqNV25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI4RRqNV25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI4RRqNV25 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI4RRqNV25 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI4RRqNV25 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4RRqNV25 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI4RRqNV25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI4RRqNV25 .navbar .navbar-logo img {
  width: auto;
}
.cid-uI4RRqNV25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI4RRqNV25 .navbar.collapsed {
  justify-content: center;
}
.cid-uI4RRqNV25 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI4RRqNV25 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI4RRqNV25 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI4RRqNV25 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI4RRqNV25 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI4RRqNV25 .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-uI4RRqNV25 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI4RRqNV25 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI4RRqNV25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI4RRqNV25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI4RRqNV25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI4RRqNV25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI4RRqNV25 .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-uI4RRqNV25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI4RRqNV25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI4RRqNV25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI4RRqNV25 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI4RRqNV25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI4RRqNV25 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI4RRqNV25 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI4RRqNV25 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI4RRqNV25 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI4RRqNV25 .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI4RRqNV25 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI4RRqNV25 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI4RRqNV25 .dropdown-item.active,
.cid-uI4RRqNV25 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI4RRqNV25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI4RRqNV25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI4RRqNV25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI4RRqNV25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uI4RRqNV25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI4RRqNV25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI4RRqNV25 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI4RRqNV25 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI4RRqNV25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI4RRqNV25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uI4RRqNV25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI4RRqNV25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4RRqNV25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4RRqNV25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI4RRqNV25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4RRqNV25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI4RRqNV25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI4RRqNV25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4RRqNV25 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI4RRqNV25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI4RRqNV25 .navbar {
    height: 70px;
  }
  .cid-uI4RRqNV25 .navbar.opened {
    height: auto;
  }
  .cid-uI4RRqNV25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI4RRqNV25 .container,
.cid-uI4RRqNV25 .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uI4RRqNV25 .navbar-short {
  background-color: #007b1c !important;
}
.cid-uI4RRqNV25 .navbar-short .container,
.cid-uI4RRqNV25 .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uI4RRqNV25 .navbar-short .container:before,
.cid-uI4RRqNV25 .navbar-short .container-fluid:before {
  display: none;
}
.cid-uI4RRqNV25 .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uI4RRqNV25 .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uI4RRqNV25 .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uI4RRqNV25 .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uI4RRqNV25 .navbar {
    overflow: hidden;
  }
  .cid-uI4RRqNV25 .container,
  .cid-uI4RRqNV25 .container-fluid {
    min-height: 85px;
  }
  .cid-uI4RRqNV25 .navbar-brand {
    min-height: 85px;
  }
  .cid-uI4RRqNV25 .navbar-short .container,
  .cid-uI4RRqNV25 .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uI4RRqNV25 .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uI4RRqNV25 .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uI4RRqNV25 .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uI4RRqNV25 .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uI4RRqNV25 .mbr-section-btn {
    text-align: left;
  }
  .cid-uI4RRqNV25 .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uI4RRqNV25 .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uI4RRrfaxq {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uI4RRrfaxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4RRrfaxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4RRrfaxq .row {
  justify-content: center;
}
.cid-uI4RRrfaxq .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4RRrfaxq .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4RRrfaxq .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4RRrfaxq .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4RRrfaxq .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4RRrfaxq .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4RRrfaxq .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4RRrfaxq .mbr-section-title {
  color: #ffffff;
}
.cid-uI4RRrfaxq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI4RRrfaxq .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uI4RRrfaxq .mbr-section-title,
.cid-uI4RRrfaxq .mbr-section-btn {
  text-align: center;
}
.cid-v8vhcyd7vk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8vhcyd7vk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8vhcyd7vk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8vhcyd7vk .container {
    padding: 0 16px;
  }
}
.cid-v8vhcyd7vk .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8vhcyd7vk .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8vhcyd7vk .content-wrapper {
    padding: 36px;
  }
}
.cid-v8vhcyd7vk .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8vhcyd7vk .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8vhcyd7vk .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8vhcyd7vk .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8vhcyd7vk .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8vhcyd7vk .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8vhcyd7vk .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8vhcyd7vk .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8vhcyd7vk .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8vhcyd7vk .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8vhcyd7vk .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8vhcyd7vk .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8vhcyd7vk .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8vhcyd7vk .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8vhcyd7vk .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8vhcyd7vk .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8vhcyd7vk .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8vhcyd7vk .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8vhcyd7vk .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8vhcyd7vk .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8vhcyd7vk .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8vhcyd7vk .mbr-text {
  color: #f0f0f0;
}
.cid-v8vhcyd7vk .mbr-name {
  color: #cccccc;
}
.cid-v8vhcyd7vk .mbr-role {
  color: #cccccc;
}
.cid-v8vhcyd7vk .mbr-text,
.cid-v8vhcyd7vk .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8vhcyd7vk .mbr-name,
.cid-v8vhcyd7vk .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uI4RRrYbmu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uI4RRrYbmu .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uI4RRrYbmu .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI4RRrYbmu H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uI4RRrYbmu .section-text,
.cid-uI4RRrYbmu .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uI4RRrYbmu .section-text,
.cid-uI4RRrYbmu .mbr-section-btn DIV {
  text-align: center;
}
.cid-uI4SZOy1tP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uI4SZOy1tP .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI4SZOy1tP .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI4SZOy1tP .btn {
  padding: 15px 30px !important;
}
.cid-uI4SZOy1tP a {
  font-weight: 400;
}
.cid-uI4SZOy1tP .mbr-section-subtitle,
.cid-uI4SZOy1tP .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uI4SZOy1tP .row {
  justify-content: center;
  display: flex;
}
.cid-uIVSx6WDyH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVSx6WDyH .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVSx6WDyH .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVSx6WDyH H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVSx6WDyH .section-text,
.cid-uIVSx6WDyH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVSx6WDyH .section-text,
.cid-uIVSx6WDyH .mbr-section-btn DIV {
  text-align: center;
}
.cid-uI4RRsOGnE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uI4RRsOGnE .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uI4RRsOGnE .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uI4RRsOGnE .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uI4RRsOGnE .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uI4RRsOGnE .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uI4RRsOGnE .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uI4RRsOGnE .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uI4RRsOGnE .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uI4RRsOGnE .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uI4RRsOGnE .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uI4RRsOGnE [class^="socicon-"]:before,
.cid-uI4RRsOGnE [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uI4RRsOGnE .btn {
    font-size: 20px !important;
  }
}
.cid-uI4RRsOGnE .mbr-section-title {
  color: #ffffff;
}
.cid-uNWEyy3LSl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWEyy3LSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWEyy3LSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWEyy3LSl .row {
  justify-content: center;
}
.cid-uNWEyy3LSl .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWEyy3LSl .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWEyy3LSl .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWEyy3LSl .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWEyy3LSl .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWEyy3LSl .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWEyy3LSl .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWEyy3LSl .mbr-section-title {
  color: #ffffff;
}
.cid-uNWEyy3LSl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWEyy3LSl .mbr-desc {
  color: #ffffff;
}
.cid-uNWEyy3LSl .mbr-section-title,
.cid-uNWEyy3LSl .mbr-section-btn {
  text-align: center;
}
.cid-uI4RRtDeKS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI4RRtDeKS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI4RRtDeKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4RRtDeKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4RRtDeKS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI4RRtDeKS .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI4RRtDeKS .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI4RRtDeKS .container {
    padding: 0 22px;
  }
}
.cid-uI4RRtDeKS .row {
  position: relative;
  z-index: 1;
}
.cid-uI4RRtDeKS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI4RRtDeKS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI4RRtDeKS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI4RRtDeKS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI4RRtDeKS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4RRtDeKS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI4RRtDeKS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI4RRtDeKS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4RRtDeKS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI4RRtDeKS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4RRtDeKS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI4RRtDeKS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI4RRtDeKS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI4RRtDeKS .nav-wrapper .list .item-wrap:hover,
.cid-uI4RRtDeKS .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI4RRtDeKS .nav-wrapper .list .item-wrap:hover::before,
.cid-uI4RRtDeKS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI4RRtDeKS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI4RRtDeKS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4RRtDeKS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI4RRtDeKS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI4RRtDeKS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI4RRtDeKS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI4RRtDeKS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI4RRtDeKS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI4RRtDeKS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI4RRtDeKS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI4RRtDeKS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI4RRtDeKS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI4RRtDeKS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI4RRtDeKS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4RRtDeKS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI4RRtDeKS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI4RRtDeKS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI4RRtDeKS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI4RRtDeKS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI4RRtDeKS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI4RRtDeKS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI4RRtDeKS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI4RRtDeKS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI4RRtDeKS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI4RRtDeKS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI4RRtDeKS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI4RRtDeKS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI4RRtDeKS .mbr-section-title {
  color: #00d0f3;
}
.cid-uI4RRtDeKS .mbr-text {
  color: #ffffff;
}
.cid-uI4RRtDeKS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI4RRtDeKS .list {
  color: #ffffff;
}
.cid-uI4RRtDeKS .mbr-contact {
  color: #ffffff;
}
.cid-uI4RRtDeKS .mbr-desc {
  color: #ffffff;
}
.cid-uI4RRtDeKS .mbr-contact,
.cid-uI4RRtDeKS .item-contact {
  color: #fdfdfd;
}
.cid-uI4RRtDeKS .list,
.cid-uI4RRtDeKS .item-wrap {
  color: #df8825;
}
.cid-uI4RRtDeKS .mbr-desc,
.cid-uI4RRtDeKS .mbr-section-btn {
  text-align: center;
}
.cid-uI55q4L0ZX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uI55q4L0ZX nav.navbar {
  position: fixed;
}
.cid-uI55q4L0ZX .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-uI55q4L0ZX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI55q4L0ZX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI55q4L0ZX .dropdown-item:hover,
.cid-uI55q4L0ZX .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uI55q4L0ZX .dropdown-item:hover span {
  color: white;
}
.cid-uI55q4L0ZX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI55q4L0ZX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI55q4L0ZX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI55q4L0ZX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI55q4L0ZX .nav-link {
  position: relative;
}
.cid-uI55q4L0ZX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI55q4L0ZX .container {
    flex-wrap: nowrap;
  }
}
.cid-uI55q4L0ZX .navbar-nav {
  margin: 0 auto;
}
.cid-uI55q4L0ZX .dropdown-menu,
.cid-uI55q4L0ZX .navbar.opened {
  background: #007b1c !important;
}
.cid-uI55q4L0ZX .nav-item:focus,
.cid-uI55q4L0ZX .nav-link:focus {
  outline: none;
}
.cid-uI55q4L0ZX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI55q4L0ZX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI55q4L0ZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI55q4L0ZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI55q4L0ZX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI55q4L0ZX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI55q4L0ZX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI55q4L0ZX .navbar.opened {
  transition: all 0.3s;
}
.cid-uI55q4L0ZX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI55q4L0ZX .navbar .navbar-logo img {
  width: auto;
}
.cid-uI55q4L0ZX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI55q4L0ZX .navbar.collapsed {
  justify-content: center;
}
.cid-uI55q4L0ZX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI55q4L0ZX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI55q4L0ZX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI55q4L0ZX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI55q4L0ZX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI55q4L0ZX .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-uI55q4L0ZX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI55q4L0ZX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI55q4L0ZX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI55q4L0ZX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI55q4L0ZX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI55q4L0ZX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI55q4L0ZX .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-uI55q4L0ZX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI55q4L0ZX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI55q4L0ZX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI55q4L0ZX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI55q4L0ZX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI55q4L0ZX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI55q4L0ZX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI55q4L0ZX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI55q4L0ZX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI55q4L0ZX .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI55q4L0ZX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI55q4L0ZX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI55q4L0ZX .dropdown-item.active,
.cid-uI55q4L0ZX .dropdown-item:active {
  background-color: transparent;
}
.cid-uI55q4L0ZX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI55q4L0ZX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI55q4L0ZX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI55q4L0ZX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uI55q4L0ZX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI55q4L0ZX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI55q4L0ZX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI55q4L0ZX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI55q4L0ZX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI55q4L0ZX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uI55q4L0ZX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI55q4L0ZX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI55q4L0ZX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI55q4L0ZX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI55q4L0ZX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI55q4L0ZX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI55q4L0ZX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI55q4L0ZX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI55q4L0ZX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI55q4L0ZX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI55q4L0ZX .navbar {
    height: 70px;
  }
  .cid-uI55q4L0ZX .navbar.opened {
    height: auto;
  }
  .cid-uI55q4L0ZX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI55q4L0ZX .container,
.cid-uI55q4L0ZX .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uI55q4L0ZX .navbar-short {
  background-color: #007b1c !important;
}
.cid-uI55q4L0ZX .navbar-short .container,
.cid-uI55q4L0ZX .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uI55q4L0ZX .navbar-short .container:before,
.cid-uI55q4L0ZX .navbar-short .container-fluid:before {
  display: none;
}
.cid-uI55q4L0ZX .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uI55q4L0ZX .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uI55q4L0ZX .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uI55q4L0ZX .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uI55q4L0ZX .navbar {
    overflow: hidden;
  }
  .cid-uI55q4L0ZX .container,
  .cid-uI55q4L0ZX .container-fluid {
    min-height: 85px;
  }
  .cid-uI55q4L0ZX .navbar-brand {
    min-height: 85px;
  }
  .cid-uI55q4L0ZX .navbar-short .container,
  .cid-uI55q4L0ZX .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uI55q4L0ZX .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uI55q4L0ZX .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uI55q4L0ZX .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uI55q4L0ZX .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uI55q4L0ZX .mbr-section-btn {
    text-align: left;
  }
  .cid-uI55q4L0ZX .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uI55q4L0ZX .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uI55q5fi6z {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uI55q5fi6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI55q5fi6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI55q5fi6z .row {
  justify-content: center;
}
.cid-uI55q5fi6z .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI55q5fi6z .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI55q5fi6z .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI55q5fi6z .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI55q5fi6z .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI55q5fi6z .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI55q5fi6z .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI55q5fi6z .mbr-section-title {
  color: #ffffff;
}
.cid-uI55q5fi6z .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI55q5fi6z .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uI55q5fi6z .mbr-section-title,
.cid-uI55q5fi6z .mbr-section-btn {
  text-align: center;
}
.cid-v8vfesq62s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8vfesq62s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8vfesq62s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8vfesq62s .container {
    padding: 0 16px;
  }
}
.cid-v8vfesq62s .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8vfesq62s .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8vfesq62s .content-wrapper {
    padding: 36px;
  }
}
.cid-v8vfesq62s .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8vfesq62s .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8vfesq62s .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8vfesq62s .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8vfesq62s .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8vfesq62s .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8vfesq62s .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8vfesq62s .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8vfesq62s .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8vfesq62s .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8vfesq62s .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8vfesq62s .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8vfesq62s .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8vfesq62s .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8vfesq62s .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8vfesq62s .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8vfesq62s .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8vfesq62s .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8vfesq62s .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8vfesq62s .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8vfesq62s .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8vfesq62s .mbr-text {
  color: #f0f0f0;
}
.cid-v8vfesq62s .mbr-name {
  color: #cccccc;
}
.cid-v8vfesq62s .mbr-role {
  color: #cccccc;
}
.cid-v8vfesq62s .mbr-text,
.cid-v8vfesq62s .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8vfesq62s .mbr-name,
.cid-v8vfesq62s .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8vfplFBmd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-v8vfplFBmd .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-v8vfplFBmd .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8vfplFBmd H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-v8vfplFBmd .section-text,
.cid-v8vfplFBmd .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v8vfplFBmd .section-text,
.cid-v8vfplFBmd .mbr-section-btn DIV {
  text-align: center;
}
.cid-uI55q6rc3L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1081.jpg");
}
.cid-uI55q6rc3L .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI55q6rc3L .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI55q6rc3L .btn {
  padding: 15px 30px !important;
}
.cid-uI55q6rc3L a {
  font-weight: 400;
}
.cid-uI55q6rc3L .mbr-section-subtitle,
.cid-uI55q6rc3L .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uI55q6rc3L .row {
  justify-content: center;
  display: flex;
}
.cid-uIVSppkdss {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVSppkdss .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVSppkdss .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVSppkdss H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVSppkdss .section-text,
.cid-uIVSppkdss .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVSppkdss .section-text,
.cid-uIVSppkdss .mbr-section-btn DIV {
  text-align: center;
}
.cid-uI55q7ctTs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uI55q7ctTs .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uI55q7ctTs .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uI55q7ctTs .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uI55q7ctTs .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uI55q7ctTs .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uI55q7ctTs .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uI55q7ctTs .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uI55q7ctTs .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uI55q7ctTs .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uI55q7ctTs .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uI55q7ctTs [class^="socicon-"]:before,
.cid-uI55q7ctTs [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uI55q7ctTs .btn {
    font-size: 20px !important;
  }
}
.cid-uI55q7ctTs .mbr-section-title {
  color: #ffffff;
}
.cid-uNWEoHmu12 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWEoHmu12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWEoHmu12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWEoHmu12 .row {
  justify-content: center;
}
.cid-uNWEoHmu12 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWEoHmu12 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWEoHmu12 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWEoHmu12 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWEoHmu12 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWEoHmu12 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWEoHmu12 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWEoHmu12 .mbr-section-title {
  color: #ffffff;
}
.cid-uNWEoHmu12 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWEoHmu12 .mbr-desc {
  color: #ffffff;
}
.cid-uNWEoHmu12 .mbr-section-title,
.cid-uNWEoHmu12 .mbr-section-btn {
  text-align: center;
}
.cid-uI55q80Qm1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI55q80Qm1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI55q80Qm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI55q80Qm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI55q80Qm1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI55q80Qm1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI55q80Qm1 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI55q80Qm1 .container {
    padding: 0 22px;
  }
}
.cid-uI55q80Qm1 .row {
  position: relative;
  z-index: 1;
}
.cid-uI55q80Qm1 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI55q80Qm1 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI55q80Qm1 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI55q80Qm1 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI55q80Qm1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI55q80Qm1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI55q80Qm1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI55q80Qm1 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI55q80Qm1 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI55q80Qm1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI55q80Qm1 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI55q80Qm1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI55q80Qm1 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI55q80Qm1 .nav-wrapper .list .item-wrap:hover,
.cid-uI55q80Qm1 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI55q80Qm1 .nav-wrapper .list .item-wrap:hover::before,
.cid-uI55q80Qm1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI55q80Qm1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI55q80Qm1 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI55q80Qm1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI55q80Qm1 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI55q80Qm1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI55q80Qm1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI55q80Qm1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI55q80Qm1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI55q80Qm1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI55q80Qm1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI55q80Qm1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI55q80Qm1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI55q80Qm1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI55q80Qm1 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI55q80Qm1 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI55q80Qm1 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI55q80Qm1 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI55q80Qm1 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI55q80Qm1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI55q80Qm1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI55q80Qm1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI55q80Qm1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI55q80Qm1 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI55q80Qm1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI55q80Qm1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI55q80Qm1 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI55q80Qm1 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI55q80Qm1 .mbr-section-title {
  color: #00d0f3;
}
.cid-uI55q80Qm1 .mbr-text {
  color: #ffffff;
}
.cid-uI55q80Qm1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI55q80Qm1 .list {
  color: #ffffff;
}
.cid-uI55q80Qm1 .mbr-contact {
  color: #ffffff;
}
.cid-uI55q80Qm1 .mbr-desc {
  color: #ffffff;
}
.cid-uI55q80Qm1 .mbr-contact,
.cid-uI55q80Qm1 .item-contact {
  color: #fdfdfd;
}
.cid-uI55q80Qm1 .list,
.cid-uI55q80Qm1 .item-wrap {
  color: #df8825;
}
.cid-uI55q80Qm1 .mbr-desc,
.cid-uI55q80Qm1 .mbr-section-btn {
  text-align: center;
}
.cid-uI59NcPw1w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uI59NcPw1w nav.navbar {
  position: fixed;
}
.cid-uI59NcPw1w .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-uI59NcPw1w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI59NcPw1w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI59NcPw1w .dropdown-item:hover,
.cid-uI59NcPw1w .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uI59NcPw1w .dropdown-item:hover span {
  color: white;
}
.cid-uI59NcPw1w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI59NcPw1w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI59NcPw1w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI59NcPw1w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI59NcPw1w .nav-link {
  position: relative;
}
.cid-uI59NcPw1w .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI59NcPw1w .container {
    flex-wrap: nowrap;
  }
}
.cid-uI59NcPw1w .navbar-nav {
  margin: 0 auto;
}
.cid-uI59NcPw1w .dropdown-menu,
.cid-uI59NcPw1w .navbar.opened {
  background: #007b1c !important;
}
.cid-uI59NcPw1w .nav-item:focus,
.cid-uI59NcPw1w .nav-link:focus {
  outline: none;
}
.cid-uI59NcPw1w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI59NcPw1w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI59NcPw1w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI59NcPw1w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI59NcPw1w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI59NcPw1w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI59NcPw1w .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI59NcPw1w .navbar.opened {
  transition: all 0.3s;
}
.cid-uI59NcPw1w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI59NcPw1w .navbar .navbar-logo img {
  width: auto;
}
.cid-uI59NcPw1w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI59NcPw1w .navbar.collapsed {
  justify-content: center;
}
.cid-uI59NcPw1w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI59NcPw1w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI59NcPw1w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI59NcPw1w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI59NcPw1w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI59NcPw1w .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-uI59NcPw1w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI59NcPw1w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI59NcPw1w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI59NcPw1w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI59NcPw1w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI59NcPw1w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI59NcPw1w .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-uI59NcPw1w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI59NcPw1w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI59NcPw1w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI59NcPw1w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI59NcPw1w .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI59NcPw1w .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI59NcPw1w .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI59NcPw1w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI59NcPw1w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI59NcPw1w .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI59NcPw1w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI59NcPw1w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI59NcPw1w .dropdown-item.active,
.cid-uI59NcPw1w .dropdown-item:active {
  background-color: transparent;
}
.cid-uI59NcPw1w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI59NcPw1w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI59NcPw1w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI59NcPw1w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uI59NcPw1w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI59NcPw1w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI59NcPw1w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI59NcPw1w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI59NcPw1w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI59NcPw1w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uI59NcPw1w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI59NcPw1w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI59NcPw1w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI59NcPw1w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI59NcPw1w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI59NcPw1w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI59NcPw1w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI59NcPw1w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI59NcPw1w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI59NcPw1w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI59NcPw1w .navbar {
    height: 70px;
  }
  .cid-uI59NcPw1w .navbar.opened {
    height: auto;
  }
  .cid-uI59NcPw1w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI59NcPw1w .container,
.cid-uI59NcPw1w .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uI59NcPw1w .navbar-short {
  background-color: #007b1c !important;
}
.cid-uI59NcPw1w .navbar-short .container,
.cid-uI59NcPw1w .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uI59NcPw1w .navbar-short .container:before,
.cid-uI59NcPw1w .navbar-short .container-fluid:before {
  display: none;
}
.cid-uI59NcPw1w .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uI59NcPw1w .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uI59NcPw1w .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uI59NcPw1w .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uI59NcPw1w .navbar {
    overflow: hidden;
  }
  .cid-uI59NcPw1w .container,
  .cid-uI59NcPw1w .container-fluid {
    min-height: 85px;
  }
  .cid-uI59NcPw1w .navbar-brand {
    min-height: 85px;
  }
  .cid-uI59NcPw1w .navbar-short .container,
  .cid-uI59NcPw1w .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uI59NcPw1w .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uI59NcPw1w .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uI59NcPw1w .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uI59NcPw1w .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uI59NcPw1w .mbr-section-btn {
    text-align: left;
  }
  .cid-uI59NcPw1w .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uI59NcPw1w .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uI5r93yo83 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uI5r93yo83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5r93yo83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5r93yo83 .row {
  justify-content: center;
}
.cid-uI5r93yo83 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI5r93yo83 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI5r93yo83 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI5r93yo83 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI5r93yo83 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI5r93yo83 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI5r93yo83 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI5r93yo83 .mbr-section-title {
  color: #ffffff;
}
.cid-uI5r93yo83 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI5r93yo83 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uI5r93yo83 .mbr-section-title,
.cid-uI5r93yo83 .mbr-section-btn {
  text-align: center;
}
#custom-html-1li {
  /* Force Mobirise parent to stay visible */
  /* BUTTON: LIGHT GREEN (#65E981) */
  /* BASE ICON STATE: Now includes transition */
  /* HOVER ICON STATE: The Psychological Emphasis (Delayed) */
  /* MOBILE: DOCKED LEFT */
}
#custom-html-1li #custom-html-1kv,
#custom-html-1li #custom-html-1kv .mbr-section,
#custom-html-1li #custom-html-1kv div {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  overflow: visible !important;
}
#custom-html-1li .floating-pill-container {
  position: fixed !important;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999 !important;
  background-color: #007b1c !important;
  padding: 8px 20px !important;
  border-radius: 50px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  width: auto !important;
  max-width: 95% !important;
  white-space: nowrap !important;
}
#custom-html-1li .pill-text {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.9rem !important;
  color: #ffffff !important;
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}
#custom-html-1li .floating-pill-container .btn-primary {
  margin: 0 !important;
  background-color: #65E981 !important;
  border-color: #65E981 !important;
  color: #232323 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  padding: 0.5rem 1.2rem !important;
  border-radius: 30px !important;
  /* Text transition speed */
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  text-transform: none !important;
  border: none !important;
}
#custom-html-1li .floating-pill-container .btn-primary:hover {
  background-color: #3AE562 !important;
  color: #ffffff !important;
  transform: scale(1.03) !important;
}
#custom-html-1li .btn-icon {
  font-size: 0.85rem !important;
  margin-right: 0.5rem !important;
  display: inline-block !important;
  color: #232323 !important;
  /* This makes the icon capable of a smooth color fade */
  transition: color 0.3s ease-in-out !important;
}
#custom-html-1li .floating-pill-container .btn-primary:hover .btn-icon {
  color: #ffffff !important;
  /* 0.15s delay: Text changes first, then Icon follows */
  transition-delay: 0.15s !important;
}
@media (max-width: 767px) {
  #custom-html-1li .floating-pill-container {
    flex-direction: column !important;
    left: 12px !important;
    transform: none !important;
    padding: 12px 15px !important;
    width: 72% !important;
    bottom: 15px !important;
    white-space: normal !important;
  }
  #custom-html-1li .pill-text {
    font-size: 0.7rem !important;
    margin: 0 0 10px 0 !important;
    text-align: center !important;
  }
  #custom-html-1li .floating-pill-container .btn-primary {
    width: 100% !important;
    font-size: 0.75rem !important;
  }
  #custom-html-1li .btn-icon {
    display: none !important;
  }
}
.cid-v8Ao491Pio {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8Ao491Pio .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Ao491Pio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Ao491Pio .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #defae5;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8Ao491Pio .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v8Ao491Pio .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v8Ao491Pio .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-v8Ao491Pio .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v8Ao491Pio .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v8Ao491Pio .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v8Ao491Pio .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8Ao491Pio .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8Ao491Pio .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #defae5;
}
@media (max-width: 992px) {
  .cid-v8Ao491Pio .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v8Ao491Pio .mbr-section-title {
  color: #f1f5eb;
}
.cid-v8Ao491Pio .mbr-section-title,
.cid-v8Ao491Pio .border-wrapper {
  color: #000000;
}
.cid-v8AoWqgkE7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8AoWqgkE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8AoWqgkE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8AoWqgkE7 .container {
    padding: 0 16px;
  }
}
.cid-v8AoWqgkE7 .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8AoWqgkE7 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8AoWqgkE7 .content-wrapper {
    padding: 36px;
  }
}
.cid-v8AoWqgkE7 .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8AoWqgkE7 .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8AoWqgkE7 .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8AoWqgkE7 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8AoWqgkE7 .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8AoWqgkE7 .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8AoWqgkE7 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8AoWqgkE7 .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8AoWqgkE7 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8AoWqgkE7 .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8AoWqgkE7 .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8AoWqgkE7 .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8AoWqgkE7 .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8AoWqgkE7 .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8AoWqgkE7 .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8AoWqgkE7 .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8AoWqgkE7 .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8AoWqgkE7 .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8AoWqgkE7 .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8AoWqgkE7 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8AoWqgkE7 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8AoWqgkE7 .mbr-text {
  color: #f0f0f0;
}
.cid-v8AoWqgkE7 .mbr-name {
  color: #cccccc;
}
.cid-v8AoWqgkE7 .mbr-role {
  color: #cccccc;
}
.cid-v8AoWqgkE7 .mbr-text,
.cid-v8AoWqgkE7 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8AoWqgkE7 .mbr-name,
.cid-v8AoWqgkE7 .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8ArZfy4Dr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-v8ArZfy4Dr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ArZfy4Dr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ArZfy4Dr .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-v8ArZfy4Dr .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-v8ArZfy4Dr .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-v8ArZfy4Dr .mbr-section-title {
  color: #ffffff;
}
.cid-v8ArZfy4Dr .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-v8ArZfy4Dr .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-v8ArZfy4Dr .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-v8ArZfy4Dr .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-v8ArZfy4Dr .item-wrapper {
  width: 100%;
  padding: 13px 13px 42px;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #defae5;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-v8ArZfy4Dr .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-v8ArZfy4Dr .item-img img {
  width: 100%;
  aspect-ratio: 0.90625;
  object-fit: cover;
}
.cid-v8ArZfy4Dr .item-content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-v8ArZfy4Dr .item-content {
    margin-top: 20px;
  }
}
.cid-v8ArZfy4Dr .card-title {
  color: #131313;
}
.cid-v8ArZfy4Dr .card-text {
  margin-top: 5px;
  color: #FC7942;
}
.cid-v8ArZfy4Dr .mbr-section-btn {
  margin-top: 5px;
}
.cid-v8ArZfy4Dr .card-title,
.cid-v8ArZfy4Dr .iconfont-wrapper {
  text-align: center;
}
.cid-v8ArZfy4Dr .card-text,
.cid-v8ArZfy4Dr .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v8ApBjkH9h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8ApBjkH9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ApBjkH9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8ApBjkH9h .container {
    padding: 0 16px;
  }
}
.cid-v8ApBjkH9h .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8ApBjkH9h .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8ApBjkH9h .content-wrapper {
    padding: 36px;
  }
}
.cid-v8ApBjkH9h .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8ApBjkH9h .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8ApBjkH9h .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8ApBjkH9h .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8ApBjkH9h .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8ApBjkH9h .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8ApBjkH9h .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8ApBjkH9h .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8ApBjkH9h .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8ApBjkH9h .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8ApBjkH9h .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8ApBjkH9h .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8ApBjkH9h .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8ApBjkH9h .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8ApBjkH9h .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8ApBjkH9h .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8ApBjkH9h .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8ApBjkH9h .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8ApBjkH9h .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8ApBjkH9h .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8ApBjkH9h .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8ApBjkH9h .mbr-text {
  color: #f0f0f0;
}
.cid-v8ApBjkH9h .mbr-name {
  color: #cccccc;
}
.cid-v8ApBjkH9h .mbr-role {
  color: #cccccc;
}
.cid-v8ApBjkH9h .mbr-text,
.cid-v8ApBjkH9h .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8ApBjkH9h .mbr-name,
.cid-v8ApBjkH9h .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8ApQMB2Mr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-v8ApQMB2Mr .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-v8ApQMB2Mr .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8ApQMB2Mr H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-v8ApQMB2Mr .section-text,
.cid-v8ApQMB2Mr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v8ApQMB2Mr .section-text,
.cid-v8ApQMB2Mr .mbr-section-btn DIV {
  text-align: center;
}
.cid-v8Aq7Z19aT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8Aq7Z19aT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Aq7Z19aT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8Aq7Z19aT .container {
    padding: 0 16px;
  }
}
.cid-v8Aq7Z19aT .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8Aq7Z19aT .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8Aq7Z19aT .content-wrapper {
    padding: 36px;
  }
}
.cid-v8Aq7Z19aT .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8Aq7Z19aT .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8Aq7Z19aT .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8Aq7Z19aT .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8Aq7Z19aT .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8Aq7Z19aT .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8Aq7Z19aT .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8Aq7Z19aT .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8Aq7Z19aT .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8Aq7Z19aT .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8Aq7Z19aT .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8Aq7Z19aT .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8Aq7Z19aT .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8Aq7Z19aT .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8Aq7Z19aT .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8Aq7Z19aT .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8Aq7Z19aT .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8Aq7Z19aT .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8Aq7Z19aT .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8Aq7Z19aT .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8Aq7Z19aT .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8Aq7Z19aT .mbr-text {
  color: #f0f0f0;
}
.cid-v8Aq7Z19aT .mbr-name {
  color: #cccccc;
}
.cid-v8Aq7Z19aT .mbr-role {
  color: #cccccc;
}
.cid-v8Aq7Z19aT .mbr-text,
.cid-v8Aq7Z19aT .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8Aq7Z19aT .mbr-name,
.cid-v8Aq7Z19aT .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uI5fIysu8x {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uI5fIysu8x .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uI5fIysu8x .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI5fIysu8x H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uI5fIysu8x .section-text,
.cid-uI5fIysu8x .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uI5fIysu8x .section-text,
.cid-uI5fIysu8x .mbr-section-btn DIV {
  text-align: center;
}
.cid-v8AqoqnC6D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8AqoqnC6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8AqoqnC6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8AqoqnC6D .container {
    padding: 0 16px;
  }
}
.cid-v8AqoqnC6D .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8AqoqnC6D .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8AqoqnC6D .content-wrapper {
    padding: 36px;
  }
}
.cid-v8AqoqnC6D .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8AqoqnC6D .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8AqoqnC6D .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8AqoqnC6D .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8AqoqnC6D .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8AqoqnC6D .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8AqoqnC6D .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8AqoqnC6D .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8AqoqnC6D .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8AqoqnC6D .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8AqoqnC6D .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8AqoqnC6D .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8AqoqnC6D .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8AqoqnC6D .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8AqoqnC6D .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8AqoqnC6D .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8AqoqnC6D .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8AqoqnC6D .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8AqoqnC6D .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8AqoqnC6D .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8AqoqnC6D .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8AqoqnC6D .mbr-text {
  color: #f0f0f0;
}
.cid-v8AqoqnC6D .mbr-name {
  color: #cccccc;
}
.cid-v8AqoqnC6D .mbr-role {
  color: #cccccc;
}
.cid-v8AqoqnC6D .mbr-text,
.cid-v8AqoqnC6D .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8AqoqnC6D .mbr-name,
.cid-v8AqoqnC6D .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uI5gbCNk6S {
  background-color: #072b0f;
}
.cid-uI5gbCNk6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5gbCNk6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5gbCNk6S .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: transparent;
}
.cid-uI5gbCNk6S .container {
  max-width: 1280px;
}
.cid-uI5gbCNk6S .row {
  justify-content: center;
}
.cid-uI5gbCNk6S .mbr-section-title {
  color: #212132;
}
.cid-uI5gbCNk6S .mbr-section-subtitle {
  color: #fdfdfd;
  margin-top: 1rem;
}
.cid-uI5gbCNk6S .mbr-section-title,
.cid-uI5gbCNk6S .mbr-section-btn {
  color: #ffffff;
}
.cid-uNWBfFqNY1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uNWBfFqNY1 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uNWBfFqNY1 .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWBfFqNY1 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uNWBfFqNY1 .section-text,
.cid-uNWBfFqNY1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNWBfFqNY1 .section-text,
.cid-uNWBfFqNY1 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uNKsdZPrXO {
  background-color: #072b0f;
}
.cid-uNKsdZPrXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNKsdZPrXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNKsdZPrXO .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uNKsdZPrXO .container {
  max-width: 1280px;
}
.cid-uNKsdZPrXO .row {
  justify-content: center;
}
.cid-uNKsdZPrXO .mbr-section-title {
  color: #212132;
}
.cid-uNKsdZPrXO .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uNKsdZPrXO .mbr-section-title,
.cid-uNKsdZPrXO .mbr-section-btn {
  color: #ffffff;
}
.cid-v8Av3spVUE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-v8Av3spVUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Av3spVUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8Av3spVUE .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8Av3spVUE .row {
  background: #defae5;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v8Av3spVUE .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-v8Av3spVUE img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-v8Av3spVUE img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8Av3spVUE .image-wrapper {
    padding: 1rem;
  }
}
.cid-v8AvywhnF5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-v8AvywhnF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8AvywhnF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8AvywhnF5 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8AvywhnF5 .row {
  background: #defae5;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v8AvywhnF5 .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-v8AvywhnF5 img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-v8AvywhnF5 img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8AvywhnF5 .image-wrapper {
    padding: 1rem;
  }
}
.cid-v8AsYtHNDY {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-v8AsYtHNDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8AsYtHNDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8AsYtHNDY .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-v8AsYtHNDY .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-v8AsYtHNDY .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-v8AsYtHNDY .mbr-section-title {
  color: #ffffff;
}
.cid-v8AsYtHNDY .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-v8AsYtHNDY .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-v8AsYtHNDY .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-v8AsYtHNDY .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-v8AsYtHNDY .item-wrapper {
  width: 100%;
  padding: 13px 13px 42px;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #defae5;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-v8AsYtHNDY .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-v8AsYtHNDY .item-img img {
  width: 100%;
  aspect-ratio: 0.90625;
  object-fit: cover;
}
.cid-v8AsYtHNDY .item-content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-v8AsYtHNDY .item-content {
    margin-top: 20px;
  }
}
.cid-v8AsYtHNDY .card-title {
  color: #131313;
}
.cid-v8AsYtHNDY .card-text {
  margin-top: 5px;
  color: #FC7942;
}
.cid-v8AsYtHNDY .mbr-section-btn {
  margin-top: 5px;
}
.cid-v8AsYtHNDY .card-title,
.cid-v8AsYtHNDY .iconfont-wrapper {
  text-align: center;
}
.cid-v8AsYtHNDY .card-text,
.cid-v8AsYtHNDY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uI5hSXpcXQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uI5hSXpcXQ .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uI5hSXpcXQ .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI5hSXpcXQ H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uI5hSXpcXQ .section-text,
.cid-uI5hSXpcXQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uI5hSXpcXQ .section-text,
.cid-uI5hSXpcXQ .mbr-section-btn DIV {
  text-align: center;
}
.cid-uNWF6Yyqak {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uNWF6Yyqak .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWF6Yyqak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWF6Yyqak .row {
  justify-content: center;
}
.cid-uNWF6Yyqak .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWF6Yyqak .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWF6Yyqak .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWF6Yyqak .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWF6Yyqak .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWF6Yyqak .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWF6Yyqak .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWF6Yyqak .mbr-section-title {
  color: #ffffff;
}
.cid-uNWF6Yyqak .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWF6Yyqak .mbr-desc {
  color: #ffffff;
}
.cid-uNWF6Yyqak .mbr-section-title,
.cid-uNWF6Yyqak .mbr-section-btn {
  text-align: center;
}
.cid-uI59News4t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpeg");
}
.cid-uI59News4t .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI59News4t .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI59News4t .btn {
  padding: 15px 30px !important;
}
.cid-uI59News4t a {
  font-weight: 400;
}
.cid-uI59News4t .mbr-section-subtitle,
.cid-uI59News4t .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uI59News4t .row {
  justify-content: center;
  display: flex;
}
.cid-uIVSLQA5gw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVSLQA5gw .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVSLQA5gw .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVSLQA5gw H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVSLQA5gw .section-text,
.cid-uIVSLQA5gw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVSLQA5gw .section-text,
.cid-uIVSLQA5gw .mbr-section-btn DIV {
  text-align: center;
}
.cid-uI59NfglAo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uI59NfglAo .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uI59NfglAo .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uI59NfglAo .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uI59NfglAo .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uI59NfglAo .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uI59NfglAo .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uI59NfglAo .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uI59NfglAo .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uI59NfglAo .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uI59NfglAo .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uI59NfglAo [class^="socicon-"]:before,
.cid-uI59NfglAo [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uI59NfglAo .btn {
    font-size: 20px !important;
  }
}
.cid-uI59NfglAo .mbr-section-title {
  color: #ffffff;
}
.cid-uI59Ng36cs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI59Ng36cs::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI59Ng36cs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI59Ng36cs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI59Ng36cs .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI59Ng36cs .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI59Ng36cs .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI59Ng36cs .container {
    padding: 0 22px;
  }
}
.cid-uI59Ng36cs .row {
  position: relative;
  z-index: 1;
}
.cid-uI59Ng36cs .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI59Ng36cs .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI59Ng36cs .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI59Ng36cs .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI59Ng36cs .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI59Ng36cs .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI59Ng36cs .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI59Ng36cs .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI59Ng36cs .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI59Ng36cs .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI59Ng36cs .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI59Ng36cs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI59Ng36cs .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI59Ng36cs .nav-wrapper .list .item-wrap:hover,
.cid-uI59Ng36cs .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI59Ng36cs .nav-wrapper .list .item-wrap:hover::before,
.cid-uI59Ng36cs .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI59Ng36cs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI59Ng36cs .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI59Ng36cs .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI59Ng36cs .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI59Ng36cs .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI59Ng36cs .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI59Ng36cs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI59Ng36cs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI59Ng36cs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI59Ng36cs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI59Ng36cs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI59Ng36cs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI59Ng36cs .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI59Ng36cs .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI59Ng36cs .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI59Ng36cs .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI59Ng36cs .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI59Ng36cs .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI59Ng36cs .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI59Ng36cs .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI59Ng36cs .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI59Ng36cs .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI59Ng36cs .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI59Ng36cs .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI59Ng36cs .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI59Ng36cs .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI59Ng36cs .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI59Ng36cs .mbr-section-title {
  color: #00d0f3;
}
.cid-uI59Ng36cs .mbr-text {
  color: #ffffff;
}
.cid-uI59Ng36cs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI59Ng36cs .list {
  color: #ffffff;
}
.cid-uI59Ng36cs .mbr-contact {
  color: #ffffff;
}
.cid-uI59Ng36cs .mbr-desc {
  color: #ffffff;
}
.cid-uI59Ng36cs .mbr-contact,
.cid-uI59Ng36cs .item-contact {
  color: #fdfdfd;
}
.cid-uI59Ng36cs .list,
.cid-uI59Ng36cs .item-wrap {
  color: #df8825;
}
.cid-uI59Ng36cs .mbr-desc,
.cid-uI59Ng36cs .mbr-section-btn {
  text-align: center;
}
.cid-uI9WPW8rz6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uI9WPW8rz6 nav.navbar {
  position: fixed;
}
.cid-uI9WPW8rz6 .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-uI9WPW8rz6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI9WPW8rz6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI9WPW8rz6 .dropdown-item:hover,
.cid-uI9WPW8rz6 .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uI9WPW8rz6 .dropdown-item:hover span {
  color: white;
}
.cid-uI9WPW8rz6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI9WPW8rz6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI9WPW8rz6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI9WPW8rz6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI9WPW8rz6 .nav-link {
  position: relative;
}
.cid-uI9WPW8rz6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI9WPW8rz6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uI9WPW8rz6 .navbar-nav {
  margin: 0 auto;
}
.cid-uI9WPW8rz6 .dropdown-menu,
.cid-uI9WPW8rz6 .navbar.opened {
  background: #007b1c !important;
}
.cid-uI9WPW8rz6 .nav-item:focus,
.cid-uI9WPW8rz6 .nav-link:focus {
  outline: none;
}
.cid-uI9WPW8rz6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI9WPW8rz6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI9WPW8rz6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI9WPW8rz6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI9WPW8rz6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI9WPW8rz6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI9WPW8rz6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI9WPW8rz6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI9WPW8rz6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI9WPW8rz6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uI9WPW8rz6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI9WPW8rz6 .navbar.collapsed {
  justify-content: center;
}
.cid-uI9WPW8rz6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI9WPW8rz6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI9WPW8rz6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI9WPW8rz6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI9WPW8rz6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI9WPW8rz6 .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-uI9WPW8rz6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI9WPW8rz6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI9WPW8rz6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI9WPW8rz6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI9WPW8rz6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI9WPW8rz6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI9WPW8rz6 .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-uI9WPW8rz6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI9WPW8rz6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI9WPW8rz6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI9WPW8rz6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI9WPW8rz6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI9WPW8rz6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI9WPW8rz6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI9WPW8rz6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI9WPW8rz6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI9WPW8rz6 .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI9WPW8rz6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI9WPW8rz6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI9WPW8rz6 .dropdown-item.active,
.cid-uI9WPW8rz6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI9WPW8rz6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI9WPW8rz6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI9WPW8rz6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI9WPW8rz6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uI9WPW8rz6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI9WPW8rz6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI9WPW8rz6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI9WPW8rz6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI9WPW8rz6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI9WPW8rz6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uI9WPW8rz6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI9WPW8rz6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI9WPW8rz6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI9WPW8rz6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI9WPW8rz6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI9WPW8rz6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI9WPW8rz6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI9WPW8rz6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI9WPW8rz6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI9WPW8rz6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI9WPW8rz6 .navbar {
    height: 70px;
  }
  .cid-uI9WPW8rz6 .navbar.opened {
    height: auto;
  }
  .cid-uI9WPW8rz6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI9WPW8rz6 .container,
.cid-uI9WPW8rz6 .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uI9WPW8rz6 .navbar-short {
  background-color: #007b1c !important;
}
.cid-uI9WPW8rz6 .navbar-short .container,
.cid-uI9WPW8rz6 .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uI9WPW8rz6 .navbar-short .container:before,
.cid-uI9WPW8rz6 .navbar-short .container-fluid:before {
  display: none;
}
.cid-uI9WPW8rz6 .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uI9WPW8rz6 .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uI9WPW8rz6 .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uI9WPW8rz6 .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uI9WPW8rz6 .navbar {
    overflow: hidden;
  }
  .cid-uI9WPW8rz6 .container,
  .cid-uI9WPW8rz6 .container-fluid {
    min-height: 85px;
  }
  .cid-uI9WPW8rz6 .navbar-brand {
    min-height: 85px;
  }
  .cid-uI9WPW8rz6 .navbar-short .container,
  .cid-uI9WPW8rz6 .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uI9WPW8rz6 .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uI9WPW8rz6 .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uI9WPW8rz6 .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uI9WPW8rz6 .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uI9WPW8rz6 .mbr-section-btn {
    text-align: left;
  }
  .cid-uI9WPW8rz6 .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uI9WPW8rz6 .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uI9XmE6C3c {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uI9XmE6C3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI9XmE6C3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI9XmE6C3c .row {
  justify-content: center;
}
.cid-uI9XmE6C3c .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI9XmE6C3c .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI9XmE6C3c .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI9XmE6C3c .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI9XmE6C3c .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI9XmE6C3c .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI9XmE6C3c .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI9XmE6C3c .mbr-section-title {
  color: #ffffff;
}
.cid-uI9XmE6C3c .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI9XmE6C3c .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uI9XmE6C3c .mbr-section-title,
.cid-uI9XmE6C3c .mbr-section-btn {
  text-align: center;
}
#custom-html-1lg {
  /* Force Mobirise parent to stay visible */
  /* BUTTON: LIGHT GREEN (#65E981) */
  /* BASE ICON STATE: Now includes transition */
  /* HOVER ICON STATE: The Psychological Emphasis (Delayed) */
  /* MOBILE: DOCKED LEFT */
}
#custom-html-1lg #custom-html-1kv,
#custom-html-1lg #custom-html-1kv .mbr-section,
#custom-html-1lg #custom-html-1kv div {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  overflow: visible !important;
}
#custom-html-1lg .floating-pill-container {
  position: fixed !important;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999 !important;
  background-color: #007b1c !important;
  padding: 8px 20px !important;
  border-radius: 50px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  width: auto !important;
  max-width: 95% !important;
  white-space: nowrap !important;
}
#custom-html-1lg .pill-text {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.9rem !important;
  color: #ffffff !important;
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}
#custom-html-1lg .floating-pill-container .btn-primary {
  margin: 0 !important;
  background-color: #65E981 !important;
  border-color: #65E981 !important;
  color: #232323 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  padding: 0.5rem 1.2rem !important;
  border-radius: 30px !important;
  /* Text transition speed */
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  text-transform: none !important;
  border: none !important;
}
#custom-html-1lg .floating-pill-container .btn-primary:hover {
  background-color: #3AE562 !important;
  color: #ffffff !important;
  transform: scale(1.03) !important;
}
#custom-html-1lg .btn-icon {
  font-size: 0.85rem !important;
  margin-right: 0.5rem !important;
  display: inline-block !important;
  color: #232323 !important;
  /* This makes the icon capable of a smooth color fade */
  transition: color 0.3s ease-in-out !important;
}
#custom-html-1lg .floating-pill-container .btn-primary:hover .btn-icon {
  color: #ffffff !important;
  /* 0.15s delay: Text changes first, then Icon follows */
  transition-delay: 0.15s !important;
}
@media (max-width: 767px) {
  #custom-html-1lg .floating-pill-container {
    flex-direction: column !important;
    left: 12px !important;
    transform: none !important;
    padding: 12px 15px !important;
    width: 72% !important;
    bottom: 15px !important;
    white-space: normal !important;
  }
  #custom-html-1lg .pill-text {
    font-size: 0.7rem !important;
    margin: 0 0 10px 0 !important;
    text-align: center !important;
  }
  #custom-html-1lg .floating-pill-container .btn-primary {
    width: 100% !important;
    font-size: 0.75rem !important;
  }
  #custom-html-1lg .btn-icon {
    display: none !important;
  }
}
.cid-v8AlYZONES {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8AlYZONES .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8AlYZONES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8AlYZONES .container {
    padding: 0 16px;
  }
}
.cid-v8AlYZONES .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8AlYZONES .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8AlYZONES .content-wrapper {
    padding: 36px;
  }
}
.cid-v8AlYZONES .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8AlYZONES .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8AlYZONES .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8AlYZONES .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8AlYZONES .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8AlYZONES .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8AlYZONES .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8AlYZONES .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8AlYZONES .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8AlYZONES .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8AlYZONES .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8AlYZONES .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8AlYZONES .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8AlYZONES .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8AlYZONES .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8AlYZONES .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8AlYZONES .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8AlYZONES .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8AlYZONES .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8AlYZONES .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8AlYZONES .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8AlYZONES .mbr-text {
  color: #f0f0f0;
}
.cid-v8AlYZONES .mbr-name {
  color: #cccccc;
}
.cid-v8AlYZONES .mbr-role {
  color: #cccccc;
}
.cid-v8AlYZONES .mbr-text,
.cid-v8AlYZONES .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8AlYZONES .mbr-name,
.cid-v8AlYZONES .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v06cUIDVuB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v06cUIDVuB .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-v06cUIDVuB .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-v06cUIDVuB H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-v06cUIDVuB .section-text,
.cid-v06cUIDVuB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v06cUIDVuB .section-text,
.cid-v06cUIDVuB .mbr-section-btn DIV {
  text-align: center;
}
.cid-uNWELVw6WA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uNWELVw6WA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWELVw6WA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWELVw6WA .row {
  justify-content: center;
}
.cid-uNWELVw6WA .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWELVw6WA .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWELVw6WA .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWELVw6WA .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWELVw6WA .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWELVw6WA .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWELVw6WA .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWELVw6WA .mbr-section-title {
  color: #ffffff;
}
.cid-uNWELVw6WA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWELVw6WA .mbr-desc {
  color: #ffffff;
}
.cid-uNWELVw6WA .mbr-section-title,
.cid-uNWELVw6WA .mbr-section-btn {
  text-align: center;
}
.cid-uI9WPXEHlK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-10-1920x1280.jpeg");
}
.cid-uI9WPXEHlK .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI9WPXEHlK .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI9WPXEHlK .btn {
  padding: 15px 30px !important;
}
.cid-uI9WPXEHlK a {
  font-weight: 400;
}
.cid-uI9WPXEHlK .mbr-section-subtitle,
.cid-uI9WPXEHlK .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uI9WPXEHlK .row {
  justify-content: center;
  display: flex;
}
.cid-uIVSE705pq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVSE705pq .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVSE705pq .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVSE705pq H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVSE705pq .section-text,
.cid-uIVSE705pq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVSE705pq .section-text,
.cid-uIVSE705pq .mbr-section-btn DIV {
  text-align: center;
}
.cid-uI9WPYsfPK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uI9WPYsfPK .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uI9WPYsfPK .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uI9WPYsfPK .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uI9WPYsfPK .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uI9WPYsfPK .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uI9WPYsfPK .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uI9WPYsfPK .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uI9WPYsfPK .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uI9WPYsfPK .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uI9WPYsfPK .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uI9WPYsfPK [class^="socicon-"]:before,
.cid-uI9WPYsfPK [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uI9WPYsfPK .btn {
    font-size: 20px !important;
  }
}
.cid-uI9WPYsfPK .mbr-section-title {
  color: #ffffff;
}
.cid-uI9WPZhaaO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI9WPZhaaO::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI9WPZhaaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI9WPZhaaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI9WPZhaaO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI9WPZhaaO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI9WPZhaaO .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI9WPZhaaO .container {
    padding: 0 22px;
  }
}
.cid-uI9WPZhaaO .row {
  position: relative;
  z-index: 1;
}
.cid-uI9WPZhaaO .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI9WPZhaaO .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI9WPZhaaO .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI9WPZhaaO .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI9WPZhaaO .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI9WPZhaaO .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI9WPZhaaO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI9WPZhaaO .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI9WPZhaaO .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI9WPZhaaO .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI9WPZhaaO .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI9WPZhaaO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI9WPZhaaO .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI9WPZhaaO .nav-wrapper .list .item-wrap:hover,
.cid-uI9WPZhaaO .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI9WPZhaaO .nav-wrapper .list .item-wrap:hover::before,
.cid-uI9WPZhaaO .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI9WPZhaaO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI9WPZhaaO .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI9WPZhaaO .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI9WPZhaaO .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI9WPZhaaO .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI9WPZhaaO .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI9WPZhaaO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI9WPZhaaO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI9WPZhaaO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI9WPZhaaO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI9WPZhaaO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI9WPZhaaO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI9WPZhaaO .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI9WPZhaaO .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI9WPZhaaO .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI9WPZhaaO .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI9WPZhaaO .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI9WPZhaaO .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI9WPZhaaO .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI9WPZhaaO .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI9WPZhaaO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI9WPZhaaO .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI9WPZhaaO .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI9WPZhaaO .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI9WPZhaaO .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI9WPZhaaO .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI9WPZhaaO .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI9WPZhaaO .mbr-section-title {
  color: #00d0f3;
}
.cid-uI9WPZhaaO .mbr-text {
  color: #ffffff;
}
.cid-uI9WPZhaaO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI9WPZhaaO .list {
  color: #ffffff;
}
.cid-uI9WPZhaaO .mbr-contact {
  color: #ffffff;
}
.cid-uI9WPZhaaO .mbr-desc {
  color: #ffffff;
}
.cid-uI9WPZhaaO .mbr-contact,
.cid-uI9WPZhaaO .item-contact {
  color: #fdfdfd;
}
.cid-uI9WPZhaaO .list,
.cid-uI9WPZhaaO .item-wrap {
  color: #df8825;
}
.cid-uI9WPZhaaO .mbr-desc,
.cid-uI9WPZhaaO .mbr-section-btn {
  text-align: center;
}
.cid-uIabCvqVV7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIabCvqVV7 nav.navbar {
  position: fixed;
}
.cid-uIabCvqVV7 .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-uIabCvqVV7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIabCvqVV7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIabCvqVV7 .dropdown-item:hover,
.cid-uIabCvqVV7 .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIabCvqVV7 .dropdown-item:hover span {
  color: white;
}
.cid-uIabCvqVV7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIabCvqVV7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIabCvqVV7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIabCvqVV7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIabCvqVV7 .nav-link {
  position: relative;
}
.cid-uIabCvqVV7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIabCvqVV7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIabCvqVV7 .navbar-nav {
  margin: 0 auto;
}
.cid-uIabCvqVV7 .dropdown-menu,
.cid-uIabCvqVV7 .navbar.opened {
  background: #007b1c !important;
}
.cid-uIabCvqVV7 .nav-item:focus,
.cid-uIabCvqVV7 .nav-link:focus {
  outline: none;
}
.cid-uIabCvqVV7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIabCvqVV7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIabCvqVV7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIabCvqVV7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIabCvqVV7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIabCvqVV7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIabCvqVV7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIabCvqVV7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIabCvqVV7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIabCvqVV7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIabCvqVV7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIabCvqVV7 .navbar.collapsed {
  justify-content: center;
}
.cid-uIabCvqVV7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIabCvqVV7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIabCvqVV7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIabCvqVV7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIabCvqVV7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIabCvqVV7 .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-uIabCvqVV7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIabCvqVV7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIabCvqVV7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIabCvqVV7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIabCvqVV7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIabCvqVV7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIabCvqVV7 .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-uIabCvqVV7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIabCvqVV7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIabCvqVV7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIabCvqVV7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIabCvqVV7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIabCvqVV7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIabCvqVV7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIabCvqVV7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIabCvqVV7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIabCvqVV7 .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIabCvqVV7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIabCvqVV7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIabCvqVV7 .dropdown-item.active,
.cid-uIabCvqVV7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIabCvqVV7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIabCvqVV7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIabCvqVV7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIabCvqVV7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIabCvqVV7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIabCvqVV7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIabCvqVV7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIabCvqVV7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIabCvqVV7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIabCvqVV7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIabCvqVV7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIabCvqVV7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIabCvqVV7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIabCvqVV7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIabCvqVV7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIabCvqVV7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIabCvqVV7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIabCvqVV7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIabCvqVV7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIabCvqVV7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIabCvqVV7 .navbar {
    height: 70px;
  }
  .cid-uIabCvqVV7 .navbar.opened {
    height: auto;
  }
  .cid-uIabCvqVV7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIabCvqVV7 .container,
.cid-uIabCvqVV7 .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIabCvqVV7 .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIabCvqVV7 .navbar-short .container,
.cid-uIabCvqVV7 .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIabCvqVV7 .navbar-short .container:before,
.cid-uIabCvqVV7 .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIabCvqVV7 .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIabCvqVV7 .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIabCvqVV7 .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIabCvqVV7 .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIabCvqVV7 .navbar {
    overflow: hidden;
  }
  .cid-uIabCvqVV7 .container,
  .cid-uIabCvqVV7 .container-fluid {
    min-height: 85px;
  }
  .cid-uIabCvqVV7 .navbar-brand {
    min-height: 85px;
  }
  .cid-uIabCvqVV7 .navbar-short .container,
  .cid-uIabCvqVV7 .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIabCvqVV7 .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIabCvqVV7 .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIabCvqVV7 .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIabCvqVV7 .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIabCvqVV7 .mbr-section-btn {
    text-align: left;
  }
  .cid-uIabCvqVV7 .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIabCvqVV7 .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIabCvYOX2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIabCvYOX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIabCvYOX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIabCvYOX2 .row {
  justify-content: center;
}
.cid-uIabCvYOX2 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIabCvYOX2 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIabCvYOX2 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIabCvYOX2 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIabCvYOX2 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIabCvYOX2 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIabCvYOX2 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIabCvYOX2 .mbr-section-title {
  color: #ffffff;
}
.cid-uIabCvYOX2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIabCvYOX2 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIabCvYOX2 .mbr-section-title,
.cid-uIabCvYOX2 .mbr-section-btn {
  text-align: center;
}
#custom-html-1kv {
  /* Force Mobirise parent to stay visible */
  /* BUTTON: LIGHT GREEN (#65E981) */
  /* BASE ICON STATE: Now includes transition */
  /* HOVER ICON STATE: The Psychological Emphasis (Delayed) */
  /* MOBILE: DOCKED LEFT */
}
#custom-html-1kv #custom-html-1kv,
#custom-html-1kv #custom-html-1kv .mbr-section,
#custom-html-1kv #custom-html-1kv div {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  overflow: visible !important;
}
#custom-html-1kv .floating-pill-container {
  position: fixed !important;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999 !important;
  background-color: #007b1c !important;
  padding: 8px 20px !important;
  border-radius: 50px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  width: auto !important;
  max-width: 95% !important;
  white-space: nowrap !important;
}
#custom-html-1kv .pill-text {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.9rem !important;
  color: #ffffff !important;
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}
#custom-html-1kv .floating-pill-container .btn-primary {
  margin: 0 !important;
  background-color: #65E981 !important;
  border-color: #65E981 !important;
  color: #232323 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  padding: 0.5rem 1.2rem !important;
  border-radius: 30px !important;
  /* Text transition speed */
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  text-transform: none !important;
  border: none !important;
}
#custom-html-1kv .floating-pill-container .btn-primary:hover {
  background-color: #3AE562 !important;
  color: #ffffff !important;
  transform: scale(1.03) !important;
}
#custom-html-1kv .btn-icon {
  font-size: 0.85rem !important;
  margin-right: 0.5rem !important;
  display: inline-block !important;
  color: #232323 !important;
  /* This makes the icon capable of a smooth color fade */
  transition: color 0.3s ease-in-out !important;
}
#custom-html-1kv .floating-pill-container .btn-primary:hover .btn-icon {
  color: #ffffff !important;
  /* 0.15s delay: Text changes first, then Icon follows */
  transition-delay: 0.15s !important;
}
@media (max-width: 767px) {
  #custom-html-1kv .floating-pill-container {
    flex-direction: column !important;
    left: 12px !important;
    transform: none !important;
    padding: 12px 15px !important;
    width: 72% !important;
    bottom: 15px !important;
    white-space: normal !important;
  }
  #custom-html-1kv .pill-text {
    font-size: 0.7rem !important;
    margin: 0 0 10px 0 !important;
    text-align: center !important;
  }
  #custom-html-1kv .floating-pill-container .btn-primary {
    width: 100% !important;
    font-size: 0.75rem !important;
  }
  #custom-html-1kv .btn-icon {
    display: none !important;
  }
}
.cid-v8XodB1goX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-v8XodB1goX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8XodB1goX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8XodB1goX .container {
    padding: 0 16px;
  }
}
.cid-v8XodB1goX .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8XodB1goX .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8XodB1goX .content-wrapper {
    padding: 36px;
  }
}
.cid-v8XodB1goX .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8XodB1goX .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8XodB1goX .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8XodB1goX .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8XodB1goX .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8XodB1goX .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8XodB1goX .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8XodB1goX .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8XodB1goX .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8XodB1goX .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8XodB1goX .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8XodB1goX .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8XodB1goX .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8XodB1goX .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8XodB1goX .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8XodB1goX .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8XodB1goX .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8XodB1goX .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8XodB1goX .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8XodB1goX .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8XodB1goX .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8XodB1goX .mbr-text {
  color: #f0f0f0;
}
.cid-v8XodB1goX .mbr-name {
  color: #cccccc;
}
.cid-v8XodB1goX .mbr-role {
  color: #cccccc;
}
.cid-v8XodB1goX .mbr-text,
.cid-v8XodB1goX .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8XodB1goX .mbr-name,
.cid-v8XodB1goX .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uIabCwXsc6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIabCwXsc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIabCwXsc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIabCwXsc6 .row {
  justify-content: center;
}
.cid-uIabCwXsc6 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIabCwXsc6 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIabCwXsc6 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIabCwXsc6 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIabCwXsc6 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIabCwXsc6 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIabCwXsc6 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIabCwXsc6 .mbr-section-title {
  color: #ffffff;
}
.cid-uIabCwXsc6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIabCwXsc6 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIabCwXsc6 .mbr-section-title,
.cid-uIabCwXsc6 .mbr-section-btn {
  text-align: center;
}
.cid-uNwCmiQYuP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNwCmiQYuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNwCmiQYuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNwCmiQYuP .row {
  justify-content: center;
}
.cid-uNwCmiQYuP .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNwCmiQYuP .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNwCmiQYuP .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNwCmiQYuP .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNwCmiQYuP .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNwCmiQYuP .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNwCmiQYuP .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNwCmiQYuP .mbr-section-title {
  color: #ffffff;
}
.cid-uNwCmiQYuP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNwCmiQYuP .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uNwCmiQYuP .mbr-section-title,
.cid-uNwCmiQYuP .mbr-section-btn {
  text-align: center;
}
.cid-uNwCHeTExv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNwCHeTExv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNwCHeTExv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNwCHeTExv .row {
  justify-content: center;
}
.cid-uNwCHeTExv .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNwCHeTExv .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNwCHeTExv .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNwCHeTExv .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNwCHeTExv .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNwCHeTExv .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNwCHeTExv .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNwCHeTExv .mbr-section-title {
  color: #ffffff;
}
.cid-uNwCHeTExv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNwCHeTExv .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uNwCHeTExv .mbr-section-title,
.cid-uNwCHeTExv .mbr-section-btn {
  text-align: center;
}
.cid-uNwD4g5USH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNwD4g5USH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNwD4g5USH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNwD4g5USH .row {
  justify-content: center;
}
.cid-uNwD4g5USH .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNwD4g5USH .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNwD4g5USH .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNwD4g5USH .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNwD4g5USH .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNwD4g5USH .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNwD4g5USH .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNwD4g5USH .mbr-section-title {
  color: #ffffff;
}
.cid-uNwD4g5USH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNwD4g5USH .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uNwD4g5USH .mbr-section-title,
.cid-uNwD4g5USH .mbr-section-btn {
  text-align: center;
}
.cid-uNwDopUfnM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNwDopUfnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNwDopUfnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNwDopUfnM .row {
  justify-content: center;
}
.cid-uNwDopUfnM .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNwDopUfnM .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNwDopUfnM .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNwDopUfnM .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNwDopUfnM .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNwDopUfnM .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNwDopUfnM .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNwDopUfnM .mbr-section-title {
  color: #ffffff;
}
.cid-uNwDopUfnM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNwDopUfnM .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uNwDopUfnM .mbr-section-title,
.cid-uNwDopUfnM .mbr-section-btn {
  text-align: center;
}
.cid-uNwEszoHFl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNwEszoHFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNwEszoHFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNwEszoHFl .row {
  justify-content: center;
}
.cid-uNwEszoHFl .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNwEszoHFl .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNwEszoHFl .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNwEszoHFl .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNwEszoHFl .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNwEszoHFl .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNwEszoHFl .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNwEszoHFl .mbr-section-title {
  color: #ffffff;
}
.cid-uNwEszoHFl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNwEszoHFl .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uNwEszoHFl .mbr-section-title,
.cid-uNwEszoHFl .mbr-section-btn {
  text-align: center;
}
.cid-uIaeOEQ6f0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #072b0f;
}
.cid-uIaeOEQ6f0 .mbr-section-subtitle {
  color: #767676;
}
.cid-uIaeOEQ6f0 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uIaeOEQ6f0 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-uIaeOEQ6f0 .team-item .item-image img {
  width: 100%;
}
.cid-uIaeOEQ6f0 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uIaeOEQ6f0 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uIaeOEQ6f0 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uIaeOEQ6f0 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uIaeOEQ6f0 .team-item .item-caption {
  background: #3945d2;
}
.cid-uIaeOEQ6f0 .item-name {
  color: #ffffff;
}
.cid-uNwGi1HRiM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNwGi1HRiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNwGi1HRiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNwGi1HRiM .row {
  justify-content: center;
}
.cid-uNwGi1HRiM .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNwGi1HRiM .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNwGi1HRiM .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNwGi1HRiM .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNwGi1HRiM .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNwGi1HRiM .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNwGi1HRiM .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNwGi1HRiM .mbr-section-title {
  color: #ffffff;
}
.cid-uNwGi1HRiM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNwGi1HRiM .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uNwGi1HRiM .mbr-section-title,
.cid-uNwGi1HRiM .mbr-section-btn {
  text-align: center;
}
.cid-uOhmhYwgh2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uOhmhYwgh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhmhYwgh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhmhYwgh2 .row {
  justify-content: center;
}
.cid-uOhmhYwgh2 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uOhmhYwgh2 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOhmhYwgh2 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOhmhYwgh2 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOhmhYwgh2 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOhmhYwgh2 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOhmhYwgh2 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uOhmhYwgh2 .mbr-section-title {
  color: #ffffff;
}
.cid-uOhmhYwgh2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOhmhYwgh2 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uOhmhYwgh2 .mbr-section-title,
.cid-uOhmhYwgh2 .mbr-section-btn {
  text-align: center;
}
.cid-uNwGvyzd1U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNwGvyzd1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNwGvyzd1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNwGvyzd1U .row {
  justify-content: center;
}
.cid-uNwGvyzd1U .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNwGvyzd1U .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNwGvyzd1U .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNwGvyzd1U .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNwGvyzd1U .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNwGvyzd1U .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNwGvyzd1U .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNwGvyzd1U .mbr-section-title {
  color: #ffffff;
}
.cid-uNwGvyzd1U .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNwGvyzd1U .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uNwGvyzd1U .mbr-section-title,
.cid-uNwGvyzd1U .mbr-section-btn {
  text-align: center;
}
.cid-uNWGmuZgFw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uNWGmuZgFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWGmuZgFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWGmuZgFw .row {
  justify-content: center;
}
.cid-uNWGmuZgFw .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWGmuZgFw .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWGmuZgFw .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWGmuZgFw .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWGmuZgFw .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWGmuZgFw .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWGmuZgFw .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWGmuZgFw .mbr-section-title {
  color: #ffffff;
}
.cid-uNWGmuZgFw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWGmuZgFw .mbr-desc {
  color: #ffffff;
}
.cid-uNWGmuZgFw .mbr-section-title,
.cid-uNWGmuZgFw .mbr-section-btn {
  text-align: center;
}
.cid-uIabCAMhAp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-uIabCAMhAp .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIabCAMhAp .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIabCAMhAp .btn {
  padding: 15px 30px !important;
}
.cid-uIabCAMhAp a {
  font-weight: 400;
}
.cid-uIabCAMhAp .mbr-section-subtitle,
.cid-uIabCAMhAp .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIabCAMhAp .row {
  justify-content: center;
  display: flex;
}
.cid-uIVT0H9y9b {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVT0H9y9b .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVT0H9y9b .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVT0H9y9b H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVT0H9y9b .section-text,
.cid-uIVT0H9y9b .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVT0H9y9b .section-text,
.cid-uIVT0H9y9b .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIabCBTmUc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uIabCBTmUc .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIabCBTmUc .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIabCBTmUc .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIabCBTmUc .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIabCBTmUc .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIabCBTmUc .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIabCBTmUc .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIabCBTmUc .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIabCBTmUc .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIabCBTmUc .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIabCBTmUc [class^="socicon-"]:before,
.cid-uIabCBTmUc [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIabCBTmUc .btn {
    font-size: 20px !important;
  }
}
.cid-uIabCBTmUc .mbr-section-title {
  color: #ffffff;
}
.cid-uIabCCpilJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIabCCpilJ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIabCCpilJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIabCCpilJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIabCCpilJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIabCCpilJ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIabCCpilJ .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIabCCpilJ .container {
    padding: 0 22px;
  }
}
.cid-uIabCCpilJ .row {
  position: relative;
  z-index: 1;
}
.cid-uIabCCpilJ .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIabCCpilJ .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIabCCpilJ .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIabCCpilJ .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIabCCpilJ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIabCCpilJ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIabCCpilJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIabCCpilJ .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIabCCpilJ .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIabCCpilJ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIabCCpilJ .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIabCCpilJ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIabCCpilJ .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIabCCpilJ .nav-wrapper .list .item-wrap:hover,
.cid-uIabCCpilJ .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIabCCpilJ .nav-wrapper .list .item-wrap:hover::before,
.cid-uIabCCpilJ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIabCCpilJ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIabCCpilJ .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIabCCpilJ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIabCCpilJ .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIabCCpilJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIabCCpilJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIabCCpilJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIabCCpilJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIabCCpilJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIabCCpilJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIabCCpilJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIabCCpilJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIabCCpilJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIabCCpilJ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIabCCpilJ .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIabCCpilJ .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIabCCpilJ .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIabCCpilJ .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIabCCpilJ .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIabCCpilJ .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIabCCpilJ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIabCCpilJ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIabCCpilJ .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIabCCpilJ .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIabCCpilJ .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIabCCpilJ .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIabCCpilJ .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIabCCpilJ .mbr-section-title {
  color: #00d0f3;
}
.cid-uIabCCpilJ .mbr-text {
  color: #ffffff;
}
.cid-uIabCCpilJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIabCCpilJ .list {
  color: #ffffff;
}
.cid-uIabCCpilJ .mbr-contact {
  color: #ffffff;
}
.cid-uIabCCpilJ .mbr-desc {
  color: #ffffff;
}
.cid-uIabCCpilJ .mbr-contact,
.cid-uIabCCpilJ .item-contact {
  color: #fdfdfd;
}
.cid-uIabCCpilJ .list,
.cid-uIabCCpilJ .item-wrap {
  color: #df8825;
}
.cid-uIabCCpilJ .mbr-desc,
.cid-uIabCCpilJ .mbr-section-btn {
  text-align: center;
}
.cid-uIaljFSa3q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIaljFSa3q nav.navbar {
  position: fixed;
}
.cid-uIaljFSa3q .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-uIaljFSa3q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIaljFSa3q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIaljFSa3q .dropdown-item:hover,
.cid-uIaljFSa3q .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIaljFSa3q .dropdown-item:hover span {
  color: white;
}
.cid-uIaljFSa3q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIaljFSa3q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIaljFSa3q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIaljFSa3q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIaljFSa3q .nav-link {
  position: relative;
}
.cid-uIaljFSa3q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIaljFSa3q .container {
    flex-wrap: nowrap;
  }
}
.cid-uIaljFSa3q .navbar-nav {
  margin: 0 auto;
}
.cid-uIaljFSa3q .dropdown-menu,
.cid-uIaljFSa3q .navbar.opened {
  background: #007b1c !important;
}
.cid-uIaljFSa3q .nav-item:focus,
.cid-uIaljFSa3q .nav-link:focus {
  outline: none;
}
.cid-uIaljFSa3q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIaljFSa3q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIaljFSa3q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIaljFSa3q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIaljFSa3q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIaljFSa3q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIaljFSa3q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIaljFSa3q .navbar.opened {
  transition: all 0.3s;
}
.cid-uIaljFSa3q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIaljFSa3q .navbar .navbar-logo img {
  width: auto;
}
.cid-uIaljFSa3q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIaljFSa3q .navbar.collapsed {
  justify-content: center;
}
.cid-uIaljFSa3q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIaljFSa3q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIaljFSa3q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIaljFSa3q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIaljFSa3q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIaljFSa3q .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-uIaljFSa3q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIaljFSa3q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIaljFSa3q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIaljFSa3q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIaljFSa3q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIaljFSa3q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIaljFSa3q .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-uIaljFSa3q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIaljFSa3q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIaljFSa3q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIaljFSa3q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIaljFSa3q .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIaljFSa3q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIaljFSa3q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIaljFSa3q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIaljFSa3q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIaljFSa3q .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIaljFSa3q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIaljFSa3q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIaljFSa3q .dropdown-item.active,
.cid-uIaljFSa3q .dropdown-item:active {
  background-color: transparent;
}
.cid-uIaljFSa3q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIaljFSa3q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIaljFSa3q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIaljFSa3q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIaljFSa3q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIaljFSa3q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIaljFSa3q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIaljFSa3q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIaljFSa3q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIaljFSa3q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIaljFSa3q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIaljFSa3q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIaljFSa3q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIaljFSa3q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIaljFSa3q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIaljFSa3q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIaljFSa3q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIaljFSa3q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIaljFSa3q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIaljFSa3q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIaljFSa3q .navbar {
    height: 70px;
  }
  .cid-uIaljFSa3q .navbar.opened {
    height: auto;
  }
  .cid-uIaljFSa3q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIaljFSa3q .container,
.cid-uIaljFSa3q .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIaljFSa3q .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIaljFSa3q .navbar-short .container,
.cid-uIaljFSa3q .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIaljFSa3q .navbar-short .container:before,
.cid-uIaljFSa3q .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIaljFSa3q .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIaljFSa3q .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIaljFSa3q .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIaljFSa3q .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIaljFSa3q .navbar {
    overflow: hidden;
  }
  .cid-uIaljFSa3q .container,
  .cid-uIaljFSa3q .container-fluid {
    min-height: 85px;
  }
  .cid-uIaljFSa3q .navbar-brand {
    min-height: 85px;
  }
  .cid-uIaljFSa3q .navbar-short .container,
  .cid-uIaljFSa3q .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIaljFSa3q .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIaljFSa3q .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIaljFSa3q .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIaljFSa3q .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIaljFSa3q .mbr-section-btn {
    text-align: left;
  }
  .cid-uIaljFSa3q .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIaljFSa3q .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIaljGrp1e {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIaljGrp1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIaljGrp1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIaljGrp1e .row {
  justify-content: center;
}
.cid-uIaljGrp1e .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIaljGrp1e .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIaljGrp1e .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIaljGrp1e .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIaljGrp1e .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIaljGrp1e .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIaljGrp1e .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIaljGrp1e .mbr-section-title {
  color: #ffffff;
}
.cid-uIaljGrp1e .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIaljGrp1e .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIaljGrp1e .mbr-section-title,
.cid-uIaljGrp1e .mbr-section-btn {
  text-align: center;
}
.cid-v8XWncKp6H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-v8XWncKp6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8XWncKp6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8XWncKp6H .container {
    padding: 0 16px;
  }
}
.cid-v8XWncKp6H .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8XWncKp6H .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8XWncKp6H .content-wrapper {
    padding: 36px;
  }
}
.cid-v8XWncKp6H .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8XWncKp6H .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8XWncKp6H .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8XWncKp6H .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8XWncKp6H .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8XWncKp6H .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8XWncKp6H .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8XWncKp6H .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8XWncKp6H .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8XWncKp6H .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8XWncKp6H .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8XWncKp6H .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8XWncKp6H .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8XWncKp6H .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8XWncKp6H .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8XWncKp6H .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8XWncKp6H .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8XWncKp6H .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8XWncKp6H .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8XWncKp6H .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8XWncKp6H .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8XWncKp6H .mbr-text {
  color: #f0f0f0;
}
.cid-v8XWncKp6H .mbr-name {
  color: #cccccc;
}
.cid-v8XWncKp6H .mbr-role {
  color: #cccccc;
}
.cid-v8XWncKp6H .mbr-text,
.cid-v8XWncKp6H .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8XWncKp6H .mbr-name,
.cid-v8XWncKp6H .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uIaljHiCnV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIaljHiCnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIaljHiCnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIaljHiCnV .row {
  justify-content: center;
}
.cid-uIaljHiCnV .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIaljHiCnV .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIaljHiCnV .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIaljHiCnV .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIaljHiCnV .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIaljHiCnV .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIaljHiCnV .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIaljHiCnV .mbr-section-title {
  color: #ffffff;
}
.cid-uIaljHiCnV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIaljHiCnV .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIaljHiCnV .mbr-section-title,
.cid-uIaljHiCnV .mbr-section-btn {
  text-align: center;
}
.cid-uIapOHRRmJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #072b0f;
}
@media (min-width: 992px) {
  .cid-uIapOHRRmJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIapOHRRmJ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uIapOHRRmJ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIamkcOZGx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIamkcOZGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIamkcOZGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIamkcOZGx .row {
  justify-content: center;
}
.cid-uIamkcOZGx .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIamkcOZGx .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIamkcOZGx .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIamkcOZGx .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIamkcOZGx .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIamkcOZGx .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIamkcOZGx .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIamkcOZGx .mbr-section-title {
  color: #ffffff;
}
.cid-uIamkcOZGx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIamkcOZGx .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIamkcOZGx .mbr-section-title,
.cid-uIamkcOZGx .mbr-section-btn {
  text-align: center;
}
.cid-uIamJKZFZB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIamJKZFZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIamJKZFZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIamJKZFZB .row {
  justify-content: center;
}
.cid-uIamJKZFZB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIamJKZFZB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIamJKZFZB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIamJKZFZB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIamJKZFZB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIamJKZFZB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIamJKZFZB .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIamJKZFZB .mbr-section-title {
  color: #ffffff;
}
.cid-uIamJKZFZB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIamJKZFZB .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIamJKZFZB .mbr-section-title,
.cid-uIamJKZFZB .mbr-section-btn {
  text-align: center;
}
.cid-uIamZ3TaMP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIamZ3TaMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIamZ3TaMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIamZ3TaMP .row {
  justify-content: center;
}
.cid-uIamZ3TaMP .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIamZ3TaMP .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIamZ3TaMP .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIamZ3TaMP .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIamZ3TaMP .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIamZ3TaMP .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIamZ3TaMP .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIamZ3TaMP .mbr-section-title {
  color: #ffffff;
}
.cid-uIamZ3TaMP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIamZ3TaMP .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIamZ3TaMP .mbr-section-title,
.cid-uIamZ3TaMP .mbr-section-btn {
  text-align: center;
}
.cid-uJ5Hi15IEs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uJ5Hi15IEs .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ5Hi15IEs .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ5Hi15IEs H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ5Hi15IEs .section-text,
.cid-uJ5Hi15IEs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ5Hi15IEs .section-text,
.cid-uJ5Hi15IEs .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ5HhrcvRj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uJ5HhrcvRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5HhrcvRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5HhrcvRj .row {
  justify-content: center;
}
.cid-uJ5HhrcvRj .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ5HhrcvRj .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ5HhrcvRj .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ5HhrcvRj .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ5HhrcvRj .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ5HhrcvRj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ5HhrcvRj .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ5HhrcvRj .mbr-section-title {
  color: #ffffff;
}
.cid-uJ5HhrcvRj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ5HhrcvRj .mbr-desc {
  color: #ffffff;
}
.cid-uJ5HhrcvRj .mbr-section-title,
.cid-uJ5HhrcvRj .mbr-section-btn {
  text-align: center;
}
.cid-uIaljKUuvW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-uIaljKUuvW .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIaljKUuvW .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIaljKUuvW .btn {
  padding: 15px 30px !important;
}
.cid-uIaljKUuvW a {
  font-weight: 400;
}
.cid-uIaljKUuvW .mbr-section-subtitle,
.cid-uIaljKUuvW .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIaljKUuvW .row {
  justify-content: center;
  display: flex;
}
.cid-uIVT4AI83T {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVT4AI83T .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVT4AI83T .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVT4AI83T H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVT4AI83T .section-text,
.cid-uIVT4AI83T .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVT4AI83T .section-text,
.cid-uIVT4AI83T .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIaljLRgcw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uIaljLRgcw .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIaljLRgcw .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIaljLRgcw .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIaljLRgcw .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIaljLRgcw .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIaljLRgcw .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIaljLRgcw .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIaljLRgcw .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIaljLRgcw .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIaljLRgcw .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIaljLRgcw [class^="socicon-"]:before,
.cid-uIaljLRgcw [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIaljLRgcw .btn {
    font-size: 20px !important;
  }
}
.cid-uIaljLRgcw .mbr-section-title {
  color: #ffffff;
}
.cid-uIaljMk8Qh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIaljMk8Qh::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIaljMk8Qh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIaljMk8Qh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIaljMk8Qh .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIaljMk8Qh .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIaljMk8Qh .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIaljMk8Qh .container {
    padding: 0 22px;
  }
}
.cid-uIaljMk8Qh .row {
  position: relative;
  z-index: 1;
}
.cid-uIaljMk8Qh .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIaljMk8Qh .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIaljMk8Qh .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIaljMk8Qh .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIaljMk8Qh .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIaljMk8Qh .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIaljMk8Qh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIaljMk8Qh .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIaljMk8Qh .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIaljMk8Qh .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIaljMk8Qh .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIaljMk8Qh .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIaljMk8Qh .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIaljMk8Qh .nav-wrapper .list .item-wrap:hover,
.cid-uIaljMk8Qh .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIaljMk8Qh .nav-wrapper .list .item-wrap:hover::before,
.cid-uIaljMk8Qh .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIaljMk8Qh .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIaljMk8Qh .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIaljMk8Qh .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIaljMk8Qh .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIaljMk8Qh .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIaljMk8Qh .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIaljMk8Qh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIaljMk8Qh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIaljMk8Qh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIaljMk8Qh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIaljMk8Qh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIaljMk8Qh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIaljMk8Qh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIaljMk8Qh .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIaljMk8Qh .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIaljMk8Qh .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIaljMk8Qh .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIaljMk8Qh .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIaljMk8Qh .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIaljMk8Qh .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIaljMk8Qh .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIaljMk8Qh .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIaljMk8Qh .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIaljMk8Qh .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIaljMk8Qh .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIaljMk8Qh .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIaljMk8Qh .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIaljMk8Qh .mbr-section-title {
  color: #00d0f3;
}
.cid-uIaljMk8Qh .mbr-text {
  color: #ffffff;
}
.cid-uIaljMk8Qh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIaljMk8Qh .list {
  color: #ffffff;
}
.cid-uIaljMk8Qh .mbr-contact {
  color: #ffffff;
}
.cid-uIaljMk8Qh .mbr-desc {
  color: #ffffff;
}
.cid-uIaljMk8Qh .mbr-contact,
.cid-uIaljMk8Qh .item-contact {
  color: #fdfdfd;
}
.cid-uIaljMk8Qh .list,
.cid-uIaljMk8Qh .item-wrap {
  color: #df8825;
}
.cid-uIaljMk8Qh .mbr-desc,
.cid-uIaljMk8Qh .mbr-section-btn {
  text-align: center;
}
.cid-uIaJgThLft {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIaJgThLft nav.navbar {
  position: fixed;
}
.cid-uIaJgThLft .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-uIaJgThLft .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIaJgThLft .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIaJgThLft .dropdown-item:hover,
.cid-uIaJgThLft .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIaJgThLft .dropdown-item:hover span {
  color: white;
}
.cid-uIaJgThLft .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIaJgThLft .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIaJgThLft .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIaJgThLft .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIaJgThLft .nav-link {
  position: relative;
}
.cid-uIaJgThLft .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIaJgThLft .container {
    flex-wrap: nowrap;
  }
}
.cid-uIaJgThLft .navbar-nav {
  margin: 0 auto;
}
.cid-uIaJgThLft .dropdown-menu,
.cid-uIaJgThLft .navbar.opened {
  background: #007b1c !important;
}
.cid-uIaJgThLft .nav-item:focus,
.cid-uIaJgThLft .nav-link:focus {
  outline: none;
}
.cid-uIaJgThLft .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIaJgThLft .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIaJgThLft .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIaJgThLft .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIaJgThLft .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIaJgThLft .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIaJgThLft .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIaJgThLft .navbar.opened {
  transition: all 0.3s;
}
.cid-uIaJgThLft .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIaJgThLft .navbar .navbar-logo img {
  width: auto;
}
.cid-uIaJgThLft .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIaJgThLft .navbar.collapsed {
  justify-content: center;
}
.cid-uIaJgThLft .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIaJgThLft .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIaJgThLft .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIaJgThLft .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIaJgThLft .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIaJgThLft .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-uIaJgThLft .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIaJgThLft .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIaJgThLft .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIaJgThLft .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIaJgThLft .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIaJgThLft .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIaJgThLft .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-uIaJgThLft .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIaJgThLft .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIaJgThLft .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIaJgThLft .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIaJgThLft .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIaJgThLft .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIaJgThLft .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIaJgThLft .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIaJgThLft .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIaJgThLft .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIaJgThLft .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIaJgThLft .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIaJgThLft .dropdown-item.active,
.cid-uIaJgThLft .dropdown-item:active {
  background-color: transparent;
}
.cid-uIaJgThLft .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIaJgThLft .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIaJgThLft .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIaJgThLft .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIaJgThLft .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIaJgThLft .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIaJgThLft ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIaJgThLft .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIaJgThLft button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIaJgThLft button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIaJgThLft button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIaJgThLft button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIaJgThLft button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIaJgThLft button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIaJgThLft nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIaJgThLft nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIaJgThLft nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIaJgThLft nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIaJgThLft .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIaJgThLft a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIaJgThLft .navbar {
    height: 70px;
  }
  .cid-uIaJgThLft .navbar.opened {
    height: auto;
  }
  .cid-uIaJgThLft .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIaJgThLft .container,
.cid-uIaJgThLft .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIaJgThLft .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIaJgThLft .navbar-short .container,
.cid-uIaJgThLft .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIaJgThLft .navbar-short .container:before,
.cid-uIaJgThLft .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIaJgThLft .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIaJgThLft .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIaJgThLft .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIaJgThLft .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIaJgThLft .navbar {
    overflow: hidden;
  }
  .cid-uIaJgThLft .container,
  .cid-uIaJgThLft .container-fluid {
    min-height: 85px;
  }
  .cid-uIaJgThLft .navbar-brand {
    min-height: 85px;
  }
  .cid-uIaJgThLft .navbar-short .container,
  .cid-uIaJgThLft .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIaJgThLft .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIaJgThLft .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIaJgThLft .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIaJgThLft .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIaJgThLft .mbr-section-btn {
    text-align: left;
  }
  .cid-uIaJgThLft .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIaJgThLft .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIaJgTK9nB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIaJgTK9nB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIaJgTK9nB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIaJgTK9nB .row {
  justify-content: center;
}
.cid-uIaJgTK9nB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIaJgTK9nB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIaJgTK9nB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIaJgTK9nB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIaJgTK9nB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIaJgTK9nB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIaJgTK9nB .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIaJgTK9nB .mbr-section-title {
  color: #ffffff;
}
.cid-uIaJgTK9nB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIaJgTK9nB .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIaJgTK9nB .mbr-section-title,
.cid-uIaJgTK9nB .mbr-section-btn {
  text-align: center;
}
.cid-uIaJgU5QHj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIaJgU5QHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIaJgU5QHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIaJgU5QHj .row {
  justify-content: center;
}
.cid-uIaJgU5QHj .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIaJgU5QHj .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIaJgU5QHj .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIaJgU5QHj .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIaJgU5QHj .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIaJgU5QHj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIaJgU5QHj .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIaJgU5QHj .mbr-section-title {
  color: #ffffff;
}
.cid-uIaJgU5QHj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIaJgU5QHj .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIaJgU5QHj .mbr-section-title,
.cid-uIaJgU5QHj .mbr-section-btn {
  text-align: center;
}
.cid-uIaKbI7XDg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIaKbI7XDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIaKbI7XDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIaKbI7XDg .row {
  justify-content: center;
}
.cid-uIaKbI7XDg .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIaKbI7XDg .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIaKbI7XDg .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIaKbI7XDg .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIaKbI7XDg .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIaKbI7XDg .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIaKbI7XDg .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIaKbI7XDg .mbr-section-title {
  color: #ffffff;
}
.cid-uIaKbI7XDg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIaKbI7XDg .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIaKbI7XDg .mbr-section-title,
.cid-uIaKbI7XDg .mbr-section-btn {
  text-align: center;
}
.cid-uNWGE0QyBW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uNWGE0QyBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWGE0QyBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWGE0QyBW .row {
  justify-content: center;
}
.cid-uNWGE0QyBW .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWGE0QyBW .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWGE0QyBW .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWGE0QyBW .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWGE0QyBW .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWGE0QyBW .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWGE0QyBW .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWGE0QyBW .mbr-section-title {
  color: #ffffff;
}
.cid-uNWGE0QyBW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWGE0QyBW .mbr-desc {
  color: #ffffff;
}
.cid-uNWGE0QyBW .mbr-section-title,
.cid-uNWGE0QyBW .mbr-section-btn {
  text-align: center;
}
.cid-uIaJgUQfjB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-13-1920x1280.jpeg");
}
.cid-uIaJgUQfjB .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIaJgUQfjB .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIaJgUQfjB .btn {
  padding: 15px 30px !important;
}
.cid-uIaJgUQfjB a {
  font-weight: 400;
}
.cid-uIaJgUQfjB .mbr-section-subtitle,
.cid-uIaJgUQfjB .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIaJgUQfjB .row {
  justify-content: center;
  display: flex;
}
.cid-uIVT7yRl40 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVT7yRl40 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVT7yRl40 .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVT7yRl40 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVT7yRl40 .section-text,
.cid-uIVT7yRl40 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVT7yRl40 .section-text,
.cid-uIVT7yRl40 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIaJgVFyHk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uIaJgVFyHk .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIaJgVFyHk .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIaJgVFyHk .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIaJgVFyHk .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIaJgVFyHk .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIaJgVFyHk .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIaJgVFyHk .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIaJgVFyHk .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIaJgVFyHk .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIaJgVFyHk .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIaJgVFyHk [class^="socicon-"]:before,
.cid-uIaJgVFyHk [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIaJgVFyHk .btn {
    font-size: 20px !important;
  }
}
.cid-uIaJgVFyHk .mbr-section-title {
  color: #ffffff;
}
.cid-uIaJgWt8Zi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIaJgWt8Zi::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIaJgWt8Zi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIaJgWt8Zi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIaJgWt8Zi .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIaJgWt8Zi .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIaJgWt8Zi .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIaJgWt8Zi .container {
    padding: 0 22px;
  }
}
.cid-uIaJgWt8Zi .row {
  position: relative;
  z-index: 1;
}
.cid-uIaJgWt8Zi .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIaJgWt8Zi .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIaJgWt8Zi .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIaJgWt8Zi .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIaJgWt8Zi .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIaJgWt8Zi .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIaJgWt8Zi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIaJgWt8Zi .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIaJgWt8Zi .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIaJgWt8Zi .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIaJgWt8Zi .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIaJgWt8Zi .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIaJgWt8Zi .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIaJgWt8Zi .nav-wrapper .list .item-wrap:hover,
.cid-uIaJgWt8Zi .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIaJgWt8Zi .nav-wrapper .list .item-wrap:hover::before,
.cid-uIaJgWt8Zi .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIaJgWt8Zi .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIaJgWt8Zi .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIaJgWt8Zi .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIaJgWt8Zi .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIaJgWt8Zi .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIaJgWt8Zi .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIaJgWt8Zi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIaJgWt8Zi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIaJgWt8Zi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIaJgWt8Zi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIaJgWt8Zi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIaJgWt8Zi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIaJgWt8Zi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIaJgWt8Zi .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIaJgWt8Zi .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIaJgWt8Zi .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIaJgWt8Zi .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIaJgWt8Zi .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIaJgWt8Zi .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIaJgWt8Zi .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIaJgWt8Zi .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIaJgWt8Zi .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIaJgWt8Zi .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIaJgWt8Zi .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIaJgWt8Zi .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIaJgWt8Zi .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIaJgWt8Zi .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIaJgWt8Zi .mbr-section-title {
  color: #00d0f3;
}
.cid-uIaJgWt8Zi .mbr-text {
  color: #ffffff;
}
.cid-uIaJgWt8Zi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIaJgWt8Zi .list {
  color: #ffffff;
}
.cid-uIaJgWt8Zi .mbr-contact {
  color: #ffffff;
}
.cid-uIaJgWt8Zi .mbr-desc {
  color: #ffffff;
}
.cid-uIaJgWt8Zi .mbr-contact,
.cid-uIaJgWt8Zi .item-contact {
  color: #fdfdfd;
}
.cid-uIaJgWt8Zi .list,
.cid-uIaJgWt8Zi .item-wrap {
  color: #df8825;
}
.cid-uIaJgWt8Zi .mbr-desc,
.cid-uIaJgWt8Zi .mbr-section-btn {
  text-align: center;
}
.cid-uIaNrReuRI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIaNrReuRI nav.navbar {
  position: fixed;
}
.cid-uIaNrReuRI .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-uIaNrReuRI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIaNrReuRI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIaNrReuRI .dropdown-item:hover,
.cid-uIaNrReuRI .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIaNrReuRI .dropdown-item:hover span {
  color: white;
}
.cid-uIaNrReuRI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIaNrReuRI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIaNrReuRI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIaNrReuRI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIaNrReuRI .nav-link {
  position: relative;
}
.cid-uIaNrReuRI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIaNrReuRI .container {
    flex-wrap: nowrap;
  }
}
.cid-uIaNrReuRI .navbar-nav {
  margin: 0 auto;
}
.cid-uIaNrReuRI .dropdown-menu,
.cid-uIaNrReuRI .navbar.opened {
  background: #007b1c !important;
}
.cid-uIaNrReuRI .nav-item:focus,
.cid-uIaNrReuRI .nav-link:focus {
  outline: none;
}
.cid-uIaNrReuRI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIaNrReuRI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIaNrReuRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIaNrReuRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIaNrReuRI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIaNrReuRI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIaNrReuRI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIaNrReuRI .navbar.opened {
  transition: all 0.3s;
}
.cid-uIaNrReuRI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIaNrReuRI .navbar .navbar-logo img {
  width: auto;
}
.cid-uIaNrReuRI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIaNrReuRI .navbar.collapsed {
  justify-content: center;
}
.cid-uIaNrReuRI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIaNrReuRI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIaNrReuRI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIaNrReuRI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIaNrReuRI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIaNrReuRI .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-uIaNrReuRI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIaNrReuRI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIaNrReuRI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIaNrReuRI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIaNrReuRI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIaNrReuRI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIaNrReuRI .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-uIaNrReuRI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIaNrReuRI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIaNrReuRI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIaNrReuRI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIaNrReuRI .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIaNrReuRI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIaNrReuRI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIaNrReuRI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIaNrReuRI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIaNrReuRI .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIaNrReuRI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIaNrReuRI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIaNrReuRI .dropdown-item.active,
.cid-uIaNrReuRI .dropdown-item:active {
  background-color: transparent;
}
.cid-uIaNrReuRI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIaNrReuRI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIaNrReuRI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIaNrReuRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIaNrReuRI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIaNrReuRI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIaNrReuRI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIaNrReuRI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIaNrReuRI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIaNrReuRI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIaNrReuRI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIaNrReuRI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIaNrReuRI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIaNrReuRI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIaNrReuRI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIaNrReuRI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIaNrReuRI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIaNrReuRI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIaNrReuRI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIaNrReuRI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIaNrReuRI .navbar {
    height: 70px;
  }
  .cid-uIaNrReuRI .navbar.opened {
    height: auto;
  }
  .cid-uIaNrReuRI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIaNrReuRI .container,
.cid-uIaNrReuRI .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIaNrReuRI .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIaNrReuRI .navbar-short .container,
.cid-uIaNrReuRI .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIaNrReuRI .navbar-short .container:before,
.cid-uIaNrReuRI .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIaNrReuRI .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIaNrReuRI .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIaNrReuRI .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIaNrReuRI .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIaNrReuRI .navbar {
    overflow: hidden;
  }
  .cid-uIaNrReuRI .container,
  .cid-uIaNrReuRI .container-fluid {
    min-height: 85px;
  }
  .cid-uIaNrReuRI .navbar-brand {
    min-height: 85px;
  }
  .cid-uIaNrReuRI .navbar-short .container,
  .cid-uIaNrReuRI .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIaNrReuRI .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIaNrReuRI .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIaNrReuRI .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIaNrReuRI .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIaNrReuRI .mbr-section-btn {
    text-align: left;
  }
  .cid-uIaNrReuRI .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIaNrReuRI .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIaNrRJMg4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIaNrRJMg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIaNrRJMg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIaNrRJMg4 .row {
  justify-content: center;
}
.cid-uIaNrRJMg4 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIaNrRJMg4 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIaNrRJMg4 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIaNrRJMg4 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIaNrRJMg4 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIaNrRJMg4 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIaNrRJMg4 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIaNrRJMg4 .mbr-section-title {
  color: #ffffff;
}
.cid-uIaNrRJMg4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIaNrRJMg4 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIaNrRJMg4 .mbr-section-title,
.cid-uIaNrRJMg4 .mbr-section-btn {
  text-align: center;
}
.cid-uIaNrSwEsd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIaNrSwEsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIaNrSwEsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIaNrSwEsd .row {
  justify-content: center;
}
.cid-uIaNrSwEsd .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIaNrSwEsd .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIaNrSwEsd .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIaNrSwEsd .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIaNrSwEsd .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIaNrSwEsd .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIaNrSwEsd .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIaNrSwEsd .mbr-section-title {
  color: #ffffff;
}
.cid-uIaNrSwEsd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIaNrSwEsd .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIaNrSwEsd .mbr-section-title,
.cid-uIaNrSwEsd .mbr-section-btn {
  text-align: center;
}
.cid-uJ5Q0l9KlK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uJ5Q0l9KlK .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ5Q0l9KlK .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ5Q0l9KlK H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ5Q0l9KlK .section-text,
.cid-uJ5Q0l9KlK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ5Q0l9KlK .section-text,
.cid-uJ5Q0l9KlK .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ5PZGrXz1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uJ5PZGrXz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5PZGrXz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5PZGrXz1 .row {
  justify-content: center;
}
.cid-uJ5PZGrXz1 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ5PZGrXz1 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ5PZGrXz1 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ5PZGrXz1 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ5PZGrXz1 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ5PZGrXz1 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ5PZGrXz1 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ5PZGrXz1 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ5PZGrXz1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ5PZGrXz1 .mbr-desc {
  color: #ffffff;
}
.cid-uJ5PZGrXz1 .mbr-section-title,
.cid-uJ5PZGrXz1 .mbr-section-btn {
  text-align: center;
}
.cid-uIaNrTIuQN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1086.jpg");
}
.cid-uIaNrTIuQN .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIaNrTIuQN .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIaNrTIuQN .btn {
  padding: 15px 30px !important;
}
.cid-uIaNrTIuQN a {
  font-weight: 400;
}
.cid-uIaNrTIuQN .mbr-section-subtitle,
.cid-uIaNrTIuQN .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIaNrTIuQN .row {
  justify-content: center;
  display: flex;
}
.cid-uIVTb7NZSz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVTb7NZSz .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVTb7NZSz .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVTb7NZSz H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVTb7NZSz .section-text,
.cid-uIVTb7NZSz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVTb7NZSz .section-text,
.cid-uIVTb7NZSz .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIaNrUzCtP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uIaNrUzCtP .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIaNrUzCtP .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIaNrUzCtP .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIaNrUzCtP .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIaNrUzCtP .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIaNrUzCtP .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIaNrUzCtP .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIaNrUzCtP .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIaNrUzCtP .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIaNrUzCtP .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIaNrUzCtP [class^="socicon-"]:before,
.cid-uIaNrUzCtP [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIaNrUzCtP .btn {
    font-size: 20px !important;
  }
}
.cid-uIaNrUzCtP .mbr-section-title {
  color: #ffffff;
}
.cid-uIaNrUWjaV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIaNrUWjaV::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIaNrUWjaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIaNrUWjaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIaNrUWjaV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIaNrUWjaV .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIaNrUWjaV .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIaNrUWjaV .container {
    padding: 0 22px;
  }
}
.cid-uIaNrUWjaV .row {
  position: relative;
  z-index: 1;
}
.cid-uIaNrUWjaV .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIaNrUWjaV .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIaNrUWjaV .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIaNrUWjaV .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIaNrUWjaV .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIaNrUWjaV .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIaNrUWjaV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIaNrUWjaV .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIaNrUWjaV .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIaNrUWjaV .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIaNrUWjaV .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIaNrUWjaV .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIaNrUWjaV .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIaNrUWjaV .nav-wrapper .list .item-wrap:hover,
.cid-uIaNrUWjaV .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIaNrUWjaV .nav-wrapper .list .item-wrap:hover::before,
.cid-uIaNrUWjaV .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIaNrUWjaV .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIaNrUWjaV .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIaNrUWjaV .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIaNrUWjaV .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIaNrUWjaV .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIaNrUWjaV .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIaNrUWjaV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIaNrUWjaV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIaNrUWjaV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIaNrUWjaV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIaNrUWjaV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIaNrUWjaV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIaNrUWjaV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIaNrUWjaV .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIaNrUWjaV .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIaNrUWjaV .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIaNrUWjaV .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIaNrUWjaV .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIaNrUWjaV .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIaNrUWjaV .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIaNrUWjaV .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIaNrUWjaV .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIaNrUWjaV .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIaNrUWjaV .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIaNrUWjaV .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIaNrUWjaV .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIaNrUWjaV .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIaNrUWjaV .mbr-section-title {
  color: #00d0f3;
}
.cid-uIaNrUWjaV .mbr-text {
  color: #ffffff;
}
.cid-uIaNrUWjaV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIaNrUWjaV .list {
  color: #ffffff;
}
.cid-uIaNrUWjaV .mbr-contact {
  color: #ffffff;
}
.cid-uIaNrUWjaV .mbr-desc {
  color: #ffffff;
}
.cid-uIaNrUWjaV .mbr-contact,
.cid-uIaNrUWjaV .item-contact {
  color: #fdfdfd;
}
.cid-uIaNrUWjaV .list,
.cid-uIaNrUWjaV .item-wrap {
  color: #df8825;
}
.cid-uIaNrUWjaV .mbr-desc,
.cid-uIaNrUWjaV .mbr-section-btn {
  text-align: center;
}
.cid-uIaOvbAOjN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIaOvbAOjN nav.navbar {
  position: fixed;
}
.cid-uIaOvbAOjN .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-uIaOvbAOjN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIaOvbAOjN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIaOvbAOjN .dropdown-item:hover,
.cid-uIaOvbAOjN .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIaOvbAOjN .dropdown-item:hover span {
  color: white;
}
.cid-uIaOvbAOjN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIaOvbAOjN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIaOvbAOjN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIaOvbAOjN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIaOvbAOjN .nav-link {
  position: relative;
}
.cid-uIaOvbAOjN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIaOvbAOjN .container {
    flex-wrap: nowrap;
  }
}
.cid-uIaOvbAOjN .navbar-nav {
  margin: 0 auto;
}
.cid-uIaOvbAOjN .dropdown-menu,
.cid-uIaOvbAOjN .navbar.opened {
  background: #007b1c !important;
}
.cid-uIaOvbAOjN .nav-item:focus,
.cid-uIaOvbAOjN .nav-link:focus {
  outline: none;
}
.cid-uIaOvbAOjN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIaOvbAOjN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIaOvbAOjN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIaOvbAOjN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIaOvbAOjN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIaOvbAOjN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIaOvbAOjN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIaOvbAOjN .navbar.opened {
  transition: all 0.3s;
}
.cid-uIaOvbAOjN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIaOvbAOjN .navbar .navbar-logo img {
  width: auto;
}
.cid-uIaOvbAOjN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIaOvbAOjN .navbar.collapsed {
  justify-content: center;
}
.cid-uIaOvbAOjN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIaOvbAOjN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIaOvbAOjN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIaOvbAOjN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIaOvbAOjN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIaOvbAOjN .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-uIaOvbAOjN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIaOvbAOjN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIaOvbAOjN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIaOvbAOjN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIaOvbAOjN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIaOvbAOjN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIaOvbAOjN .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-uIaOvbAOjN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIaOvbAOjN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIaOvbAOjN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIaOvbAOjN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIaOvbAOjN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIaOvbAOjN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIaOvbAOjN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIaOvbAOjN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIaOvbAOjN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIaOvbAOjN .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIaOvbAOjN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIaOvbAOjN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIaOvbAOjN .dropdown-item.active,
.cid-uIaOvbAOjN .dropdown-item:active {
  background-color: transparent;
}
.cid-uIaOvbAOjN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIaOvbAOjN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIaOvbAOjN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIaOvbAOjN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIaOvbAOjN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIaOvbAOjN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIaOvbAOjN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIaOvbAOjN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIaOvbAOjN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIaOvbAOjN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIaOvbAOjN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIaOvbAOjN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIaOvbAOjN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIaOvbAOjN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIaOvbAOjN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIaOvbAOjN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIaOvbAOjN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIaOvbAOjN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIaOvbAOjN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIaOvbAOjN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIaOvbAOjN .navbar {
    height: 70px;
  }
  .cid-uIaOvbAOjN .navbar.opened {
    height: auto;
  }
  .cid-uIaOvbAOjN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIaOvbAOjN .container,
.cid-uIaOvbAOjN .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIaOvbAOjN .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIaOvbAOjN .navbar-short .container,
.cid-uIaOvbAOjN .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIaOvbAOjN .navbar-short .container:before,
.cid-uIaOvbAOjN .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIaOvbAOjN .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIaOvbAOjN .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIaOvbAOjN .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIaOvbAOjN .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIaOvbAOjN .navbar {
    overflow: hidden;
  }
  .cid-uIaOvbAOjN .container,
  .cid-uIaOvbAOjN .container-fluid {
    min-height: 85px;
  }
  .cid-uIaOvbAOjN .navbar-brand {
    min-height: 85px;
  }
  .cid-uIaOvbAOjN .navbar-short .container,
  .cid-uIaOvbAOjN .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIaOvbAOjN .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIaOvbAOjN .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIaOvbAOjN .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIaOvbAOjN .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIaOvbAOjN .mbr-section-btn {
    text-align: left;
  }
  .cid-uIaOvbAOjN .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIaOvbAOjN .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIaOvc7KV7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIaOvc7KV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIaOvc7KV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIaOvc7KV7 .row {
  justify-content: center;
}
.cid-uIaOvc7KV7 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIaOvc7KV7 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIaOvc7KV7 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIaOvc7KV7 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIaOvc7KV7 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIaOvc7KV7 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIaOvc7KV7 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIaOvc7KV7 .mbr-section-title {
  color: #ffffff;
}
.cid-uIaOvc7KV7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIaOvc7KV7 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIaOvc7KV7 .mbr-section-title,
.cid-uIaOvc7KV7 .mbr-section-btn {
  text-align: center;
}
.cid-uIaOvcxmhu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIaOvcxmhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIaOvcxmhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIaOvcxmhu .row {
  justify-content: center;
}
.cid-uIaOvcxmhu .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIaOvcxmhu .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIaOvcxmhu .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIaOvcxmhu .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIaOvcxmhu .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIaOvcxmhu .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIaOvcxmhu .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIaOvcxmhu .mbr-section-title {
  color: #ffffff;
}
.cid-uIaOvcxmhu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIaOvcxmhu .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIaOvcxmhu .mbr-section-title,
.cid-uIaOvcxmhu .mbr-section-btn {
  text-align: center;
}
.cid-uIb7nVjJah {
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
  background-color: #272c52;
}
.cid-uIb7nVjJah p {
  color: #767676;
}
.cid-uIb7nVjJah .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uIb7nVjJah .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uIb7nVjJah .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uIb7nVjJah .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIb7nVjJah .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uIb7nVjJah .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIb7nVjJah H4 {
  color: #ffffff;
}
.cid-uIb7nVjJah .panel-text {
  color: #ffffff;
}
.cid-uIeBw0KGTx {
  background-color: #272c52;
}
.cid-uIeBw0KGTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeBw0KGTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeBw0KGTx .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uIeBw0KGTx .container {
  max-width: 1280px;
}
.cid-uIeBw0KGTx .row {
  justify-content: center;
}
.cid-uIeBw0KGTx .mbr-section-title {
  color: #212132;
}
.cid-uIeBw0KGTx .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uIeBw0KGTx .mbr-section-title,
.cid-uIeBw0KGTx .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ5Q551ORV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ5Q551ORV .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ5Q551ORV .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ5Q551ORV H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ5Q551ORV .section-text,
.cid-uJ5Q551ORV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ5Q551ORV .section-text,
.cid-uJ5Q551ORV .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ5Q5SNSUw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ5Q5SNSUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5Q5SNSUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5Q5SNSUw .row {
  justify-content: center;
}
.cid-uJ5Q5SNSUw .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ5Q5SNSUw .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ5Q5SNSUw .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ5Q5SNSUw .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ5Q5SNSUw .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ5Q5SNSUw .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ5Q5SNSUw .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ5Q5SNSUw .mbr-section-title {
  color: #ffffff;
}
.cid-uJ5Q5SNSUw .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ5Q5SNSUw .mbr-desc {
  color: #ffffff;
}
.cid-uJ5Q5SNSUw .mbr-section-title,
.cid-uJ5Q5SNSUw .mbr-section-btn {
  text-align: center;
}
.cid-uIaOvdglyw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1086.jpg");
}
.cid-uIaOvdglyw .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIaOvdglyw .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIaOvdglyw .btn {
  padding: 15px 30px !important;
}
.cid-uIaOvdglyw a {
  font-weight: 400;
}
.cid-uIaOvdglyw .mbr-section-subtitle,
.cid-uIaOvdglyw .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIaOvdglyw .row {
  justify-content: center;
  display: flex;
}
.cid-uIVTesvTsZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVTesvTsZ .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVTesvTsZ .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVTesvTsZ H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVTesvTsZ .section-text,
.cid-uIVTesvTsZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVTesvTsZ .section-text,
.cid-uIVTesvTsZ .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIaOve3ufk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIaOve3ufk .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIaOve3ufk .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIaOve3ufk .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIaOve3ufk .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIaOve3ufk .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIaOve3ufk .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIaOve3ufk .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIaOve3ufk .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIaOve3ufk .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIaOve3ufk .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIaOve3ufk [class^="socicon-"]:before,
.cid-uIaOve3ufk [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIaOve3ufk .btn {
    font-size: 20px !important;
  }
}
.cid-uIaOve3ufk .mbr-section-title {
  color: #ffffff;
}
.cid-uIaOvetUgm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIaOvetUgm::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIaOvetUgm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIaOvetUgm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIaOvetUgm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIaOvetUgm .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIaOvetUgm .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIaOvetUgm .container {
    padding: 0 22px;
  }
}
.cid-uIaOvetUgm .row {
  position: relative;
  z-index: 1;
}
.cid-uIaOvetUgm .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIaOvetUgm .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIaOvetUgm .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIaOvetUgm .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIaOvetUgm .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIaOvetUgm .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIaOvetUgm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIaOvetUgm .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIaOvetUgm .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIaOvetUgm .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIaOvetUgm .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIaOvetUgm .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIaOvetUgm .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIaOvetUgm .nav-wrapper .list .item-wrap:hover,
.cid-uIaOvetUgm .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIaOvetUgm .nav-wrapper .list .item-wrap:hover::before,
.cid-uIaOvetUgm .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIaOvetUgm .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIaOvetUgm .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIaOvetUgm .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIaOvetUgm .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIaOvetUgm .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIaOvetUgm .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIaOvetUgm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIaOvetUgm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIaOvetUgm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIaOvetUgm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIaOvetUgm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIaOvetUgm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIaOvetUgm .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIaOvetUgm .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIaOvetUgm .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIaOvetUgm .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIaOvetUgm .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIaOvetUgm .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIaOvetUgm .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIaOvetUgm .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIaOvetUgm .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIaOvetUgm .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIaOvetUgm .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIaOvetUgm .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIaOvetUgm .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIaOvetUgm .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIaOvetUgm .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIaOvetUgm .mbr-section-title {
  color: #00d0f3;
}
.cid-uIaOvetUgm .mbr-text {
  color: #ffffff;
}
.cid-uIaOvetUgm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIaOvetUgm .list {
  color: #ffffff;
}
.cid-uIaOvetUgm .mbr-contact {
  color: #ffffff;
}
.cid-uIaOvetUgm .mbr-desc {
  color: #ffffff;
}
.cid-uIaOvetUgm .mbr-contact,
.cid-uIaOvetUgm .item-contact {
  color: #fdfdfd;
}
.cid-uIaOvetUgm .list,
.cid-uIaOvetUgm .item-wrap {
  color: #df8825;
}
.cid-uIaOvetUgm .mbr-desc,
.cid-uIaOvetUgm .mbr-section-btn {
  text-align: center;
}
.cid-uIbebVupob {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIbebVupob nav.navbar {
  position: fixed;
}
.cid-uIbebVupob .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-uIbebVupob .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIbebVupob .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIbebVupob .dropdown-item:hover,
.cid-uIbebVupob .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIbebVupob .dropdown-item:hover span {
  color: white;
}
.cid-uIbebVupob .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIbebVupob .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIbebVupob .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIbebVupob .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIbebVupob .nav-link {
  position: relative;
}
.cid-uIbebVupob .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIbebVupob .container {
    flex-wrap: nowrap;
  }
}
.cid-uIbebVupob .navbar-nav {
  margin: 0 auto;
}
.cid-uIbebVupob .dropdown-menu,
.cid-uIbebVupob .navbar.opened {
  background: #007b1c !important;
}
.cid-uIbebVupob .nav-item:focus,
.cid-uIbebVupob .nav-link:focus {
  outline: none;
}
.cid-uIbebVupob .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIbebVupob .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIbebVupob .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIbebVupob .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIbebVupob .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIbebVupob .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIbebVupob .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIbebVupob .navbar.opened {
  transition: all 0.3s;
}
.cid-uIbebVupob .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIbebVupob .navbar .navbar-logo img {
  width: auto;
}
.cid-uIbebVupob .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIbebVupob .navbar.collapsed {
  justify-content: center;
}
.cid-uIbebVupob .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIbebVupob .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIbebVupob .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIbebVupob .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIbebVupob .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIbebVupob .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-uIbebVupob .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIbebVupob .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIbebVupob .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIbebVupob .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIbebVupob .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIbebVupob .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIbebVupob .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-uIbebVupob .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIbebVupob .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIbebVupob .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIbebVupob .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIbebVupob .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIbebVupob .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIbebVupob .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIbebVupob .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIbebVupob .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIbebVupob .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIbebVupob .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIbebVupob .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIbebVupob .dropdown-item.active,
.cid-uIbebVupob .dropdown-item:active {
  background-color: transparent;
}
.cid-uIbebVupob .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIbebVupob .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIbebVupob .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIbebVupob .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIbebVupob .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIbebVupob .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIbebVupob ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIbebVupob .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIbebVupob button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIbebVupob button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIbebVupob button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIbebVupob button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbebVupob button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbebVupob button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIbebVupob nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbebVupob nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIbebVupob nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIbebVupob nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbebVupob .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIbebVupob a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIbebVupob .navbar {
    height: 70px;
  }
  .cid-uIbebVupob .navbar.opened {
    height: auto;
  }
  .cid-uIbebVupob .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIbebVupob .container,
.cid-uIbebVupob .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIbebVupob .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIbebVupob .navbar-short .container,
.cid-uIbebVupob .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIbebVupob .navbar-short .container:before,
.cid-uIbebVupob .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIbebVupob .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIbebVupob .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIbebVupob .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIbebVupob .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIbebVupob .navbar {
    overflow: hidden;
  }
  .cid-uIbebVupob .container,
  .cid-uIbebVupob .container-fluid {
    min-height: 85px;
  }
  .cid-uIbebVupob .navbar-brand {
    min-height: 85px;
  }
  .cid-uIbebVupob .navbar-short .container,
  .cid-uIbebVupob .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIbebVupob .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIbebVupob .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIbebVupob .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIbebVupob .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIbebVupob .mbr-section-btn {
    text-align: left;
  }
  .cid-uIbebVupob .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIbebVupob .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIbebVYEjJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIbebVYEjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbebVYEjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbebVYEjJ .row {
  justify-content: center;
}
.cid-uIbebVYEjJ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIbebVYEjJ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIbebVYEjJ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIbebVYEjJ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIbebVYEjJ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIbebVYEjJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIbebVYEjJ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIbebVYEjJ .mbr-section-title {
  color: #ffffff;
}
.cid-uIbebVYEjJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIbebVYEjJ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIbebVYEjJ .mbr-section-title,
.cid-uIbebVYEjJ .mbr-section-btn {
  text-align: center;
}
.cid-uIbebWnaiy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIbebWnaiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbebWnaiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbebWnaiy .row {
  justify-content: center;
}
.cid-uIbebWnaiy .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIbebWnaiy .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIbebWnaiy .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIbebWnaiy .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIbebWnaiy .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIbebWnaiy .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIbebWnaiy .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIbebWnaiy .mbr-section-title {
  color: #ffffff;
}
.cid-uIbebWnaiy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIbebWnaiy .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIbebWnaiy .mbr-section-title,
.cid-uIbebWnaiy .mbr-section-btn {
  text-align: center;
}
.cid-uIbeXx8Z2d {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #272c52;
  position: relative;
}
.cid-uIbeXx8Z2d .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uIbeXx8Z2d .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uIbeXx8Z2d .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uIbeXx8Z2d .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIbeXx8Z2d .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uIbeXx8Z2d .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIbeXx8Z2d .card .panel-body {
  color: #767676;
}
.cid-uIbeXx8Z2d .panel-text {
  color: #ffffff;
}
.cid-uIbeXx8Z2d H4 {
  color: #ffffff;
}
.cid-uIeBVGmo3l {
  background-color: #272c52;
}
.cid-uIeBVGmo3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeBVGmo3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeBVGmo3l .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uIeBVGmo3l .container {
  max-width: 1280px;
}
.cid-uIeBVGmo3l .row {
  justify-content: center;
}
.cid-uIeBVGmo3l .mbr-section-title {
  color: #212132;
}
.cid-uIeBVGmo3l .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uIeBVGmo3l .mbr-section-title,
.cid-uIeBVGmo3l .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ63952qIP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ63952qIP .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ63952qIP .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ63952qIP H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ63952qIP .section-text,
.cid-uJ63952qIP .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ63952qIP .section-text,
.cid-uJ63952qIP .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ63algYVQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ63algYVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ63algYVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ63algYVQ .row {
  justify-content: center;
}
.cid-uJ63algYVQ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ63algYVQ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ63algYVQ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ63algYVQ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ63algYVQ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ63algYVQ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ63algYVQ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ63algYVQ .mbr-section-title {
  color: #ffffff;
}
.cid-uJ63algYVQ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ63algYVQ .mbr-desc {
  color: #ffffff;
}
.cid-uJ63algYVQ .mbr-section-title,
.cid-uJ63algYVQ .mbr-section-btn {
  text-align: center;
}
.cid-uIbebXotB6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1086.jpg");
}
.cid-uIbebXotB6 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIbebXotB6 .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIbebXotB6 .btn {
  padding: 15px 30px !important;
}
.cid-uIbebXotB6 a {
  font-weight: 400;
}
.cid-uIbebXotB6 .mbr-section-subtitle,
.cid-uIbebXotB6 .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIbebXotB6 .row {
  justify-content: center;
  display: flex;
}
.cid-uIVTi89kHM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVTi89kHM .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVTi89kHM .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVTi89kHM H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVTi89kHM .section-text,
.cid-uIVTi89kHM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVTi89kHM .section-text,
.cid-uIVTi89kHM .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIbebYbSbn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIbebYbSbn .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIbebYbSbn .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIbebYbSbn .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIbebYbSbn .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIbebYbSbn .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIbebYbSbn .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIbebYbSbn .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIbebYbSbn .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIbebYbSbn .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIbebYbSbn .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIbebYbSbn [class^="socicon-"]:before,
.cid-uIbebYbSbn [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIbebYbSbn .btn {
    font-size: 20px !important;
  }
}
.cid-uIbebYbSbn .mbr-section-title {
  color: #ffffff;
}
.cid-uIbebYzThU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIbebYzThU::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIbebYzThU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbebYzThU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbebYzThU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIbebYzThU .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIbebYzThU .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIbebYzThU .container {
    padding: 0 22px;
  }
}
.cid-uIbebYzThU .row {
  position: relative;
  z-index: 1;
}
.cid-uIbebYzThU .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIbebYzThU .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIbebYzThU .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIbebYzThU .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIbebYzThU .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbebYzThU .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIbebYzThU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIbebYzThU .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIbebYzThU .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIbebYzThU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIbebYzThU .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIbebYzThU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIbebYzThU .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIbebYzThU .nav-wrapper .list .item-wrap:hover,
.cid-uIbebYzThU .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIbebYzThU .nav-wrapper .list .item-wrap:hover::before,
.cid-uIbebYzThU .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIbebYzThU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIbebYzThU .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbebYzThU .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIbebYzThU .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIbebYzThU .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIbebYzThU .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIbebYzThU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIbebYzThU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIbebYzThU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIbebYzThU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIbebYzThU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIbebYzThU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIbebYzThU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIbebYzThU .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbebYzThU .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIbebYzThU .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIbebYzThU .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIbebYzThU .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIbebYzThU .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIbebYzThU .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIbebYzThU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIbebYzThU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIbebYzThU .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIbebYzThU .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIbebYzThU .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIbebYzThU .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIbebYzThU .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIbebYzThU .mbr-section-title {
  color: #00d0f3;
}
.cid-uIbebYzThU .mbr-text {
  color: #ffffff;
}
.cid-uIbebYzThU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIbebYzThU .list {
  color: #ffffff;
}
.cid-uIbebYzThU .mbr-contact {
  color: #ffffff;
}
.cid-uIbebYzThU .mbr-desc {
  color: #ffffff;
}
.cid-uIbebYzThU .mbr-contact,
.cid-uIbebYzThU .item-contact {
  color: #fdfdfd;
}
.cid-uIbebYzThU .list,
.cid-uIbebYzThU .item-wrap {
  color: #df8825;
}
.cid-uIbebYzThU .mbr-desc,
.cid-uIbebYzThU .mbr-section-btn {
  text-align: center;
}
.cid-uIbf9PDKNH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIbf9PDKNH nav.navbar {
  position: fixed;
}
.cid-uIbf9PDKNH .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-uIbf9PDKNH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIbf9PDKNH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIbf9PDKNH .dropdown-item:hover,
.cid-uIbf9PDKNH .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIbf9PDKNH .dropdown-item:hover span {
  color: white;
}
.cid-uIbf9PDKNH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIbf9PDKNH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIbf9PDKNH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIbf9PDKNH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIbf9PDKNH .nav-link {
  position: relative;
}
.cid-uIbf9PDKNH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIbf9PDKNH .container {
    flex-wrap: nowrap;
  }
}
.cid-uIbf9PDKNH .navbar-nav {
  margin: 0 auto;
}
.cid-uIbf9PDKNH .dropdown-menu,
.cid-uIbf9PDKNH .navbar.opened {
  background: #007b1c !important;
}
.cid-uIbf9PDKNH .nav-item:focus,
.cid-uIbf9PDKNH .nav-link:focus {
  outline: none;
}
.cid-uIbf9PDKNH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIbf9PDKNH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIbf9PDKNH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIbf9PDKNH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIbf9PDKNH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIbf9PDKNH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIbf9PDKNH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIbf9PDKNH .navbar.opened {
  transition: all 0.3s;
}
.cid-uIbf9PDKNH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIbf9PDKNH .navbar .navbar-logo img {
  width: auto;
}
.cid-uIbf9PDKNH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIbf9PDKNH .navbar.collapsed {
  justify-content: center;
}
.cid-uIbf9PDKNH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIbf9PDKNH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIbf9PDKNH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIbf9PDKNH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIbf9PDKNH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIbf9PDKNH .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-uIbf9PDKNH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIbf9PDKNH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIbf9PDKNH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIbf9PDKNH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIbf9PDKNH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIbf9PDKNH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIbf9PDKNH .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-uIbf9PDKNH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIbf9PDKNH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIbf9PDKNH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIbf9PDKNH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIbf9PDKNH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIbf9PDKNH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIbf9PDKNH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIbf9PDKNH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIbf9PDKNH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIbf9PDKNH .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIbf9PDKNH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIbf9PDKNH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIbf9PDKNH .dropdown-item.active,
.cid-uIbf9PDKNH .dropdown-item:active {
  background-color: transparent;
}
.cid-uIbf9PDKNH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIbf9PDKNH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIbf9PDKNH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIbf9PDKNH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIbf9PDKNH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIbf9PDKNH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIbf9PDKNH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIbf9PDKNH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIbf9PDKNH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIbf9PDKNH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIbf9PDKNH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIbf9PDKNH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbf9PDKNH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbf9PDKNH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIbf9PDKNH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbf9PDKNH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIbf9PDKNH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIbf9PDKNH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbf9PDKNH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIbf9PDKNH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIbf9PDKNH .navbar {
    height: 70px;
  }
  .cid-uIbf9PDKNH .navbar.opened {
    height: auto;
  }
  .cid-uIbf9PDKNH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIbf9PDKNH .container,
.cid-uIbf9PDKNH .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIbf9PDKNH .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIbf9PDKNH .navbar-short .container,
.cid-uIbf9PDKNH .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIbf9PDKNH .navbar-short .container:before,
.cid-uIbf9PDKNH .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIbf9PDKNH .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIbf9PDKNH .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIbf9PDKNH .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIbf9PDKNH .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIbf9PDKNH .navbar {
    overflow: hidden;
  }
  .cid-uIbf9PDKNH .container,
  .cid-uIbf9PDKNH .container-fluid {
    min-height: 85px;
  }
  .cid-uIbf9PDKNH .navbar-brand {
    min-height: 85px;
  }
  .cid-uIbf9PDKNH .navbar-short .container,
  .cid-uIbf9PDKNH .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIbf9PDKNH .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIbf9PDKNH .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIbf9PDKNH .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIbf9PDKNH .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIbf9PDKNH .mbr-section-btn {
    text-align: left;
  }
  .cid-uIbf9PDKNH .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIbf9PDKNH .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIbf9QcnM8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIbf9QcnM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbf9QcnM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbf9QcnM8 .row {
  justify-content: center;
}
.cid-uIbf9QcnM8 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIbf9QcnM8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIbf9QcnM8 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIbf9QcnM8 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIbf9QcnM8 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIbf9QcnM8 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIbf9QcnM8 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIbf9QcnM8 .mbr-section-title {
  color: #ffffff;
}
.cid-uIbf9QcnM8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIbf9QcnM8 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIbf9QcnM8 .mbr-section-title,
.cid-uIbf9QcnM8 .mbr-section-btn {
  text-align: center;
}
.cid-uIbf9QDgz8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIbf9QDgz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbf9QDgz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbf9QDgz8 .row {
  justify-content: center;
}
.cid-uIbf9QDgz8 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIbf9QDgz8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIbf9QDgz8 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIbf9QDgz8 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIbf9QDgz8 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIbf9QDgz8 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIbf9QDgz8 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIbf9QDgz8 .mbr-section-title {
  color: #ffffff;
}
.cid-uIbf9QDgz8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIbf9QDgz8 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIbf9QDgz8 .mbr-section-title,
.cid-uIbf9QDgz8 .mbr-section-btn {
  text-align: center;
}
.cid-uIbf9RWc1M {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #272c52;
  position: relative;
}
.cid-uIbf9RWc1M .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uIbf9RWc1M .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uIbf9RWc1M .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uIbf9RWc1M .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIbf9RWc1M .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uIbf9RWc1M .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIbf9RWc1M .card .panel-body {
  color: #767676;
}
.cid-uIbf9RWc1M .panel-text {
  color: #ffffff;
}
.cid-uIbf9RWc1M H4 {
  color: #ffffff;
}
.cid-uIeBZoVsEg {
  background-color: #272c52;
}
.cid-uIeBZoVsEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeBZoVsEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeBZoVsEg .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uIeBZoVsEg .container {
  max-width: 1280px;
}
.cid-uIeBZoVsEg .row {
  justify-content: center;
}
.cid-uIeBZoVsEg .mbr-section-title {
  color: #212132;
}
.cid-uIeBZoVsEg .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uIeBZoVsEg .mbr-section-title,
.cid-uIeBZoVsEg .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ63keAuZn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ63keAuZn .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ63keAuZn .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ63keAuZn H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ63keAuZn .section-text,
.cid-uJ63keAuZn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ63keAuZn .section-text,
.cid-uJ63keAuZn .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ63jpf0oT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ63jpf0oT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ63jpf0oT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ63jpf0oT .row {
  justify-content: center;
}
.cid-uJ63jpf0oT .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ63jpf0oT .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ63jpf0oT .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ63jpf0oT .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ63jpf0oT .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ63jpf0oT .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ63jpf0oT .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ63jpf0oT .mbr-section-title {
  color: #ffffff;
}
.cid-uJ63jpf0oT .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ63jpf0oT .mbr-desc {
  color: #ffffff;
}
.cid-uJ63jpf0oT .mbr-section-title,
.cid-uJ63jpf0oT .mbr-section-btn {
  text-align: center;
}
.cid-uIbf9X7aZX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1086.jpg");
}
.cid-uIbf9X7aZX .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIbf9X7aZX .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIbf9X7aZX .btn {
  padding: 15px 30px !important;
}
.cid-uIbf9X7aZX a {
  font-weight: 400;
}
.cid-uIbf9X7aZX .mbr-section-subtitle,
.cid-uIbf9X7aZX .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIbf9X7aZX .row {
  justify-content: center;
  display: flex;
}
.cid-uIVTkYZz1A {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVTkYZz1A .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVTkYZz1A .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVTkYZz1A H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVTkYZz1A .section-text,
.cid-uIVTkYZz1A .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVTkYZz1A .section-text,
.cid-uIVTkYZz1A .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIbf9Yn2zc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIbf9Yn2zc .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIbf9Yn2zc .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIbf9Yn2zc .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIbf9Yn2zc .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIbf9Yn2zc .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIbf9Yn2zc .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIbf9Yn2zc .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIbf9Yn2zc .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIbf9Yn2zc .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIbf9Yn2zc .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIbf9Yn2zc [class^="socicon-"]:before,
.cid-uIbf9Yn2zc [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIbf9Yn2zc .btn {
    font-size: 20px !important;
  }
}
.cid-uIbf9Yn2zc .mbr-section-title {
  color: #ffffff;
}
.cid-uIbf9Z25vC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIbf9Z25vC::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIbf9Z25vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbf9Z25vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbf9Z25vC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIbf9Z25vC .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIbf9Z25vC .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIbf9Z25vC .container {
    padding: 0 22px;
  }
}
.cid-uIbf9Z25vC .row {
  position: relative;
  z-index: 1;
}
.cid-uIbf9Z25vC .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIbf9Z25vC .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIbf9Z25vC .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIbf9Z25vC .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIbf9Z25vC .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbf9Z25vC .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIbf9Z25vC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIbf9Z25vC .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIbf9Z25vC .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIbf9Z25vC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIbf9Z25vC .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIbf9Z25vC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIbf9Z25vC .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIbf9Z25vC .nav-wrapper .list .item-wrap:hover,
.cid-uIbf9Z25vC .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIbf9Z25vC .nav-wrapper .list .item-wrap:hover::before,
.cid-uIbf9Z25vC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIbf9Z25vC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIbf9Z25vC .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbf9Z25vC .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIbf9Z25vC .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIbf9Z25vC .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIbf9Z25vC .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIbf9Z25vC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIbf9Z25vC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIbf9Z25vC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIbf9Z25vC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIbf9Z25vC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIbf9Z25vC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIbf9Z25vC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIbf9Z25vC .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbf9Z25vC .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIbf9Z25vC .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIbf9Z25vC .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIbf9Z25vC .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIbf9Z25vC .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIbf9Z25vC .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIbf9Z25vC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIbf9Z25vC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIbf9Z25vC .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIbf9Z25vC .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIbf9Z25vC .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIbf9Z25vC .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIbf9Z25vC .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIbf9Z25vC .mbr-section-title {
  color: #00d0f3;
}
.cid-uIbf9Z25vC .mbr-text {
  color: #ffffff;
}
.cid-uIbf9Z25vC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIbf9Z25vC .list {
  color: #ffffff;
}
.cid-uIbf9Z25vC .mbr-contact {
  color: #ffffff;
}
.cid-uIbf9Z25vC .mbr-desc {
  color: #ffffff;
}
.cid-uIbf9Z25vC .mbr-contact,
.cid-uIbf9Z25vC .item-contact {
  color: #fdfdfd;
}
.cid-uIbf9Z25vC .list,
.cid-uIbf9Z25vC .item-wrap {
  color: #df8825;
}
.cid-uIbf9Z25vC .mbr-desc,
.cid-uIbf9Z25vC .mbr-section-btn {
  text-align: center;
}
.cid-uIbi43kZtI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIbi43kZtI nav.navbar {
  position: fixed;
}
.cid-uIbi43kZtI .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-uIbi43kZtI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIbi43kZtI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIbi43kZtI .dropdown-item:hover,
.cid-uIbi43kZtI .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIbi43kZtI .dropdown-item:hover span {
  color: white;
}
.cid-uIbi43kZtI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIbi43kZtI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIbi43kZtI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIbi43kZtI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIbi43kZtI .nav-link {
  position: relative;
}
.cid-uIbi43kZtI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIbi43kZtI .container {
    flex-wrap: nowrap;
  }
}
.cid-uIbi43kZtI .navbar-nav {
  margin: 0 auto;
}
.cid-uIbi43kZtI .dropdown-menu,
.cid-uIbi43kZtI .navbar.opened {
  background: #007b1c !important;
}
.cid-uIbi43kZtI .nav-item:focus,
.cid-uIbi43kZtI .nav-link:focus {
  outline: none;
}
.cid-uIbi43kZtI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIbi43kZtI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIbi43kZtI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIbi43kZtI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIbi43kZtI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIbi43kZtI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIbi43kZtI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIbi43kZtI .navbar.opened {
  transition: all 0.3s;
}
.cid-uIbi43kZtI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIbi43kZtI .navbar .navbar-logo img {
  width: auto;
}
.cid-uIbi43kZtI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIbi43kZtI .navbar.collapsed {
  justify-content: center;
}
.cid-uIbi43kZtI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIbi43kZtI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIbi43kZtI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIbi43kZtI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIbi43kZtI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIbi43kZtI .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-uIbi43kZtI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIbi43kZtI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIbi43kZtI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIbi43kZtI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIbi43kZtI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIbi43kZtI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIbi43kZtI .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-uIbi43kZtI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIbi43kZtI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIbi43kZtI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIbi43kZtI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIbi43kZtI .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIbi43kZtI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIbi43kZtI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIbi43kZtI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIbi43kZtI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIbi43kZtI .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIbi43kZtI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIbi43kZtI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIbi43kZtI .dropdown-item.active,
.cid-uIbi43kZtI .dropdown-item:active {
  background-color: transparent;
}
.cid-uIbi43kZtI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIbi43kZtI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIbi43kZtI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIbi43kZtI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIbi43kZtI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIbi43kZtI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIbi43kZtI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIbi43kZtI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIbi43kZtI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIbi43kZtI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIbi43kZtI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIbi43kZtI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbi43kZtI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbi43kZtI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIbi43kZtI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbi43kZtI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIbi43kZtI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIbi43kZtI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbi43kZtI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIbi43kZtI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIbi43kZtI .navbar {
    height: 70px;
  }
  .cid-uIbi43kZtI .navbar.opened {
    height: auto;
  }
  .cid-uIbi43kZtI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIbi43kZtI .container,
.cid-uIbi43kZtI .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIbi43kZtI .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIbi43kZtI .navbar-short .container,
.cid-uIbi43kZtI .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIbi43kZtI .navbar-short .container:before,
.cid-uIbi43kZtI .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIbi43kZtI .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIbi43kZtI .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIbi43kZtI .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIbi43kZtI .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIbi43kZtI .navbar {
    overflow: hidden;
  }
  .cid-uIbi43kZtI .container,
  .cid-uIbi43kZtI .container-fluid {
    min-height: 85px;
  }
  .cid-uIbi43kZtI .navbar-brand {
    min-height: 85px;
  }
  .cid-uIbi43kZtI .navbar-short .container,
  .cid-uIbi43kZtI .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIbi43kZtI .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIbi43kZtI .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIbi43kZtI .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIbi43kZtI .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIbi43kZtI .mbr-section-btn {
    text-align: left;
  }
  .cid-uIbi43kZtI .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIbi43kZtI .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIbi43QIKZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIbi43QIKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbi43QIKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbi43QIKZ .row {
  justify-content: center;
}
.cid-uIbi43QIKZ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIbi43QIKZ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIbi43QIKZ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIbi43QIKZ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIbi43QIKZ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIbi43QIKZ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIbi43QIKZ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIbi43QIKZ .mbr-section-title {
  color: #ffffff;
}
.cid-uIbi43QIKZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIbi43QIKZ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIbi43QIKZ .mbr-section-title,
.cid-uIbi43QIKZ .mbr-section-btn {
  text-align: center;
}
.cid-uIbi44gKdf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIbi44gKdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbi44gKdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbi44gKdf .row {
  justify-content: center;
}
.cid-uIbi44gKdf .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIbi44gKdf .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIbi44gKdf .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIbi44gKdf .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIbi44gKdf .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIbi44gKdf .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIbi44gKdf .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIbi44gKdf .mbr-section-title {
  color: #ffffff;
}
.cid-uIbi44gKdf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIbi44gKdf .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIbi44gKdf .mbr-section-title,
.cid-uIbi44gKdf .mbr-section-btn {
  text-align: center;
}
.cid-uIbi468qXK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #272c52;
  position: relative;
}
.cid-uIbi468qXK .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uIbi468qXK .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uIbi468qXK .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uIbi468qXK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIbi468qXK .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uIbi468qXK .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIbi468qXK .card .panel-body {
  color: #767676;
}
.cid-uIbi468qXK .panel-text {
  color: #ffffff;
}
.cid-uIbi468qXK H4 {
  color: #ffffff;
}
.cid-uIeC1PQruF {
  background-color: #272c52;
}
.cid-uIeC1PQruF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeC1PQruF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeC1PQruF .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uIeC1PQruF .container {
  max-width: 1280px;
}
.cid-uIeC1PQruF .row {
  justify-content: center;
}
.cid-uIeC1PQruF .mbr-section-title {
  color: #212132;
}
.cid-uIeC1PQruF .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uIeC1PQruF .mbr-section-title,
.cid-uIeC1PQruF .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ63q8QG6N {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ63q8QG6N .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ63q8QG6N .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ63q8QG6N H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ63q8QG6N .section-text,
.cid-uJ63q8QG6N .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ63q8QG6N .section-text,
.cid-uJ63q8QG6N .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ63ru32XN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ63ru32XN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ63ru32XN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ63ru32XN .row {
  justify-content: center;
}
.cid-uJ63ru32XN .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ63ru32XN .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ63ru32XN .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ63ru32XN .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ63ru32XN .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ63ru32XN .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ63ru32XN .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ63ru32XN .mbr-section-title {
  color: #ffffff;
}
.cid-uJ63ru32XN .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ63ru32XN .mbr-desc {
  color: #ffffff;
}
.cid-uJ63ru32XN .mbr-section-title,
.cid-uJ63ru32XN .mbr-section-btn {
  text-align: center;
}
.cid-uIbi4aUu4Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1086.jpg");
}
.cid-uIbi4aUu4Z .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIbi4aUu4Z .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIbi4aUu4Z .btn {
  padding: 15px 30px !important;
}
.cid-uIbi4aUu4Z a {
  font-weight: 400;
}
.cid-uIbi4aUu4Z .mbr-section-subtitle,
.cid-uIbi4aUu4Z .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIbi4aUu4Z .row {
  justify-content: center;
  display: flex;
}
.cid-uIVTolkdef {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVTolkdef .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVTolkdef .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVTolkdef H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVTolkdef .section-text,
.cid-uIVTolkdef .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVTolkdef .section-text,
.cid-uIVTolkdef .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIbi4caGlQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIbi4caGlQ .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIbi4caGlQ .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIbi4caGlQ .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIbi4caGlQ .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIbi4caGlQ .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIbi4caGlQ .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIbi4caGlQ .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIbi4caGlQ .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIbi4caGlQ .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIbi4caGlQ .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIbi4caGlQ [class^="socicon-"]:before,
.cid-uIbi4caGlQ [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIbi4caGlQ .btn {
    font-size: 20px !important;
  }
}
.cid-uIbi4caGlQ .mbr-section-title {
  color: #ffffff;
}
.cid-uIbi4cREOu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIbi4cREOu::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIbi4cREOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbi4cREOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbi4cREOu .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIbi4cREOu .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIbi4cREOu .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIbi4cREOu .container {
    padding: 0 22px;
  }
}
.cid-uIbi4cREOu .row {
  position: relative;
  z-index: 1;
}
.cid-uIbi4cREOu .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIbi4cREOu .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIbi4cREOu .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIbi4cREOu .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIbi4cREOu .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbi4cREOu .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIbi4cREOu .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIbi4cREOu .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIbi4cREOu .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIbi4cREOu .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIbi4cREOu .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIbi4cREOu .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIbi4cREOu .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIbi4cREOu .nav-wrapper .list .item-wrap:hover,
.cid-uIbi4cREOu .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIbi4cREOu .nav-wrapper .list .item-wrap:hover::before,
.cid-uIbi4cREOu .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIbi4cREOu .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIbi4cREOu .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbi4cREOu .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIbi4cREOu .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIbi4cREOu .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIbi4cREOu .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIbi4cREOu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIbi4cREOu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIbi4cREOu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIbi4cREOu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIbi4cREOu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIbi4cREOu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIbi4cREOu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIbi4cREOu .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbi4cREOu .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIbi4cREOu .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIbi4cREOu .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIbi4cREOu .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIbi4cREOu .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIbi4cREOu .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIbi4cREOu .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIbi4cREOu .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIbi4cREOu .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIbi4cREOu .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIbi4cREOu .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIbi4cREOu .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIbi4cREOu .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIbi4cREOu .mbr-section-title {
  color: #00d0f3;
}
.cid-uIbi4cREOu .mbr-text {
  color: #ffffff;
}
.cid-uIbi4cREOu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIbi4cREOu .list {
  color: #ffffff;
}
.cid-uIbi4cREOu .mbr-contact {
  color: #ffffff;
}
.cid-uIbi4cREOu .mbr-desc {
  color: #ffffff;
}
.cid-uIbi4cREOu .mbr-contact,
.cid-uIbi4cREOu .item-contact {
  color: #fdfdfd;
}
.cid-uIbi4cREOu .list,
.cid-uIbi4cREOu .item-wrap {
  color: #df8825;
}
.cid-uIbi4cREOu .mbr-desc,
.cid-uIbi4cREOu .mbr-section-btn {
  text-align: center;
}
.cid-uIbm6NgTyN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIbm6NgTyN nav.navbar {
  position: fixed;
}
.cid-uIbm6NgTyN .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-uIbm6NgTyN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIbm6NgTyN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIbm6NgTyN .dropdown-item:hover,
.cid-uIbm6NgTyN .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIbm6NgTyN .dropdown-item:hover span {
  color: white;
}
.cid-uIbm6NgTyN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIbm6NgTyN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIbm6NgTyN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIbm6NgTyN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIbm6NgTyN .nav-link {
  position: relative;
}
.cid-uIbm6NgTyN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIbm6NgTyN .container {
    flex-wrap: nowrap;
  }
}
.cid-uIbm6NgTyN .navbar-nav {
  margin: 0 auto;
}
.cid-uIbm6NgTyN .dropdown-menu,
.cid-uIbm6NgTyN .navbar.opened {
  background: #007b1c !important;
}
.cid-uIbm6NgTyN .nav-item:focus,
.cid-uIbm6NgTyN .nav-link:focus {
  outline: none;
}
.cid-uIbm6NgTyN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIbm6NgTyN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIbm6NgTyN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIbm6NgTyN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIbm6NgTyN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIbm6NgTyN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIbm6NgTyN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIbm6NgTyN .navbar.opened {
  transition: all 0.3s;
}
.cid-uIbm6NgTyN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIbm6NgTyN .navbar .navbar-logo img {
  width: auto;
}
.cid-uIbm6NgTyN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIbm6NgTyN .navbar.collapsed {
  justify-content: center;
}
.cid-uIbm6NgTyN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIbm6NgTyN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIbm6NgTyN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIbm6NgTyN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIbm6NgTyN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIbm6NgTyN .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-uIbm6NgTyN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIbm6NgTyN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIbm6NgTyN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIbm6NgTyN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIbm6NgTyN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIbm6NgTyN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIbm6NgTyN .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-uIbm6NgTyN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIbm6NgTyN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIbm6NgTyN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIbm6NgTyN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIbm6NgTyN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIbm6NgTyN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIbm6NgTyN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIbm6NgTyN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIbm6NgTyN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIbm6NgTyN .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIbm6NgTyN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIbm6NgTyN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIbm6NgTyN .dropdown-item.active,
.cid-uIbm6NgTyN .dropdown-item:active {
  background-color: transparent;
}
.cid-uIbm6NgTyN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIbm6NgTyN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIbm6NgTyN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIbm6NgTyN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIbm6NgTyN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIbm6NgTyN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIbm6NgTyN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIbm6NgTyN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIbm6NgTyN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIbm6NgTyN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIbm6NgTyN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIbm6NgTyN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbm6NgTyN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbm6NgTyN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIbm6NgTyN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbm6NgTyN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIbm6NgTyN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIbm6NgTyN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbm6NgTyN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIbm6NgTyN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIbm6NgTyN .navbar {
    height: 70px;
  }
  .cid-uIbm6NgTyN .navbar.opened {
    height: auto;
  }
  .cid-uIbm6NgTyN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIbm6NgTyN .container,
.cid-uIbm6NgTyN .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIbm6NgTyN .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIbm6NgTyN .navbar-short .container,
.cid-uIbm6NgTyN .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIbm6NgTyN .navbar-short .container:before,
.cid-uIbm6NgTyN .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIbm6NgTyN .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIbm6NgTyN .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIbm6NgTyN .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIbm6NgTyN .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIbm6NgTyN .navbar {
    overflow: hidden;
  }
  .cid-uIbm6NgTyN .container,
  .cid-uIbm6NgTyN .container-fluid {
    min-height: 85px;
  }
  .cid-uIbm6NgTyN .navbar-brand {
    min-height: 85px;
  }
  .cid-uIbm6NgTyN .navbar-short .container,
  .cid-uIbm6NgTyN .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIbm6NgTyN .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIbm6NgTyN .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIbm6NgTyN .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIbm6NgTyN .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIbm6NgTyN .mbr-section-btn {
    text-align: left;
  }
  .cid-uIbm6NgTyN .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIbm6NgTyN .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIbm6NKPpz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIbm6NKPpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbm6NKPpz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbm6NKPpz .row {
  justify-content: center;
}
.cid-uIbm6NKPpz .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIbm6NKPpz .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIbm6NKPpz .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIbm6NKPpz .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIbm6NKPpz .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIbm6NKPpz .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIbm6NKPpz .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIbm6NKPpz .mbr-section-title {
  color: #ffffff;
}
.cid-uIbm6NKPpz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIbm6NKPpz .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIbm6NKPpz .mbr-section-title,
.cid-uIbm6NKPpz .mbr-section-btn {
  text-align: center;
}
.cid-uIbm6ObtHc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIbm6ObtHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbm6ObtHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbm6ObtHc .row {
  justify-content: center;
}
.cid-uIbm6ObtHc .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIbm6ObtHc .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIbm6ObtHc .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIbm6ObtHc .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIbm6ObtHc .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIbm6ObtHc .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIbm6ObtHc .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIbm6ObtHc .mbr-section-title {
  color: #ffffff;
}
.cid-uIbm6ObtHc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIbm6ObtHc .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIbm6ObtHc .mbr-section-title,
.cid-uIbm6ObtHc .mbr-section-btn {
  text-align: center;
}
.cid-uIbm6QvLf0 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #272c52;
  position: relative;
}
.cid-uIbm6QvLf0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uIbm6QvLf0 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uIbm6QvLf0 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uIbm6QvLf0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIbm6QvLf0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uIbm6QvLf0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIbm6QvLf0 .card .panel-body {
  color: #767676;
}
.cid-uIbm6QvLf0 .panel-text {
  color: #ffffff;
}
.cid-uIbm6QvLf0 H4 {
  color: #ffffff;
}
.cid-uIeC3ZVZoM {
  background-color: #272c52;
}
.cid-uIeC3ZVZoM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeC3ZVZoM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeC3ZVZoM .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uIeC3ZVZoM .container {
  max-width: 1280px;
}
.cid-uIeC3ZVZoM .row {
  justify-content: center;
}
.cid-uIeC3ZVZoM .mbr-section-title {
  color: #212132;
}
.cid-uIeC3ZVZoM .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uIeC3ZVZoM .mbr-section-title,
.cid-uIeC3ZVZoM .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ63EhQ0Ux {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ63EhQ0Ux .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ63EhQ0Ux .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ63EhQ0Ux H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ63EhQ0Ux .section-text,
.cid-uJ63EhQ0Ux .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ63EhQ0Ux .section-text,
.cid-uJ63EhQ0Ux .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ63DISXvp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ63DISXvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ63DISXvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ63DISXvp .row {
  justify-content: center;
}
.cid-uJ63DISXvp .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ63DISXvp .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ63DISXvp .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ63DISXvp .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ63DISXvp .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ63DISXvp .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ63DISXvp .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ63DISXvp .mbr-section-title {
  color: #ffffff;
}
.cid-uJ63DISXvp .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ63DISXvp .mbr-desc {
  color: #ffffff;
}
.cid-uJ63DISXvp .mbr-section-title,
.cid-uJ63DISXvp .mbr-section-btn {
  text-align: center;
}
.cid-uIbm6UDxvX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1086.jpg");
}
.cid-uIbm6UDxvX .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIbm6UDxvX .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIbm6UDxvX .btn {
  padding: 15px 30px !important;
}
.cid-uIbm6UDxvX a {
  font-weight: 400;
}
.cid-uIbm6UDxvX .mbr-section-subtitle,
.cid-uIbm6UDxvX .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIbm6UDxvX .row {
  justify-content: center;
  display: flex;
}
.cid-uIVTqWf7TZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVTqWf7TZ .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVTqWf7TZ .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVTqWf7TZ H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVTqWf7TZ .section-text,
.cid-uIVTqWf7TZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVTqWf7TZ .section-text,
.cid-uIVTqWf7TZ .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIbm6VQ3zk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIbm6VQ3zk .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIbm6VQ3zk .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIbm6VQ3zk .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIbm6VQ3zk .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIbm6VQ3zk .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIbm6VQ3zk .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIbm6VQ3zk .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIbm6VQ3zk .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIbm6VQ3zk .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIbm6VQ3zk .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIbm6VQ3zk [class^="socicon-"]:before,
.cid-uIbm6VQ3zk [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIbm6VQ3zk .btn {
    font-size: 20px !important;
  }
}
.cid-uIbm6VQ3zk .mbr-section-title {
  color: #ffffff;
}
.cid-uIbm6WrPRv {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIbm6WrPRv::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIbm6WrPRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbm6WrPRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbm6WrPRv .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIbm6WrPRv .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIbm6WrPRv .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIbm6WrPRv .container {
    padding: 0 22px;
  }
}
.cid-uIbm6WrPRv .row {
  position: relative;
  z-index: 1;
}
.cid-uIbm6WrPRv .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIbm6WrPRv .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIbm6WrPRv .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIbm6WrPRv .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIbm6WrPRv .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbm6WrPRv .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIbm6WrPRv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIbm6WrPRv .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIbm6WrPRv .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIbm6WrPRv .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIbm6WrPRv .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIbm6WrPRv .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIbm6WrPRv .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIbm6WrPRv .nav-wrapper .list .item-wrap:hover,
.cid-uIbm6WrPRv .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIbm6WrPRv .nav-wrapper .list .item-wrap:hover::before,
.cid-uIbm6WrPRv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIbm6WrPRv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIbm6WrPRv .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbm6WrPRv .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIbm6WrPRv .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIbm6WrPRv .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIbm6WrPRv .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIbm6WrPRv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIbm6WrPRv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIbm6WrPRv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIbm6WrPRv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIbm6WrPRv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIbm6WrPRv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIbm6WrPRv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIbm6WrPRv .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbm6WrPRv .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIbm6WrPRv .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIbm6WrPRv .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIbm6WrPRv .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIbm6WrPRv .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIbm6WrPRv .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIbm6WrPRv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIbm6WrPRv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIbm6WrPRv .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIbm6WrPRv .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIbm6WrPRv .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIbm6WrPRv .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIbm6WrPRv .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIbm6WrPRv .mbr-section-title {
  color: #00d0f3;
}
.cid-uIbm6WrPRv .mbr-text {
  color: #ffffff;
}
.cid-uIbm6WrPRv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIbm6WrPRv .list {
  color: #ffffff;
}
.cid-uIbm6WrPRv .mbr-contact {
  color: #ffffff;
}
.cid-uIbm6WrPRv .mbr-desc {
  color: #ffffff;
}
.cid-uIbm6WrPRv .mbr-contact,
.cid-uIbm6WrPRv .item-contact {
  color: #fdfdfd;
}
.cid-uIbm6WrPRv .list,
.cid-uIbm6WrPRv .item-wrap {
  color: #df8825;
}
.cid-uIbm6WrPRv .mbr-desc,
.cid-uIbm6WrPRv .mbr-section-btn {
  text-align: center;
}
.cid-uIbjdhffEH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIbjdhffEH nav.navbar {
  position: fixed;
}
.cid-uIbjdhffEH .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-uIbjdhffEH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIbjdhffEH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIbjdhffEH .dropdown-item:hover,
.cid-uIbjdhffEH .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIbjdhffEH .dropdown-item:hover span {
  color: white;
}
.cid-uIbjdhffEH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIbjdhffEH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIbjdhffEH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIbjdhffEH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIbjdhffEH .nav-link {
  position: relative;
}
.cid-uIbjdhffEH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIbjdhffEH .container {
    flex-wrap: nowrap;
  }
}
.cid-uIbjdhffEH .navbar-nav {
  margin: 0 auto;
}
.cid-uIbjdhffEH .dropdown-menu,
.cid-uIbjdhffEH .navbar.opened {
  background: #007b1c !important;
}
.cid-uIbjdhffEH .nav-item:focus,
.cid-uIbjdhffEH .nav-link:focus {
  outline: none;
}
.cid-uIbjdhffEH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIbjdhffEH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIbjdhffEH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIbjdhffEH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIbjdhffEH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIbjdhffEH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIbjdhffEH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIbjdhffEH .navbar.opened {
  transition: all 0.3s;
}
.cid-uIbjdhffEH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIbjdhffEH .navbar .navbar-logo img {
  width: auto;
}
.cid-uIbjdhffEH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIbjdhffEH .navbar.collapsed {
  justify-content: center;
}
.cid-uIbjdhffEH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIbjdhffEH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIbjdhffEH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIbjdhffEH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIbjdhffEH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIbjdhffEH .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-uIbjdhffEH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIbjdhffEH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIbjdhffEH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIbjdhffEH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIbjdhffEH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIbjdhffEH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIbjdhffEH .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-uIbjdhffEH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIbjdhffEH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIbjdhffEH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIbjdhffEH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIbjdhffEH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIbjdhffEH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIbjdhffEH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIbjdhffEH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIbjdhffEH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIbjdhffEH .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIbjdhffEH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIbjdhffEH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIbjdhffEH .dropdown-item.active,
.cid-uIbjdhffEH .dropdown-item:active {
  background-color: transparent;
}
.cid-uIbjdhffEH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIbjdhffEH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIbjdhffEH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIbjdhffEH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIbjdhffEH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIbjdhffEH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIbjdhffEH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIbjdhffEH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIbjdhffEH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIbjdhffEH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIbjdhffEH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIbjdhffEH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbjdhffEH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbjdhffEH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIbjdhffEH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbjdhffEH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIbjdhffEH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIbjdhffEH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbjdhffEH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIbjdhffEH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIbjdhffEH .navbar {
    height: 70px;
  }
  .cid-uIbjdhffEH .navbar.opened {
    height: auto;
  }
  .cid-uIbjdhffEH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIbjdhffEH .container,
.cid-uIbjdhffEH .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIbjdhffEH .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIbjdhffEH .navbar-short .container,
.cid-uIbjdhffEH .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIbjdhffEH .navbar-short .container:before,
.cid-uIbjdhffEH .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIbjdhffEH .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIbjdhffEH .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIbjdhffEH .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIbjdhffEH .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIbjdhffEH .navbar {
    overflow: hidden;
  }
  .cid-uIbjdhffEH .container,
  .cid-uIbjdhffEH .container-fluid {
    min-height: 85px;
  }
  .cid-uIbjdhffEH .navbar-brand {
    min-height: 85px;
  }
  .cid-uIbjdhffEH .navbar-short .container,
  .cid-uIbjdhffEH .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIbjdhffEH .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIbjdhffEH .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIbjdhffEH .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIbjdhffEH .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIbjdhffEH .mbr-section-btn {
    text-align: left;
  }
  .cid-uIbjdhffEH .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIbjdhffEH .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIbjdhLGnh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIbjdhLGnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbjdhLGnh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbjdhLGnh .row {
  justify-content: center;
}
.cid-uIbjdhLGnh .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIbjdhLGnh .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIbjdhLGnh .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIbjdhLGnh .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIbjdhLGnh .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIbjdhLGnh .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIbjdhLGnh .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIbjdhLGnh .mbr-section-title {
  color: #ffffff;
}
.cid-uIbjdhLGnh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIbjdhLGnh .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIbjdhLGnh .mbr-section-title,
.cid-uIbjdhLGnh .mbr-section-btn {
  text-align: center;
}
.cid-uIbjdiehl3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIbjdiehl3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbjdiehl3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbjdiehl3 .row {
  justify-content: center;
}
.cid-uIbjdiehl3 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIbjdiehl3 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIbjdiehl3 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIbjdiehl3 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIbjdiehl3 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIbjdiehl3 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIbjdiehl3 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIbjdiehl3 .mbr-section-title {
  color: #ffffff;
}
.cid-uIbjdiehl3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIbjdiehl3 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIbjdiehl3 .mbr-section-title,
.cid-uIbjdiehl3 .mbr-section-btn {
  text-align: center;
}
.cid-uIbjdl64ku {
  padding-top: 30px;
  padding-bottom: 45px;
  position: relative;
  background-color: #272c52;
}
.cid-uIbjdl64ku .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uIbjdl64ku .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uIbjdl64ku .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uIbjdl64ku .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIbjdl64ku .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uIbjdl64ku .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIbjdl64ku .card .panel-body {
  color: #767676;
}
.cid-uIbjdl64ku H4 {
  color: #ffffff;
}
.cid-uIbjdl64ku .panel-text {
  color: #ffffff;
}
.cid-uIeC900GyZ {
  background-color: #272c52;
}
.cid-uIeC900GyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeC900GyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeC900GyZ .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uIeC900GyZ .container {
  max-width: 1280px;
}
.cid-uIeC900GyZ .row {
  justify-content: center;
}
.cid-uIeC900GyZ .mbr-section-title {
  color: #212132;
}
.cid-uIeC900GyZ .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uIeC900GyZ .mbr-section-title,
.cid-uIeC900GyZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ63KefolG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ63KefolG .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ63KefolG .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ63KefolG H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ63KefolG .section-text,
.cid-uJ63KefolG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ63KefolG .section-text,
.cid-uJ63KefolG .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ63JBeaTg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ63JBeaTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ63JBeaTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ63JBeaTg .row {
  justify-content: center;
}
.cid-uJ63JBeaTg .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ63JBeaTg .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ63JBeaTg .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ63JBeaTg .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ63JBeaTg .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ63JBeaTg .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ63JBeaTg .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ63JBeaTg .mbr-section-title {
  color: #ffffff;
}
.cid-uJ63JBeaTg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ63JBeaTg .mbr-desc {
  color: #ffffff;
}
.cid-uJ63JBeaTg .mbr-section-title,
.cid-uJ63JBeaTg .mbr-section-btn {
  text-align: center;
}
.cid-uIbjdoX4po {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1086.jpg");
}
.cid-uIbjdoX4po .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIbjdoX4po .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIbjdoX4po .btn {
  padding: 15px 30px !important;
}
.cid-uIbjdoX4po a {
  font-weight: 400;
}
.cid-uIbjdoX4po .mbr-section-subtitle,
.cid-uIbjdoX4po .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIbjdoX4po .row {
  justify-content: center;
  display: flex;
}
.cid-uIVTtpvrqI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVTtpvrqI .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVTtpvrqI .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVTtpvrqI H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVTtpvrqI .section-text,
.cid-uIVTtpvrqI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVTtpvrqI .section-text,
.cid-uIVTtpvrqI .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIbjdqdIc4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIbjdqdIc4 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIbjdqdIc4 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIbjdqdIc4 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIbjdqdIc4 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIbjdqdIc4 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIbjdqdIc4 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIbjdqdIc4 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIbjdqdIc4 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIbjdqdIc4 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIbjdqdIc4 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIbjdqdIc4 [class^="socicon-"]:before,
.cid-uIbjdqdIc4 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIbjdqdIc4 .btn {
    font-size: 20px !important;
  }
}
.cid-uIbjdqdIc4 .mbr-section-title {
  color: #ffffff;
}
.cid-uIbjdqTvMA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIbjdqTvMA::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIbjdqTvMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbjdqTvMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbjdqTvMA .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIbjdqTvMA .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIbjdqTvMA .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIbjdqTvMA .container {
    padding: 0 22px;
  }
}
.cid-uIbjdqTvMA .row {
  position: relative;
  z-index: 1;
}
.cid-uIbjdqTvMA .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIbjdqTvMA .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIbjdqTvMA .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIbjdqTvMA .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIbjdqTvMA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbjdqTvMA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIbjdqTvMA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIbjdqTvMA .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIbjdqTvMA .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIbjdqTvMA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIbjdqTvMA .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIbjdqTvMA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIbjdqTvMA .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIbjdqTvMA .nav-wrapper .list .item-wrap:hover,
.cid-uIbjdqTvMA .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIbjdqTvMA .nav-wrapper .list .item-wrap:hover::before,
.cid-uIbjdqTvMA .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIbjdqTvMA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIbjdqTvMA .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbjdqTvMA .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIbjdqTvMA .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIbjdqTvMA .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIbjdqTvMA .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIbjdqTvMA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIbjdqTvMA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIbjdqTvMA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIbjdqTvMA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIbjdqTvMA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIbjdqTvMA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIbjdqTvMA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIbjdqTvMA .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbjdqTvMA .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIbjdqTvMA .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIbjdqTvMA .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIbjdqTvMA .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIbjdqTvMA .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIbjdqTvMA .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIbjdqTvMA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIbjdqTvMA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIbjdqTvMA .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIbjdqTvMA .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIbjdqTvMA .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIbjdqTvMA .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIbjdqTvMA .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIbjdqTvMA .mbr-section-title {
  color: #00d0f3;
}
.cid-uIbjdqTvMA .mbr-text {
  color: #ffffff;
}
.cid-uIbjdqTvMA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIbjdqTvMA .list {
  color: #ffffff;
}
.cid-uIbjdqTvMA .mbr-contact {
  color: #ffffff;
}
.cid-uIbjdqTvMA .mbr-desc {
  color: #ffffff;
}
.cid-uIbjdqTvMA .mbr-contact,
.cid-uIbjdqTvMA .item-contact {
  color: #fdfdfd;
}
.cid-uIbjdqTvMA .list,
.cid-uIbjdqTvMA .item-wrap {
  color: #df8825;
}
.cid-uIbjdqTvMA .mbr-desc,
.cid-uIbjdqTvMA .mbr-section-btn {
  text-align: center;
}
.cid-uIbnh5vbt9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIbnh5vbt9 nav.navbar {
  position: fixed;
}
.cid-uIbnh5vbt9 .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-uIbnh5vbt9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIbnh5vbt9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIbnh5vbt9 .dropdown-item:hover,
.cid-uIbnh5vbt9 .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIbnh5vbt9 .dropdown-item:hover span {
  color: white;
}
.cid-uIbnh5vbt9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIbnh5vbt9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIbnh5vbt9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIbnh5vbt9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIbnh5vbt9 .nav-link {
  position: relative;
}
.cid-uIbnh5vbt9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIbnh5vbt9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIbnh5vbt9 .navbar-nav {
  margin: 0 auto;
}
.cid-uIbnh5vbt9 .dropdown-menu,
.cid-uIbnh5vbt9 .navbar.opened {
  background: #007b1c !important;
}
.cid-uIbnh5vbt9 .nav-item:focus,
.cid-uIbnh5vbt9 .nav-link:focus {
  outline: none;
}
.cid-uIbnh5vbt9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIbnh5vbt9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIbnh5vbt9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIbnh5vbt9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIbnh5vbt9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIbnh5vbt9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIbnh5vbt9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIbnh5vbt9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIbnh5vbt9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIbnh5vbt9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIbnh5vbt9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIbnh5vbt9 .navbar.collapsed {
  justify-content: center;
}
.cid-uIbnh5vbt9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIbnh5vbt9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIbnh5vbt9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIbnh5vbt9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIbnh5vbt9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIbnh5vbt9 .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-uIbnh5vbt9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIbnh5vbt9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIbnh5vbt9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIbnh5vbt9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIbnh5vbt9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIbnh5vbt9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIbnh5vbt9 .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-uIbnh5vbt9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIbnh5vbt9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIbnh5vbt9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIbnh5vbt9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIbnh5vbt9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIbnh5vbt9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIbnh5vbt9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIbnh5vbt9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIbnh5vbt9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIbnh5vbt9 .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIbnh5vbt9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIbnh5vbt9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIbnh5vbt9 .dropdown-item.active,
.cid-uIbnh5vbt9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIbnh5vbt9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIbnh5vbt9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIbnh5vbt9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIbnh5vbt9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIbnh5vbt9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIbnh5vbt9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIbnh5vbt9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIbnh5vbt9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIbnh5vbt9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIbnh5vbt9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIbnh5vbt9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIbnh5vbt9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbnh5vbt9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbnh5vbt9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIbnh5vbt9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbnh5vbt9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIbnh5vbt9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIbnh5vbt9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbnh5vbt9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIbnh5vbt9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIbnh5vbt9 .navbar {
    height: 70px;
  }
  .cid-uIbnh5vbt9 .navbar.opened {
    height: auto;
  }
  .cid-uIbnh5vbt9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIbnh5vbt9 .container,
.cid-uIbnh5vbt9 .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIbnh5vbt9 .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIbnh5vbt9 .navbar-short .container,
.cid-uIbnh5vbt9 .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIbnh5vbt9 .navbar-short .container:before,
.cid-uIbnh5vbt9 .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIbnh5vbt9 .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIbnh5vbt9 .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIbnh5vbt9 .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIbnh5vbt9 .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIbnh5vbt9 .navbar {
    overflow: hidden;
  }
  .cid-uIbnh5vbt9 .container,
  .cid-uIbnh5vbt9 .container-fluid {
    min-height: 85px;
  }
  .cid-uIbnh5vbt9 .navbar-brand {
    min-height: 85px;
  }
  .cid-uIbnh5vbt9 .navbar-short .container,
  .cid-uIbnh5vbt9 .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIbnh5vbt9 .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIbnh5vbt9 .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIbnh5vbt9 .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIbnh5vbt9 .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIbnh5vbt9 .mbr-section-btn {
    text-align: left;
  }
  .cid-uIbnh5vbt9 .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIbnh5vbt9 .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIbnh606Eb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIbnh606Eb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbnh606Eb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbnh606Eb .row {
  justify-content: center;
}
.cid-uIbnh606Eb .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIbnh606Eb .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIbnh606Eb .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIbnh606Eb .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIbnh606Eb .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIbnh606Eb .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIbnh606Eb .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIbnh606Eb .mbr-section-title {
  color: #ffffff;
}
.cid-uIbnh606Eb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIbnh606Eb .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIbnh606Eb .mbr-section-title,
.cid-uIbnh606Eb .mbr-section-btn {
  text-align: center;
}
.cid-uIbnh6naLo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIbnh6naLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbnh6naLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbnh6naLo .row {
  justify-content: center;
}
.cid-uIbnh6naLo .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIbnh6naLo .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIbnh6naLo .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIbnh6naLo .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIbnh6naLo .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIbnh6naLo .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIbnh6naLo .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIbnh6naLo .mbr-section-title {
  color: #ffffff;
}
.cid-uIbnh6naLo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIbnh6naLo .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIbnh6naLo .mbr-section-title,
.cid-uIbnh6naLo .mbr-section-btn {
  text-align: center;
}
.cid-uIbnh9P6Xv {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #272c52;
  position: relative;
}
.cid-uIbnh9P6Xv .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uIbnh9P6Xv .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uIbnh9P6Xv .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uIbnh9P6Xv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIbnh9P6Xv .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uIbnh9P6Xv .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIbnh9P6Xv .card .panel-body {
  color: #767676;
}
.cid-uIbnh9P6Xv .panel-text {
  color: #ffffff;
}
.cid-uIbnh9P6Xv H4 {
  color: #ffffff;
}
.cid-uIeCbfPEtg {
  background-color: #272c52;
}
.cid-uIeCbfPEtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeCbfPEtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeCbfPEtg .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uIeCbfPEtg .container {
  max-width: 1280px;
}
.cid-uIeCbfPEtg .row {
  justify-content: center;
}
.cid-uIeCbfPEtg .mbr-section-title {
  color: #212132;
}
.cid-uIeCbfPEtg .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uIeCbfPEtg .mbr-section-title,
.cid-uIeCbfPEtg .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ63PBdNAk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ63PBdNAk .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ63PBdNAk .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ63PBdNAk H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ63PBdNAk .section-text,
.cid-uJ63PBdNAk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ63PBdNAk .section-text,
.cid-uJ63PBdNAk .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ63P3gtNS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ63P3gtNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ63P3gtNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ63P3gtNS .row {
  justify-content: center;
}
.cid-uJ63P3gtNS .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ63P3gtNS .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ63P3gtNS .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ63P3gtNS .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ63P3gtNS .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ63P3gtNS .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ63P3gtNS .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ63P3gtNS .mbr-section-title {
  color: #ffffff;
}
.cid-uJ63P3gtNS .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ63P3gtNS .mbr-desc {
  color: #ffffff;
}
.cid-uJ63P3gtNS .mbr-section-title,
.cid-uJ63P3gtNS .mbr-section-btn {
  text-align: center;
}
.cid-uIbnhcQRPv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1086.jpg");
}
.cid-uIbnhcQRPv .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIbnhcQRPv .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIbnhcQRPv .btn {
  padding: 15px 30px !important;
}
.cid-uIbnhcQRPv a {
  font-weight: 400;
}
.cid-uIbnhcQRPv .mbr-section-subtitle,
.cid-uIbnhcQRPv .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIbnhcQRPv .row {
  justify-content: center;
  display: flex;
}
.cid-uIVTwmX4xg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVTwmX4xg .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVTwmX4xg .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVTwmX4xg H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVTwmX4xg .section-text,
.cid-uIVTwmX4xg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVTwmX4xg .section-text,
.cid-uIVTwmX4xg .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIbnhe6T6t {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIbnhe6T6t .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIbnhe6T6t .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIbnhe6T6t .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIbnhe6T6t .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIbnhe6T6t .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIbnhe6T6t .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIbnhe6T6t .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIbnhe6T6t .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIbnhe6T6t .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIbnhe6T6t .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIbnhe6T6t [class^="socicon-"]:before,
.cid-uIbnhe6T6t [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIbnhe6T6t .btn {
    font-size: 20px !important;
  }
}
.cid-uIbnhe6T6t .mbr-section-title {
  color: #ffffff;
}
.cid-uIbnheJCvL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIbnheJCvL::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIbnheJCvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbnheJCvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbnheJCvL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIbnheJCvL .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIbnheJCvL .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIbnheJCvL .container {
    padding: 0 22px;
  }
}
.cid-uIbnheJCvL .row {
  position: relative;
  z-index: 1;
}
.cid-uIbnheJCvL .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIbnheJCvL .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIbnheJCvL .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIbnheJCvL .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIbnheJCvL .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbnheJCvL .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIbnheJCvL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIbnheJCvL .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIbnheJCvL .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIbnheJCvL .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIbnheJCvL .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIbnheJCvL .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIbnheJCvL .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIbnheJCvL .nav-wrapper .list .item-wrap:hover,
.cid-uIbnheJCvL .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIbnheJCvL .nav-wrapper .list .item-wrap:hover::before,
.cid-uIbnheJCvL .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIbnheJCvL .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIbnheJCvL .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbnheJCvL .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIbnheJCvL .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIbnheJCvL .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIbnheJCvL .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIbnheJCvL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIbnheJCvL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIbnheJCvL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIbnheJCvL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIbnheJCvL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIbnheJCvL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIbnheJCvL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIbnheJCvL .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbnheJCvL .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIbnheJCvL .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIbnheJCvL .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIbnheJCvL .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIbnheJCvL .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIbnheJCvL .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIbnheJCvL .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIbnheJCvL .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIbnheJCvL .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIbnheJCvL .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIbnheJCvL .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIbnheJCvL .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIbnheJCvL .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIbnheJCvL .mbr-section-title {
  color: #00d0f3;
}
.cid-uIbnheJCvL .mbr-text {
  color: #ffffff;
}
.cid-uIbnheJCvL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIbnheJCvL .list {
  color: #ffffff;
}
.cid-uIbnheJCvL .mbr-contact {
  color: #ffffff;
}
.cid-uIbnheJCvL .mbr-desc {
  color: #ffffff;
}
.cid-uIbnheJCvL .mbr-contact,
.cid-uIbnheJCvL .item-contact {
  color: #fdfdfd;
}
.cid-uIbnheJCvL .list,
.cid-uIbnheJCvL .item-wrap {
  color: #df8825;
}
.cid-uIbnheJCvL .mbr-desc,
.cid-uIbnheJCvL .mbr-section-btn {
  text-align: center;
}
.cid-uIbocj3U42 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIbocj3U42 nav.navbar {
  position: fixed;
}
.cid-uIbocj3U42 .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-uIbocj3U42 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIbocj3U42 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIbocj3U42 .dropdown-item:hover,
.cid-uIbocj3U42 .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIbocj3U42 .dropdown-item:hover span {
  color: white;
}
.cid-uIbocj3U42 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIbocj3U42 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIbocj3U42 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIbocj3U42 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIbocj3U42 .nav-link {
  position: relative;
}
.cid-uIbocj3U42 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIbocj3U42 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIbocj3U42 .navbar-nav {
  margin: 0 auto;
}
.cid-uIbocj3U42 .dropdown-menu,
.cid-uIbocj3U42 .navbar.opened {
  background: #007b1c !important;
}
.cid-uIbocj3U42 .nav-item:focus,
.cid-uIbocj3U42 .nav-link:focus {
  outline: none;
}
.cid-uIbocj3U42 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIbocj3U42 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIbocj3U42 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIbocj3U42 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIbocj3U42 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIbocj3U42 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIbocj3U42 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIbocj3U42 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIbocj3U42 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIbocj3U42 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIbocj3U42 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIbocj3U42 .navbar.collapsed {
  justify-content: center;
}
.cid-uIbocj3U42 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIbocj3U42 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIbocj3U42 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIbocj3U42 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIbocj3U42 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIbocj3U42 .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-uIbocj3U42 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIbocj3U42 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIbocj3U42 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIbocj3U42 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIbocj3U42 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIbocj3U42 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIbocj3U42 .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-uIbocj3U42 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIbocj3U42 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIbocj3U42 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIbocj3U42 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIbocj3U42 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIbocj3U42 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIbocj3U42 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIbocj3U42 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIbocj3U42 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIbocj3U42 .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIbocj3U42 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIbocj3U42 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIbocj3U42 .dropdown-item.active,
.cid-uIbocj3U42 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIbocj3U42 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIbocj3U42 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIbocj3U42 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIbocj3U42 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIbocj3U42 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIbocj3U42 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIbocj3U42 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIbocj3U42 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIbocj3U42 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIbocj3U42 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIbocj3U42 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIbocj3U42 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbocj3U42 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbocj3U42 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIbocj3U42 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbocj3U42 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIbocj3U42 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIbocj3U42 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbocj3U42 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIbocj3U42 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIbocj3U42 .navbar {
    height: 70px;
  }
  .cid-uIbocj3U42 .navbar.opened {
    height: auto;
  }
  .cid-uIbocj3U42 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIbocj3U42 .container,
.cid-uIbocj3U42 .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIbocj3U42 .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIbocj3U42 .navbar-short .container,
.cid-uIbocj3U42 .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIbocj3U42 .navbar-short .container:before,
.cid-uIbocj3U42 .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIbocj3U42 .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIbocj3U42 .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIbocj3U42 .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIbocj3U42 .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIbocj3U42 .navbar {
    overflow: hidden;
  }
  .cid-uIbocj3U42 .container,
  .cid-uIbocj3U42 .container-fluid {
    min-height: 85px;
  }
  .cid-uIbocj3U42 .navbar-brand {
    min-height: 85px;
  }
  .cid-uIbocj3U42 .navbar-short .container,
  .cid-uIbocj3U42 .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIbocj3U42 .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIbocj3U42 .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIbocj3U42 .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIbocj3U42 .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIbocj3U42 .mbr-section-btn {
    text-align: left;
  }
  .cid-uIbocj3U42 .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIbocj3U42 .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIbocjya1B {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIbocjya1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbocjya1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbocjya1B .row {
  justify-content: center;
}
.cid-uIbocjya1B .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIbocjya1B .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIbocjya1B .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIbocjya1B .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIbocjya1B .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIbocjya1B .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIbocjya1B .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIbocjya1B .mbr-section-title {
  color: #ffffff;
}
.cid-uIbocjya1B .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIbocjya1B .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIbocjya1B .mbr-section-title,
.cid-uIbocjya1B .mbr-section-btn {
  text-align: center;
}
.cid-uIbock04sH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIbock04sH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbock04sH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbock04sH .row {
  justify-content: center;
}
.cid-uIbock04sH .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIbock04sH .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIbock04sH .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIbock04sH .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIbock04sH .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIbock04sH .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIbock04sH .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIbock04sH .mbr-section-title {
  color: #ffffff;
}
.cid-uIbock04sH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIbock04sH .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIbock04sH .mbr-section-title,
.cid-uIbock04sH .mbr-section-btn {
  text-align: center;
}
.cid-uIbocokPUH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
  position: relative;
}
.cid-uIbocokPUH .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uIbocokPUH .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uIbocokPUH .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uIbocokPUH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIbocokPUH .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uIbocokPUH .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIbocokPUH .card .panel-body {
  color: #767676;
}
.cid-uIbocokPUH .panel-text {
  color: #ffffff;
}
.cid-uIbocokPUH H4 {
  color: #ffffff;
}
.cid-uIbocoWJcr {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #272c52;
  position: relative;
}
.cid-uIbocoWJcr .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uIbocoWJcr .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uIbocoWJcr .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uIbocoWJcr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIbocoWJcr .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uIbocoWJcr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIbocoWJcr .card .panel-body {
  color: #767676;
}
.cid-uIbocoWJcr .panel-text {
  color: #ffffff;
}
.cid-uIbocoWJcr H4 {
  color: #ffffff;
}
.cid-uIeCdyBVh1 {
  background-color: #272c52;
}
.cid-uIeCdyBVh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeCdyBVh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeCdyBVh1 .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uIeCdyBVh1 .container {
  max-width: 1280px;
}
.cid-uIeCdyBVh1 .row {
  justify-content: center;
}
.cid-uIeCdyBVh1 .mbr-section-title {
  color: #212132;
}
.cid-uIeCdyBVh1 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uIeCdyBVh1 .mbr-section-title,
.cid-uIeCdyBVh1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ63Z4z3Sb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ63Z4z3Sb .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ63Z4z3Sb .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ63Z4z3Sb H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ63Z4z3Sb .section-text,
.cid-uJ63Z4z3Sb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ63Z4z3Sb .section-text,
.cid-uJ63Z4z3Sb .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ63YkdHnm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ63YkdHnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ63YkdHnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ63YkdHnm .row {
  justify-content: center;
}
.cid-uJ63YkdHnm .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ63YkdHnm .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ63YkdHnm .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ63YkdHnm .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ63YkdHnm .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ63YkdHnm .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ63YkdHnm .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ63YkdHnm .mbr-section-title {
  color: #ffffff;
}
.cid-uJ63YkdHnm .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ63YkdHnm .mbr-desc {
  color: #ffffff;
}
.cid-uJ63YkdHnm .mbr-section-title,
.cid-uJ63YkdHnm .mbr-section-btn {
  text-align: center;
}
.cid-uIbocqUeh2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1086.jpg");
}
.cid-uIbocqUeh2 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIbocqUeh2 .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIbocqUeh2 .btn {
  padding: 15px 30px !important;
}
.cid-uIbocqUeh2 a {
  font-weight: 400;
}
.cid-uIbocqUeh2 .mbr-section-subtitle,
.cid-uIbocqUeh2 .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIbocqUeh2 .row {
  justify-content: center;
  display: flex;
}
.cid-uIVTz0dGSs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVTz0dGSs .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVTz0dGSs .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVTz0dGSs H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVTz0dGSs .section-text,
.cid-uIVTz0dGSs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVTz0dGSs .section-text,
.cid-uIVTz0dGSs .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIbocseP9y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIbocseP9y .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIbocseP9y .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIbocseP9y .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIbocseP9y .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIbocseP9y .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIbocseP9y .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIbocseP9y .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIbocseP9y .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIbocseP9y .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIbocseP9y .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIbocseP9y [class^="socicon-"]:before,
.cid-uIbocseP9y [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIbocseP9y .btn {
    font-size: 20px !important;
  }
}
.cid-uIbocseP9y .mbr-section-title {
  color: #ffffff;
}
.cid-uIbocsSUlv {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIbocsSUlv::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIbocsSUlv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbocsSUlv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbocsSUlv .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIbocsSUlv .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIbocsSUlv .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIbocsSUlv .container {
    padding: 0 22px;
  }
}
.cid-uIbocsSUlv .row {
  position: relative;
  z-index: 1;
}
.cid-uIbocsSUlv .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIbocsSUlv .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIbocsSUlv .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIbocsSUlv .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIbocsSUlv .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbocsSUlv .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIbocsSUlv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIbocsSUlv .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIbocsSUlv .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIbocsSUlv .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIbocsSUlv .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIbocsSUlv .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIbocsSUlv .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIbocsSUlv .nav-wrapper .list .item-wrap:hover,
.cid-uIbocsSUlv .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIbocsSUlv .nav-wrapper .list .item-wrap:hover::before,
.cid-uIbocsSUlv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIbocsSUlv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIbocsSUlv .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbocsSUlv .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIbocsSUlv .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIbocsSUlv .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIbocsSUlv .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIbocsSUlv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIbocsSUlv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIbocsSUlv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIbocsSUlv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIbocsSUlv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIbocsSUlv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIbocsSUlv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIbocsSUlv .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbocsSUlv .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIbocsSUlv .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIbocsSUlv .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIbocsSUlv .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIbocsSUlv .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIbocsSUlv .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIbocsSUlv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIbocsSUlv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIbocsSUlv .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIbocsSUlv .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIbocsSUlv .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIbocsSUlv .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIbocsSUlv .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIbocsSUlv .mbr-section-title {
  color: #00d0f3;
}
.cid-uIbocsSUlv .mbr-text {
  color: #ffffff;
}
.cid-uIbocsSUlv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIbocsSUlv .list {
  color: #ffffff;
}
.cid-uIbocsSUlv .mbr-contact {
  color: #ffffff;
}
.cid-uIbocsSUlv .mbr-desc {
  color: #ffffff;
}
.cid-uIbocsSUlv .mbr-contact,
.cid-uIbocsSUlv .item-contact {
  color: #fdfdfd;
}
.cid-uIbocsSUlv .list,
.cid-uIbocsSUlv .item-wrap {
  color: #df8825;
}
.cid-uIbocsSUlv .mbr-desc,
.cid-uIbocsSUlv .mbr-section-btn {
  text-align: center;
}
.cid-uIbq05AYI6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIbq05AYI6 nav.navbar {
  position: fixed;
}
.cid-uIbq05AYI6 .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-uIbq05AYI6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIbq05AYI6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIbq05AYI6 .dropdown-item:hover,
.cid-uIbq05AYI6 .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIbq05AYI6 .dropdown-item:hover span {
  color: white;
}
.cid-uIbq05AYI6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIbq05AYI6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIbq05AYI6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIbq05AYI6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIbq05AYI6 .nav-link {
  position: relative;
}
.cid-uIbq05AYI6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIbq05AYI6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIbq05AYI6 .navbar-nav {
  margin: 0 auto;
}
.cid-uIbq05AYI6 .dropdown-menu,
.cid-uIbq05AYI6 .navbar.opened {
  background: #007b1c !important;
}
.cid-uIbq05AYI6 .nav-item:focus,
.cid-uIbq05AYI6 .nav-link:focus {
  outline: none;
}
.cid-uIbq05AYI6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIbq05AYI6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIbq05AYI6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIbq05AYI6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIbq05AYI6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIbq05AYI6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIbq05AYI6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIbq05AYI6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIbq05AYI6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIbq05AYI6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIbq05AYI6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIbq05AYI6 .navbar.collapsed {
  justify-content: center;
}
.cid-uIbq05AYI6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIbq05AYI6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIbq05AYI6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIbq05AYI6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIbq05AYI6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIbq05AYI6 .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-uIbq05AYI6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIbq05AYI6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIbq05AYI6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIbq05AYI6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIbq05AYI6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIbq05AYI6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIbq05AYI6 .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-uIbq05AYI6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIbq05AYI6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIbq05AYI6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIbq05AYI6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIbq05AYI6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIbq05AYI6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIbq05AYI6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIbq05AYI6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIbq05AYI6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIbq05AYI6 .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIbq05AYI6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIbq05AYI6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIbq05AYI6 .dropdown-item.active,
.cid-uIbq05AYI6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIbq05AYI6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIbq05AYI6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIbq05AYI6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIbq05AYI6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIbq05AYI6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIbq05AYI6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIbq05AYI6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIbq05AYI6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIbq05AYI6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIbq05AYI6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIbq05AYI6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIbq05AYI6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbq05AYI6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIbq05AYI6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIbq05AYI6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbq05AYI6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIbq05AYI6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIbq05AYI6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIbq05AYI6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIbq05AYI6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIbq05AYI6 .navbar {
    height: 70px;
  }
  .cid-uIbq05AYI6 .navbar.opened {
    height: auto;
  }
  .cid-uIbq05AYI6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIbq05AYI6 .container,
.cid-uIbq05AYI6 .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIbq05AYI6 .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIbq05AYI6 .navbar-short .container,
.cid-uIbq05AYI6 .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIbq05AYI6 .navbar-short .container:before,
.cid-uIbq05AYI6 .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIbq05AYI6 .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIbq05AYI6 .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIbq05AYI6 .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIbq05AYI6 .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIbq05AYI6 .navbar {
    overflow: hidden;
  }
  .cid-uIbq05AYI6 .container,
  .cid-uIbq05AYI6 .container-fluid {
    min-height: 85px;
  }
  .cid-uIbq05AYI6 .navbar-brand {
    min-height: 85px;
  }
  .cid-uIbq05AYI6 .navbar-short .container,
  .cid-uIbq05AYI6 .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIbq05AYI6 .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIbq05AYI6 .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIbq05AYI6 .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIbq05AYI6 .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIbq05AYI6 .mbr-section-btn {
    text-align: left;
  }
  .cid-uIbq05AYI6 .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIbq05AYI6 .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIbq066jgC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIbq066jgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbq066jgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbq066jgC .row {
  justify-content: center;
}
.cid-uIbq066jgC .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIbq066jgC .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIbq066jgC .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIbq066jgC .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIbq066jgC .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIbq066jgC .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIbq066jgC .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIbq066jgC .mbr-section-title {
  color: #ffffff;
}
.cid-uIbq066jgC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIbq066jgC .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIbq066jgC .mbr-section-title,
.cid-uIbq066jgC .mbr-section-btn {
  text-align: center;
}
.cid-uIbq06Cy0S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIbq06Cy0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbq06Cy0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbq06Cy0S .row {
  justify-content: center;
}
.cid-uIbq06Cy0S .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIbq06Cy0S .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIbq06Cy0S .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIbq06Cy0S .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIbq06Cy0S .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIbq06Cy0S .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIbq06Cy0S .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIbq06Cy0S .mbr-section-title {
  color: #ffffff;
}
.cid-uIbq06Cy0S .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIbq06Cy0S .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIbq06Cy0S .mbr-section-title,
.cid-uIbq06Cy0S .mbr-section-btn {
  text-align: center;
}
.cid-uIbq0c0Dk3 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #272c52;
  position: relative;
}
.cid-uIbq0c0Dk3 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uIbq0c0Dk3 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uIbq0c0Dk3 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uIbq0c0Dk3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIbq0c0Dk3 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-uIbq0c0Dk3 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIbq0c0Dk3 .card .panel-body {
  color: #767676;
}
.cid-uIbq0c0Dk3 .panel-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIbq0c0Dk3 H4 {
  color: #ffffff;
}
.cid-uIeCh4Q3p0 {
  background-color: #272c52;
}
.cid-uIeCh4Q3p0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeCh4Q3p0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeCh4Q3p0 .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uIeCh4Q3p0 .container {
  max-width: 1280px;
}
.cid-uIeCh4Q3p0 .row {
  justify-content: center;
}
.cid-uIeCh4Q3p0 .mbr-section-title {
  color: #212132;
}
.cid-uIeCh4Q3p0 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uIeCh4Q3p0 .mbr-section-title,
.cid-uIeCh4Q3p0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ644caG4Z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ644caG4Z .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ644caG4Z .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ644caG4Z H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ644caG4Z .section-text,
.cid-uJ644caG4Z .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ644caG4Z .section-text,
.cid-uJ644caG4Z .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ643KZ6jP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ643KZ6jP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ643KZ6jP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ643KZ6jP .row {
  justify-content: center;
}
.cid-uJ643KZ6jP .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ643KZ6jP .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ643KZ6jP .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ643KZ6jP .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ643KZ6jP .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ643KZ6jP .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ643KZ6jP .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ643KZ6jP .mbr-section-title {
  color: #ffffff;
}
.cid-uJ643KZ6jP .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ643KZ6jP .mbr-desc {
  color: #ffffff;
}
.cid-uJ643KZ6jP .mbr-section-title,
.cid-uJ643KZ6jP .mbr-section-btn {
  text-align: center;
}
.cid-uIbq0dgALy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1086.jpg");
}
.cid-uIbq0dgALy .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIbq0dgALy .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIbq0dgALy .btn {
  padding: 15px 30px !important;
}
.cid-uIbq0dgALy a {
  font-weight: 400;
}
.cid-uIbq0dgALy .mbr-section-subtitle,
.cid-uIbq0dgALy .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIbq0dgALy .row {
  justify-content: center;
  display: flex;
}
.cid-uIVTBxZm6v {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVTBxZm6v .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVTBxZm6v .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVTBxZm6v H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVTBxZm6v .section-text,
.cid-uIVTBxZm6v .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVTBxZm6v .section-text,
.cid-uIVTBxZm6v .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIbq0eDTvF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIbq0eDTvF .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIbq0eDTvF .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIbq0eDTvF .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIbq0eDTvF .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIbq0eDTvF .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIbq0eDTvF .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIbq0eDTvF .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIbq0eDTvF .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIbq0eDTvF .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIbq0eDTvF .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIbq0eDTvF [class^="socicon-"]:before,
.cid-uIbq0eDTvF [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIbq0eDTvF .btn {
    font-size: 20px !important;
  }
}
.cid-uIbq0eDTvF .mbr-section-title {
  color: #ffffff;
}
.cid-uIbq0fhOOS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIbq0fhOOS::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIbq0fhOOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbq0fhOOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbq0fhOOS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIbq0fhOOS .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIbq0fhOOS .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIbq0fhOOS .container {
    padding: 0 22px;
  }
}
.cid-uIbq0fhOOS .row {
  position: relative;
  z-index: 1;
}
.cid-uIbq0fhOOS .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIbq0fhOOS .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIbq0fhOOS .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIbq0fhOOS .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIbq0fhOOS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbq0fhOOS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIbq0fhOOS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIbq0fhOOS .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIbq0fhOOS .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIbq0fhOOS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIbq0fhOOS .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIbq0fhOOS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIbq0fhOOS .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIbq0fhOOS .nav-wrapper .list .item-wrap:hover,
.cid-uIbq0fhOOS .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIbq0fhOOS .nav-wrapper .list .item-wrap:hover::before,
.cid-uIbq0fhOOS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIbq0fhOOS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIbq0fhOOS .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbq0fhOOS .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIbq0fhOOS .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIbq0fhOOS .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIbq0fhOOS .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIbq0fhOOS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIbq0fhOOS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIbq0fhOOS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIbq0fhOOS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIbq0fhOOS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIbq0fhOOS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIbq0fhOOS .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIbq0fhOOS .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIbq0fhOOS .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIbq0fhOOS .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIbq0fhOOS .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIbq0fhOOS .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIbq0fhOOS .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIbq0fhOOS .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIbq0fhOOS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIbq0fhOOS .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIbq0fhOOS .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIbq0fhOOS .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIbq0fhOOS .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIbq0fhOOS .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIbq0fhOOS .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIbq0fhOOS .mbr-section-title {
  color: #00d0f3;
}
.cid-uIbq0fhOOS .mbr-text {
  color: #ffffff;
}
.cid-uIbq0fhOOS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIbq0fhOOS .list {
  color: #ffffff;
}
.cid-uIbq0fhOOS .mbr-contact {
  color: #ffffff;
}
.cid-uIbq0fhOOS .mbr-desc {
  color: #ffffff;
}
.cid-uIbq0fhOOS .mbr-contact,
.cid-uIbq0fhOOS .item-contact {
  color: #fdfdfd;
}
.cid-uIbq0fhOOS .list,
.cid-uIbq0fhOOS .item-wrap {
  color: #df8825;
}
.cid-uIbq0fhOOS .mbr-desc,
.cid-uIbq0fhOOS .mbr-section-btn {
  text-align: center;
}
.cid-uIeCt8y4Du {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIeCt8y4Du nav.navbar {
  position: fixed;
}
.cid-uIeCt8y4Du .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-uIeCt8y4Du .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIeCt8y4Du .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIeCt8y4Du .dropdown-item:hover,
.cid-uIeCt8y4Du .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIeCt8y4Du .dropdown-item:hover span {
  color: white;
}
.cid-uIeCt8y4Du .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIeCt8y4Du .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIeCt8y4Du .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIeCt8y4Du .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIeCt8y4Du .nav-link {
  position: relative;
}
.cid-uIeCt8y4Du .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIeCt8y4Du .container {
    flex-wrap: nowrap;
  }
}
.cid-uIeCt8y4Du .navbar-nav {
  margin: 0 auto;
}
.cid-uIeCt8y4Du .dropdown-menu,
.cid-uIeCt8y4Du .navbar.opened {
  background: #007b1c !important;
}
.cid-uIeCt8y4Du .nav-item:focus,
.cid-uIeCt8y4Du .nav-link:focus {
  outline: none;
}
.cid-uIeCt8y4Du .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIeCt8y4Du .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIeCt8y4Du .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIeCt8y4Du .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIeCt8y4Du .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIeCt8y4Du .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIeCt8y4Du .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIeCt8y4Du .navbar.opened {
  transition: all 0.3s;
}
.cid-uIeCt8y4Du .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIeCt8y4Du .navbar .navbar-logo img {
  width: auto;
}
.cid-uIeCt8y4Du .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIeCt8y4Du .navbar.collapsed {
  justify-content: center;
}
.cid-uIeCt8y4Du .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIeCt8y4Du .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIeCt8y4Du .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIeCt8y4Du .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIeCt8y4Du .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIeCt8y4Du .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-uIeCt8y4Du .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIeCt8y4Du .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIeCt8y4Du .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIeCt8y4Du .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIeCt8y4Du .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIeCt8y4Du .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIeCt8y4Du .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-uIeCt8y4Du .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIeCt8y4Du .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIeCt8y4Du .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIeCt8y4Du .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIeCt8y4Du .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIeCt8y4Du .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIeCt8y4Du .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIeCt8y4Du .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIeCt8y4Du .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIeCt8y4Du .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIeCt8y4Du .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIeCt8y4Du .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIeCt8y4Du .dropdown-item.active,
.cid-uIeCt8y4Du .dropdown-item:active {
  background-color: transparent;
}
.cid-uIeCt8y4Du .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIeCt8y4Du .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIeCt8y4Du .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIeCt8y4Du .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIeCt8y4Du .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIeCt8y4Du .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIeCt8y4Du ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIeCt8y4Du .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIeCt8y4Du button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIeCt8y4Du button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIeCt8y4Du button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIeCt8y4Du button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeCt8y4Du button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeCt8y4Du button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIeCt8y4Du nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeCt8y4Du nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIeCt8y4Du nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIeCt8y4Du nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeCt8y4Du .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIeCt8y4Du a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIeCt8y4Du .navbar {
    height: 70px;
  }
  .cid-uIeCt8y4Du .navbar.opened {
    height: auto;
  }
  .cid-uIeCt8y4Du .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIeCt8y4Du .container,
.cid-uIeCt8y4Du .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIeCt8y4Du .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIeCt8y4Du .navbar-short .container,
.cid-uIeCt8y4Du .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIeCt8y4Du .navbar-short .container:before,
.cid-uIeCt8y4Du .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIeCt8y4Du .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIeCt8y4Du .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIeCt8y4Du .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIeCt8y4Du .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIeCt8y4Du .navbar {
    overflow: hidden;
  }
  .cid-uIeCt8y4Du .container,
  .cid-uIeCt8y4Du .container-fluid {
    min-height: 85px;
  }
  .cid-uIeCt8y4Du .navbar-brand {
    min-height: 85px;
  }
  .cid-uIeCt8y4Du .navbar-short .container,
  .cid-uIeCt8y4Du .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIeCt8y4Du .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIeCt8y4Du .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIeCt8y4Du .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIeCt8y4Du .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIeCt8y4Du .mbr-section-btn {
    text-align: left;
  }
  .cid-uIeCt8y4Du .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIeCt8y4Du .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIeCt8Ydnz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeCt8Ydnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeCt8Ydnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeCt8Ydnz .row {
  justify-content: center;
}
.cid-uIeCt8Ydnz .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeCt8Ydnz .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeCt8Ydnz .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeCt8Ydnz .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeCt8Ydnz .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeCt8Ydnz .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeCt8Ydnz .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeCt8Ydnz .mbr-section-title {
  color: #ffffff;
}
.cid-uIeCt8Ydnz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeCt8Ydnz .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIeCt8Ydnz .mbr-section-title,
.cid-uIeCt8Ydnz .mbr-section-btn {
  text-align: center;
}
.cid-uIeLqKUpVJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIeLqKUpVJ h2 {
  text-align: left;
}
.cid-uIeLqKUpVJ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIeLqKUpVJ p {
  color: #767676;
  text-align: left;
}
.cid-uIeLqKUpVJ .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIeLqKUpVJ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIeLqKUpVJ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIeLqKUpVJ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIeLqKUpVJ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIeLqKUpVJ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIeLqKUpVJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIeLqKUpVJ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIeLqKUpVJ .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIeLqKUpVJ H2 {
  color: #ffffff;
}
.cid-uIeLqKUpVJ .mbr-text {
  color: #ffffff;
}
.cid-uIeLqKUpVJ P {
  color: #ffffff;
}
.cid-uIeLqKUpVJ H4 {
  color: #ffffff;
}
.cid-uIeLs8rvpi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeLs8rvpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeLs8rvpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeLs8rvpi .row {
  justify-content: center;
}
.cid-uIeLs8rvpi .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeLs8rvpi .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeLs8rvpi .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeLs8rvpi .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeLs8rvpi .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeLs8rvpi .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeLs8rvpi .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeLs8rvpi .mbr-section-title {
  color: #ffffff;
}
.cid-uIeLs8rvpi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeLs8rvpi .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeLs8rvpi .mbr-section-title,
.cid-uIeLs8rvpi .mbr-section-btn {
  text-align: center;
}
.cid-uIeCt9VTdu {
  background-color: #272c52;
}
.cid-uIeCt9VTdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeCt9VTdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeCt9VTdu .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uIeCt9VTdu .container {
  max-width: 1280px;
}
.cid-uIeCt9VTdu .row {
  justify-content: center;
}
.cid-uIeCt9VTdu .mbr-section-title {
  color: #212132;
}
.cid-uIeCt9VTdu .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uIeCt9VTdu .mbr-section-title,
.cid-uIeCt9VTdu .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ64P0IzvV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ64P0IzvV .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ64P0IzvV .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ64P0IzvV H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ64P0IzvV .section-text,
.cid-uJ64P0IzvV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ64P0IzvV .section-text,
.cid-uJ64P0IzvV .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ64Ong0P1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ64Ong0P1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ64Ong0P1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ64Ong0P1 .row {
  justify-content: center;
}
.cid-uJ64Ong0P1 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ64Ong0P1 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ64Ong0P1 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ64Ong0P1 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ64Ong0P1 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ64Ong0P1 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ64Ong0P1 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ64Ong0P1 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ64Ong0P1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ64Ong0P1 .mbr-desc {
  color: #ffffff;
}
.cid-uJ64Ong0P1 .mbr-section-title,
.cid-uJ64Ong0P1 .mbr-section-btn {
  text-align: center;
}
.cid-uIeCtaCZUd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIeCtaCZUd .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeCtaCZUd .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeCtaCZUd .btn {
  padding: 15px 30px !important;
}
.cid-uIeCtaCZUd a {
  font-weight: 400;
}
.cid-uIeCtaCZUd .mbr-section-subtitle,
.cid-uIeCtaCZUd .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIeCtaCZUd .row {
  justify-content: center;
  display: flex;
}
.cid-uIVTHxDbZU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVTHxDbZU .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVTHxDbZU .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVTHxDbZU H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVTHxDbZU .section-text,
.cid-uIVTHxDbZU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVTHxDbZU .section-text,
.cid-uIVTHxDbZU .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIeCtbmHbg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIeCtbmHbg .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIeCtbmHbg .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIeCtbmHbg .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIeCtbmHbg .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIeCtbmHbg .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIeCtbmHbg .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIeCtbmHbg .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIeCtbmHbg .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIeCtbmHbg .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIeCtbmHbg .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIeCtbmHbg [class^="socicon-"]:before,
.cid-uIeCtbmHbg [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIeCtbmHbg .btn {
    font-size: 20px !important;
  }
}
.cid-uIeCtbmHbg .mbr-section-title {
  color: #ffffff;
}
.cid-uIeCtbJmK3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIeCtbJmK3::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIeCtbJmK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeCtbJmK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeCtbJmK3 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIeCtbJmK3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIeCtbJmK3 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIeCtbJmK3 .container {
    padding: 0 22px;
  }
}
.cid-uIeCtbJmK3 .row {
  position: relative;
  z-index: 1;
}
.cid-uIeCtbJmK3 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIeCtbJmK3 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeCtbJmK3 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeCtbJmK3 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIeCtbJmK3 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeCtbJmK3 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIeCtbJmK3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIeCtbJmK3 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeCtbJmK3 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIeCtbJmK3 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeCtbJmK3 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIeCtbJmK3 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIeCtbJmK3 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeCtbJmK3 .nav-wrapper .list .item-wrap:hover,
.cid-uIeCtbJmK3 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIeCtbJmK3 .nav-wrapper .list .item-wrap:hover::before,
.cid-uIeCtbJmK3 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIeCtbJmK3 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeCtbJmK3 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeCtbJmK3 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeCtbJmK3 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIeCtbJmK3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIeCtbJmK3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIeCtbJmK3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIeCtbJmK3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIeCtbJmK3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIeCtbJmK3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIeCtbJmK3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIeCtbJmK3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeCtbJmK3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeCtbJmK3 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeCtbJmK3 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeCtbJmK3 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIeCtbJmK3 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIeCtbJmK3 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIeCtbJmK3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIeCtbJmK3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIeCtbJmK3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIeCtbJmK3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIeCtbJmK3 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIeCtbJmK3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIeCtbJmK3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIeCtbJmK3 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIeCtbJmK3 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIeCtbJmK3 .mbr-section-title {
  color: #00d0f3;
}
.cid-uIeCtbJmK3 .mbr-text {
  color: #ffffff;
}
.cid-uIeCtbJmK3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIeCtbJmK3 .list {
  color: #ffffff;
}
.cid-uIeCtbJmK3 .mbr-contact {
  color: #ffffff;
}
.cid-uIeCtbJmK3 .mbr-desc {
  color: #ffffff;
}
.cid-uIeCtbJmK3 .mbr-contact,
.cid-uIeCtbJmK3 .item-contact {
  color: #fdfdfd;
}
.cid-uIeCtbJmK3 .list,
.cid-uIeCtbJmK3 .item-wrap {
  color: #df8825;
}
.cid-uIeCtbJmK3 .mbr-desc,
.cid-uIeCtbJmK3 .mbr-section-btn {
  text-align: center;
}
.cid-uIeP83oNfj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIeP83oNfj nav.navbar {
  position: fixed;
}
.cid-uIeP83oNfj .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-uIeP83oNfj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIeP83oNfj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIeP83oNfj .dropdown-item:hover,
.cid-uIeP83oNfj .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIeP83oNfj .dropdown-item:hover span {
  color: white;
}
.cid-uIeP83oNfj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIeP83oNfj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIeP83oNfj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIeP83oNfj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIeP83oNfj .nav-link {
  position: relative;
}
.cid-uIeP83oNfj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIeP83oNfj .container {
    flex-wrap: nowrap;
  }
}
.cid-uIeP83oNfj .navbar-nav {
  margin: 0 auto;
}
.cid-uIeP83oNfj .dropdown-menu,
.cid-uIeP83oNfj .navbar.opened {
  background: #007b1c !important;
}
.cid-uIeP83oNfj .nav-item:focus,
.cid-uIeP83oNfj .nav-link:focus {
  outline: none;
}
.cid-uIeP83oNfj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIeP83oNfj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIeP83oNfj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIeP83oNfj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIeP83oNfj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIeP83oNfj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIeP83oNfj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIeP83oNfj .navbar.opened {
  transition: all 0.3s;
}
.cid-uIeP83oNfj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIeP83oNfj .navbar .navbar-logo img {
  width: auto;
}
.cid-uIeP83oNfj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIeP83oNfj .navbar.collapsed {
  justify-content: center;
}
.cid-uIeP83oNfj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIeP83oNfj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIeP83oNfj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIeP83oNfj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIeP83oNfj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIeP83oNfj .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-uIeP83oNfj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIeP83oNfj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIeP83oNfj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIeP83oNfj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIeP83oNfj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIeP83oNfj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIeP83oNfj .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-uIeP83oNfj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIeP83oNfj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIeP83oNfj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIeP83oNfj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIeP83oNfj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIeP83oNfj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIeP83oNfj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIeP83oNfj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIeP83oNfj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIeP83oNfj .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIeP83oNfj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIeP83oNfj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIeP83oNfj .dropdown-item.active,
.cid-uIeP83oNfj .dropdown-item:active {
  background-color: transparent;
}
.cid-uIeP83oNfj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIeP83oNfj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIeP83oNfj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIeP83oNfj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIeP83oNfj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIeP83oNfj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIeP83oNfj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIeP83oNfj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIeP83oNfj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIeP83oNfj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIeP83oNfj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIeP83oNfj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeP83oNfj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeP83oNfj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIeP83oNfj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeP83oNfj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIeP83oNfj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIeP83oNfj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeP83oNfj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIeP83oNfj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIeP83oNfj .navbar {
    height: 70px;
  }
  .cid-uIeP83oNfj .navbar.opened {
    height: auto;
  }
  .cid-uIeP83oNfj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIeP83oNfj .container,
.cid-uIeP83oNfj .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIeP83oNfj .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIeP83oNfj .navbar-short .container,
.cid-uIeP83oNfj .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIeP83oNfj .navbar-short .container:before,
.cid-uIeP83oNfj .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIeP83oNfj .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIeP83oNfj .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIeP83oNfj .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIeP83oNfj .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIeP83oNfj .navbar {
    overflow: hidden;
  }
  .cid-uIeP83oNfj .container,
  .cid-uIeP83oNfj .container-fluid {
    min-height: 85px;
  }
  .cid-uIeP83oNfj .navbar-brand {
    min-height: 85px;
  }
  .cid-uIeP83oNfj .navbar-short .container,
  .cid-uIeP83oNfj .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIeP83oNfj .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIeP83oNfj .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIeP83oNfj .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIeP83oNfj .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIeP83oNfj .mbr-section-btn {
    text-align: left;
  }
  .cid-uIeP83oNfj .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIeP83oNfj .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIeP83SOAP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeP83SOAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeP83SOAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeP83SOAP .row {
  justify-content: center;
}
.cid-uIeP83SOAP .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeP83SOAP .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeP83SOAP .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeP83SOAP .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeP83SOAP .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeP83SOAP .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeP83SOAP .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeP83SOAP .mbr-section-title {
  color: #ffffff;
}
.cid-uIeP83SOAP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeP83SOAP .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIeP83SOAP .mbr-section-title,
.cid-uIeP83SOAP .mbr-section-btn {
  text-align: center;
}
.cid-uIePFaKom6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIePFaKom6 h2 {
  text-align: left;
}
.cid-uIePFaKom6 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIePFaKom6 p {
  color: #767676;
  text-align: left;
}
.cid-uIePFaKom6 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIePFaKom6 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIePFaKom6 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIePFaKom6 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIePFaKom6 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIePFaKom6 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIePFaKom6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIePFaKom6 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIePFaKom6 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIePFaKom6 H2 {
  color: #ffffff;
}
.cid-uIePFaKom6 .mbr-text {
  color: #ffffff;
}
.cid-uIePFaKom6 P {
  color: #ffffff;
}
.cid-uIePFaKom6 H4 {
  color: #ffffff;
}
.cid-uIeP854sjU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeP854sjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeP854sjU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeP854sjU .row {
  justify-content: center;
}
.cid-uIeP854sjU .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeP854sjU .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeP854sjU .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeP854sjU .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeP854sjU .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeP854sjU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeP854sjU .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeP854sjU .mbr-section-title {
  color: #ffffff;
}
.cid-uIeP854sjU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeP854sjU .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeP854sjU .mbr-section-title,
.cid-uIeP854sjU .mbr-section-btn {
  text-align: center;
}
.cid-uImHaitmhb {
  background-color: #272c52;
}
.cid-uImHaitmhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImHaitmhb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImHaitmhb .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uImHaitmhb .container {
  max-width: 1280px;
}
.cid-uImHaitmhb .row {
  justify-content: center;
}
.cid-uImHaitmhb .mbr-section-title {
  color: #212132;
}
.cid-uImHaitmhb .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uImHaitmhb .mbr-section-title,
.cid-uImHaitmhb .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ6509zprV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ6509zprV .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ6509zprV .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ6509zprV H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ6509zprV .section-text,
.cid-uJ6509zprV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ6509zprV .section-text,
.cid-uJ6509zprV .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ6510e3p5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ6510e3p5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6510e3p5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6510e3p5 .row {
  justify-content: center;
}
.cid-uJ6510e3p5 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ6510e3p5 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ6510e3p5 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ6510e3p5 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ6510e3p5 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ6510e3p5 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ6510e3p5 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ6510e3p5 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ6510e3p5 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ6510e3p5 .mbr-desc {
  color: #ffffff;
}
.cid-uJ6510e3p5 .mbr-section-title,
.cid-uJ6510e3p5 .mbr-section-btn {
  text-align: center;
}
.cid-uIeP86eTF3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIeP86eTF3 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeP86eTF3 .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeP86eTF3 .btn {
  padding: 15px 30px !important;
}
.cid-uIeP86eTF3 a {
  font-weight: 400;
}
.cid-uIeP86eTF3 .mbr-section-subtitle,
.cid-uIeP86eTF3 .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIeP86eTF3 .row {
  justify-content: center;
  display: flex;
}
.cid-uIVTNmy9kN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVTNmy9kN .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVTNmy9kN .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVTNmy9kN H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVTNmy9kN .section-text,
.cid-uIVTNmy9kN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVTNmy9kN .section-text,
.cid-uIVTNmy9kN .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIeP874tCw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIeP874tCw .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIeP874tCw .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIeP874tCw .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIeP874tCw .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIeP874tCw .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIeP874tCw .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIeP874tCw .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIeP874tCw .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIeP874tCw .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIeP874tCw .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIeP874tCw [class^="socicon-"]:before,
.cid-uIeP874tCw [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIeP874tCw .btn {
    font-size: 20px !important;
  }
}
.cid-uIeP874tCw .mbr-section-title {
  color: #ffffff;
}
.cid-uIeP87svuc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIeP87svuc::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIeP87svuc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeP87svuc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeP87svuc .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIeP87svuc .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIeP87svuc .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIeP87svuc .container {
    padding: 0 22px;
  }
}
.cid-uIeP87svuc .row {
  position: relative;
  z-index: 1;
}
.cid-uIeP87svuc .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIeP87svuc .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeP87svuc .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeP87svuc .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIeP87svuc .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeP87svuc .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIeP87svuc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIeP87svuc .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeP87svuc .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIeP87svuc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeP87svuc .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIeP87svuc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIeP87svuc .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeP87svuc .nav-wrapper .list .item-wrap:hover,
.cid-uIeP87svuc .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIeP87svuc .nav-wrapper .list .item-wrap:hover::before,
.cid-uIeP87svuc .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIeP87svuc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeP87svuc .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeP87svuc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeP87svuc .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIeP87svuc .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIeP87svuc .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIeP87svuc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIeP87svuc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIeP87svuc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIeP87svuc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIeP87svuc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIeP87svuc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeP87svuc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeP87svuc .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeP87svuc .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeP87svuc .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIeP87svuc .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIeP87svuc .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIeP87svuc .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIeP87svuc .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIeP87svuc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIeP87svuc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIeP87svuc .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIeP87svuc .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIeP87svuc .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIeP87svuc .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIeP87svuc .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIeP87svuc .mbr-section-title {
  color: #00d0f3;
}
.cid-uIeP87svuc .mbr-text {
  color: #ffffff;
}
.cid-uIeP87svuc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIeP87svuc .list {
  color: #ffffff;
}
.cid-uIeP87svuc .mbr-contact {
  color: #ffffff;
}
.cid-uIeP87svuc .mbr-desc {
  color: #ffffff;
}
.cid-uIeP87svuc .mbr-contact,
.cid-uIeP87svuc .item-contact {
  color: #fdfdfd;
}
.cid-uIeP87svuc .list,
.cid-uIeP87svuc .item-wrap {
  color: #df8825;
}
.cid-uIeP87svuc .mbr-desc,
.cid-uIeP87svuc .mbr-section-btn {
  text-align: center;
}
.cid-uIeRGHCajx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIeRGHCajx nav.navbar {
  position: fixed;
}
.cid-uIeRGHCajx .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-uIeRGHCajx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIeRGHCajx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIeRGHCajx .dropdown-item:hover,
.cid-uIeRGHCajx .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIeRGHCajx .dropdown-item:hover span {
  color: white;
}
.cid-uIeRGHCajx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIeRGHCajx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIeRGHCajx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIeRGHCajx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIeRGHCajx .nav-link {
  position: relative;
}
.cid-uIeRGHCajx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIeRGHCajx .container {
    flex-wrap: nowrap;
  }
}
.cid-uIeRGHCajx .navbar-nav {
  margin: 0 auto;
}
.cid-uIeRGHCajx .dropdown-menu,
.cid-uIeRGHCajx .navbar.opened {
  background: #007b1c !important;
}
.cid-uIeRGHCajx .nav-item:focus,
.cid-uIeRGHCajx .nav-link:focus {
  outline: none;
}
.cid-uIeRGHCajx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIeRGHCajx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIeRGHCajx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIeRGHCajx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIeRGHCajx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIeRGHCajx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIeRGHCajx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIeRGHCajx .navbar.opened {
  transition: all 0.3s;
}
.cid-uIeRGHCajx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIeRGHCajx .navbar .navbar-logo img {
  width: auto;
}
.cid-uIeRGHCajx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIeRGHCajx .navbar.collapsed {
  justify-content: center;
}
.cid-uIeRGHCajx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIeRGHCajx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIeRGHCajx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIeRGHCajx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIeRGHCajx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIeRGHCajx .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-uIeRGHCajx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIeRGHCajx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIeRGHCajx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIeRGHCajx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIeRGHCajx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIeRGHCajx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIeRGHCajx .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-uIeRGHCajx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIeRGHCajx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIeRGHCajx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIeRGHCajx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIeRGHCajx .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIeRGHCajx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIeRGHCajx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIeRGHCajx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIeRGHCajx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIeRGHCajx .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIeRGHCajx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIeRGHCajx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIeRGHCajx .dropdown-item.active,
.cid-uIeRGHCajx .dropdown-item:active {
  background-color: transparent;
}
.cid-uIeRGHCajx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIeRGHCajx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIeRGHCajx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIeRGHCajx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIeRGHCajx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIeRGHCajx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIeRGHCajx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIeRGHCajx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIeRGHCajx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIeRGHCajx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIeRGHCajx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIeRGHCajx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeRGHCajx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeRGHCajx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIeRGHCajx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeRGHCajx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIeRGHCajx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIeRGHCajx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeRGHCajx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIeRGHCajx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIeRGHCajx .navbar {
    height: 70px;
  }
  .cid-uIeRGHCajx .navbar.opened {
    height: auto;
  }
  .cid-uIeRGHCajx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIeRGHCajx .container,
.cid-uIeRGHCajx .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIeRGHCajx .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIeRGHCajx .navbar-short .container,
.cid-uIeRGHCajx .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIeRGHCajx .navbar-short .container:before,
.cid-uIeRGHCajx .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIeRGHCajx .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIeRGHCajx .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIeRGHCajx .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIeRGHCajx .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIeRGHCajx .navbar {
    overflow: hidden;
  }
  .cid-uIeRGHCajx .container,
  .cid-uIeRGHCajx .container-fluid {
    min-height: 85px;
  }
  .cid-uIeRGHCajx .navbar-brand {
    min-height: 85px;
  }
  .cid-uIeRGHCajx .navbar-short .container,
  .cid-uIeRGHCajx .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIeRGHCajx .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIeRGHCajx .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIeRGHCajx .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIeRGHCajx .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIeRGHCajx .mbr-section-btn {
    text-align: left;
  }
  .cid-uIeRGHCajx .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIeRGHCajx .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIeRGIb3Vj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeRGIb3Vj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeRGIb3Vj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeRGIb3Vj .row {
  justify-content: center;
}
.cid-uIeRGIb3Vj .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeRGIb3Vj .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeRGIb3Vj .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeRGIb3Vj .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeRGIb3Vj .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeRGIb3Vj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeRGIb3Vj .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeRGIb3Vj .mbr-section-title {
  color: #ffffff;
}
.cid-uIeRGIb3Vj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeRGIb3Vj .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIeRGIb3Vj .mbr-section-title,
.cid-uIeRGIb3Vj .mbr-section-btn {
  text-align: center;
}
.cid-uIeRY0adWK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIeRY0adWK h2 {
  text-align: left;
}
.cid-uIeRY0adWK h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIeRY0adWK p {
  color: #767676;
  text-align: left;
}
.cid-uIeRY0adWK .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIeRY0adWK .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIeRY0adWK .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIeRY0adWK .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIeRY0adWK .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIeRY0adWK .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIeRY0adWK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIeRY0adWK .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIeRY0adWK .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIeRY0adWK H2 {
  color: #ffffff;
}
.cid-uIeRY0adWK .mbr-text {
  color: #ffffff;
}
.cid-uIeRY0adWK P {
  color: #ffffff;
}
.cid-uIeRY0adWK H4 {
  color: #ffffff;
}
.cid-uIeRGJ4MJW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeRGJ4MJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeRGJ4MJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeRGJ4MJW .row {
  justify-content: center;
}
.cid-uIeRGJ4MJW .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeRGJ4MJW .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeRGJ4MJW .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeRGJ4MJW .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeRGJ4MJW .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeRGJ4MJW .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeRGJ4MJW .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeRGJ4MJW .mbr-section-title {
  color: #ffffff;
}
.cid-uIeRGJ4MJW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeRGJ4MJW .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeRGJ4MJW .mbr-section-title,
.cid-uIeRGJ4MJW .mbr-section-btn {
  text-align: center;
}
.cid-uImHmfyCFN {
  background-color: #272c52;
}
.cid-uImHmfyCFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImHmfyCFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImHmfyCFN .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uImHmfyCFN .container {
  max-width: 1280px;
}
.cid-uImHmfyCFN .row {
  justify-content: center;
}
.cid-uImHmfyCFN .mbr-section-title {
  color: #212132;
}
.cid-uImHmfyCFN .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uImHmfyCFN .mbr-section-title,
.cid-uImHmfyCFN .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ65d5Ufkv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ65d5Ufkv .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ65d5Ufkv .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ65d5Ufkv H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ65d5Ufkv .section-text,
.cid-uJ65d5Ufkv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ65d5Ufkv .section-text,
.cid-uJ65d5Ufkv .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ65cDlE8P {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ65cDlE8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ65cDlE8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ65cDlE8P .row {
  justify-content: center;
}
.cid-uJ65cDlE8P .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ65cDlE8P .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ65cDlE8P .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ65cDlE8P .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ65cDlE8P .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ65cDlE8P .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ65cDlE8P .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ65cDlE8P .mbr-section-title {
  color: #ffffff;
}
.cid-uJ65cDlE8P .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ65cDlE8P .mbr-desc {
  color: #ffffff;
}
.cid-uJ65cDlE8P .mbr-section-title,
.cid-uJ65cDlE8P .mbr-section-btn {
  text-align: center;
}
.cid-uIeRGKgKV3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIeRGKgKV3 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeRGKgKV3 .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeRGKgKV3 .btn {
  padding: 15px 30px !important;
}
.cid-uIeRGKgKV3 a {
  font-weight: 400;
}
.cid-uIeRGKgKV3 .mbr-section-subtitle,
.cid-uIeRGKgKV3 .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIeRGKgKV3 .row {
  justify-content: center;
  display: flex;
}
.cid-uIVTUdvG69 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVTUdvG69 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVTUdvG69 .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVTUdvG69 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVTUdvG69 .section-text,
.cid-uIVTUdvG69 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVTUdvG69 .section-text,
.cid-uIVTUdvG69 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIeRGL6kdx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIeRGL6kdx .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIeRGL6kdx .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIeRGL6kdx .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIeRGL6kdx .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIeRGL6kdx .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIeRGL6kdx .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIeRGL6kdx .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIeRGL6kdx .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIeRGL6kdx .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIeRGL6kdx .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIeRGL6kdx [class^="socicon-"]:before,
.cid-uIeRGL6kdx [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIeRGL6kdx .btn {
    font-size: 20px !important;
  }
}
.cid-uIeRGL6kdx .mbr-section-title {
  color: #ffffff;
}
.cid-uIeRGLvkdN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIeRGLvkdN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIeRGLvkdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeRGLvkdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeRGLvkdN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIeRGLvkdN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIeRGLvkdN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIeRGLvkdN .container {
    padding: 0 22px;
  }
}
.cid-uIeRGLvkdN .row {
  position: relative;
  z-index: 1;
}
.cid-uIeRGLvkdN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIeRGLvkdN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeRGLvkdN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeRGLvkdN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIeRGLvkdN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeRGLvkdN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIeRGLvkdN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIeRGLvkdN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeRGLvkdN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIeRGLvkdN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeRGLvkdN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIeRGLvkdN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIeRGLvkdN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeRGLvkdN .nav-wrapper .list .item-wrap:hover,
.cid-uIeRGLvkdN .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIeRGLvkdN .nav-wrapper .list .item-wrap:hover::before,
.cid-uIeRGLvkdN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIeRGLvkdN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeRGLvkdN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeRGLvkdN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeRGLvkdN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIeRGLvkdN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIeRGLvkdN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIeRGLvkdN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIeRGLvkdN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIeRGLvkdN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIeRGLvkdN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIeRGLvkdN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIeRGLvkdN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeRGLvkdN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeRGLvkdN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeRGLvkdN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeRGLvkdN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIeRGLvkdN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIeRGLvkdN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIeRGLvkdN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIeRGLvkdN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIeRGLvkdN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIeRGLvkdN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIeRGLvkdN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIeRGLvkdN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIeRGLvkdN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIeRGLvkdN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIeRGLvkdN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIeRGLvkdN .mbr-section-title {
  color: #00d0f3;
}
.cid-uIeRGLvkdN .mbr-text {
  color: #ffffff;
}
.cid-uIeRGLvkdN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIeRGLvkdN .list {
  color: #ffffff;
}
.cid-uIeRGLvkdN .mbr-contact {
  color: #ffffff;
}
.cid-uIeRGLvkdN .mbr-desc {
  color: #ffffff;
}
.cid-uIeRGLvkdN .mbr-contact,
.cid-uIeRGLvkdN .item-contact {
  color: #fdfdfd;
}
.cid-uIeRGLvkdN .list,
.cid-uIeRGLvkdN .item-wrap {
  color: #df8825;
}
.cid-uIeRGLvkdN .mbr-desc,
.cid-uIeRGLvkdN .mbr-section-btn {
  text-align: center;
}
.cid-uIeUoqETaR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIeUoqETaR nav.navbar {
  position: fixed;
}
.cid-uIeUoqETaR .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-uIeUoqETaR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIeUoqETaR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIeUoqETaR .dropdown-item:hover,
.cid-uIeUoqETaR .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIeUoqETaR .dropdown-item:hover span {
  color: white;
}
.cid-uIeUoqETaR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIeUoqETaR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIeUoqETaR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIeUoqETaR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIeUoqETaR .nav-link {
  position: relative;
}
.cid-uIeUoqETaR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIeUoqETaR .container {
    flex-wrap: nowrap;
  }
}
.cid-uIeUoqETaR .navbar-nav {
  margin: 0 auto;
}
.cid-uIeUoqETaR .dropdown-menu,
.cid-uIeUoqETaR .navbar.opened {
  background: #007b1c !important;
}
.cid-uIeUoqETaR .nav-item:focus,
.cid-uIeUoqETaR .nav-link:focus {
  outline: none;
}
.cid-uIeUoqETaR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIeUoqETaR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIeUoqETaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIeUoqETaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIeUoqETaR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIeUoqETaR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIeUoqETaR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIeUoqETaR .navbar.opened {
  transition: all 0.3s;
}
.cid-uIeUoqETaR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIeUoqETaR .navbar .navbar-logo img {
  width: auto;
}
.cid-uIeUoqETaR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIeUoqETaR .navbar.collapsed {
  justify-content: center;
}
.cid-uIeUoqETaR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIeUoqETaR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIeUoqETaR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIeUoqETaR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIeUoqETaR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIeUoqETaR .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-uIeUoqETaR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIeUoqETaR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIeUoqETaR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIeUoqETaR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIeUoqETaR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIeUoqETaR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIeUoqETaR .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-uIeUoqETaR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIeUoqETaR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIeUoqETaR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIeUoqETaR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIeUoqETaR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIeUoqETaR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIeUoqETaR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIeUoqETaR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIeUoqETaR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIeUoqETaR .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIeUoqETaR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIeUoqETaR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIeUoqETaR .dropdown-item.active,
.cid-uIeUoqETaR .dropdown-item:active {
  background-color: transparent;
}
.cid-uIeUoqETaR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIeUoqETaR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIeUoqETaR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIeUoqETaR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIeUoqETaR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIeUoqETaR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIeUoqETaR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIeUoqETaR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIeUoqETaR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIeUoqETaR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIeUoqETaR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIeUoqETaR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeUoqETaR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeUoqETaR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIeUoqETaR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeUoqETaR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIeUoqETaR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIeUoqETaR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeUoqETaR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIeUoqETaR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIeUoqETaR .navbar {
    height: 70px;
  }
  .cid-uIeUoqETaR .navbar.opened {
    height: auto;
  }
  .cid-uIeUoqETaR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIeUoqETaR .container,
.cid-uIeUoqETaR .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIeUoqETaR .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIeUoqETaR .navbar-short .container,
.cid-uIeUoqETaR .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIeUoqETaR .navbar-short .container:before,
.cid-uIeUoqETaR .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIeUoqETaR .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIeUoqETaR .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIeUoqETaR .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIeUoqETaR .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIeUoqETaR .navbar {
    overflow: hidden;
  }
  .cid-uIeUoqETaR .container,
  .cid-uIeUoqETaR .container-fluid {
    min-height: 85px;
  }
  .cid-uIeUoqETaR .navbar-brand {
    min-height: 85px;
  }
  .cid-uIeUoqETaR .navbar-short .container,
  .cid-uIeUoqETaR .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIeUoqETaR .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIeUoqETaR .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIeUoqETaR .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIeUoqETaR .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIeUoqETaR .mbr-section-btn {
    text-align: left;
  }
  .cid-uIeUoqETaR .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIeUoqETaR .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIeUor9WSK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeUor9WSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeUor9WSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeUor9WSK .row {
  justify-content: center;
}
.cid-uIeUor9WSK .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeUor9WSK .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeUor9WSK .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeUor9WSK .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeUor9WSK .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeUor9WSK .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeUor9WSK .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeUor9WSK .mbr-section-title {
  color: #ffffff;
}
.cid-uIeUor9WSK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeUor9WSK .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIeUor9WSK .mbr-section-title,
.cid-uIeUor9WSK .mbr-section-btn {
  text-align: center;
}
.cid-uIeURs9niI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIeURs9niI h2 {
  text-align: left;
}
.cid-uIeURs9niI h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIeURs9niI p {
  color: #767676;
  text-align: left;
}
.cid-uIeURs9niI .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIeURs9niI .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIeURs9niI .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIeURs9niI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIeURs9niI .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIeURs9niI .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIeURs9niI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIeURs9niI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIeURs9niI .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIeURs9niI H2 {
  color: #ffffff;
}
.cid-uIeURs9niI .mbr-text {
  color: #ffffff;
}
.cid-uIeURs9niI P {
  color: #ffffff;
}
.cid-uIeURs9niI H4 {
  color: #ffffff;
}
.cid-uIeUorWl4b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeUorWl4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeUorWl4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeUorWl4b .row {
  justify-content: center;
}
.cid-uIeUorWl4b .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeUorWl4b .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeUorWl4b .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeUorWl4b .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeUorWl4b .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeUorWl4b .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeUorWl4b .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeUorWl4b .mbr-section-title {
  color: #ffffff;
}
.cid-uIeUorWl4b .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeUorWl4b .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeUorWl4b .mbr-section-title,
.cid-uIeUorWl4b .mbr-section-btn {
  text-align: center;
}
.cid-uImHpFaGIo {
  background-color: #272c52;
}
.cid-uImHpFaGIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImHpFaGIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImHpFaGIo .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uImHpFaGIo .container {
  max-width: 1280px;
}
.cid-uImHpFaGIo .row {
  justify-content: center;
}
.cid-uImHpFaGIo .mbr-section-title {
  color: #212132;
}
.cid-uImHpFaGIo .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uImHpFaGIo .mbr-section-title,
.cid-uImHpFaGIo .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ65ivQNfR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ65ivQNfR .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ65ivQNfR .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ65ivQNfR H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ65ivQNfR .section-text,
.cid-uJ65ivQNfR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ65ivQNfR .section-text,
.cid-uJ65ivQNfR .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ65i3YFuF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ65i3YFuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ65i3YFuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ65i3YFuF .row {
  justify-content: center;
}
.cid-uJ65i3YFuF .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ65i3YFuF .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ65i3YFuF .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ65i3YFuF .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ65i3YFuF .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ65i3YFuF .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ65i3YFuF .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ65i3YFuF .mbr-section-title {
  color: #ffffff;
}
.cid-uJ65i3YFuF .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ65i3YFuF .mbr-desc {
  color: #ffffff;
}
.cid-uJ65i3YFuF .mbr-section-title,
.cid-uJ65i3YFuF .mbr-section-btn {
  text-align: center;
}
.cid-uIeUosZwMl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIeUosZwMl .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeUosZwMl .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeUosZwMl .btn {
  padding: 15px 30px !important;
}
.cid-uIeUosZwMl a {
  font-weight: 400;
}
.cid-uIeUosZwMl .mbr-section-subtitle,
.cid-uIeUosZwMl .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIeUosZwMl .row {
  justify-content: center;
  display: flex;
}
.cid-uIVTYiZdaS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVTYiZdaS .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVTYiZdaS .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVTYiZdaS H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVTYiZdaS .section-text,
.cid-uIVTYiZdaS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVTYiZdaS .section-text,
.cid-uIVTYiZdaS .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIeUotNuiz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIeUotNuiz .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIeUotNuiz .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIeUotNuiz .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIeUotNuiz .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIeUotNuiz .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIeUotNuiz .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIeUotNuiz .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIeUotNuiz .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIeUotNuiz .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIeUotNuiz .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIeUotNuiz [class^="socicon-"]:before,
.cid-uIeUotNuiz [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIeUotNuiz .btn {
    font-size: 20px !important;
  }
}
.cid-uIeUotNuiz .mbr-section-title {
  color: #ffffff;
}
.cid-uIeUou9XqI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIeUou9XqI::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIeUou9XqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeUou9XqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeUou9XqI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIeUou9XqI .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIeUou9XqI .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIeUou9XqI .container {
    padding: 0 22px;
  }
}
.cid-uIeUou9XqI .row {
  position: relative;
  z-index: 1;
}
.cid-uIeUou9XqI .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIeUou9XqI .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeUou9XqI .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeUou9XqI .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIeUou9XqI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeUou9XqI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIeUou9XqI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIeUou9XqI .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeUou9XqI .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIeUou9XqI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeUou9XqI .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIeUou9XqI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIeUou9XqI .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeUou9XqI .nav-wrapper .list .item-wrap:hover,
.cid-uIeUou9XqI .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIeUou9XqI .nav-wrapper .list .item-wrap:hover::before,
.cid-uIeUou9XqI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIeUou9XqI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeUou9XqI .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeUou9XqI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeUou9XqI .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIeUou9XqI .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIeUou9XqI .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIeUou9XqI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIeUou9XqI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIeUou9XqI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIeUou9XqI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIeUou9XqI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIeUou9XqI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeUou9XqI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeUou9XqI .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeUou9XqI .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeUou9XqI .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIeUou9XqI .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIeUou9XqI .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIeUou9XqI .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIeUou9XqI .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIeUou9XqI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIeUou9XqI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIeUou9XqI .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIeUou9XqI .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIeUou9XqI .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIeUou9XqI .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIeUou9XqI .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIeUou9XqI .mbr-section-title {
  color: #00d0f3;
}
.cid-uIeUou9XqI .mbr-text {
  color: #ffffff;
}
.cid-uIeUou9XqI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIeUou9XqI .list {
  color: #ffffff;
}
.cid-uIeUou9XqI .mbr-contact {
  color: #ffffff;
}
.cid-uIeUou9XqI .mbr-desc {
  color: #ffffff;
}
.cid-uIeUou9XqI .mbr-contact,
.cid-uIeUou9XqI .item-contact {
  color: #fdfdfd;
}
.cid-uIeUou9XqI .list,
.cid-uIeUou9XqI .item-wrap {
  color: #df8825;
}
.cid-uIeUou9XqI .mbr-desc,
.cid-uIeUou9XqI .mbr-section-btn {
  text-align: center;
}
.cid-uIeVYcgFl0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIeVYcgFl0 nav.navbar {
  position: fixed;
}
.cid-uIeVYcgFl0 .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-uIeVYcgFl0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIeVYcgFl0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIeVYcgFl0 .dropdown-item:hover,
.cid-uIeVYcgFl0 .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIeVYcgFl0 .dropdown-item:hover span {
  color: white;
}
.cid-uIeVYcgFl0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIeVYcgFl0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIeVYcgFl0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIeVYcgFl0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIeVYcgFl0 .nav-link {
  position: relative;
}
.cid-uIeVYcgFl0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIeVYcgFl0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIeVYcgFl0 .navbar-nav {
  margin: 0 auto;
}
.cid-uIeVYcgFl0 .dropdown-menu,
.cid-uIeVYcgFl0 .navbar.opened {
  background: #007b1c !important;
}
.cid-uIeVYcgFl0 .nav-item:focus,
.cid-uIeVYcgFl0 .nav-link:focus {
  outline: none;
}
.cid-uIeVYcgFl0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIeVYcgFl0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIeVYcgFl0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIeVYcgFl0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIeVYcgFl0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIeVYcgFl0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIeVYcgFl0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIeVYcgFl0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIeVYcgFl0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIeVYcgFl0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIeVYcgFl0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIeVYcgFl0 .navbar.collapsed {
  justify-content: center;
}
.cid-uIeVYcgFl0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIeVYcgFl0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIeVYcgFl0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIeVYcgFl0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIeVYcgFl0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIeVYcgFl0 .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-uIeVYcgFl0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIeVYcgFl0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIeVYcgFl0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIeVYcgFl0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIeVYcgFl0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIeVYcgFl0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIeVYcgFl0 .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-uIeVYcgFl0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIeVYcgFl0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIeVYcgFl0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIeVYcgFl0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIeVYcgFl0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIeVYcgFl0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIeVYcgFl0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIeVYcgFl0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIeVYcgFl0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIeVYcgFl0 .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIeVYcgFl0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIeVYcgFl0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIeVYcgFl0 .dropdown-item.active,
.cid-uIeVYcgFl0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIeVYcgFl0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIeVYcgFl0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIeVYcgFl0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIeVYcgFl0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIeVYcgFl0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIeVYcgFl0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIeVYcgFl0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIeVYcgFl0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIeVYcgFl0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIeVYcgFl0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIeVYcgFl0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIeVYcgFl0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeVYcgFl0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeVYcgFl0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIeVYcgFl0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeVYcgFl0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIeVYcgFl0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIeVYcgFl0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeVYcgFl0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIeVYcgFl0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIeVYcgFl0 .navbar {
    height: 70px;
  }
  .cid-uIeVYcgFl0 .navbar.opened {
    height: auto;
  }
  .cid-uIeVYcgFl0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIeVYcgFl0 .container,
.cid-uIeVYcgFl0 .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIeVYcgFl0 .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIeVYcgFl0 .navbar-short .container,
.cid-uIeVYcgFl0 .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIeVYcgFl0 .navbar-short .container:before,
.cid-uIeVYcgFl0 .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIeVYcgFl0 .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIeVYcgFl0 .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIeVYcgFl0 .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIeVYcgFl0 .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIeVYcgFl0 .navbar {
    overflow: hidden;
  }
  .cid-uIeVYcgFl0 .container,
  .cid-uIeVYcgFl0 .container-fluid {
    min-height: 85px;
  }
  .cid-uIeVYcgFl0 .navbar-brand {
    min-height: 85px;
  }
  .cid-uIeVYcgFl0 .navbar-short .container,
  .cid-uIeVYcgFl0 .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIeVYcgFl0 .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIeVYcgFl0 .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIeVYcgFl0 .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIeVYcgFl0 .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIeVYcgFl0 .mbr-section-btn {
    text-align: left;
  }
  .cid-uIeVYcgFl0 .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIeVYcgFl0 .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIeVYcOsuF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeVYcOsuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeVYcOsuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeVYcOsuF .row {
  justify-content: center;
}
.cid-uIeVYcOsuF .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeVYcOsuF .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeVYcOsuF .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeVYcOsuF .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeVYcOsuF .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeVYcOsuF .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeVYcOsuF .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeVYcOsuF .mbr-section-title {
  color: #ffffff;
}
.cid-uIeVYcOsuF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeVYcOsuF .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIeVYcOsuF .mbr-section-title,
.cid-uIeVYcOsuF .mbr-section-btn {
  text-align: center;
}
.cid-uIeWl61XL8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIeWl61XL8 h2 {
  text-align: left;
}
.cid-uIeWl61XL8 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIeWl61XL8 p {
  color: #767676;
  text-align: left;
}
.cid-uIeWl61XL8 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIeWl61XL8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIeWl61XL8 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIeWl61XL8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIeWl61XL8 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIeWl61XL8 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIeWl61XL8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIeWl61XL8 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIeWl61XL8 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIeWl61XL8 H2 {
  color: #ffffff;
}
.cid-uIeWl61XL8 .mbr-text {
  color: #ffffff;
}
.cid-uIeWl61XL8 P {
  color: #ffffff;
}
.cid-uIeWl61XL8 H4 {
  color: #ffffff;
}
.cid-uIeVYdCy4c {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeVYdCy4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeVYdCy4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeVYdCy4c .row {
  justify-content: center;
}
.cid-uIeVYdCy4c .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeVYdCy4c .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeVYdCy4c .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeVYdCy4c .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeVYdCy4c .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeVYdCy4c .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeVYdCy4c .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeVYdCy4c .mbr-section-title {
  color: #ffffff;
}
.cid-uIeVYdCy4c .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeVYdCy4c .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeVYdCy4c .mbr-section-title,
.cid-uIeVYdCy4c .mbr-section-btn {
  text-align: center;
}
.cid-uImHtDwfdZ {
  background-color: #272c52;
}
.cid-uImHtDwfdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImHtDwfdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImHtDwfdZ .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uImHtDwfdZ .container {
  max-width: 1280px;
}
.cid-uImHtDwfdZ .row {
  justify-content: center;
}
.cid-uImHtDwfdZ .mbr-section-title {
  color: #212132;
}
.cid-uImHtDwfdZ .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uImHtDwfdZ .mbr-section-title,
.cid-uImHtDwfdZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ65pHJ747 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ65pHJ747 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ65pHJ747 .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ65pHJ747 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ65pHJ747 .section-text,
.cid-uJ65pHJ747 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ65pHJ747 .section-text,
.cid-uJ65pHJ747 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ65p7aP10 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ65p7aP10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ65p7aP10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ65p7aP10 .row {
  justify-content: center;
}
.cid-uJ65p7aP10 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ65p7aP10 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ65p7aP10 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ65p7aP10 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ65p7aP10 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ65p7aP10 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ65p7aP10 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ65p7aP10 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ65p7aP10 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ65p7aP10 .mbr-desc {
  color: #ffffff;
}
.cid-uJ65p7aP10 .mbr-section-title,
.cid-uJ65p7aP10 .mbr-section-btn {
  text-align: center;
}
.cid-uIeVYeOcwX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIeVYeOcwX .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeVYeOcwX .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeVYeOcwX .btn {
  padding: 15px 30px !important;
}
.cid-uIeVYeOcwX a {
  font-weight: 400;
}
.cid-uIeVYeOcwX .mbr-section-subtitle,
.cid-uIeVYeOcwX .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIeVYeOcwX .row {
  justify-content: center;
  display: flex;
}
.cid-uIVU1aeuqy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVU1aeuqy .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVU1aeuqy .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVU1aeuqy H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVU1aeuqy .section-text,
.cid-uIVU1aeuqy .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVU1aeuqy .section-text,
.cid-uIVU1aeuqy .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIeVYfAi8q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIeVYfAi8q .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIeVYfAi8q .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIeVYfAi8q .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIeVYfAi8q .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIeVYfAi8q .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIeVYfAi8q .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIeVYfAi8q .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIeVYfAi8q .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIeVYfAi8q .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIeVYfAi8q .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIeVYfAi8q [class^="socicon-"]:before,
.cid-uIeVYfAi8q [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIeVYfAi8q .btn {
    font-size: 20px !important;
  }
}
.cid-uIeVYfAi8q .mbr-section-title {
  color: #ffffff;
}
.cid-uIeVYfVtfo {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIeVYfVtfo::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIeVYfVtfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeVYfVtfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeVYfVtfo .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIeVYfVtfo .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIeVYfVtfo .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIeVYfVtfo .container {
    padding: 0 22px;
  }
}
.cid-uIeVYfVtfo .row {
  position: relative;
  z-index: 1;
}
.cid-uIeVYfVtfo .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIeVYfVtfo .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeVYfVtfo .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeVYfVtfo .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIeVYfVtfo .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeVYfVtfo .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIeVYfVtfo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIeVYfVtfo .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeVYfVtfo .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIeVYfVtfo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeVYfVtfo .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIeVYfVtfo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIeVYfVtfo .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeVYfVtfo .nav-wrapper .list .item-wrap:hover,
.cid-uIeVYfVtfo .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIeVYfVtfo .nav-wrapper .list .item-wrap:hover::before,
.cid-uIeVYfVtfo .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIeVYfVtfo .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeVYfVtfo .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeVYfVtfo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeVYfVtfo .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIeVYfVtfo .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIeVYfVtfo .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIeVYfVtfo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIeVYfVtfo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIeVYfVtfo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIeVYfVtfo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIeVYfVtfo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIeVYfVtfo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeVYfVtfo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeVYfVtfo .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeVYfVtfo .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeVYfVtfo .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIeVYfVtfo .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIeVYfVtfo .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIeVYfVtfo .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIeVYfVtfo .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIeVYfVtfo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIeVYfVtfo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIeVYfVtfo .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIeVYfVtfo .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIeVYfVtfo .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIeVYfVtfo .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIeVYfVtfo .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIeVYfVtfo .mbr-section-title {
  color: #00d0f3;
}
.cid-uIeVYfVtfo .mbr-text {
  color: #ffffff;
}
.cid-uIeVYfVtfo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIeVYfVtfo .list {
  color: #ffffff;
}
.cid-uIeVYfVtfo .mbr-contact {
  color: #ffffff;
}
.cid-uIeVYfVtfo .mbr-desc {
  color: #ffffff;
}
.cid-uIeVYfVtfo .mbr-contact,
.cid-uIeVYfVtfo .item-contact {
  color: #fdfdfd;
}
.cid-uIeVYfVtfo .list,
.cid-uIeVYfVtfo .item-wrap {
  color: #df8825;
}
.cid-uIeVYfVtfo .mbr-desc,
.cid-uIeVYfVtfo .mbr-section-btn {
  text-align: center;
}
.cid-uIeWzL77Wg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIeWzL77Wg nav.navbar {
  position: fixed;
}
.cid-uIeWzL77Wg .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-uIeWzL77Wg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIeWzL77Wg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIeWzL77Wg .dropdown-item:hover,
.cid-uIeWzL77Wg .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIeWzL77Wg .dropdown-item:hover span {
  color: white;
}
.cid-uIeWzL77Wg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIeWzL77Wg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIeWzL77Wg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIeWzL77Wg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIeWzL77Wg .nav-link {
  position: relative;
}
.cid-uIeWzL77Wg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIeWzL77Wg .container {
    flex-wrap: nowrap;
  }
}
.cid-uIeWzL77Wg .navbar-nav {
  margin: 0 auto;
}
.cid-uIeWzL77Wg .dropdown-menu,
.cid-uIeWzL77Wg .navbar.opened {
  background: #007b1c !important;
}
.cid-uIeWzL77Wg .nav-item:focus,
.cid-uIeWzL77Wg .nav-link:focus {
  outline: none;
}
.cid-uIeWzL77Wg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIeWzL77Wg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIeWzL77Wg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIeWzL77Wg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIeWzL77Wg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIeWzL77Wg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIeWzL77Wg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIeWzL77Wg .navbar.opened {
  transition: all 0.3s;
}
.cid-uIeWzL77Wg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIeWzL77Wg .navbar .navbar-logo img {
  width: auto;
}
.cid-uIeWzL77Wg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIeWzL77Wg .navbar.collapsed {
  justify-content: center;
}
.cid-uIeWzL77Wg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIeWzL77Wg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIeWzL77Wg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIeWzL77Wg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIeWzL77Wg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIeWzL77Wg .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-uIeWzL77Wg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIeWzL77Wg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIeWzL77Wg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIeWzL77Wg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIeWzL77Wg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIeWzL77Wg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIeWzL77Wg .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-uIeWzL77Wg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIeWzL77Wg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIeWzL77Wg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIeWzL77Wg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIeWzL77Wg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIeWzL77Wg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIeWzL77Wg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIeWzL77Wg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIeWzL77Wg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIeWzL77Wg .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIeWzL77Wg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIeWzL77Wg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIeWzL77Wg .dropdown-item.active,
.cid-uIeWzL77Wg .dropdown-item:active {
  background-color: transparent;
}
.cid-uIeWzL77Wg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIeWzL77Wg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIeWzL77Wg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIeWzL77Wg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIeWzL77Wg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIeWzL77Wg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIeWzL77Wg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIeWzL77Wg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIeWzL77Wg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIeWzL77Wg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIeWzL77Wg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIeWzL77Wg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeWzL77Wg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeWzL77Wg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIeWzL77Wg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeWzL77Wg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIeWzL77Wg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIeWzL77Wg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeWzL77Wg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIeWzL77Wg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIeWzL77Wg .navbar {
    height: 70px;
  }
  .cid-uIeWzL77Wg .navbar.opened {
    height: auto;
  }
  .cid-uIeWzL77Wg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIeWzL77Wg .container,
.cid-uIeWzL77Wg .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIeWzL77Wg .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIeWzL77Wg .navbar-short .container,
.cid-uIeWzL77Wg .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIeWzL77Wg .navbar-short .container:before,
.cid-uIeWzL77Wg .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIeWzL77Wg .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIeWzL77Wg .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIeWzL77Wg .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIeWzL77Wg .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIeWzL77Wg .navbar {
    overflow: hidden;
  }
  .cid-uIeWzL77Wg .container,
  .cid-uIeWzL77Wg .container-fluid {
    min-height: 85px;
  }
  .cid-uIeWzL77Wg .navbar-brand {
    min-height: 85px;
  }
  .cid-uIeWzL77Wg .navbar-short .container,
  .cid-uIeWzL77Wg .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIeWzL77Wg .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIeWzL77Wg .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIeWzL77Wg .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIeWzL77Wg .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIeWzL77Wg .mbr-section-btn {
    text-align: left;
  }
  .cid-uIeWzL77Wg .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIeWzL77Wg .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIeWzLAERF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeWzLAERF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeWzLAERF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeWzLAERF .row {
  justify-content: center;
}
.cid-uIeWzLAERF .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeWzLAERF .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeWzLAERF .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeWzLAERF .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeWzLAERF .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeWzLAERF .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeWzLAERF .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeWzLAERF .mbr-section-title {
  color: #ffffff;
}
.cid-uIeWzLAERF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeWzLAERF .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIeWzLAERF .mbr-section-title,
.cid-uIeWzLAERF .mbr-section-btn {
  text-align: center;
}
.cid-uIeWYZ2L5Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIeWYZ2L5Y h2 {
  text-align: left;
}
.cid-uIeWYZ2L5Y h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIeWYZ2L5Y p {
  color: #767676;
  text-align: left;
}
.cid-uIeWYZ2L5Y .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIeWYZ2L5Y .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIeWYZ2L5Y .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIeWYZ2L5Y .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIeWYZ2L5Y .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIeWYZ2L5Y .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIeWYZ2L5Y .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIeWYZ2L5Y .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIeWYZ2L5Y .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIeWYZ2L5Y H2 {
  color: #ffffff;
}
.cid-uIeWYZ2L5Y .mbr-text {
  color: #ffffff;
}
.cid-uIeWYZ2L5Y P {
  color: #ffffff;
}
.cid-uIeWYZ2L5Y H4 {
  color: #ffffff;
}
.cid-uIeWzMnP3d {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeWzMnP3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeWzMnP3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeWzMnP3d .row {
  justify-content: center;
}
.cid-uIeWzMnP3d .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeWzMnP3d .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeWzMnP3d .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeWzMnP3d .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeWzMnP3d .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeWzMnP3d .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeWzMnP3d .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeWzMnP3d .mbr-section-title {
  color: #ffffff;
}
.cid-uIeWzMnP3d .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeWzMnP3d .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeWzMnP3d .mbr-section-title,
.cid-uIeWzMnP3d .mbr-section-btn {
  text-align: center;
}
.cid-uImHx4vktS {
  background-color: #272c52;
}
.cid-uImHx4vktS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImHx4vktS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImHx4vktS .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uImHx4vktS .container {
  max-width: 1280px;
}
.cid-uImHx4vktS .row {
  justify-content: center;
}
.cid-uImHx4vktS .mbr-section-title {
  color: #212132;
}
.cid-uImHx4vktS .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uImHx4vktS .mbr-section-title,
.cid-uImHx4vktS .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ65vxxBq6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ65vxxBq6 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ65vxxBq6 .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ65vxxBq6 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ65vxxBq6 .section-text,
.cid-uJ65vxxBq6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ65vxxBq6 .section-text,
.cid-uJ65vxxBq6 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ65v0gcHq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ65v0gcHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ65v0gcHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ65v0gcHq .row {
  justify-content: center;
}
.cid-uJ65v0gcHq .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ65v0gcHq .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ65v0gcHq .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ65v0gcHq .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ65v0gcHq .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ65v0gcHq .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ65v0gcHq .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ65v0gcHq .mbr-section-title {
  color: #ffffff;
}
.cid-uJ65v0gcHq .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ65v0gcHq .mbr-desc {
  color: #ffffff;
}
.cid-uJ65v0gcHq .mbr-section-title,
.cid-uJ65v0gcHq .mbr-section-btn {
  text-align: center;
}
.cid-uIeWzNtr4V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIeWzNtr4V .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeWzNtr4V .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeWzNtr4V .btn {
  padding: 15px 30px !important;
}
.cid-uIeWzNtr4V a {
  font-weight: 400;
}
.cid-uIeWzNtr4V .mbr-section-subtitle,
.cid-uIeWzNtr4V .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIeWzNtr4V .row {
  justify-content: center;
  display: flex;
}
.cid-uIVU431fVk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVU431fVk .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVU431fVk .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVU431fVk H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVU431fVk .section-text,
.cid-uIVU431fVk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVU431fVk .section-text,
.cid-uIVU431fVk .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIeWzOeXLf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIeWzOeXLf .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIeWzOeXLf .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIeWzOeXLf .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIeWzOeXLf .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIeWzOeXLf .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIeWzOeXLf .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIeWzOeXLf .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIeWzOeXLf .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIeWzOeXLf .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIeWzOeXLf .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIeWzOeXLf [class^="socicon-"]:before,
.cid-uIeWzOeXLf [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIeWzOeXLf .btn {
    font-size: 20px !important;
  }
}
.cid-uIeWzOeXLf .mbr-section-title {
  color: #ffffff;
}
.cid-uIeWzOzxvb {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIeWzOzxvb::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIeWzOzxvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeWzOzxvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeWzOzxvb .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIeWzOzxvb .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIeWzOzxvb .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIeWzOzxvb .container {
    padding: 0 22px;
  }
}
.cid-uIeWzOzxvb .row {
  position: relative;
  z-index: 1;
}
.cid-uIeWzOzxvb .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIeWzOzxvb .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeWzOzxvb .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeWzOzxvb .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIeWzOzxvb .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeWzOzxvb .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIeWzOzxvb .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIeWzOzxvb .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeWzOzxvb .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIeWzOzxvb .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeWzOzxvb .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIeWzOzxvb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIeWzOzxvb .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeWzOzxvb .nav-wrapper .list .item-wrap:hover,
.cid-uIeWzOzxvb .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIeWzOzxvb .nav-wrapper .list .item-wrap:hover::before,
.cid-uIeWzOzxvb .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIeWzOzxvb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeWzOzxvb .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeWzOzxvb .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeWzOzxvb .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIeWzOzxvb .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIeWzOzxvb .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIeWzOzxvb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIeWzOzxvb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIeWzOzxvb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIeWzOzxvb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIeWzOzxvb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIeWzOzxvb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeWzOzxvb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeWzOzxvb .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeWzOzxvb .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeWzOzxvb .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIeWzOzxvb .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIeWzOzxvb .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIeWzOzxvb .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIeWzOzxvb .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIeWzOzxvb .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIeWzOzxvb .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIeWzOzxvb .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIeWzOzxvb .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIeWzOzxvb .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIeWzOzxvb .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIeWzOzxvb .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIeWzOzxvb .mbr-section-title {
  color: #00d0f3;
}
.cid-uIeWzOzxvb .mbr-text {
  color: #ffffff;
}
.cid-uIeWzOzxvb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIeWzOzxvb .list {
  color: #ffffff;
}
.cid-uIeWzOzxvb .mbr-contact {
  color: #ffffff;
}
.cid-uIeWzOzxvb .mbr-desc {
  color: #ffffff;
}
.cid-uIeWzOzxvb .mbr-contact,
.cid-uIeWzOzxvb .item-contact {
  color: #fdfdfd;
}
.cid-uIeWzOzxvb .list,
.cid-uIeWzOzxvb .item-wrap {
  color: #df8825;
}
.cid-uIeWzOzxvb .mbr-desc,
.cid-uIeWzOzxvb .mbr-section-btn {
  text-align: center;
}
.cid-uIeXUfxHvz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIeXUfxHvz nav.navbar {
  position: fixed;
}
.cid-uIeXUfxHvz .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-uIeXUfxHvz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIeXUfxHvz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIeXUfxHvz .dropdown-item:hover,
.cid-uIeXUfxHvz .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIeXUfxHvz .dropdown-item:hover span {
  color: white;
}
.cid-uIeXUfxHvz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIeXUfxHvz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIeXUfxHvz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIeXUfxHvz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIeXUfxHvz .nav-link {
  position: relative;
}
.cid-uIeXUfxHvz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIeXUfxHvz .container {
    flex-wrap: nowrap;
  }
}
.cid-uIeXUfxHvz .navbar-nav {
  margin: 0 auto;
}
.cid-uIeXUfxHvz .dropdown-menu,
.cid-uIeXUfxHvz .navbar.opened {
  background: #007b1c !important;
}
.cid-uIeXUfxHvz .nav-item:focus,
.cid-uIeXUfxHvz .nav-link:focus {
  outline: none;
}
.cid-uIeXUfxHvz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIeXUfxHvz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIeXUfxHvz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIeXUfxHvz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIeXUfxHvz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIeXUfxHvz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIeXUfxHvz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIeXUfxHvz .navbar.opened {
  transition: all 0.3s;
}
.cid-uIeXUfxHvz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIeXUfxHvz .navbar .navbar-logo img {
  width: auto;
}
.cid-uIeXUfxHvz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIeXUfxHvz .navbar.collapsed {
  justify-content: center;
}
.cid-uIeXUfxHvz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIeXUfxHvz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIeXUfxHvz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIeXUfxHvz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIeXUfxHvz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIeXUfxHvz .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-uIeXUfxHvz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIeXUfxHvz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIeXUfxHvz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIeXUfxHvz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIeXUfxHvz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIeXUfxHvz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIeXUfxHvz .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-uIeXUfxHvz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIeXUfxHvz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIeXUfxHvz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIeXUfxHvz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIeXUfxHvz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIeXUfxHvz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIeXUfxHvz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIeXUfxHvz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIeXUfxHvz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIeXUfxHvz .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIeXUfxHvz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIeXUfxHvz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIeXUfxHvz .dropdown-item.active,
.cid-uIeXUfxHvz .dropdown-item:active {
  background-color: transparent;
}
.cid-uIeXUfxHvz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIeXUfxHvz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIeXUfxHvz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIeXUfxHvz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIeXUfxHvz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIeXUfxHvz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIeXUfxHvz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIeXUfxHvz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIeXUfxHvz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIeXUfxHvz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIeXUfxHvz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIeXUfxHvz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeXUfxHvz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeXUfxHvz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIeXUfxHvz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeXUfxHvz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIeXUfxHvz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIeXUfxHvz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeXUfxHvz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIeXUfxHvz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIeXUfxHvz .navbar {
    height: 70px;
  }
  .cid-uIeXUfxHvz .navbar.opened {
    height: auto;
  }
  .cid-uIeXUfxHvz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIeXUfxHvz .container,
.cid-uIeXUfxHvz .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIeXUfxHvz .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIeXUfxHvz .navbar-short .container,
.cid-uIeXUfxHvz .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIeXUfxHvz .navbar-short .container:before,
.cid-uIeXUfxHvz .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIeXUfxHvz .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIeXUfxHvz .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIeXUfxHvz .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIeXUfxHvz .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIeXUfxHvz .navbar {
    overflow: hidden;
  }
  .cid-uIeXUfxHvz .container,
  .cid-uIeXUfxHvz .container-fluid {
    min-height: 85px;
  }
  .cid-uIeXUfxHvz .navbar-brand {
    min-height: 85px;
  }
  .cid-uIeXUfxHvz .navbar-short .container,
  .cid-uIeXUfxHvz .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIeXUfxHvz .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIeXUfxHvz .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIeXUfxHvz .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIeXUfxHvz .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIeXUfxHvz .mbr-section-btn {
    text-align: left;
  }
  .cid-uIeXUfxHvz .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIeXUfxHvz .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIeXUg1RKt {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeXUg1RKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeXUg1RKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeXUg1RKt .row {
  justify-content: center;
}
.cid-uIeXUg1RKt .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeXUg1RKt .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeXUg1RKt .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeXUg1RKt .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeXUg1RKt .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeXUg1RKt .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeXUg1RKt .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeXUg1RKt .mbr-section-title {
  color: #ffffff;
}
.cid-uIeXUg1RKt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeXUg1RKt .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIeXUg1RKt .mbr-section-title,
.cid-uIeXUg1RKt .mbr-section-btn {
  text-align: center;
}
.cid-uIeZamV6rp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIeZamV6rp h2 {
  text-align: left;
}
.cid-uIeZamV6rp h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIeZamV6rp p {
  color: #767676;
  text-align: left;
}
.cid-uIeZamV6rp .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIeZamV6rp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIeZamV6rp .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIeZamV6rp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIeZamV6rp .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIeZamV6rp .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIeZamV6rp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIeZamV6rp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIeZamV6rp .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIeZamV6rp H2 {
  color: #ffffff;
}
.cid-uIeZamV6rp .mbr-text {
  color: #ffffff;
}
.cid-uIeZamV6rp P {
  color: #ffffff;
}
.cid-uIeZamV6rp H4 {
  color: #ffffff;
}
.cid-uIeXUgLsYB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeXUgLsYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeXUgLsYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeXUgLsYB .row {
  justify-content: center;
}
.cid-uIeXUgLsYB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeXUgLsYB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeXUgLsYB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeXUgLsYB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeXUgLsYB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeXUgLsYB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeXUgLsYB .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeXUgLsYB .mbr-section-title {
  color: #ffffff;
}
.cid-uIeXUgLsYB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeXUgLsYB .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeXUgLsYB .mbr-section-title,
.cid-uIeXUgLsYB .mbr-section-btn {
  text-align: center;
}
.cid-uImHANtHbu {
  background-color: #272c52;
}
.cid-uImHANtHbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImHANtHbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImHANtHbu .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uImHANtHbu .container {
  max-width: 1280px;
}
.cid-uImHANtHbu .row {
  justify-content: center;
}
.cid-uImHANtHbu .mbr-section-title {
  color: #212132;
}
.cid-uImHANtHbu .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uImHANtHbu .mbr-section-title,
.cid-uImHANtHbu .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ65Bhgojs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ65Bhgojs .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ65Bhgojs .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ65Bhgojs H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ65Bhgojs .section-text,
.cid-uJ65Bhgojs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ65Bhgojs .section-text,
.cid-uJ65Bhgojs .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ65ATOH8H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ65ATOH8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ65ATOH8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ65ATOH8H .row {
  justify-content: center;
}
.cid-uJ65ATOH8H .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ65ATOH8H .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ65ATOH8H .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ65ATOH8H .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ65ATOH8H .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ65ATOH8H .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ65ATOH8H .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ65ATOH8H .mbr-section-title {
  color: #ffffff;
}
.cid-uJ65ATOH8H .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ65ATOH8H .mbr-desc {
  color: #ffffff;
}
.cid-uJ65ATOH8H .mbr-section-title,
.cid-uJ65ATOH8H .mbr-section-btn {
  text-align: center;
}
.cid-uIeXUhUVm6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIeXUhUVm6 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeXUhUVm6 .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeXUhUVm6 .btn {
  padding: 15px 30px !important;
}
.cid-uIeXUhUVm6 a {
  font-weight: 400;
}
.cid-uIeXUhUVm6 .mbr-section-subtitle,
.cid-uIeXUhUVm6 .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIeXUhUVm6 .row {
  justify-content: center;
  display: flex;
}
.cid-uIVU7dYrXA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVU7dYrXA .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVU7dYrXA .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVU7dYrXA H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVU7dYrXA .section-text,
.cid-uIVU7dYrXA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVU7dYrXA .section-text,
.cid-uIVU7dYrXA .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIeXUiF1Df {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIeXUiF1Df .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIeXUiF1Df .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIeXUiF1Df .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIeXUiF1Df .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIeXUiF1Df .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIeXUiF1Df .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIeXUiF1Df .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIeXUiF1Df .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIeXUiF1Df .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIeXUiF1Df .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIeXUiF1Df [class^="socicon-"]:before,
.cid-uIeXUiF1Df [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIeXUiF1Df .btn {
    font-size: 20px !important;
  }
}
.cid-uIeXUiF1Df .mbr-section-title {
  color: #ffffff;
}
.cid-uIeXUj2rNi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIeXUj2rNi::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIeXUj2rNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeXUj2rNi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeXUj2rNi .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIeXUj2rNi .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIeXUj2rNi .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIeXUj2rNi .container {
    padding: 0 22px;
  }
}
.cid-uIeXUj2rNi .row {
  position: relative;
  z-index: 1;
}
.cid-uIeXUj2rNi .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIeXUj2rNi .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeXUj2rNi .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeXUj2rNi .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIeXUj2rNi .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeXUj2rNi .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIeXUj2rNi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIeXUj2rNi .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeXUj2rNi .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIeXUj2rNi .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeXUj2rNi .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIeXUj2rNi .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIeXUj2rNi .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeXUj2rNi .nav-wrapper .list .item-wrap:hover,
.cid-uIeXUj2rNi .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIeXUj2rNi .nav-wrapper .list .item-wrap:hover::before,
.cid-uIeXUj2rNi .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIeXUj2rNi .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeXUj2rNi .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeXUj2rNi .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeXUj2rNi .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIeXUj2rNi .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIeXUj2rNi .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIeXUj2rNi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIeXUj2rNi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIeXUj2rNi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIeXUj2rNi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIeXUj2rNi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIeXUj2rNi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeXUj2rNi .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeXUj2rNi .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeXUj2rNi .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeXUj2rNi .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIeXUj2rNi .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIeXUj2rNi .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIeXUj2rNi .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIeXUj2rNi .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIeXUj2rNi .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIeXUj2rNi .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIeXUj2rNi .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIeXUj2rNi .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIeXUj2rNi .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIeXUj2rNi .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIeXUj2rNi .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIeXUj2rNi .mbr-section-title {
  color: #00d0f3;
}
.cid-uIeXUj2rNi .mbr-text {
  color: #ffffff;
}
.cid-uIeXUj2rNi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIeXUj2rNi .list {
  color: #ffffff;
}
.cid-uIeXUj2rNi .mbr-contact {
  color: #ffffff;
}
.cid-uIeXUj2rNi .mbr-desc {
  color: #ffffff;
}
.cid-uIeXUj2rNi .mbr-contact,
.cid-uIeXUj2rNi .item-contact {
  color: #fdfdfd;
}
.cid-uIeXUj2rNi .list,
.cid-uIeXUj2rNi .item-wrap {
  color: #df8825;
}
.cid-uIeXUj2rNi .mbr-desc,
.cid-uIeXUj2rNi .mbr-section-btn {
  text-align: center;
}
.cid-uIeZUWdEHF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIeZUWdEHF nav.navbar {
  position: fixed;
}
.cid-uIeZUWdEHF .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-uIeZUWdEHF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIeZUWdEHF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIeZUWdEHF .dropdown-item:hover,
.cid-uIeZUWdEHF .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIeZUWdEHF .dropdown-item:hover span {
  color: white;
}
.cid-uIeZUWdEHF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIeZUWdEHF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIeZUWdEHF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIeZUWdEHF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIeZUWdEHF .nav-link {
  position: relative;
}
.cid-uIeZUWdEHF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIeZUWdEHF .container {
    flex-wrap: nowrap;
  }
}
.cid-uIeZUWdEHF .navbar-nav {
  margin: 0 auto;
}
.cid-uIeZUWdEHF .dropdown-menu,
.cid-uIeZUWdEHF .navbar.opened {
  background: #007b1c !important;
}
.cid-uIeZUWdEHF .nav-item:focus,
.cid-uIeZUWdEHF .nav-link:focus {
  outline: none;
}
.cid-uIeZUWdEHF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIeZUWdEHF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIeZUWdEHF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIeZUWdEHF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIeZUWdEHF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIeZUWdEHF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIeZUWdEHF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIeZUWdEHF .navbar.opened {
  transition: all 0.3s;
}
.cid-uIeZUWdEHF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIeZUWdEHF .navbar .navbar-logo img {
  width: auto;
}
.cid-uIeZUWdEHF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIeZUWdEHF .navbar.collapsed {
  justify-content: center;
}
.cid-uIeZUWdEHF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIeZUWdEHF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIeZUWdEHF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIeZUWdEHF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIeZUWdEHF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIeZUWdEHF .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-uIeZUWdEHF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIeZUWdEHF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIeZUWdEHF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIeZUWdEHF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIeZUWdEHF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIeZUWdEHF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIeZUWdEHF .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-uIeZUWdEHF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIeZUWdEHF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIeZUWdEHF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIeZUWdEHF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIeZUWdEHF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIeZUWdEHF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIeZUWdEHF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIeZUWdEHF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIeZUWdEHF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIeZUWdEHF .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIeZUWdEHF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIeZUWdEHF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIeZUWdEHF .dropdown-item.active,
.cid-uIeZUWdEHF .dropdown-item:active {
  background-color: transparent;
}
.cid-uIeZUWdEHF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIeZUWdEHF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIeZUWdEHF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIeZUWdEHF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIeZUWdEHF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIeZUWdEHF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIeZUWdEHF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIeZUWdEHF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIeZUWdEHF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIeZUWdEHF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIeZUWdEHF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIeZUWdEHF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeZUWdEHF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeZUWdEHF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIeZUWdEHF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeZUWdEHF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIeZUWdEHF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIeZUWdEHF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeZUWdEHF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIeZUWdEHF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIeZUWdEHF .navbar {
    height: 70px;
  }
  .cid-uIeZUWdEHF .navbar.opened {
    height: auto;
  }
  .cid-uIeZUWdEHF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIeZUWdEHF .container,
.cid-uIeZUWdEHF .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIeZUWdEHF .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIeZUWdEHF .navbar-short .container,
.cid-uIeZUWdEHF .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIeZUWdEHF .navbar-short .container:before,
.cid-uIeZUWdEHF .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIeZUWdEHF .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIeZUWdEHF .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIeZUWdEHF .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIeZUWdEHF .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIeZUWdEHF .navbar {
    overflow: hidden;
  }
  .cid-uIeZUWdEHF .container,
  .cid-uIeZUWdEHF .container-fluid {
    min-height: 85px;
  }
  .cid-uIeZUWdEHF .navbar-brand {
    min-height: 85px;
  }
  .cid-uIeZUWdEHF .navbar-short .container,
  .cid-uIeZUWdEHF .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIeZUWdEHF .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIeZUWdEHF .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIeZUWdEHF .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIeZUWdEHF .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIeZUWdEHF .mbr-section-btn {
    text-align: left;
  }
  .cid-uIeZUWdEHF .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIeZUWdEHF .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIeZUWJCse {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeZUWJCse .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeZUWJCse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeZUWJCse .row {
  justify-content: center;
}
.cid-uIeZUWJCse .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeZUWJCse .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeZUWJCse .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeZUWJCse .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeZUWJCse .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeZUWJCse .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeZUWJCse .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeZUWJCse .mbr-section-title {
  color: #ffffff;
}
.cid-uIeZUWJCse .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeZUWJCse .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIeZUWJCse .mbr-section-title,
.cid-uIeZUWJCse .mbr-section-btn {
  text-align: center;
}
.cid-uIf2IgKqg3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIf2IgKqg3 h2 {
  text-align: left;
}
.cid-uIf2IgKqg3 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIf2IgKqg3 p {
  color: #767676;
  text-align: left;
}
.cid-uIf2IgKqg3 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIf2IgKqg3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIf2IgKqg3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIf2IgKqg3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIf2IgKqg3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIf2IgKqg3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIf2IgKqg3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIf2IgKqg3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIf2IgKqg3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIf2IgKqg3 H2 {
  color: #ffffff;
}
.cid-uIf2IgKqg3 .mbr-text {
  color: #ffffff;
}
.cid-uIf2IgKqg3 P {
  color: #ffffff;
}
.cid-uIf2IgKqg3 H4 {
  color: #ffffff;
}
.cid-uIeZUXAwgo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeZUXAwgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeZUXAwgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeZUXAwgo .row {
  justify-content: center;
}
.cid-uIeZUXAwgo .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeZUXAwgo .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeZUXAwgo .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeZUXAwgo .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeZUXAwgo .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeZUXAwgo .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeZUXAwgo .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeZUXAwgo .mbr-section-title {
  color: #ffffff;
}
.cid-uIeZUXAwgo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeZUXAwgo .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZUXAwgo .mbr-section-title,
.cid-uIeZUXAwgo .mbr-section-btn {
  text-align: center;
}
.cid-uIeZUY4ljq {
  background-color: #3945d2;
}
.cid-uIeZUY4ljq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeZUY4ljq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeZUY4ljq .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: transparent;
}
.cid-uIeZUY4ljq .container {
  max-width: 1280px;
}
.cid-uIeZUY4ljq .row {
  justify-content: center;
}
.cid-uIeZUY4ljq .mbr-section-title {
  color: #212132;
}
.cid-uIeZUY4ljq .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uIeZUY4ljq .mbr-section-title,
.cid-uIeZUY4ljq .mbr-section-btn {
  color: #ffffff;
}
.cid-uIf4wvW2jX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIf4wvW2jX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIf4wvW2jX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIf4wvW2jX .row {
  justify-content: center;
}
.cid-uIf4wvW2jX .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIf4wvW2jX .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIf4wvW2jX .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIf4wvW2jX .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIf4wvW2jX .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIf4wvW2jX .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIf4wvW2jX .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIf4wvW2jX .mbr-section-title {
  color: #ffffff;
}
.cid-uIf4wvW2jX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIf4wvW2jX .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIf4wvW2jX .mbr-section-title,
.cid-uIf4wvW2jX .mbr-section-btn {
  text-align: center;
}
.cid-uImHF0PBXN {
  background-color: #272c52;
}
.cid-uImHF0PBXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImHF0PBXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImHF0PBXN .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uImHF0PBXN .container {
  max-width: 1280px;
}
.cid-uImHF0PBXN .row {
  justify-content: center;
}
.cid-uImHF0PBXN .mbr-section-title {
  color: #212132;
}
.cid-uImHF0PBXN .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uImHF0PBXN .mbr-section-title,
.cid-uImHF0PBXN .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ65L8Bk3a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ65L8Bk3a .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ65L8Bk3a .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ65L8Bk3a H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ65L8Bk3a .section-text,
.cid-uJ65L8Bk3a .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ65L8Bk3a .section-text,
.cid-uJ65L8Bk3a .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ65KBLBPP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ65KBLBPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ65KBLBPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ65KBLBPP .row {
  justify-content: center;
}
.cid-uJ65KBLBPP .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ65KBLBPP .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ65KBLBPP .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ65KBLBPP .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ65KBLBPP .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ65KBLBPP .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ65KBLBPP .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ65KBLBPP .mbr-section-title {
  color: #ffffff;
}
.cid-uJ65KBLBPP .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ65KBLBPP .mbr-desc {
  color: #ffffff;
}
.cid-uJ65KBLBPP .mbr-section-title,
.cid-uJ65KBLBPP .mbr-section-btn {
  text-align: center;
}
.cid-uIeZUYS0TI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIeZUYS0TI .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeZUYS0TI .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeZUYS0TI .btn {
  padding: 15px 30px !important;
}
.cid-uIeZUYS0TI a {
  font-weight: 400;
}
.cid-uIeZUYS0TI .mbr-section-subtitle,
.cid-uIeZUYS0TI .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIeZUYS0TI .row {
  justify-content: center;
  display: flex;
}
.cid-uIVU9W8PW7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVU9W8PW7 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVU9W8PW7 .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVU9W8PW7 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVU9W8PW7 .section-text,
.cid-uIVU9W8PW7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVU9W8PW7 .section-text,
.cid-uIVU9W8PW7 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIeZUZC90H {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIeZUZC90H .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIeZUZC90H .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIeZUZC90H .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIeZUZC90H .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIeZUZC90H .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIeZUZC90H .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIeZUZC90H .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIeZUZC90H .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIeZUZC90H .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIeZUZC90H .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIeZUZC90H [class^="socicon-"]:before,
.cid-uIeZUZC90H [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIeZUZC90H .btn {
    font-size: 20px !important;
  }
}
.cid-uIeZUZC90H .mbr-section-title {
  color: #ffffff;
}
.cid-uIeZUZZ0ze {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIeZUZZ0ze::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIeZUZZ0ze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeZUZZ0ze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeZUZZ0ze .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIeZUZZ0ze .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIeZUZZ0ze .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIeZUZZ0ze .container {
    padding: 0 22px;
  }
}
.cid-uIeZUZZ0ze .row {
  position: relative;
  z-index: 1;
}
.cid-uIeZUZZ0ze .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIeZUZZ0ze .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeZUZZ0ze .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeZUZZ0ze .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIeZUZZ0ze .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeZUZZ0ze .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIeZUZZ0ze .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIeZUZZ0ze .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeZUZZ0ze .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIeZUZZ0ze .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeZUZZ0ze .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIeZUZZ0ze .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIeZUZZ0ze .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeZUZZ0ze .nav-wrapper .list .item-wrap:hover,
.cid-uIeZUZZ0ze .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIeZUZZ0ze .nav-wrapper .list .item-wrap:hover::before,
.cid-uIeZUZZ0ze .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIeZUZZ0ze .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeZUZZ0ze .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeZUZZ0ze .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeZUZZ0ze .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIeZUZZ0ze .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIeZUZZ0ze .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIeZUZZ0ze .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIeZUZZ0ze .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIeZUZZ0ze .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIeZUZZ0ze .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIeZUZZ0ze .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIeZUZZ0ze .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeZUZZ0ze .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeZUZZ0ze .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeZUZZ0ze .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeZUZZ0ze .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIeZUZZ0ze .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIeZUZZ0ze .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIeZUZZ0ze .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIeZUZZ0ze .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIeZUZZ0ze .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIeZUZZ0ze .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIeZUZZ0ze .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIeZUZZ0ze .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIeZUZZ0ze .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIeZUZZ0ze .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIeZUZZ0ze .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIeZUZZ0ze .mbr-section-title {
  color: #00d0f3;
}
.cid-uIeZUZZ0ze .mbr-text {
  color: #ffffff;
}
.cid-uIeZUZZ0ze .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIeZUZZ0ze .list {
  color: #ffffff;
}
.cid-uIeZUZZ0ze .mbr-contact {
  color: #ffffff;
}
.cid-uIeZUZZ0ze .mbr-desc {
  color: #ffffff;
}
.cid-uIeZUZZ0ze .mbr-contact,
.cid-uIeZUZZ0ze .item-contact {
  color: #fdfdfd;
}
.cid-uIeZUZZ0ze .list,
.cid-uIeZUZZ0ze .item-wrap {
  color: #df8825;
}
.cid-uIeZUZZ0ze .mbr-desc,
.cid-uIeZUZZ0ze .mbr-section-btn {
  text-align: center;
}
.cid-uIf57NVM00 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIf57NVM00 nav.navbar {
  position: fixed;
}
.cid-uIf57NVM00 .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-uIf57NVM00 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIf57NVM00 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIf57NVM00 .dropdown-item:hover,
.cid-uIf57NVM00 .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIf57NVM00 .dropdown-item:hover span {
  color: white;
}
.cid-uIf57NVM00 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIf57NVM00 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIf57NVM00 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIf57NVM00 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIf57NVM00 .nav-link {
  position: relative;
}
.cid-uIf57NVM00 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIf57NVM00 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIf57NVM00 .navbar-nav {
  margin: 0 auto;
}
.cid-uIf57NVM00 .dropdown-menu,
.cid-uIf57NVM00 .navbar.opened {
  background: #007b1c !important;
}
.cid-uIf57NVM00 .nav-item:focus,
.cid-uIf57NVM00 .nav-link:focus {
  outline: none;
}
.cid-uIf57NVM00 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIf57NVM00 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIf57NVM00 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIf57NVM00 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIf57NVM00 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIf57NVM00 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIf57NVM00 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIf57NVM00 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIf57NVM00 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIf57NVM00 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIf57NVM00 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIf57NVM00 .navbar.collapsed {
  justify-content: center;
}
.cid-uIf57NVM00 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIf57NVM00 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIf57NVM00 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIf57NVM00 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIf57NVM00 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIf57NVM00 .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-uIf57NVM00 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIf57NVM00 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIf57NVM00 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIf57NVM00 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIf57NVM00 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIf57NVM00 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIf57NVM00 .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-uIf57NVM00 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIf57NVM00 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIf57NVM00 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIf57NVM00 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIf57NVM00 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIf57NVM00 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIf57NVM00 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIf57NVM00 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIf57NVM00 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIf57NVM00 .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIf57NVM00 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIf57NVM00 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIf57NVM00 .dropdown-item.active,
.cid-uIf57NVM00 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIf57NVM00 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIf57NVM00 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIf57NVM00 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIf57NVM00 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIf57NVM00 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIf57NVM00 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIf57NVM00 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIf57NVM00 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIf57NVM00 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIf57NVM00 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIf57NVM00 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIf57NVM00 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIf57NVM00 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIf57NVM00 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIf57NVM00 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIf57NVM00 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIf57NVM00 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIf57NVM00 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIf57NVM00 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIf57NVM00 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIf57NVM00 .navbar {
    height: 70px;
  }
  .cid-uIf57NVM00 .navbar.opened {
    height: auto;
  }
  .cid-uIf57NVM00 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIf57NVM00 .container,
.cid-uIf57NVM00 .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIf57NVM00 .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIf57NVM00 .navbar-short .container,
.cid-uIf57NVM00 .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIf57NVM00 .navbar-short .container:before,
.cid-uIf57NVM00 .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIf57NVM00 .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIf57NVM00 .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIf57NVM00 .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIf57NVM00 .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIf57NVM00 .navbar {
    overflow: hidden;
  }
  .cid-uIf57NVM00 .container,
  .cid-uIf57NVM00 .container-fluid {
    min-height: 85px;
  }
  .cid-uIf57NVM00 .navbar-brand {
    min-height: 85px;
  }
  .cid-uIf57NVM00 .navbar-short .container,
  .cid-uIf57NVM00 .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIf57NVM00 .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIf57NVM00 .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIf57NVM00 .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIf57NVM00 .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIf57NVM00 .mbr-section-btn {
    text-align: left;
  }
  .cid-uIf57NVM00 .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIf57NVM00 .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIf57OqArr {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIf57OqArr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIf57OqArr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIf57OqArr .row {
  justify-content: center;
}
.cid-uIf57OqArr .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIf57OqArr .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIf57OqArr .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIf57OqArr .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIf57OqArr .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIf57OqArr .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIf57OqArr .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIf57OqArr .mbr-section-title {
  color: #ffffff;
}
.cid-uIf57OqArr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIf57OqArr .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIf57OqArr .mbr-section-title,
.cid-uIf57OqArr .mbr-section-btn {
  text-align: center;
}
.cid-uIf7w3bXmg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIf7w3bXmg h2 {
  text-align: left;
}
.cid-uIf7w3bXmg h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIf7w3bXmg p {
  color: #767676;
  text-align: left;
}
.cid-uIf7w3bXmg .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIf7w3bXmg .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIf7w3bXmg .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIf7w3bXmg .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIf7w3bXmg .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIf7w3bXmg .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIf7w3bXmg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIf7w3bXmg .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIf7w3bXmg .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIf7w3bXmg H2 {
  color: #ffffff;
}
.cid-uIf7w3bXmg .mbr-text {
  color: #ffffff;
}
.cid-uIf7w3bXmg P {
  color: #ffffff;
}
.cid-uIf7w3bXmg H4 {
  color: #ffffff;
}
.cid-uIf57Pac8m {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIf57Pac8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIf57Pac8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIf57Pac8m .row {
  justify-content: center;
}
.cid-uIf57Pac8m .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIf57Pac8m .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIf57Pac8m .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIf57Pac8m .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIf57Pac8m .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIf57Pac8m .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIf57Pac8m .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIf57Pac8m .mbr-section-title {
  color: #ffffff;
}
.cid-uIf57Pac8m .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIf57Pac8m .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIf57Pac8m .mbr-section-title,
.cid-uIf57Pac8m .mbr-section-btn {
  text-align: center;
}
.cid-uImHIJSBdF {
  background-color: #272c52;
}
.cid-uImHIJSBdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImHIJSBdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImHIJSBdF .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uImHIJSBdF .container {
  max-width: 1280px;
}
.cid-uImHIJSBdF .row {
  justify-content: center;
}
.cid-uImHIJSBdF .mbr-section-title {
  color: #212132;
}
.cid-uImHIJSBdF .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uImHIJSBdF .mbr-section-title,
.cid-uImHIJSBdF .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ65RnCSlG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ65RnCSlG .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ65RnCSlG .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ65RnCSlG H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ65RnCSlG .section-text,
.cid-uJ65RnCSlG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ65RnCSlG .section-text,
.cid-uJ65RnCSlG .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ65QSRPsU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ65QSRPsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ65QSRPsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ65QSRPsU .row {
  justify-content: center;
}
.cid-uJ65QSRPsU .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ65QSRPsU .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ65QSRPsU .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ65QSRPsU .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ65QSRPsU .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ65QSRPsU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ65QSRPsU .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ65QSRPsU .mbr-section-title {
  color: #ffffff;
}
.cid-uJ65QSRPsU .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ65QSRPsU .mbr-desc {
  color: #ffffff;
}
.cid-uJ65QSRPsU .mbr-section-title,
.cid-uJ65QSRPsU .mbr-section-btn {
  text-align: center;
}
.cid-uIf57Qnzq2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIf57Qnzq2 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIf57Qnzq2 .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIf57Qnzq2 .btn {
  padding: 15px 30px !important;
}
.cid-uIf57Qnzq2 a {
  font-weight: 400;
}
.cid-uIf57Qnzq2 .mbr-section-subtitle,
.cid-uIf57Qnzq2 .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIf57Qnzq2 .row {
  justify-content: center;
  display: flex;
}
.cid-uIVUd6Ra5w {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVUd6Ra5w .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVUd6Ra5w .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVUd6Ra5w H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVUd6Ra5w .section-text,
.cid-uIVUd6Ra5w .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVUd6Ra5w .section-text,
.cid-uIVUd6Ra5w .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIf57RbBEn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIf57RbBEn .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIf57RbBEn .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIf57RbBEn .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIf57RbBEn .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIf57RbBEn .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIf57RbBEn .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIf57RbBEn .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIf57RbBEn .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIf57RbBEn .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIf57RbBEn .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIf57RbBEn [class^="socicon-"]:before,
.cid-uIf57RbBEn [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIf57RbBEn .btn {
    font-size: 20px !important;
  }
}
.cid-uIf57RbBEn .mbr-section-title {
  color: #ffffff;
}
.cid-uIf57RAD9x {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIf57RAD9x::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIf57RAD9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIf57RAD9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIf57RAD9x .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIf57RAD9x .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIf57RAD9x .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIf57RAD9x .container {
    padding: 0 22px;
  }
}
.cid-uIf57RAD9x .row {
  position: relative;
  z-index: 1;
}
.cid-uIf57RAD9x .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIf57RAD9x .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIf57RAD9x .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIf57RAD9x .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIf57RAD9x .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIf57RAD9x .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIf57RAD9x .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIf57RAD9x .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIf57RAD9x .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIf57RAD9x .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIf57RAD9x .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIf57RAD9x .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIf57RAD9x .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIf57RAD9x .nav-wrapper .list .item-wrap:hover,
.cid-uIf57RAD9x .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIf57RAD9x .nav-wrapper .list .item-wrap:hover::before,
.cid-uIf57RAD9x .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIf57RAD9x .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIf57RAD9x .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIf57RAD9x .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIf57RAD9x .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIf57RAD9x .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIf57RAD9x .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIf57RAD9x .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIf57RAD9x .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIf57RAD9x .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIf57RAD9x .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIf57RAD9x .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIf57RAD9x .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIf57RAD9x .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIf57RAD9x .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIf57RAD9x .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIf57RAD9x .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIf57RAD9x .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIf57RAD9x .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIf57RAD9x .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIf57RAD9x .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIf57RAD9x .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIf57RAD9x .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIf57RAD9x .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIf57RAD9x .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIf57RAD9x .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIf57RAD9x .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIf57RAD9x .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIf57RAD9x .mbr-section-title {
  color: #00d0f3;
}
.cid-uIf57RAD9x .mbr-text {
  color: #ffffff;
}
.cid-uIf57RAD9x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIf57RAD9x .list {
  color: #ffffff;
}
.cid-uIf57RAD9x .mbr-contact {
  color: #ffffff;
}
.cid-uIf57RAD9x .mbr-desc {
  color: #ffffff;
}
.cid-uIf57RAD9x .mbr-contact,
.cid-uIf57RAD9x .item-contact {
  color: #fdfdfd;
}
.cid-uIf57RAD9x .list,
.cid-uIf57RAD9x .item-wrap {
  color: #df8825;
}
.cid-uIf57RAD9x .mbr-desc,
.cid-uIf57RAD9x .mbr-section-btn {
  text-align: center;
}
.cid-uIf8tRhJ4z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIf8tRhJ4z nav.navbar {
  position: fixed;
}
.cid-uIf8tRhJ4z .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-uIf8tRhJ4z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIf8tRhJ4z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIf8tRhJ4z .dropdown-item:hover,
.cid-uIf8tRhJ4z .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIf8tRhJ4z .dropdown-item:hover span {
  color: white;
}
.cid-uIf8tRhJ4z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIf8tRhJ4z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIf8tRhJ4z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIf8tRhJ4z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIf8tRhJ4z .nav-link {
  position: relative;
}
.cid-uIf8tRhJ4z .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIf8tRhJ4z .container {
    flex-wrap: nowrap;
  }
}
.cid-uIf8tRhJ4z .navbar-nav {
  margin: 0 auto;
}
.cid-uIf8tRhJ4z .dropdown-menu,
.cid-uIf8tRhJ4z .navbar.opened {
  background: #007b1c !important;
}
.cid-uIf8tRhJ4z .nav-item:focus,
.cid-uIf8tRhJ4z .nav-link:focus {
  outline: none;
}
.cid-uIf8tRhJ4z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIf8tRhJ4z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIf8tRhJ4z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIf8tRhJ4z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIf8tRhJ4z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIf8tRhJ4z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIf8tRhJ4z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIf8tRhJ4z .navbar.opened {
  transition: all 0.3s;
}
.cid-uIf8tRhJ4z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIf8tRhJ4z .navbar .navbar-logo img {
  width: auto;
}
.cid-uIf8tRhJ4z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIf8tRhJ4z .navbar.collapsed {
  justify-content: center;
}
.cid-uIf8tRhJ4z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIf8tRhJ4z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIf8tRhJ4z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIf8tRhJ4z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIf8tRhJ4z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIf8tRhJ4z .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-uIf8tRhJ4z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIf8tRhJ4z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIf8tRhJ4z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIf8tRhJ4z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIf8tRhJ4z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIf8tRhJ4z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIf8tRhJ4z .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-uIf8tRhJ4z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIf8tRhJ4z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIf8tRhJ4z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIf8tRhJ4z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIf8tRhJ4z .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIf8tRhJ4z .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIf8tRhJ4z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIf8tRhJ4z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIf8tRhJ4z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIf8tRhJ4z .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIf8tRhJ4z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIf8tRhJ4z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIf8tRhJ4z .dropdown-item.active,
.cid-uIf8tRhJ4z .dropdown-item:active {
  background-color: transparent;
}
.cid-uIf8tRhJ4z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIf8tRhJ4z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIf8tRhJ4z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIf8tRhJ4z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIf8tRhJ4z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIf8tRhJ4z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIf8tRhJ4z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIf8tRhJ4z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIf8tRhJ4z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIf8tRhJ4z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIf8tRhJ4z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIf8tRhJ4z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIf8tRhJ4z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIf8tRhJ4z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIf8tRhJ4z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIf8tRhJ4z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIf8tRhJ4z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIf8tRhJ4z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIf8tRhJ4z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIf8tRhJ4z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIf8tRhJ4z .navbar {
    height: 70px;
  }
  .cid-uIf8tRhJ4z .navbar.opened {
    height: auto;
  }
  .cid-uIf8tRhJ4z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIf8tRhJ4z .container,
.cid-uIf8tRhJ4z .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIf8tRhJ4z .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIf8tRhJ4z .navbar-short .container,
.cid-uIf8tRhJ4z .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIf8tRhJ4z .navbar-short .container:before,
.cid-uIf8tRhJ4z .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIf8tRhJ4z .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIf8tRhJ4z .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIf8tRhJ4z .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIf8tRhJ4z .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIf8tRhJ4z .navbar {
    overflow: hidden;
  }
  .cid-uIf8tRhJ4z .container,
  .cid-uIf8tRhJ4z .container-fluid {
    min-height: 85px;
  }
  .cid-uIf8tRhJ4z .navbar-brand {
    min-height: 85px;
  }
  .cid-uIf8tRhJ4z .navbar-short .container,
  .cid-uIf8tRhJ4z .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIf8tRhJ4z .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIf8tRhJ4z .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIf8tRhJ4z .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIf8tRhJ4z .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIf8tRhJ4z .mbr-section-btn {
    text-align: left;
  }
  .cid-uIf8tRhJ4z .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIf8tRhJ4z .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIf8tRO7WW {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIf8tRO7WW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIf8tRO7WW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIf8tRO7WW .row {
  justify-content: center;
}
.cid-uIf8tRO7WW .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIf8tRO7WW .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIf8tRO7WW .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIf8tRO7WW .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIf8tRO7WW .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIf8tRO7WW .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIf8tRO7WW .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIf8tRO7WW .mbr-section-title {
  color: #ffffff;
}
.cid-uIf8tRO7WW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIf8tRO7WW .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIf8tRO7WW .mbr-section-title,
.cid-uIf8tRO7WW .mbr-section-btn {
  text-align: center;
}
.cid-uIfaETZeBt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfaETZeBt h2 {
  text-align: left;
}
.cid-uIfaETZeBt h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIfaETZeBt p {
  color: #767676;
  text-align: left;
}
.cid-uIfaETZeBt .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIfaETZeBt .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIfaETZeBt .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIfaETZeBt .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIfaETZeBt .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIfaETZeBt .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIfaETZeBt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIfaETZeBt .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIfaETZeBt .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIfaETZeBt H2 {
  color: #ffffff;
}
.cid-uIfaETZeBt .mbr-text {
  color: #ffffff;
}
.cid-uIfaETZeBt P {
  color: #ffffff;
}
.cid-uIfaETZeBt H4 {
  color: #ffffff;
}
.cid-uIf8tSEQ8U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIf8tSEQ8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIf8tSEQ8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIf8tSEQ8U .row {
  justify-content: center;
}
.cid-uIf8tSEQ8U .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIf8tSEQ8U .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIf8tSEQ8U .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIf8tSEQ8U .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIf8tSEQ8U .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIf8tSEQ8U .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIf8tSEQ8U .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIf8tSEQ8U .mbr-section-title {
  color: #ffffff;
}
.cid-uIf8tSEQ8U .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIf8tSEQ8U .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIf8tSEQ8U .mbr-section-title,
.cid-uIf8tSEQ8U .mbr-section-btn {
  text-align: center;
}
.cid-uImHMY2ZsK {
  background-color: #272c52;
}
.cid-uImHMY2ZsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImHMY2ZsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImHMY2ZsK .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uImHMY2ZsK .container {
  max-width: 1280px;
}
.cid-uImHMY2ZsK .row {
  justify-content: center;
}
.cid-uImHMY2ZsK .mbr-section-title {
  color: #212132;
}
.cid-uImHMY2ZsK .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uImHMY2ZsK .mbr-section-title,
.cid-uImHMY2ZsK .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ65Xq1nZl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ65Xq1nZl .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ65Xq1nZl .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ65Xq1nZl H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ65Xq1nZl .section-text,
.cid-uJ65Xq1nZl .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ65Xq1nZl .section-text,
.cid-uJ65Xq1nZl .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ65X1NAKy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ65X1NAKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ65X1NAKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ65X1NAKy .row {
  justify-content: center;
}
.cid-uJ65X1NAKy .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ65X1NAKy .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ65X1NAKy .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ65X1NAKy .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ65X1NAKy .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ65X1NAKy .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ65X1NAKy .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ65X1NAKy .mbr-section-title {
  color: #ffffff;
}
.cid-uJ65X1NAKy .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ65X1NAKy .mbr-desc {
  color: #ffffff;
}
.cid-uJ65X1NAKy .mbr-section-title,
.cid-uJ65X1NAKy .mbr-section-btn {
  text-align: center;
}
.cid-uIf8tTMa9B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIf8tTMa9B .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIf8tTMa9B .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIf8tTMa9B .btn {
  padding: 15px 30px !important;
}
.cid-uIf8tTMa9B a {
  font-weight: 400;
}
.cid-uIf8tTMa9B .mbr-section-subtitle,
.cid-uIf8tTMa9B .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIf8tTMa9B .row {
  justify-content: center;
  display: flex;
}
.cid-uIVUg5bOdg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVUg5bOdg .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVUg5bOdg .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVUg5bOdg H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVUg5bOdg .section-text,
.cid-uIVUg5bOdg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVUg5bOdg .section-text,
.cid-uIVUg5bOdg .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIf8tUCjk2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIf8tUCjk2 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIf8tUCjk2 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIf8tUCjk2 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIf8tUCjk2 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIf8tUCjk2 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIf8tUCjk2 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIf8tUCjk2 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIf8tUCjk2 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIf8tUCjk2 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIf8tUCjk2 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIf8tUCjk2 [class^="socicon-"]:before,
.cid-uIf8tUCjk2 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIf8tUCjk2 .btn {
    font-size: 20px !important;
  }
}
.cid-uIf8tUCjk2 .mbr-section-title {
  color: #ffffff;
}
.cid-uIf8tV0ZsB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIf8tV0ZsB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIf8tV0ZsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIf8tV0ZsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIf8tV0ZsB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIf8tV0ZsB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIf8tV0ZsB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIf8tV0ZsB .container {
    padding: 0 22px;
  }
}
.cid-uIf8tV0ZsB .row {
  position: relative;
  z-index: 1;
}
.cid-uIf8tV0ZsB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIf8tV0ZsB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIf8tV0ZsB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIf8tV0ZsB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIf8tV0ZsB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIf8tV0ZsB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIf8tV0ZsB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIf8tV0ZsB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIf8tV0ZsB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIf8tV0ZsB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIf8tV0ZsB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIf8tV0ZsB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIf8tV0ZsB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIf8tV0ZsB .nav-wrapper .list .item-wrap:hover,
.cid-uIf8tV0ZsB .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIf8tV0ZsB .nav-wrapper .list .item-wrap:hover::before,
.cid-uIf8tV0ZsB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIf8tV0ZsB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIf8tV0ZsB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIf8tV0ZsB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIf8tV0ZsB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIf8tV0ZsB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIf8tV0ZsB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIf8tV0ZsB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIf8tV0ZsB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIf8tV0ZsB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIf8tV0ZsB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIf8tV0ZsB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIf8tV0ZsB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIf8tV0ZsB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIf8tV0ZsB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIf8tV0ZsB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIf8tV0ZsB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIf8tV0ZsB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIf8tV0ZsB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIf8tV0ZsB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIf8tV0ZsB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIf8tV0ZsB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIf8tV0ZsB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIf8tV0ZsB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIf8tV0ZsB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIf8tV0ZsB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIf8tV0ZsB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIf8tV0ZsB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIf8tV0ZsB .mbr-section-title {
  color: #00d0f3;
}
.cid-uIf8tV0ZsB .mbr-text {
  color: #ffffff;
}
.cid-uIf8tV0ZsB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIf8tV0ZsB .list {
  color: #ffffff;
}
.cid-uIf8tV0ZsB .mbr-contact {
  color: #ffffff;
}
.cid-uIf8tV0ZsB .mbr-desc {
  color: #ffffff;
}
.cid-uIf8tV0ZsB .mbr-contact,
.cid-uIf8tV0ZsB .item-contact {
  color: #fdfdfd;
}
.cid-uIf8tV0ZsB .list,
.cid-uIf8tV0ZsB .item-wrap {
  color: #df8825;
}
.cid-uIf8tV0ZsB .mbr-desc,
.cid-uIf8tV0ZsB .mbr-section-btn {
  text-align: center;
}
.cid-uIfbO7R7Fx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIfbO7R7Fx nav.navbar {
  position: fixed;
}
.cid-uIfbO7R7Fx .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-uIfbO7R7Fx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIfbO7R7Fx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIfbO7R7Fx .dropdown-item:hover,
.cid-uIfbO7R7Fx .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIfbO7R7Fx .dropdown-item:hover span {
  color: white;
}
.cid-uIfbO7R7Fx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIfbO7R7Fx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIfbO7R7Fx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIfbO7R7Fx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIfbO7R7Fx .nav-link {
  position: relative;
}
.cid-uIfbO7R7Fx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIfbO7R7Fx .container {
    flex-wrap: nowrap;
  }
}
.cid-uIfbO7R7Fx .navbar-nav {
  margin: 0 auto;
}
.cid-uIfbO7R7Fx .dropdown-menu,
.cid-uIfbO7R7Fx .navbar.opened {
  background: #007b1c !important;
}
.cid-uIfbO7R7Fx .nav-item:focus,
.cid-uIfbO7R7Fx .nav-link:focus {
  outline: none;
}
.cid-uIfbO7R7Fx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIfbO7R7Fx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIfbO7R7Fx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIfbO7R7Fx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIfbO7R7Fx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIfbO7R7Fx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIfbO7R7Fx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIfbO7R7Fx .navbar.opened {
  transition: all 0.3s;
}
.cid-uIfbO7R7Fx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIfbO7R7Fx .navbar .navbar-logo img {
  width: auto;
}
.cid-uIfbO7R7Fx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIfbO7R7Fx .navbar.collapsed {
  justify-content: center;
}
.cid-uIfbO7R7Fx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIfbO7R7Fx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIfbO7R7Fx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIfbO7R7Fx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIfbO7R7Fx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIfbO7R7Fx .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-uIfbO7R7Fx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIfbO7R7Fx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIfbO7R7Fx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIfbO7R7Fx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIfbO7R7Fx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIfbO7R7Fx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIfbO7R7Fx .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-uIfbO7R7Fx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIfbO7R7Fx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIfbO7R7Fx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIfbO7R7Fx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIfbO7R7Fx .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIfbO7R7Fx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIfbO7R7Fx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIfbO7R7Fx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIfbO7R7Fx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIfbO7R7Fx .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIfbO7R7Fx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIfbO7R7Fx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIfbO7R7Fx .dropdown-item.active,
.cid-uIfbO7R7Fx .dropdown-item:active {
  background-color: transparent;
}
.cid-uIfbO7R7Fx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIfbO7R7Fx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIfbO7R7Fx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIfbO7R7Fx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIfbO7R7Fx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIfbO7R7Fx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIfbO7R7Fx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIfbO7R7Fx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIfbO7R7Fx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIfbO7R7Fx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIfbO7R7Fx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIfbO7R7Fx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIfbO7R7Fx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIfbO7R7Fx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIfbO7R7Fx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIfbO7R7Fx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIfbO7R7Fx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIfbO7R7Fx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIfbO7R7Fx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIfbO7R7Fx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIfbO7R7Fx .navbar {
    height: 70px;
  }
  .cid-uIfbO7R7Fx .navbar.opened {
    height: auto;
  }
  .cid-uIfbO7R7Fx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIfbO7R7Fx .container,
.cid-uIfbO7R7Fx .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIfbO7R7Fx .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIfbO7R7Fx .navbar-short .container,
.cid-uIfbO7R7Fx .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIfbO7R7Fx .navbar-short .container:before,
.cid-uIfbO7R7Fx .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIfbO7R7Fx .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIfbO7R7Fx .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIfbO7R7Fx .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIfbO7R7Fx .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIfbO7R7Fx .navbar {
    overflow: hidden;
  }
  .cid-uIfbO7R7Fx .container,
  .cid-uIfbO7R7Fx .container-fluid {
    min-height: 85px;
  }
  .cid-uIfbO7R7Fx .navbar-brand {
    min-height: 85px;
  }
  .cid-uIfbO7R7Fx .navbar-short .container,
  .cid-uIfbO7R7Fx .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIfbO7R7Fx .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIfbO7R7Fx .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIfbO7R7Fx .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIfbO7R7Fx .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIfbO7R7Fx .mbr-section-btn {
    text-align: left;
  }
  .cid-uIfbO7R7Fx .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIfbO7R7Fx .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIfbO8mcgp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfbO8mcgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfbO8mcgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfbO8mcgp .row {
  justify-content: center;
}
.cid-uIfbO8mcgp .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIfbO8mcgp .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIfbO8mcgp .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIfbO8mcgp .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIfbO8mcgp .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIfbO8mcgp .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIfbO8mcgp .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIfbO8mcgp .mbr-section-title {
  color: #ffffff;
}
.cid-uIfbO8mcgp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfbO8mcgp .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIfbO8mcgp .mbr-section-title,
.cid-uIfbO8mcgp .mbr-section-btn {
  text-align: center;
}
.cid-uIfbO8L5TY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfbO8L5TY h2 {
  text-align: left;
}
.cid-uIfbO8L5TY h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIfbO8L5TY p {
  color: #767676;
  text-align: left;
}
.cid-uIfbO8L5TY .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIfbO8L5TY .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIfbO8L5TY .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIfbO8L5TY .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIfbO8L5TY .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIfbO8L5TY .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIfbO8L5TY .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIfbO8L5TY .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIfbO8L5TY .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIfbO8L5TY H2 {
  color: #ffffff;
}
.cid-uIfbO8L5TY .mbr-text {
  color: #ffffff;
}
.cid-uIfbO8L5TY P {
  color: #ffffff;
}
.cid-uIfbO8L5TY H4 {
  color: #ffffff;
}
.cid-uIfbO986HV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfbO986HV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfbO986HV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfbO986HV .row {
  justify-content: center;
}
.cid-uIfbO986HV .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIfbO986HV .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIfbO986HV .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIfbO986HV .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIfbO986HV .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIfbO986HV .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIfbO986HV .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIfbO986HV .mbr-section-title {
  color: #ffffff;
}
.cid-uIfbO986HV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfbO986HV .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIfbO986HV .mbr-section-title,
.cid-uIfbO986HV .mbr-section-btn {
  text-align: center;
}
.cid-uImHQZQZee {
  background-color: #272c52;
}
.cid-uImHQZQZee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImHQZQZee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImHQZQZee .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uImHQZQZee .container {
  max-width: 1280px;
}
.cid-uImHQZQZee .row {
  justify-content: center;
}
.cid-uImHQZQZee .mbr-section-title {
  color: #212132;
}
.cid-uImHQZQZee .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uImHQZQZee .mbr-section-title,
.cid-uImHQZQZee .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ662QJoVK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ662QJoVK .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ662QJoVK .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ662QJoVK H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ662QJoVK .section-text,
.cid-uJ662QJoVK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ662QJoVK .section-text,
.cid-uJ662QJoVK .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ662mKrgn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ662mKrgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ662mKrgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ662mKrgn .row {
  justify-content: center;
}
.cid-uJ662mKrgn .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ662mKrgn .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ662mKrgn .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ662mKrgn .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ662mKrgn .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ662mKrgn .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ662mKrgn .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ662mKrgn .mbr-section-title {
  color: #ffffff;
}
.cid-uJ662mKrgn .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ662mKrgn .mbr-desc {
  color: #ffffff;
}
.cid-uJ662mKrgn .mbr-section-title,
.cid-uJ662mKrgn .mbr-section-btn {
  text-align: center;
}
.cid-uIfbOaeZ96 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIfbOaeZ96 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIfbOaeZ96 .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIfbOaeZ96 .btn {
  padding: 15px 30px !important;
}
.cid-uIfbOaeZ96 a {
  font-weight: 400;
}
.cid-uIfbOaeZ96 .mbr-section-subtitle,
.cid-uIfbOaeZ96 .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIfbOaeZ96 .row {
  justify-content: center;
  display: flex;
}
.cid-uIVUjrS0pq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVUjrS0pq .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVUjrS0pq .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVUjrS0pq H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVUjrS0pq .section-text,
.cid-uIVUjrS0pq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVUjrS0pq .section-text,
.cid-uIVUjrS0pq .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfbOb1h6Q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIfbOb1h6Q .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIfbOb1h6Q .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIfbOb1h6Q .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIfbOb1h6Q .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIfbOb1h6Q .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIfbOb1h6Q .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIfbOb1h6Q .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIfbOb1h6Q .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIfbOb1h6Q .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIfbOb1h6Q .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIfbOb1h6Q [class^="socicon-"]:before,
.cid-uIfbOb1h6Q [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIfbOb1h6Q .btn {
    font-size: 20px !important;
  }
}
.cid-uIfbOb1h6Q .mbr-section-title {
  color: #ffffff;
}
.cid-uIfbObnXo0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIfbObnXo0::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIfbObnXo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfbObnXo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfbObnXo0 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIfbObnXo0 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIfbObnXo0 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIfbObnXo0 .container {
    padding: 0 22px;
  }
}
.cid-uIfbObnXo0 .row {
  position: relative;
  z-index: 1;
}
.cid-uIfbObnXo0 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIfbObnXo0 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIfbObnXo0 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIfbObnXo0 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIfbObnXo0 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfbObnXo0 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIfbObnXo0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIfbObnXo0 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIfbObnXo0 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIfbObnXo0 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIfbObnXo0 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIfbObnXo0 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIfbObnXo0 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIfbObnXo0 .nav-wrapper .list .item-wrap:hover,
.cid-uIfbObnXo0 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIfbObnXo0 .nav-wrapper .list .item-wrap:hover::before,
.cid-uIfbObnXo0 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIfbObnXo0 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIfbObnXo0 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfbObnXo0 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIfbObnXo0 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIfbObnXo0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIfbObnXo0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIfbObnXo0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIfbObnXo0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIfbObnXo0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIfbObnXo0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIfbObnXo0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIfbObnXo0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIfbObnXo0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIfbObnXo0 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfbObnXo0 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIfbObnXo0 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIfbObnXo0 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIfbObnXo0 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIfbObnXo0 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIfbObnXo0 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIfbObnXo0 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIfbObnXo0 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIfbObnXo0 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIfbObnXo0 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIfbObnXo0 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIfbObnXo0 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIfbObnXo0 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIfbObnXo0 .mbr-section-title {
  color: #00d0f3;
}
.cid-uIfbObnXo0 .mbr-text {
  color: #ffffff;
}
.cid-uIfbObnXo0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIfbObnXo0 .list {
  color: #ffffff;
}
.cid-uIfbObnXo0 .mbr-contact {
  color: #ffffff;
}
.cid-uIfbObnXo0 .mbr-desc {
  color: #ffffff;
}
.cid-uIfbObnXo0 .mbr-contact,
.cid-uIfbObnXo0 .item-contact {
  color: #fdfdfd;
}
.cid-uIfbObnXo0 .list,
.cid-uIfbObnXo0 .item-wrap {
  color: #df8825;
}
.cid-uIfbObnXo0 .mbr-desc,
.cid-uIfbObnXo0 .mbr-section-btn {
  text-align: center;
}
.cid-uIfhrnlADc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIfhrnlADc nav.navbar {
  position: fixed;
}
.cid-uIfhrnlADc .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-uIfhrnlADc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIfhrnlADc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIfhrnlADc .dropdown-item:hover,
.cid-uIfhrnlADc .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIfhrnlADc .dropdown-item:hover span {
  color: white;
}
.cid-uIfhrnlADc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIfhrnlADc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIfhrnlADc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIfhrnlADc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIfhrnlADc .nav-link {
  position: relative;
}
.cid-uIfhrnlADc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIfhrnlADc .container {
    flex-wrap: nowrap;
  }
}
.cid-uIfhrnlADc .navbar-nav {
  margin: 0 auto;
}
.cid-uIfhrnlADc .dropdown-menu,
.cid-uIfhrnlADc .navbar.opened {
  background: #007b1c !important;
}
.cid-uIfhrnlADc .nav-item:focus,
.cid-uIfhrnlADc .nav-link:focus {
  outline: none;
}
.cid-uIfhrnlADc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIfhrnlADc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIfhrnlADc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIfhrnlADc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIfhrnlADc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIfhrnlADc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIfhrnlADc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIfhrnlADc .navbar.opened {
  transition: all 0.3s;
}
.cid-uIfhrnlADc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIfhrnlADc .navbar .navbar-logo img {
  width: auto;
}
.cid-uIfhrnlADc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIfhrnlADc .navbar.collapsed {
  justify-content: center;
}
.cid-uIfhrnlADc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIfhrnlADc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIfhrnlADc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIfhrnlADc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIfhrnlADc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIfhrnlADc .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-uIfhrnlADc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIfhrnlADc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIfhrnlADc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIfhrnlADc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIfhrnlADc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIfhrnlADc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIfhrnlADc .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-uIfhrnlADc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIfhrnlADc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIfhrnlADc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIfhrnlADc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIfhrnlADc .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIfhrnlADc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIfhrnlADc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIfhrnlADc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIfhrnlADc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIfhrnlADc .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIfhrnlADc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIfhrnlADc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIfhrnlADc .dropdown-item.active,
.cid-uIfhrnlADc .dropdown-item:active {
  background-color: transparent;
}
.cid-uIfhrnlADc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIfhrnlADc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIfhrnlADc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIfhrnlADc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIfhrnlADc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIfhrnlADc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIfhrnlADc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIfhrnlADc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIfhrnlADc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIfhrnlADc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIfhrnlADc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIfhrnlADc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIfhrnlADc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIfhrnlADc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIfhrnlADc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIfhrnlADc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIfhrnlADc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIfhrnlADc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIfhrnlADc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIfhrnlADc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIfhrnlADc .navbar {
    height: 70px;
  }
  .cid-uIfhrnlADc .navbar.opened {
    height: auto;
  }
  .cid-uIfhrnlADc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIfhrnlADc .container,
.cid-uIfhrnlADc .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIfhrnlADc .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIfhrnlADc .navbar-short .container,
.cid-uIfhrnlADc .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIfhrnlADc .navbar-short .container:before,
.cid-uIfhrnlADc .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIfhrnlADc .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIfhrnlADc .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIfhrnlADc .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIfhrnlADc .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIfhrnlADc .navbar {
    overflow: hidden;
  }
  .cid-uIfhrnlADc .container,
  .cid-uIfhrnlADc .container-fluid {
    min-height: 85px;
  }
  .cid-uIfhrnlADc .navbar-brand {
    min-height: 85px;
  }
  .cid-uIfhrnlADc .navbar-short .container,
  .cid-uIfhrnlADc .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIfhrnlADc .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIfhrnlADc .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIfhrnlADc .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIfhrnlADc .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIfhrnlADc .mbr-section-btn {
    text-align: left;
  }
  .cid-uIfhrnlADc .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIfhrnlADc .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIfhrnNlIh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfhrnNlIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfhrnNlIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfhrnNlIh .row {
  justify-content: center;
}
.cid-uIfhrnNlIh .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIfhrnNlIh .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIfhrnNlIh .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIfhrnNlIh .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIfhrnNlIh .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIfhrnNlIh .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIfhrnNlIh .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIfhrnNlIh .mbr-section-title {
  color: #ffffff;
}
.cid-uIfhrnNlIh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfhrnNlIh .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIfhrnNlIh .mbr-section-title,
.cid-uIfhrnNlIh .mbr-section-btn {
  text-align: center;
}
.cid-uIfhrocuTB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfhrocuTB h2 {
  text-align: left;
}
.cid-uIfhrocuTB h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIfhrocuTB p {
  color: #767676;
  text-align: left;
}
.cid-uIfhrocuTB .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIfhrocuTB .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIfhrocuTB .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIfhrocuTB .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIfhrocuTB .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIfhrocuTB .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIfhrocuTB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIfhrocuTB .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIfhrocuTB .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIfhrocuTB H2 {
  color: #ffffff;
}
.cid-uIfhrocuTB .mbr-text {
  color: #ffffff;
}
.cid-uIfhrocuTB P {
  color: #ffffff;
}
.cid-uIfhrocuTB H4 {
  color: #ffffff;
}
.cid-uIfhroBnm0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfhroBnm0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfhroBnm0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfhroBnm0 .row {
  justify-content: center;
}
.cid-uIfhroBnm0 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIfhroBnm0 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIfhroBnm0 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIfhroBnm0 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIfhroBnm0 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIfhroBnm0 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIfhroBnm0 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIfhroBnm0 .mbr-section-title {
  color: #ffffff;
}
.cid-uIfhroBnm0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfhroBnm0 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIfhroBnm0 .mbr-section-title,
.cid-uIfhroBnm0 .mbr-section-btn {
  text-align: center;
}
.cid-uImHVKy7yQ {
  background-color: #272c52;
}
.cid-uImHVKy7yQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImHVKy7yQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImHVKy7yQ .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uImHVKy7yQ .container {
  max-width: 1280px;
}
.cid-uImHVKy7yQ .row {
  justify-content: center;
}
.cid-uImHVKy7yQ .mbr-section-title {
  color: #212132;
}
.cid-uImHVKy7yQ .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uImHVKy7yQ .mbr-section-title,
.cid-uImHVKy7yQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ66bpLblV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ66bpLblV .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ66bpLblV .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ66bpLblV H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ66bpLblV .section-text,
.cid-uJ66bpLblV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ66bpLblV .section-text,
.cid-uJ66bpLblV .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ66aVLFOC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ66aVLFOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ66aVLFOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ66aVLFOC .row {
  justify-content: center;
}
.cid-uJ66aVLFOC .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ66aVLFOC .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ66aVLFOC .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ66aVLFOC .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ66aVLFOC .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ66aVLFOC .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ66aVLFOC .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ66aVLFOC .mbr-section-title {
  color: #ffffff;
}
.cid-uJ66aVLFOC .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ66aVLFOC .mbr-desc {
  color: #ffffff;
}
.cid-uJ66aVLFOC .mbr-section-title,
.cid-uJ66aVLFOC .mbr-section-btn {
  text-align: center;
}
.cid-uIfhrpJ2dJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIfhrpJ2dJ .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIfhrpJ2dJ .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIfhrpJ2dJ .btn {
  padding: 15px 30px !important;
}
.cid-uIfhrpJ2dJ a {
  font-weight: 400;
}
.cid-uIfhrpJ2dJ .mbr-section-subtitle,
.cid-uIfhrpJ2dJ .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIfhrpJ2dJ .row {
  justify-content: center;
  display: flex;
}
.cid-uIfhrqaU3W {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIfhrqaU3W .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfhrqaU3W .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfhrqaU3W H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfhrqaU3W .section-text,
.cid-uIfhrqaU3W .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfhrqaU3W .section-text,
.cid-uIfhrqaU3W .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfhrqFpxZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIfhrqFpxZ .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIfhrqFpxZ .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIfhrqFpxZ .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIfhrqFpxZ .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIfhrqFpxZ .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIfhrqFpxZ .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIfhrqFpxZ .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIfhrqFpxZ .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIfhrqFpxZ .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIfhrqFpxZ .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIfhrqFpxZ [class^="socicon-"]:before,
.cid-uIfhrqFpxZ [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIfhrqFpxZ .btn {
    font-size: 20px !important;
  }
}
.cid-uIfhrqFpxZ .mbr-section-title {
  color: #ffffff;
}
.cid-uIfhrr1dHM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIfhrr1dHM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIfhrr1dHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfhrr1dHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfhrr1dHM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIfhrr1dHM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIfhrr1dHM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIfhrr1dHM .container {
    padding: 0 22px;
  }
}
.cid-uIfhrr1dHM .row {
  position: relative;
  z-index: 1;
}
.cid-uIfhrr1dHM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIfhrr1dHM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIfhrr1dHM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIfhrr1dHM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIfhrr1dHM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfhrr1dHM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIfhrr1dHM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIfhrr1dHM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIfhrr1dHM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIfhrr1dHM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIfhrr1dHM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIfhrr1dHM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIfhrr1dHM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIfhrr1dHM .nav-wrapper .list .item-wrap:hover,
.cid-uIfhrr1dHM .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIfhrr1dHM .nav-wrapper .list .item-wrap:hover::before,
.cid-uIfhrr1dHM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIfhrr1dHM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIfhrr1dHM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfhrr1dHM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIfhrr1dHM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIfhrr1dHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIfhrr1dHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIfhrr1dHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIfhrr1dHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIfhrr1dHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIfhrr1dHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIfhrr1dHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIfhrr1dHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIfhrr1dHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIfhrr1dHM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfhrr1dHM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIfhrr1dHM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIfhrr1dHM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIfhrr1dHM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIfhrr1dHM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIfhrr1dHM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIfhrr1dHM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIfhrr1dHM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIfhrr1dHM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIfhrr1dHM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIfhrr1dHM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIfhrr1dHM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIfhrr1dHM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIfhrr1dHM .mbr-section-title {
  color: #00d0f3;
}
.cid-uIfhrr1dHM .mbr-text {
  color: #ffffff;
}
.cid-uIfhrr1dHM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIfhrr1dHM .list {
  color: #ffffff;
}
.cid-uIfhrr1dHM .mbr-contact {
  color: #ffffff;
}
.cid-uIfhrr1dHM .mbr-desc {
  color: #ffffff;
}
.cid-uIfhrr1dHM .mbr-contact,
.cid-uIfhrr1dHM .item-contact {
  color: #fdfdfd;
}
.cid-uIfhrr1dHM .list,
.cid-uIfhrr1dHM .item-wrap {
  color: #df8825;
}
.cid-uIfhrr1dHM .mbr-desc,
.cid-uIfhrr1dHM .mbr-section-btn {
  text-align: center;
}
.cid-uIfkahiKcS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIfkahiKcS nav.navbar {
  position: fixed;
}
.cid-uIfkahiKcS .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-uIfkahiKcS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIfkahiKcS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIfkahiKcS .dropdown-item:hover,
.cid-uIfkahiKcS .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIfkahiKcS .dropdown-item:hover span {
  color: white;
}
.cid-uIfkahiKcS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIfkahiKcS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIfkahiKcS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIfkahiKcS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIfkahiKcS .nav-link {
  position: relative;
}
.cid-uIfkahiKcS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIfkahiKcS .container {
    flex-wrap: nowrap;
  }
}
.cid-uIfkahiKcS .navbar-nav {
  margin: 0 auto;
}
.cid-uIfkahiKcS .dropdown-menu,
.cid-uIfkahiKcS .navbar.opened {
  background: #007b1c !important;
}
.cid-uIfkahiKcS .nav-item:focus,
.cid-uIfkahiKcS .nav-link:focus {
  outline: none;
}
.cid-uIfkahiKcS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIfkahiKcS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIfkahiKcS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIfkahiKcS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIfkahiKcS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIfkahiKcS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIfkahiKcS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIfkahiKcS .navbar.opened {
  transition: all 0.3s;
}
.cid-uIfkahiKcS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIfkahiKcS .navbar .navbar-logo img {
  width: auto;
}
.cid-uIfkahiKcS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIfkahiKcS .navbar.collapsed {
  justify-content: center;
}
.cid-uIfkahiKcS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIfkahiKcS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIfkahiKcS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIfkahiKcS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIfkahiKcS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIfkahiKcS .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-uIfkahiKcS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIfkahiKcS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIfkahiKcS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIfkahiKcS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIfkahiKcS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIfkahiKcS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIfkahiKcS .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-uIfkahiKcS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIfkahiKcS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIfkahiKcS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIfkahiKcS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIfkahiKcS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIfkahiKcS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIfkahiKcS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIfkahiKcS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIfkahiKcS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIfkahiKcS .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIfkahiKcS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIfkahiKcS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIfkahiKcS .dropdown-item.active,
.cid-uIfkahiKcS .dropdown-item:active {
  background-color: transparent;
}
.cid-uIfkahiKcS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIfkahiKcS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIfkahiKcS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIfkahiKcS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIfkahiKcS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIfkahiKcS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIfkahiKcS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIfkahiKcS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIfkahiKcS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIfkahiKcS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIfkahiKcS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIfkahiKcS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIfkahiKcS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIfkahiKcS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIfkahiKcS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIfkahiKcS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIfkahiKcS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIfkahiKcS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIfkahiKcS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIfkahiKcS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIfkahiKcS .navbar {
    height: 70px;
  }
  .cid-uIfkahiKcS .navbar.opened {
    height: auto;
  }
  .cid-uIfkahiKcS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIfkahiKcS .container,
.cid-uIfkahiKcS .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIfkahiKcS .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIfkahiKcS .navbar-short .container,
.cid-uIfkahiKcS .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIfkahiKcS .navbar-short .container:before,
.cid-uIfkahiKcS .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIfkahiKcS .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIfkahiKcS .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIfkahiKcS .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIfkahiKcS .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIfkahiKcS .navbar {
    overflow: hidden;
  }
  .cid-uIfkahiKcS .container,
  .cid-uIfkahiKcS .container-fluid {
    min-height: 85px;
  }
  .cid-uIfkahiKcS .navbar-brand {
    min-height: 85px;
  }
  .cid-uIfkahiKcS .navbar-short .container,
  .cid-uIfkahiKcS .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIfkahiKcS .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIfkahiKcS .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIfkahiKcS .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIfkahiKcS .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIfkahiKcS .mbr-section-btn {
    text-align: left;
  }
  .cid-uIfkahiKcS .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIfkahiKcS .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIfkahKy7z {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfkahKy7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfkahKy7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfkahKy7z .row {
  justify-content: center;
}
.cid-uIfkahKy7z .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIfkahKy7z .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIfkahKy7z .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIfkahKy7z .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIfkahKy7z .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIfkahKy7z .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIfkahKy7z .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIfkahKy7z .mbr-section-title {
  color: #ffffff;
}
.cid-uIfkahKy7z .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfkahKy7z .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIfkahKy7z .mbr-section-title,
.cid-uIfkahKy7z .mbr-section-btn {
  text-align: center;
}
.cid-uIfkai8PQj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfkai8PQj h2 {
  text-align: left;
}
.cid-uIfkai8PQj h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIfkai8PQj p {
  color: #767676;
  text-align: left;
}
.cid-uIfkai8PQj .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIfkai8PQj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIfkai8PQj .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIfkai8PQj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIfkai8PQj .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIfkai8PQj .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIfkai8PQj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIfkai8PQj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIfkai8PQj .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIfkai8PQj H2 {
  color: #ffffff;
}
.cid-uIfkai8PQj .mbr-text {
  color: #ffffff;
}
.cid-uIfkai8PQj P {
  color: #ffffff;
}
.cid-uIfkai8PQj H4 {
  color: #ffffff;
}
.cid-uIfkaiuy3T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfkaiuy3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfkaiuy3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfkaiuy3T .row {
  justify-content: center;
}
.cid-uIfkaiuy3T .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIfkaiuy3T .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIfkaiuy3T .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIfkaiuy3T .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIfkaiuy3T .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIfkaiuy3T .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIfkaiuy3T .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIfkaiuy3T .mbr-section-title {
  color: #ffffff;
}
.cid-uIfkaiuy3T .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfkaiuy3T .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIfkaiuy3T .mbr-section-title,
.cid-uIfkaiuy3T .mbr-section-btn {
  text-align: center;
}
.cid-uImI0KwkH9 {
  background-color: #272c52;
}
.cid-uImI0KwkH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImI0KwkH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImI0KwkH9 .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uImI0KwkH9 .container {
  max-width: 1280px;
}
.cid-uImI0KwkH9 .row {
  justify-content: center;
}
.cid-uImI0KwkH9 .mbr-section-title {
  color: #212132;
}
.cid-uImI0KwkH9 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uImI0KwkH9 .mbr-section-title,
.cid-uImI0KwkH9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ66hyAnqw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ66hyAnqw .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ66hyAnqw .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ66hyAnqw H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ66hyAnqw .section-text,
.cid-uJ66hyAnqw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ66hyAnqw .section-text,
.cid-uJ66hyAnqw .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ66h6daIY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ66h6daIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ66h6daIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ66h6daIY .row {
  justify-content: center;
}
.cid-uJ66h6daIY .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ66h6daIY .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ66h6daIY .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ66h6daIY .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ66h6daIY .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ66h6daIY .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ66h6daIY .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ66h6daIY .mbr-section-title {
  color: #ffffff;
}
.cid-uJ66h6daIY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ66h6daIY .mbr-desc {
  color: #ffffff;
}
.cid-uJ66h6daIY .mbr-section-title,
.cid-uJ66h6daIY .mbr-section-btn {
  text-align: center;
}
.cid-uIfkajJIIU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIfkajJIIU .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIfkajJIIU .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIfkajJIIU .btn {
  padding: 15px 30px !important;
}
.cid-uIfkajJIIU a {
  font-weight: 400;
}
.cid-uIfkajJIIU .mbr-section-subtitle,
.cid-uIfkajJIIU .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIfkajJIIU .row {
  justify-content: center;
  display: flex;
}
.cid-uIVUrGFwh2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVUrGFwh2 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVUrGFwh2 .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVUrGFwh2 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVUrGFwh2 .section-text,
.cid-uIVUrGFwh2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVUrGFwh2 .section-text,
.cid-uIVUrGFwh2 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfkakzRcf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIfkakzRcf .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIfkakzRcf .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIfkakzRcf .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIfkakzRcf .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIfkakzRcf .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIfkakzRcf .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIfkakzRcf .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIfkakzRcf .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIfkakzRcf .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIfkakzRcf .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIfkakzRcf [class^="socicon-"]:before,
.cid-uIfkakzRcf [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIfkakzRcf .btn {
    font-size: 20px !important;
  }
}
.cid-uIfkakzRcf .mbr-section-title {
  color: #ffffff;
}
.cid-uIfkakYkka {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIfkakYkka::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIfkakYkka .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfkakYkka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfkakYkka .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIfkakYkka .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIfkakYkka .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIfkakYkka .container {
    padding: 0 22px;
  }
}
.cid-uIfkakYkka .row {
  position: relative;
  z-index: 1;
}
.cid-uIfkakYkka .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIfkakYkka .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIfkakYkka .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIfkakYkka .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIfkakYkka .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfkakYkka .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIfkakYkka .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIfkakYkka .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIfkakYkka .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIfkakYkka .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIfkakYkka .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIfkakYkka .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIfkakYkka .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIfkakYkka .nav-wrapper .list .item-wrap:hover,
.cid-uIfkakYkka .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIfkakYkka .nav-wrapper .list .item-wrap:hover::before,
.cid-uIfkakYkka .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIfkakYkka .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIfkakYkka .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfkakYkka .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIfkakYkka .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIfkakYkka .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIfkakYkka .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIfkakYkka .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIfkakYkka .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIfkakYkka .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIfkakYkka .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIfkakYkka .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIfkakYkka .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIfkakYkka .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIfkakYkka .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfkakYkka .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIfkakYkka .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIfkakYkka .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIfkakYkka .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIfkakYkka .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIfkakYkka .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIfkakYkka .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIfkakYkka .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIfkakYkka .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIfkakYkka .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIfkakYkka .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIfkakYkka .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIfkakYkka .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIfkakYkka .mbr-section-title {
  color: #00d0f3;
}
.cid-uIfkakYkka .mbr-text {
  color: #ffffff;
}
.cid-uIfkakYkka .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIfkakYkka .list {
  color: #ffffff;
}
.cid-uIfkakYkka .mbr-contact {
  color: #ffffff;
}
.cid-uIfkakYkka .mbr-desc {
  color: #ffffff;
}
.cid-uIfkakYkka .mbr-contact,
.cid-uIfkakYkka .item-contact {
  color: #fdfdfd;
}
.cid-uIfkakYkka .list,
.cid-uIfkakYkka .item-wrap {
  color: #df8825;
}
.cid-uIfkakYkka .mbr-desc,
.cid-uIfkakYkka .mbr-section-btn {
  text-align: center;
}
.cid-uIfnw66xwH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIfnw66xwH nav.navbar {
  position: fixed;
}
.cid-uIfnw66xwH .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-uIfnw66xwH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIfnw66xwH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIfnw66xwH .dropdown-item:hover,
.cid-uIfnw66xwH .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIfnw66xwH .dropdown-item:hover span {
  color: white;
}
.cid-uIfnw66xwH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIfnw66xwH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIfnw66xwH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIfnw66xwH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIfnw66xwH .nav-link {
  position: relative;
}
.cid-uIfnw66xwH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIfnw66xwH .container {
    flex-wrap: nowrap;
  }
}
.cid-uIfnw66xwH .navbar-nav {
  margin: 0 auto;
}
.cid-uIfnw66xwH .dropdown-menu,
.cid-uIfnw66xwH .navbar.opened {
  background: #007b1c !important;
}
.cid-uIfnw66xwH .nav-item:focus,
.cid-uIfnw66xwH .nav-link:focus {
  outline: none;
}
.cid-uIfnw66xwH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIfnw66xwH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIfnw66xwH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIfnw66xwH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIfnw66xwH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIfnw66xwH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIfnw66xwH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIfnw66xwH .navbar.opened {
  transition: all 0.3s;
}
.cid-uIfnw66xwH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIfnw66xwH .navbar .navbar-logo img {
  width: auto;
}
.cid-uIfnw66xwH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIfnw66xwH .navbar.collapsed {
  justify-content: center;
}
.cid-uIfnw66xwH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIfnw66xwH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIfnw66xwH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIfnw66xwH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIfnw66xwH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIfnw66xwH .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-uIfnw66xwH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIfnw66xwH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIfnw66xwH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIfnw66xwH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIfnw66xwH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIfnw66xwH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIfnw66xwH .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-uIfnw66xwH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIfnw66xwH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIfnw66xwH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIfnw66xwH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIfnw66xwH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIfnw66xwH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIfnw66xwH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIfnw66xwH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIfnw66xwH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIfnw66xwH .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIfnw66xwH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIfnw66xwH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIfnw66xwH .dropdown-item.active,
.cid-uIfnw66xwH .dropdown-item:active {
  background-color: transparent;
}
.cid-uIfnw66xwH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIfnw66xwH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIfnw66xwH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIfnw66xwH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIfnw66xwH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIfnw66xwH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIfnw66xwH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIfnw66xwH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIfnw66xwH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIfnw66xwH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIfnw66xwH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIfnw66xwH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIfnw66xwH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIfnw66xwH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIfnw66xwH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIfnw66xwH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIfnw66xwH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIfnw66xwH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIfnw66xwH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIfnw66xwH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIfnw66xwH .navbar {
    height: 70px;
  }
  .cid-uIfnw66xwH .navbar.opened {
    height: auto;
  }
  .cid-uIfnw66xwH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIfnw66xwH .container,
.cid-uIfnw66xwH .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIfnw66xwH .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIfnw66xwH .navbar-short .container,
.cid-uIfnw66xwH .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIfnw66xwH .navbar-short .container:before,
.cid-uIfnw66xwH .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIfnw66xwH .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIfnw66xwH .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIfnw66xwH .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIfnw66xwH .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIfnw66xwH .navbar {
    overflow: hidden;
  }
  .cid-uIfnw66xwH .container,
  .cid-uIfnw66xwH .container-fluid {
    min-height: 85px;
  }
  .cid-uIfnw66xwH .navbar-brand {
    min-height: 85px;
  }
  .cid-uIfnw66xwH .navbar-short .container,
  .cid-uIfnw66xwH .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIfnw66xwH .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIfnw66xwH .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIfnw66xwH .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIfnw66xwH .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIfnw66xwH .mbr-section-btn {
    text-align: left;
  }
  .cid-uIfnw66xwH .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIfnw66xwH .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIfnw6IzhU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfnw6IzhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfnw6IzhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfnw6IzhU .row {
  justify-content: center;
}
.cid-uIfnw6IzhU .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIfnw6IzhU .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIfnw6IzhU .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIfnw6IzhU .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIfnw6IzhU .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIfnw6IzhU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIfnw6IzhU .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIfnw6IzhU .mbr-section-title {
  color: #ffffff;
}
.cid-uIfnw6IzhU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfnw6IzhU .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIfnw6IzhU .mbr-section-title,
.cid-uIfnw6IzhU .mbr-section-btn {
  text-align: center;
}
.cid-uIfnw777pf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfnw777pf h2 {
  text-align: left;
}
.cid-uIfnw777pf h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIfnw777pf p {
  color: #767676;
  text-align: left;
}
.cid-uIfnw777pf .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIfnw777pf .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIfnw777pf .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIfnw777pf .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIfnw777pf .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIfnw777pf .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIfnw777pf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIfnw777pf .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIfnw777pf .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIfnw777pf H2 {
  color: #ffffff;
}
.cid-uIfnw777pf .mbr-text {
  color: #ffffff;
}
.cid-uIfnw777pf P {
  color: #ffffff;
}
.cid-uIfnw777pf H4 {
  color: #ffffff;
}
.cid-uIfnw7BEXs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfnw7BEXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfnw7BEXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfnw7BEXs .row {
  justify-content: center;
}
.cid-uIfnw7BEXs .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIfnw7BEXs .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIfnw7BEXs .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIfnw7BEXs .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIfnw7BEXs .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIfnw7BEXs .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIfnw7BEXs .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIfnw7BEXs .mbr-section-title {
  color: #ffffff;
}
.cid-uIfnw7BEXs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfnw7BEXs .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIfnw7BEXs .mbr-section-title,
.cid-uIfnw7BEXs .mbr-section-btn {
  text-align: center;
}
.cid-uIfpuHGYyv {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #272c52;
}
.cid-uIfpuHGYyv .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfpuHGYyv .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfpuHGYyv H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfpuHGYyv .section-text,
.cid-uIfpuHGYyv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfpuHGYyv .section-text,
.cid-uIfpuHGYyv .mbr-section-btn DIV {
  text-align: center;
}
.cid-uImI4Oclom {
  background-color: #272c52;
}
.cid-uImI4Oclom .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImI4Oclom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImI4Oclom .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uImI4Oclom .container {
  max-width: 1280px;
}
.cid-uImI4Oclom .row {
  justify-content: center;
}
.cid-uImI4Oclom .mbr-section-title {
  color: #212132;
}
.cid-uImI4Oclom .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uImI4Oclom .mbr-section-title,
.cid-uImI4Oclom .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ66nXZatW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ66nXZatW .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ66nXZatW .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ66nXZatW H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ66nXZatW .section-text,
.cid-uJ66nXZatW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ66nXZatW .section-text,
.cid-uJ66nXZatW .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ66nl6kh5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ66nl6kh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ66nl6kh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ66nl6kh5 .row {
  justify-content: center;
}
.cid-uJ66nl6kh5 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ66nl6kh5 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ66nl6kh5 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ66nl6kh5 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ66nl6kh5 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ66nl6kh5 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ66nl6kh5 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ66nl6kh5 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ66nl6kh5 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ66nl6kh5 .mbr-desc {
  color: #ffffff;
}
.cid-uJ66nl6kh5 .mbr-section-title,
.cid-uJ66nl6kh5 .mbr-section-btn {
  text-align: center;
}
.cid-uIfnw8VUJv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIfnw8VUJv .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIfnw8VUJv .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIfnw8VUJv .btn {
  padding: 15px 30px !important;
}
.cid-uIfnw8VUJv a {
  font-weight: 400;
}
.cid-uIfnw8VUJv .mbr-section-subtitle,
.cid-uIfnw8VUJv .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIfnw8VUJv .row {
  justify-content: center;
  display: flex;
}
.cid-uIVUuKgQmr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVUuKgQmr .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVUuKgQmr .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVUuKgQmr H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVUuKgQmr .section-text,
.cid-uIVUuKgQmr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVUuKgQmr .section-text,
.cid-uIVUuKgQmr .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfnw9QDb4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIfnw9QDb4 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIfnw9QDb4 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIfnw9QDb4 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIfnw9QDb4 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIfnw9QDb4 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIfnw9QDb4 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIfnw9QDb4 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIfnw9QDb4 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIfnw9QDb4 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIfnw9QDb4 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIfnw9QDb4 [class^="socicon-"]:before,
.cid-uIfnw9QDb4 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIfnw9QDb4 .btn {
    font-size: 20px !important;
  }
}
.cid-uIfnw9QDb4 .mbr-section-title {
  color: #ffffff;
}
.cid-uIfnwajepI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIfnwajepI::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIfnwajepI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfnwajepI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfnwajepI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIfnwajepI .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIfnwajepI .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIfnwajepI .container {
    padding: 0 22px;
  }
}
.cid-uIfnwajepI .row {
  position: relative;
  z-index: 1;
}
.cid-uIfnwajepI .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIfnwajepI .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIfnwajepI .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIfnwajepI .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIfnwajepI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfnwajepI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIfnwajepI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIfnwajepI .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIfnwajepI .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIfnwajepI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIfnwajepI .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIfnwajepI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIfnwajepI .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIfnwajepI .nav-wrapper .list .item-wrap:hover,
.cid-uIfnwajepI .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIfnwajepI .nav-wrapper .list .item-wrap:hover::before,
.cid-uIfnwajepI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIfnwajepI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIfnwajepI .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfnwajepI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIfnwajepI .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIfnwajepI .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIfnwajepI .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIfnwajepI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIfnwajepI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIfnwajepI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIfnwajepI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIfnwajepI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIfnwajepI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIfnwajepI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIfnwajepI .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfnwajepI .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIfnwajepI .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIfnwajepI .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIfnwajepI .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIfnwajepI .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIfnwajepI .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIfnwajepI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIfnwajepI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIfnwajepI .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIfnwajepI .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIfnwajepI .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIfnwajepI .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIfnwajepI .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIfnwajepI .mbr-section-title {
  color: #00d0f3;
}
.cid-uIfnwajepI .mbr-text {
  color: #ffffff;
}
.cid-uIfnwajepI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIfnwajepI .list {
  color: #ffffff;
}
.cid-uIfnwajepI .mbr-contact {
  color: #ffffff;
}
.cid-uIfnwajepI .mbr-desc {
  color: #ffffff;
}
.cid-uIfnwajepI .mbr-contact,
.cid-uIfnwajepI .item-contact {
  color: #fdfdfd;
}
.cid-uIfnwajepI .list,
.cid-uIfnwajepI .item-wrap {
  color: #df8825;
}
.cid-uIfnwajepI .mbr-desc,
.cid-uIfnwajepI .mbr-section-btn {
  text-align: center;
}
.cid-uIfNfSUJ0M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIfNfSUJ0M nav.navbar {
  position: fixed;
}
.cid-uIfNfSUJ0M .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-uIfNfSUJ0M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIfNfSUJ0M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIfNfSUJ0M .dropdown-item:hover,
.cid-uIfNfSUJ0M .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIfNfSUJ0M .dropdown-item:hover span {
  color: white;
}
.cid-uIfNfSUJ0M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIfNfSUJ0M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIfNfSUJ0M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIfNfSUJ0M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIfNfSUJ0M .nav-link {
  position: relative;
}
.cid-uIfNfSUJ0M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIfNfSUJ0M .container {
    flex-wrap: nowrap;
  }
}
.cid-uIfNfSUJ0M .navbar-nav {
  margin: 0 auto;
}
.cid-uIfNfSUJ0M .dropdown-menu,
.cid-uIfNfSUJ0M .navbar.opened {
  background: #007b1c !important;
}
.cid-uIfNfSUJ0M .nav-item:focus,
.cid-uIfNfSUJ0M .nav-link:focus {
  outline: none;
}
.cid-uIfNfSUJ0M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIfNfSUJ0M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIfNfSUJ0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIfNfSUJ0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIfNfSUJ0M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIfNfSUJ0M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIfNfSUJ0M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIfNfSUJ0M .navbar.opened {
  transition: all 0.3s;
}
.cid-uIfNfSUJ0M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIfNfSUJ0M .navbar .navbar-logo img {
  width: auto;
}
.cid-uIfNfSUJ0M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIfNfSUJ0M .navbar.collapsed {
  justify-content: center;
}
.cid-uIfNfSUJ0M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIfNfSUJ0M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIfNfSUJ0M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIfNfSUJ0M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIfNfSUJ0M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIfNfSUJ0M .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-uIfNfSUJ0M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIfNfSUJ0M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIfNfSUJ0M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIfNfSUJ0M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIfNfSUJ0M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIfNfSUJ0M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIfNfSUJ0M .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-uIfNfSUJ0M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIfNfSUJ0M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIfNfSUJ0M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIfNfSUJ0M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIfNfSUJ0M .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIfNfSUJ0M .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIfNfSUJ0M .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIfNfSUJ0M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIfNfSUJ0M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIfNfSUJ0M .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIfNfSUJ0M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIfNfSUJ0M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIfNfSUJ0M .dropdown-item.active,
.cid-uIfNfSUJ0M .dropdown-item:active {
  background-color: transparent;
}
.cid-uIfNfSUJ0M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIfNfSUJ0M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIfNfSUJ0M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIfNfSUJ0M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIfNfSUJ0M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIfNfSUJ0M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIfNfSUJ0M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIfNfSUJ0M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIfNfSUJ0M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIfNfSUJ0M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIfNfSUJ0M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIfNfSUJ0M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIfNfSUJ0M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIfNfSUJ0M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIfNfSUJ0M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIfNfSUJ0M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIfNfSUJ0M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIfNfSUJ0M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIfNfSUJ0M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIfNfSUJ0M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIfNfSUJ0M .navbar {
    height: 70px;
  }
  .cid-uIfNfSUJ0M .navbar.opened {
    height: auto;
  }
  .cid-uIfNfSUJ0M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIfNfSUJ0M .container,
.cid-uIfNfSUJ0M .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIfNfSUJ0M .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIfNfSUJ0M .navbar-short .container,
.cid-uIfNfSUJ0M .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIfNfSUJ0M .navbar-short .container:before,
.cid-uIfNfSUJ0M .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIfNfSUJ0M .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIfNfSUJ0M .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIfNfSUJ0M .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIfNfSUJ0M .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIfNfSUJ0M .navbar {
    overflow: hidden;
  }
  .cid-uIfNfSUJ0M .container,
  .cid-uIfNfSUJ0M .container-fluid {
    min-height: 85px;
  }
  .cid-uIfNfSUJ0M .navbar-brand {
    min-height: 85px;
  }
  .cid-uIfNfSUJ0M .navbar-short .container,
  .cid-uIfNfSUJ0M .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIfNfSUJ0M .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIfNfSUJ0M .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIfNfSUJ0M .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIfNfSUJ0M .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIfNfSUJ0M .mbr-section-btn {
    text-align: left;
  }
  .cid-uIfNfSUJ0M .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIfNfSUJ0M .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIfNfTmwwB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfNfTmwwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfNfTmwwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfNfTmwwB .row {
  justify-content: center;
}
.cid-uIfNfTmwwB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIfNfTmwwB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIfNfTmwwB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIfNfTmwwB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIfNfTmwwB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIfNfTmwwB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIfNfTmwwB .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIfNfTmwwB .mbr-section-title {
  color: #ffffff;
}
.cid-uIfNfTmwwB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfNfTmwwB .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIfNfTmwwB .mbr-section-title,
.cid-uIfNfTmwwB .mbr-section-btn {
  text-align: center;
}
.cid-uIfO2xyUyM {
  background: #272c52;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uIfO2xyUyM .image-block {
  margin: auto;
}
.cid-uIfO2xyUyM .mbr-figure {
  margin: 0 auto;
}
.cid-uIfO2xyUyM figcaption {
  position: relative;
}
.cid-uIfO2xyUyM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uIfO2xyUyM .image-block {
    width: 100% !important;
  }
}
.cid-uIfOSHzIE7 {
  background-color: #272c52;
}
.cid-uIfOSHzIE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfOSHzIE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfOSHzIE7 .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uIfOSHzIE7 .container {
  max-width: 1280px;
}
.cid-uIfOSHzIE7 .row {
  justify-content: center;
}
.cid-uIfOSHzIE7 .mbr-section-title {
  color: #212132;
}
.cid-uIfOSHzIE7 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uIfOSHzIE7 .mbr-section-title,
.cid-uIfOSHzIE7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uIfOxezkRE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfOxezkRE H1 {
  color: #1e0d09;
}
.cid-uIfOxezkRE H3 {
  color: #ffffff;
}
.cid-uIfOxezkRE P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfOrwDwEZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfOrwDwEZ .mbr-text,
.cid-uIfOrwDwEZ blockquote {
  color: #767676;
}
.cid-uIfOrwDwEZ .mbr-text {
  color: #ffffff;
}
.cid-uIfOrwDwEZ .mbr-text P {
  text-align: center;
}
.cid-uIfO9klEot {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfO9klEot H1 {
  color: #1e0d09;
}
.cid-uIfO9klEot H3 {
  color: #ffffff;
}
.cid-uIfO9klEot P {
  color: #ffffff;
  text-align: left;
}
.cid-uImI8FUdpY {
  background-color: #272c52;
}
.cid-uImI8FUdpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImI8FUdpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImI8FUdpY .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uImI8FUdpY .container {
  max-width: 1280px;
}
.cid-uImI8FUdpY .row {
  justify-content: center;
}
.cid-uImI8FUdpY .mbr-section-title {
  color: #212132;
}
.cid-uImI8FUdpY .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uImI8FUdpY .mbr-section-title,
.cid-uImI8FUdpY .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ66zupWn6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ66zupWn6 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ66zupWn6 .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ66zupWn6 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ66zupWn6 .section-text,
.cid-uJ66zupWn6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ66zupWn6 .section-text,
.cid-uJ66zupWn6 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ66z1qAFO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ66z1qAFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ66z1qAFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ66z1qAFO .row {
  justify-content: center;
}
.cid-uJ66z1qAFO .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ66z1qAFO .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ66z1qAFO .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ66z1qAFO .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ66z1qAFO .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ66z1qAFO .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ66z1qAFO .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ66z1qAFO .mbr-section-title {
  color: #ffffff;
}
.cid-uJ66z1qAFO .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ66z1qAFO .mbr-desc {
  color: #ffffff;
}
.cid-uJ66z1qAFO .mbr-section-title,
.cid-uJ66z1qAFO .mbr-section-btn {
  text-align: center;
}
.cid-uIfNfVOAt6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIfNfVOAt6 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIfNfVOAt6 .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIfNfVOAt6 .btn {
  padding: 15px 30px !important;
}
.cid-uIfNfVOAt6 a {
  font-weight: 400;
}
.cid-uIfNfVOAt6 .mbr-section-subtitle,
.cid-uIfNfVOAt6 .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIfNfVOAt6 .row {
  justify-content: center;
  display: flex;
}
.cid-uIVUB37ssz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVUB37ssz .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVUB37ssz .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVUB37ssz H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVUB37ssz .section-text,
.cid-uIVUB37ssz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVUB37ssz .section-text,
.cid-uIVUB37ssz .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfNfWAUDe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIfNfWAUDe .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIfNfWAUDe .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIfNfWAUDe .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIfNfWAUDe .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIfNfWAUDe .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIfNfWAUDe .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIfNfWAUDe .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIfNfWAUDe .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIfNfWAUDe .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIfNfWAUDe .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIfNfWAUDe [class^="socicon-"]:before,
.cid-uIfNfWAUDe [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIfNfWAUDe .btn {
    font-size: 20px !important;
  }
}
.cid-uIfNfWAUDe .mbr-section-title {
  color: #ffffff;
}
.cid-uIfNfWXHOB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIfNfWXHOB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIfNfWXHOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfNfWXHOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfNfWXHOB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIfNfWXHOB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIfNfWXHOB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIfNfWXHOB .container {
    padding: 0 22px;
  }
}
.cid-uIfNfWXHOB .row {
  position: relative;
  z-index: 1;
}
.cid-uIfNfWXHOB .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIfNfWXHOB .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIfNfWXHOB .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIfNfWXHOB .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIfNfWXHOB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfNfWXHOB .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIfNfWXHOB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIfNfWXHOB .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIfNfWXHOB .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIfNfWXHOB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIfNfWXHOB .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIfNfWXHOB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIfNfWXHOB .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIfNfWXHOB .nav-wrapper .list .item-wrap:hover,
.cid-uIfNfWXHOB .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIfNfWXHOB .nav-wrapper .list .item-wrap:hover::before,
.cid-uIfNfWXHOB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIfNfWXHOB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIfNfWXHOB .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfNfWXHOB .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIfNfWXHOB .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIfNfWXHOB .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIfNfWXHOB .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIfNfWXHOB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIfNfWXHOB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIfNfWXHOB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIfNfWXHOB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIfNfWXHOB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIfNfWXHOB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIfNfWXHOB .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIfNfWXHOB .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfNfWXHOB .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIfNfWXHOB .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIfNfWXHOB .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIfNfWXHOB .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIfNfWXHOB .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIfNfWXHOB .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIfNfWXHOB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIfNfWXHOB .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIfNfWXHOB .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIfNfWXHOB .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIfNfWXHOB .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIfNfWXHOB .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIfNfWXHOB .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIfNfWXHOB .mbr-section-title {
  color: #00d0f3;
}
.cid-uIfNfWXHOB .mbr-text {
  color: #ffffff;
}
.cid-uIfNfWXHOB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIfNfWXHOB .list {
  color: #ffffff;
}
.cid-uIfNfWXHOB .mbr-contact {
  color: #ffffff;
}
.cid-uIfNfWXHOB .mbr-desc {
  color: #ffffff;
}
.cid-uIfNfWXHOB .mbr-contact,
.cid-uIfNfWXHOB .item-contact {
  color: #fdfdfd;
}
.cid-uIfNfWXHOB .list,
.cid-uIfNfWXHOB .item-wrap {
  color: #df8825;
}
.cid-uIfNfWXHOB .mbr-desc,
.cid-uIfNfWXHOB .mbr-section-btn {
  text-align: center;
}
.cid-uIfQE1opDA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIfQE1opDA nav.navbar {
  position: fixed;
}
.cid-uIfQE1opDA .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-uIfQE1opDA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIfQE1opDA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIfQE1opDA .dropdown-item:hover,
.cid-uIfQE1opDA .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIfQE1opDA .dropdown-item:hover span {
  color: white;
}
.cid-uIfQE1opDA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIfQE1opDA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIfQE1opDA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIfQE1opDA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIfQE1opDA .nav-link {
  position: relative;
}
.cid-uIfQE1opDA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIfQE1opDA .container {
    flex-wrap: nowrap;
  }
}
.cid-uIfQE1opDA .navbar-nav {
  margin: 0 auto;
}
.cid-uIfQE1opDA .dropdown-menu,
.cid-uIfQE1opDA .navbar.opened {
  background: #007b1c !important;
}
.cid-uIfQE1opDA .nav-item:focus,
.cid-uIfQE1opDA .nav-link:focus {
  outline: none;
}
.cid-uIfQE1opDA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIfQE1opDA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIfQE1opDA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIfQE1opDA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIfQE1opDA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIfQE1opDA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIfQE1opDA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIfQE1opDA .navbar.opened {
  transition: all 0.3s;
}
.cid-uIfQE1opDA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIfQE1opDA .navbar .navbar-logo img {
  width: auto;
}
.cid-uIfQE1opDA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIfQE1opDA .navbar.collapsed {
  justify-content: center;
}
.cid-uIfQE1opDA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIfQE1opDA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIfQE1opDA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIfQE1opDA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIfQE1opDA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIfQE1opDA .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-uIfQE1opDA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIfQE1opDA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIfQE1opDA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIfQE1opDA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIfQE1opDA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIfQE1opDA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIfQE1opDA .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-uIfQE1opDA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIfQE1opDA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIfQE1opDA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIfQE1opDA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIfQE1opDA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIfQE1opDA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIfQE1opDA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIfQE1opDA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIfQE1opDA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIfQE1opDA .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIfQE1opDA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIfQE1opDA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIfQE1opDA .dropdown-item.active,
.cid-uIfQE1opDA .dropdown-item:active {
  background-color: transparent;
}
.cid-uIfQE1opDA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIfQE1opDA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIfQE1opDA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIfQE1opDA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIfQE1opDA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIfQE1opDA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIfQE1opDA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIfQE1opDA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIfQE1opDA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIfQE1opDA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIfQE1opDA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIfQE1opDA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIfQE1opDA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIfQE1opDA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIfQE1opDA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIfQE1opDA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIfQE1opDA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIfQE1opDA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIfQE1opDA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIfQE1opDA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIfQE1opDA .navbar {
    height: 70px;
  }
  .cid-uIfQE1opDA .navbar.opened {
    height: auto;
  }
  .cid-uIfQE1opDA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIfQE1opDA .container,
.cid-uIfQE1opDA .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIfQE1opDA .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIfQE1opDA .navbar-short .container,
.cid-uIfQE1opDA .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIfQE1opDA .navbar-short .container:before,
.cid-uIfQE1opDA .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIfQE1opDA .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIfQE1opDA .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIfQE1opDA .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIfQE1opDA .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIfQE1opDA .navbar {
    overflow: hidden;
  }
  .cid-uIfQE1opDA .container,
  .cid-uIfQE1opDA .container-fluid {
    min-height: 85px;
  }
  .cid-uIfQE1opDA .navbar-brand {
    min-height: 85px;
  }
  .cid-uIfQE1opDA .navbar-short .container,
  .cid-uIfQE1opDA .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIfQE1opDA .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIfQE1opDA .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIfQE1opDA .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIfQE1opDA .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIfQE1opDA .mbr-section-btn {
    text-align: left;
  }
  .cid-uIfQE1opDA .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIfQE1opDA .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIfQE1TR8z {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfQE1TR8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfQE1TR8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfQE1TR8z .row {
  justify-content: center;
}
.cid-uIfQE1TR8z .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIfQE1TR8z .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIfQE1TR8z .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIfQE1TR8z .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIfQE1TR8z .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIfQE1TR8z .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIfQE1TR8z .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIfQE1TR8z .mbr-section-title {
  color: #ffffff;
}
.cid-uIfQE1TR8z .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfQE1TR8z .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIfQE1TR8z .mbr-section-title,
.cid-uIfQE1TR8z .mbr-section-btn {
  text-align: center;
}
.cid-uIfRmYhtIp {
  background: #272c52;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uIfRmYhtIp .image-block {
  margin: auto;
}
.cid-uIfRmYhtIp .mbr-figure {
  margin: 0 auto;
}
.cid-uIfRmYhtIp figcaption {
  position: relative;
}
.cid-uIfRmYhtIp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uIfRmYhtIp .image-block {
    width: 100% !important;
  }
}
.cid-uIfRxvYU8t {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfRxvYU8t H1 {
  color: #1e0d09;
}
.cid-uIfRxvYU8t H3 {
  color: #ffffff;
}
.cid-uIfRxvYU8t P {
  color: #ffffff;
  text-align: center;
}
.cid-uIfRqkk4xh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfRqkk4xh H1 {
  color: #1e0d09;
}
.cid-uIfRqkk4xh H3 {
  color: #ffffff;
}
.cid-uIfRqkk4xh P {
  color: #ffffff;
  text-align: left;
}
.cid-uImId1Rq4C {
  background-color: #272c52;
}
.cid-uImId1Rq4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImId1Rq4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImId1Rq4C .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uImId1Rq4C .container {
  max-width: 1280px;
}
.cid-uImId1Rq4C .row {
  justify-content: center;
}
.cid-uImId1Rq4C .mbr-section-title {
  color: #212132;
}
.cid-uImId1Rq4C .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uImId1Rq4C .mbr-section-title,
.cid-uImId1Rq4C .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ66G4XcVv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ66G4XcVv .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ66G4XcVv .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ66G4XcVv H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ66G4XcVv .section-text,
.cid-uJ66G4XcVv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ66G4XcVv .section-text,
.cid-uJ66G4XcVv .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ66Fw2eLM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ66Fw2eLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ66Fw2eLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ66Fw2eLM .row {
  justify-content: center;
}
.cid-uJ66Fw2eLM .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ66Fw2eLM .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ66Fw2eLM .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ66Fw2eLM .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ66Fw2eLM .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ66Fw2eLM .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ66Fw2eLM .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ66Fw2eLM .mbr-section-title {
  color: #ffffff;
}
.cid-uJ66Fw2eLM .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ66Fw2eLM .mbr-desc {
  color: #ffffff;
}
.cid-uJ66Fw2eLM .mbr-section-title,
.cid-uJ66Fw2eLM .mbr-section-btn {
  text-align: center;
}
.cid-uIfQE4XBg3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIfQE4XBg3 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIfQE4XBg3 .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIfQE4XBg3 .btn {
  padding: 15px 30px !important;
}
.cid-uIfQE4XBg3 a {
  font-weight: 400;
}
.cid-uIfQE4XBg3 .mbr-section-subtitle,
.cid-uIfQE4XBg3 .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIfQE4XBg3 .row {
  justify-content: center;
  display: flex;
}
.cid-uIVUElnGOh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVUElnGOh .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVUElnGOh .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVUElnGOh H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVUElnGOh .section-text,
.cid-uIVUElnGOh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVUElnGOh .section-text,
.cid-uIVUElnGOh .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfQE5NSHd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIfQE5NSHd .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIfQE5NSHd .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIfQE5NSHd .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIfQE5NSHd .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIfQE5NSHd .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIfQE5NSHd .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIfQE5NSHd .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIfQE5NSHd .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIfQE5NSHd .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIfQE5NSHd .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIfQE5NSHd [class^="socicon-"]:before,
.cid-uIfQE5NSHd [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIfQE5NSHd .btn {
    font-size: 20px !important;
  }
}
.cid-uIfQE5NSHd .mbr-section-title {
  color: #ffffff;
}
.cid-uIfQE6cFaG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIfQE6cFaG::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIfQE6cFaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfQE6cFaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfQE6cFaG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIfQE6cFaG .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIfQE6cFaG .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIfQE6cFaG .container {
    padding: 0 22px;
  }
}
.cid-uIfQE6cFaG .row {
  position: relative;
  z-index: 1;
}
.cid-uIfQE6cFaG .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIfQE6cFaG .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIfQE6cFaG .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIfQE6cFaG .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIfQE6cFaG .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfQE6cFaG .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIfQE6cFaG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIfQE6cFaG .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIfQE6cFaG .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIfQE6cFaG .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIfQE6cFaG .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIfQE6cFaG .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIfQE6cFaG .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIfQE6cFaG .nav-wrapper .list .item-wrap:hover,
.cid-uIfQE6cFaG .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIfQE6cFaG .nav-wrapper .list .item-wrap:hover::before,
.cid-uIfQE6cFaG .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIfQE6cFaG .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIfQE6cFaG .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfQE6cFaG .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIfQE6cFaG .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIfQE6cFaG .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIfQE6cFaG .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIfQE6cFaG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIfQE6cFaG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIfQE6cFaG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIfQE6cFaG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIfQE6cFaG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIfQE6cFaG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIfQE6cFaG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIfQE6cFaG .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfQE6cFaG .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIfQE6cFaG .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIfQE6cFaG .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIfQE6cFaG .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIfQE6cFaG .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIfQE6cFaG .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIfQE6cFaG .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIfQE6cFaG .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIfQE6cFaG .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIfQE6cFaG .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIfQE6cFaG .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIfQE6cFaG .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIfQE6cFaG .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIfQE6cFaG .mbr-section-title {
  color: #00d0f3;
}
.cid-uIfQE6cFaG .mbr-text {
  color: #ffffff;
}
.cid-uIfQE6cFaG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIfQE6cFaG .list {
  color: #ffffff;
}
.cid-uIfQE6cFaG .mbr-contact {
  color: #ffffff;
}
.cid-uIfQE6cFaG .mbr-desc {
  color: #ffffff;
}
.cid-uIfQE6cFaG .mbr-contact,
.cid-uIfQE6cFaG .item-contact {
  color: #fdfdfd;
}
.cid-uIfQE6cFaG .list,
.cid-uIfQE6cFaG .item-wrap {
  color: #df8825;
}
.cid-uIfQE6cFaG .mbr-desc,
.cid-uIfQE6cFaG .mbr-section-btn {
  text-align: center;
}
.cid-uIfWPkCCJA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIfWPkCCJA nav.navbar {
  position: fixed;
}
.cid-uIfWPkCCJA .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-uIfWPkCCJA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIfWPkCCJA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIfWPkCCJA .dropdown-item:hover,
.cid-uIfWPkCCJA .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIfWPkCCJA .dropdown-item:hover span {
  color: white;
}
.cid-uIfWPkCCJA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIfWPkCCJA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIfWPkCCJA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIfWPkCCJA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIfWPkCCJA .nav-link {
  position: relative;
}
.cid-uIfWPkCCJA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIfWPkCCJA .container {
    flex-wrap: nowrap;
  }
}
.cid-uIfWPkCCJA .navbar-nav {
  margin: 0 auto;
}
.cid-uIfWPkCCJA .dropdown-menu,
.cid-uIfWPkCCJA .navbar.opened {
  background: #007b1c !important;
}
.cid-uIfWPkCCJA .nav-item:focus,
.cid-uIfWPkCCJA .nav-link:focus {
  outline: none;
}
.cid-uIfWPkCCJA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIfWPkCCJA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIfWPkCCJA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIfWPkCCJA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIfWPkCCJA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIfWPkCCJA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIfWPkCCJA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIfWPkCCJA .navbar.opened {
  transition: all 0.3s;
}
.cid-uIfWPkCCJA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIfWPkCCJA .navbar .navbar-logo img {
  width: auto;
}
.cid-uIfWPkCCJA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIfWPkCCJA .navbar.collapsed {
  justify-content: center;
}
.cid-uIfWPkCCJA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIfWPkCCJA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIfWPkCCJA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIfWPkCCJA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIfWPkCCJA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIfWPkCCJA .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-uIfWPkCCJA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIfWPkCCJA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIfWPkCCJA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIfWPkCCJA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIfWPkCCJA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIfWPkCCJA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIfWPkCCJA .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-uIfWPkCCJA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIfWPkCCJA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIfWPkCCJA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIfWPkCCJA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIfWPkCCJA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIfWPkCCJA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIfWPkCCJA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIfWPkCCJA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIfWPkCCJA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIfWPkCCJA .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIfWPkCCJA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIfWPkCCJA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIfWPkCCJA .dropdown-item.active,
.cid-uIfWPkCCJA .dropdown-item:active {
  background-color: transparent;
}
.cid-uIfWPkCCJA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIfWPkCCJA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIfWPkCCJA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIfWPkCCJA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIfWPkCCJA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIfWPkCCJA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIfWPkCCJA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIfWPkCCJA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIfWPkCCJA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIfWPkCCJA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIfWPkCCJA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIfWPkCCJA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIfWPkCCJA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIfWPkCCJA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIfWPkCCJA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIfWPkCCJA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIfWPkCCJA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIfWPkCCJA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIfWPkCCJA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIfWPkCCJA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIfWPkCCJA .navbar {
    height: 70px;
  }
  .cid-uIfWPkCCJA .navbar.opened {
    height: auto;
  }
  .cid-uIfWPkCCJA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIfWPkCCJA .container,
.cid-uIfWPkCCJA .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIfWPkCCJA .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIfWPkCCJA .navbar-short .container,
.cid-uIfWPkCCJA .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIfWPkCCJA .navbar-short .container:before,
.cid-uIfWPkCCJA .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIfWPkCCJA .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIfWPkCCJA .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIfWPkCCJA .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIfWPkCCJA .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIfWPkCCJA .navbar {
    overflow: hidden;
  }
  .cid-uIfWPkCCJA .container,
  .cid-uIfWPkCCJA .container-fluid {
    min-height: 85px;
  }
  .cid-uIfWPkCCJA .navbar-brand {
    min-height: 85px;
  }
  .cid-uIfWPkCCJA .navbar-short .container,
  .cid-uIfWPkCCJA .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIfWPkCCJA .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIfWPkCCJA .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIfWPkCCJA .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIfWPkCCJA .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIfWPkCCJA .mbr-section-btn {
    text-align: left;
  }
  .cid-uIfWPkCCJA .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIfWPkCCJA .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIfWPl4Vnl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfWPl4Vnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfWPl4Vnl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfWPl4Vnl .row {
  justify-content: center;
}
.cid-uIfWPl4Vnl .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIfWPl4Vnl .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIfWPl4Vnl .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIfWPl4Vnl .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIfWPl4Vnl .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIfWPl4Vnl .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIfWPl4Vnl .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIfWPl4Vnl .mbr-section-title {
  color: #ffffff;
}
.cid-uIfWPl4Vnl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfWPl4Vnl .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIfWPl4Vnl .mbr-section-title,
.cid-uIfWPl4Vnl .mbr-section-btn {
  text-align: center;
}
.cid-uIfWPlrsqj {
  background: #272c52;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uIfWPlrsqj .image-block {
  margin: auto;
}
.cid-uIfWPlrsqj .mbr-figure {
  margin: 0 auto;
}
.cid-uIfWPlrsqj figcaption {
  position: relative;
}
.cid-uIfWPlrsqj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uIfWPlrsqj .image-block {
    width: 100% !important;
  }
}
.cid-uIfXhWhsj9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfXhWhsj9 P {
  color: #767676;
}
.cid-uIfXhWhsj9 H1 {
  color: #ffffff;
}
.cid-uIfXhWhsj9 .mbr-text,
.cid-uIfXhWhsj9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uIfXhWhsj9 H3 {
  color: #ffffff;
}
.cid-uIfXCFKesy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfXCFKesy H1 {
  color: #1e0d09;
}
.cid-uIfXCFKesy H3 {
  color: #ffffff;
}
.cid-uIfXCFKesy P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfXZqBALZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfXZqBALZ .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfXZqBALZ .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfXZqBALZ H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfXZqBALZ .section-text,
.cid-uIfXZqBALZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfXZqBALZ .section-text,
.cid-uIfXZqBALZ .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfY8N8T9u {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfY8N8T9u H1 {
  color: #1e0d09;
}
.cid-uIfY8N8T9u H3 {
  color: #ffffff;
}
.cid-uIfY8N8T9u P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfY4I1cof {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfY4I1cof .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfY4I1cof .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfY4I1cof H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfY4I1cof .section-text,
.cid-uIfY4I1cof .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfY4I1cof .section-text,
.cid-uIfY4I1cof .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfYNLhdx2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfYNLhdx2 H1 {
  color: #1e0d09;
}
.cid-uIfYNLhdx2 H3 {
  color: #ffffff;
}
.cid-uIfYNLhdx2 P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfZ26UlCF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfZ26UlCF .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfZ26UlCF .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfZ26UlCF H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfZ26UlCF .section-text,
.cid-uIfZ26UlCF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfZ26UlCF .section-text,
.cid-uIfZ26UlCF .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfYa1uScf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfYa1uScf H1 {
  color: #1e0d09;
}
.cid-uIfYa1uScf H3 {
  color: #ffffff;
}
.cid-uIfYa1uScf P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfY16lklJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfY16lklJ .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfY16lklJ .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfY16lklJ H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfY16lklJ .section-text,
.cid-uIfY16lklJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfY16lklJ .section-text,
.cid-uIfY16lklJ .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfYb0fxHw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfYb0fxHw H1 {
  color: #1e0d09;
}
.cid-uIfYb0fxHw H3 {
  color: #ffffff;
}
.cid-uIfYb0fxHw P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfY2CzU6R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfY2CzU6R .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfY2CzU6R .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfY2CzU6R H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfY2CzU6R .section-text,
.cid-uIfY2CzU6R .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfY2CzU6R .section-text,
.cid-uIfY2CzU6R .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfYc1J3Xv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfYc1J3Xv H1 {
  color: #1e0d09;
}
.cid-uIfYc1J3Xv H3 {
  color: #ffffff;
}
.cid-uIfYc1J3Xv P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfY4fQtD5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfY4fQtD5 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfY4fQtD5 .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfY4fQtD5 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfY4fQtD5 .section-text,
.cid-uIfY4fQtD5 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfY4fQtD5 .section-text,
.cid-uIfY4fQtD5 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfYd2HZjD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfYd2HZjD H1 {
  color: #1e0d09;
}
.cid-uIfYd2HZjD H3 {
  color: #ffffff;
}
.cid-uIfYd2HZjD P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfY1Y3WfB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfY1Y3WfB .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfY1Y3WfB .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfY1Y3WfB H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfY1Y3WfB .section-text,
.cid-uIfY1Y3WfB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfY1Y3WfB .section-text,
.cid-uIfY1Y3WfB .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfZupwr6Y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfZupwr6Y H1 {
  color: #1e0d09;
}
.cid-uIfZupwr6Y H3 {
  color: #ffffff;
}
.cid-uIfZupwr6Y P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfZErB7ph {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfZErB7ph .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfZErB7ph .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfZErB7ph H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfZErB7ph .section-text,
.cid-uIfZErB7ph .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfZErB7ph .section-text,
.cid-uIfZErB7ph .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfYeLYjIp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfYeLYjIp H1 {
  color: #1e0d09;
}
.cid-uIfYeLYjIp H3 {
  color: #ffffff;
}
.cid-uIfYeLYjIp P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfY39Xk0w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfY39Xk0w .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfY39Xk0w .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfY39Xk0w H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfY39Xk0w .section-text,
.cid-uIfY39Xk0w .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfY39Xk0w .section-text,
.cid-uIfY39Xk0w .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfYfGsaJt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfYfGsaJt H1 {
  color: #1e0d09;
}
.cid-uIfYfGsaJt H3 {
  color: #ffffff;
}
.cid-uIfYfGsaJt P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfY3yzmsc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfY3yzmsc .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfY3yzmsc .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfY3yzmsc H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfY3yzmsc .section-text,
.cid-uIfY3yzmsc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfY3yzmsc .section-text,
.cid-uIfY3yzmsc .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfYgr9AUA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfYgr9AUA H1 {
  color: #1e0d09;
}
.cid-uIfYgr9AUA H3 {
  color: #ffffff;
}
.cid-uIfYgr9AUA P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfY0f3o8I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfY0f3o8I .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfY0f3o8I .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfY0f3o8I H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfY0f3o8I .section-text,
.cid-uIfY0f3o8I .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfY0f3o8I .section-text,
.cid-uIfY0f3o8I .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfYhGv80f {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfYhGv80f H1 {
  color: #1e0d09;
}
.cid-uIfYhGv80f H3 {
  color: #ffffff;
}
.cid-uIfYhGv80f P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfY0F88rg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfY0F88rg .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfY0F88rg .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfY0F88rg H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfY0F88rg .section-text,
.cid-uIfY0F88rg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfY0F88rg .section-text,
.cid-uIfY0F88rg .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfYiSJqiN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfYiSJqiN H1 {
  color: #1e0d09;
}
.cid-uIfYiSJqiN H3 {
  color: #ffffff;
}
.cid-uIfYiSJqiN P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfXYQ24ai {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfXYQ24ai .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfXYQ24ai .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfXYQ24ai H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfXYQ24ai .section-text,
.cid-uIfXYQ24ai .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfXYQ24ai .section-text,
.cid-uIfXYQ24ai .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfYlXFvEh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfYlXFvEh H1 {
  color: #1e0d09;
}
.cid-uIfYlXFvEh H3 {
  color: #ffffff;
}
.cid-uIfYlXFvEh P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfYreCXcD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfYreCXcD .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfYreCXcD .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfYreCXcD H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfYreCXcD .section-text,
.cid-uIfYreCXcD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfYreCXcD .section-text,
.cid-uIfYreCXcD .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfYnuO0Ac {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfYnuO0Ac H1 {
  color: #1e0d09;
}
.cid-uIfYnuO0Ac H3 {
  color: #ffffff;
}
.cid-uIfYnuO0Ac P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfXUi1gS4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfXUi1gS4 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfXUi1gS4 .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfXUi1gS4 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfXUi1gS4 .section-text,
.cid-uIfXUi1gS4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfXUi1gS4 .section-text,
.cid-uIfXUi1gS4 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfYtPiFQ6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfYtPiFQ6 H1 {
  color: #1e0d09;
}
.cid-uIfYtPiFQ6 H3 {
  color: #ffffff;
}
.cid-uIfYtPiFQ6 P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfYrWGpsX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIfYrWGpsX .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfYrWGpsX .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfYrWGpsX H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfYrWGpsX .section-text,
.cid-uIfYrWGpsX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfYrWGpsX .section-text,
.cid-uIfYrWGpsX .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfYuiMxbn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIfYuiMxbn H1 {
  color: #1e0d09;
}
.cid-uIfYuiMxbn H3 {
  color: #ffffff;
}
.cid-uIfYuiMxbn P {
  color: #ffffff;
  text-align: left;
}
.cid-uIfYswQaLl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIfYswQaLl .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIfYswQaLl .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIfYswQaLl H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIfYswQaLl .section-text,
.cid-uIfYswQaLl .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIfYswQaLl .section-text,
.cid-uIfYswQaLl .mbr-section-btn DIV {
  text-align: center;
}
.cid-uImIjwpO6I {
  background-color: #272c52;
}
.cid-uImIjwpO6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImIjwpO6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImIjwpO6I .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uImIjwpO6I .container {
  max-width: 1280px;
}
.cid-uImIjwpO6I .row {
  justify-content: center;
}
.cid-uImIjwpO6I .mbr-section-title {
  color: #212132;
}
.cid-uImIjwpO6I .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uImIjwpO6I .mbr-section-title,
.cid-uImIjwpO6I .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ66OS7Vsw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ66OS7Vsw .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ66OS7Vsw .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ66OS7Vsw H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ66OS7Vsw .section-text,
.cid-uJ66OS7Vsw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ66OS7Vsw .section-text,
.cid-uJ66OS7Vsw .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ66Oc0nBR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ66Oc0nBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ66Oc0nBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ66Oc0nBR .row {
  justify-content: center;
}
.cid-uJ66Oc0nBR .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ66Oc0nBR .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ66Oc0nBR .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ66Oc0nBR .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ66Oc0nBR .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ66Oc0nBR .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ66Oc0nBR .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ66Oc0nBR .mbr-section-title {
  color: #ffffff;
}
.cid-uJ66Oc0nBR .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ66Oc0nBR .mbr-desc {
  color: #ffffff;
}
.cid-uJ66Oc0nBR .mbr-section-title,
.cid-uJ66Oc0nBR .mbr-section-btn {
  text-align: center;
}
.cid-uIfWPoO0mJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIfWPoO0mJ .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIfWPoO0mJ .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIfWPoO0mJ .btn {
  padding: 15px 30px !important;
}
.cid-uIfWPoO0mJ a {
  font-weight: 400;
}
.cid-uIfWPoO0mJ .mbr-section-subtitle,
.cid-uIfWPoO0mJ .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIfWPoO0mJ .row {
  justify-content: center;
  display: flex;
}
.cid-uIVUJi0wW9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVUJi0wW9 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVUJi0wW9 .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVUJi0wW9 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVUJi0wW9 .section-text,
.cid-uIVUJi0wW9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVUJi0wW9 .section-text,
.cid-uIVUJi0wW9 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIfWPpBEKJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIfWPpBEKJ .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIfWPpBEKJ .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIfWPpBEKJ .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIfWPpBEKJ .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIfWPpBEKJ .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIfWPpBEKJ .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIfWPpBEKJ .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIfWPpBEKJ .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIfWPpBEKJ .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIfWPpBEKJ .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIfWPpBEKJ [class^="socicon-"]:before,
.cid-uIfWPpBEKJ [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIfWPpBEKJ .btn {
    font-size: 20px !important;
  }
}
.cid-uIfWPpBEKJ .mbr-section-title {
  color: #ffffff;
}
.cid-uIfWPq4M5p {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIfWPq4M5p::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIfWPq4M5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfWPq4M5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfWPq4M5p .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIfWPq4M5p .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIfWPq4M5p .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIfWPq4M5p .container {
    padding: 0 22px;
  }
}
.cid-uIfWPq4M5p .row {
  position: relative;
  z-index: 1;
}
.cid-uIfWPq4M5p .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIfWPq4M5p .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIfWPq4M5p .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIfWPq4M5p .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIfWPq4M5p .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfWPq4M5p .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIfWPq4M5p .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIfWPq4M5p .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIfWPq4M5p .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIfWPq4M5p .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIfWPq4M5p .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIfWPq4M5p .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIfWPq4M5p .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIfWPq4M5p .nav-wrapper .list .item-wrap:hover,
.cid-uIfWPq4M5p .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIfWPq4M5p .nav-wrapper .list .item-wrap:hover::before,
.cid-uIfWPq4M5p .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIfWPq4M5p .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIfWPq4M5p .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfWPq4M5p .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIfWPq4M5p .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIfWPq4M5p .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIfWPq4M5p .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIfWPq4M5p .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIfWPq4M5p .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIfWPq4M5p .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIfWPq4M5p .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIfWPq4M5p .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIfWPq4M5p .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIfWPq4M5p .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIfWPq4M5p .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIfWPq4M5p .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIfWPq4M5p .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIfWPq4M5p .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIfWPq4M5p .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIfWPq4M5p .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIfWPq4M5p .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIfWPq4M5p .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIfWPq4M5p .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIfWPq4M5p .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIfWPq4M5p .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIfWPq4M5p .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIfWPq4M5p .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIfWPq4M5p .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIfWPq4M5p .mbr-section-title {
  color: #00d0f3;
}
.cid-uIfWPq4M5p .mbr-text {
  color: #ffffff;
}
.cid-uIfWPq4M5p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIfWPq4M5p .list {
  color: #ffffff;
}
.cid-uIfWPq4M5p .mbr-contact {
  color: #ffffff;
}
.cid-uIfWPq4M5p .mbr-desc {
  color: #ffffff;
}
.cid-uIfWPq4M5p .mbr-contact,
.cid-uIfWPq4M5p .item-contact {
  color: #fdfdfd;
}
.cid-uIfWPq4M5p .list,
.cid-uIfWPq4M5p .item-wrap {
  color: #df8825;
}
.cid-uIfWPq4M5p .mbr-desc,
.cid-uIfWPq4M5p .mbr-section-btn {
  text-align: center;
}
.cid-uIgrC1IoXQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIgrC1IoXQ nav.navbar {
  position: fixed;
}
.cid-uIgrC1IoXQ .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-uIgrC1IoXQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIgrC1IoXQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIgrC1IoXQ .dropdown-item:hover,
.cid-uIgrC1IoXQ .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIgrC1IoXQ .dropdown-item:hover span {
  color: white;
}
.cid-uIgrC1IoXQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIgrC1IoXQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIgrC1IoXQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIgrC1IoXQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIgrC1IoXQ .nav-link {
  position: relative;
}
.cid-uIgrC1IoXQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIgrC1IoXQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uIgrC1IoXQ .navbar-nav {
  margin: 0 auto;
}
.cid-uIgrC1IoXQ .dropdown-menu,
.cid-uIgrC1IoXQ .navbar.opened {
  background: #007b1c !important;
}
.cid-uIgrC1IoXQ .nav-item:focus,
.cid-uIgrC1IoXQ .nav-link:focus {
  outline: none;
}
.cid-uIgrC1IoXQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIgrC1IoXQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIgrC1IoXQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIgrC1IoXQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIgrC1IoXQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIgrC1IoXQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIgrC1IoXQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIgrC1IoXQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uIgrC1IoXQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIgrC1IoXQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uIgrC1IoXQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIgrC1IoXQ .navbar.collapsed {
  justify-content: center;
}
.cid-uIgrC1IoXQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIgrC1IoXQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIgrC1IoXQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIgrC1IoXQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIgrC1IoXQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIgrC1IoXQ .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-uIgrC1IoXQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIgrC1IoXQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIgrC1IoXQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIgrC1IoXQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIgrC1IoXQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIgrC1IoXQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIgrC1IoXQ .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-uIgrC1IoXQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIgrC1IoXQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIgrC1IoXQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIgrC1IoXQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIgrC1IoXQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIgrC1IoXQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIgrC1IoXQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIgrC1IoXQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIgrC1IoXQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIgrC1IoXQ .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIgrC1IoXQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIgrC1IoXQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIgrC1IoXQ .dropdown-item.active,
.cid-uIgrC1IoXQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uIgrC1IoXQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIgrC1IoXQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIgrC1IoXQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIgrC1IoXQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIgrC1IoXQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIgrC1IoXQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIgrC1IoXQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIgrC1IoXQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIgrC1IoXQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIgrC1IoXQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIgrC1IoXQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIgrC1IoXQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIgrC1IoXQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIgrC1IoXQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIgrC1IoXQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIgrC1IoXQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIgrC1IoXQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIgrC1IoXQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIgrC1IoXQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIgrC1IoXQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIgrC1IoXQ .navbar {
    height: 70px;
  }
  .cid-uIgrC1IoXQ .navbar.opened {
    height: auto;
  }
  .cid-uIgrC1IoXQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIgrC1IoXQ .container,
.cid-uIgrC1IoXQ .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIgrC1IoXQ .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIgrC1IoXQ .navbar-short .container,
.cid-uIgrC1IoXQ .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIgrC1IoXQ .navbar-short .container:before,
.cid-uIgrC1IoXQ .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIgrC1IoXQ .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIgrC1IoXQ .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIgrC1IoXQ .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIgrC1IoXQ .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIgrC1IoXQ .navbar {
    overflow: hidden;
  }
  .cid-uIgrC1IoXQ .container,
  .cid-uIgrC1IoXQ .container-fluid {
    min-height: 85px;
  }
  .cid-uIgrC1IoXQ .navbar-brand {
    min-height: 85px;
  }
  .cid-uIgrC1IoXQ .navbar-short .container,
  .cid-uIgrC1IoXQ .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIgrC1IoXQ .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIgrC1IoXQ .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIgrC1IoXQ .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIgrC1IoXQ .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIgrC1IoXQ .mbr-section-btn {
    text-align: left;
  }
  .cid-uIgrC1IoXQ .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIgrC1IoXQ .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIgrC2cTQK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIgrC2cTQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgrC2cTQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIgrC2cTQK .row {
  justify-content: center;
}
.cid-uIgrC2cTQK .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIgrC2cTQK .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIgrC2cTQK .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIgrC2cTQK .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIgrC2cTQK .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIgrC2cTQK .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIgrC2cTQK .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIgrC2cTQK .mbr-section-title {
  color: #ffffff;
}
.cid-uIgrC2cTQK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIgrC2cTQK .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIgrC2cTQK .mbr-section-title,
.cid-uIgrC2cTQK .mbr-section-btn {
  text-align: center;
}
.cid-uIgrC2CJuS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIgrC2CJuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgrC2CJuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIgrC2CJuS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uIgrC2CJuS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uIgrC2CJuS .embla__slide .slide-content {
  width: 100%;
}
.cid-uIgrC2CJuS .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uIgrC2CJuS .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uIgrC2CJuS .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uIgrC2CJuS .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uIgrC2CJuS .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uIgrC2CJuS .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #fdfdfd;
}
.cid-uIgrC2CJuS .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uIgrC2CJuS .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIgrC2CJuS .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uIgrC2CJuS .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uIgrC2CJuS .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIgrC2CJuS .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uIgrC2CJuS .embla__button--next,
.cid-uIgrC2CJuS .embla__button--prev {
  display: flex;
}
.cid-uIgrC2CJuS .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !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;
}
@media (max-width: 992px) {
  .cid-uIgrC2CJuS .embla__button {
    bottom: 0;
  }
}
.cid-uIgrC2CJuS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIgrC2CJuS .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uIgrC2CJuS .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uIgrC2CJuS .embla__button.embla__button--next {
  right: 30px;
}
.cid-uIgrC2CJuS .embla {
  position: relative;
  width: 100%;
}
.cid-uIgrC2CJuS .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #defae5;
}
.cid-uIgrC2CJuS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIgrC2CJuS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIgrC2CJuS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIgrC2CJuS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uIgrC2CJuS .mbr-section-title {
  color: #404349;
}
.cid-uIgrC2CJuS .mbr-text {
  color: #404349;
}
.cid-uIgrC2CJuS .mbr-desc {
  color: #404349;
}
.cid-uIgrC2CJuS .item-title {
  color: #000000;
}
.cid-uIgtfYSHLq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIgtfYSHLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgtfYSHLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIgtfYSHLq .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uIgtfYSHLq .row .item {
  padding: 0 13px;
}
.cid-uIgtfYSHLq .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uIgtfYSHLq .item {
    margin-bottom: 16px;
  }
}
.cid-uIgtfYSHLq .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uIgtfYSHLq .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIgtfYSHLq .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uIgtfYSHLq .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIgtfYSHLq .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uIgtfYSHLq .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #fff7ee;
}
.cid-uIgtfYSHLq .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uIgtfYSHLq .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uIgtfYSHLq .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uIgtfYSHLq .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uIgtfYSHLq .item-label,
.cid-uIgtfYSHLq .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uIgtfYSHLq .item-title {
  color: #fff7ee;
}
.cid-uIgtfYSHLq .item-title,
.cid-uIgtfYSHLq .mbr-section-btn {
  text-align: center;
}
.cid-uIgtfYSHLq .item-title,
.cid-uIgtfYSHLq .mbr-section-btn DIV {
  text-align: left;
}
.cid-v8AxE9oSpl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8AxE9oSpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8AxE9oSpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8AxE9oSpl .container {
    padding: 0 16px;
  }
}
.cid-v8AxE9oSpl .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8AxE9oSpl .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8AxE9oSpl .content-wrapper {
    padding: 36px;
  }
}
.cid-v8AxE9oSpl .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8AxE9oSpl .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8AxE9oSpl .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8AxE9oSpl .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8AxE9oSpl .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8AxE9oSpl .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8AxE9oSpl .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8AxE9oSpl .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8AxE9oSpl .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8AxE9oSpl .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8AxE9oSpl .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8AxE9oSpl .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8AxE9oSpl .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8AxE9oSpl .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8AxE9oSpl .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8AxE9oSpl .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8AxE9oSpl .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8AxE9oSpl .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8AxE9oSpl .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8AxE9oSpl .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8AxE9oSpl .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8AxE9oSpl .mbr-text {
  color: #f0f0f0;
}
.cid-v8AxE9oSpl .mbr-name {
  color: #cccccc;
}
.cid-v8AxE9oSpl .mbr-role {
  color: #cccccc;
}
.cid-v8AxE9oSpl .mbr-text,
.cid-v8AxE9oSpl .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8AxE9oSpl .mbr-name,
.cid-v8AxE9oSpl .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uJ5DuamFJL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uJ5DuamFJL .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ5DuamFJL .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ5DuamFJL H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ5DuamFJL .section-text,
.cid-uJ5DuamFJL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ5DuamFJL .section-text,
.cid-uJ5DuamFJL .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ5Dvup5XE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uJ5Dvup5XE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5Dvup5XE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5Dvup5XE .row {
  justify-content: center;
}
.cid-uJ5Dvup5XE .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ5Dvup5XE .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ5Dvup5XE .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ5Dvup5XE .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ5Dvup5XE .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ5Dvup5XE .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ5Dvup5XE .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ5Dvup5XE .mbr-section-title {
  color: #ffffff;
}
.cid-uJ5Dvup5XE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ5Dvup5XE .mbr-desc {
  color: #ffffff;
}
.cid-uJ5Dvup5XE .mbr-section-title,
.cid-uJ5Dvup5XE .mbr-section-btn {
  text-align: center;
}
.cid-uIgrCaCrKm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1289.jpeg");
}
.cid-uIgrCaCrKm .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIgrCaCrKm .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIgrCaCrKm .btn {
  padding: 15px 30px !important;
}
.cid-uIgrCaCrKm a {
  font-weight: 400;
}
.cid-uIgrCaCrKm .mbr-section-subtitle,
.cid-uIgrCaCrKm .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIgrCaCrKm .row {
  justify-content: center;
  display: flex;
}
.cid-uIVSPxymL6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVSPxymL6 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVSPxymL6 .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVSPxymL6 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVSPxymL6 .section-text,
.cid-uIVSPxymL6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVSPxymL6 .section-text,
.cid-uIVSPxymL6 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIgrCbHtu0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uIgrCbHtu0 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIgrCbHtu0 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIgrCbHtu0 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIgrCbHtu0 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIgrCbHtu0 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIgrCbHtu0 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIgrCbHtu0 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIgrCbHtu0 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIgrCbHtu0 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIgrCbHtu0 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIgrCbHtu0 [class^="socicon-"]:before,
.cid-uIgrCbHtu0 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIgrCbHtu0 .btn {
    font-size: 20px !important;
  }
}
.cid-uIgrCbHtu0 .mbr-section-title {
  color: #ffffff;
}
.cid-uIgrCcerqL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIgrCcerqL::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIgrCcerqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgrCcerqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIgrCcerqL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIgrCcerqL .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIgrCcerqL .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIgrCcerqL .container {
    padding: 0 22px;
  }
}
.cid-uIgrCcerqL .row {
  position: relative;
  z-index: 1;
}
.cid-uIgrCcerqL .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIgrCcerqL .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIgrCcerqL .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIgrCcerqL .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIgrCcerqL .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIgrCcerqL .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIgrCcerqL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIgrCcerqL .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIgrCcerqL .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIgrCcerqL .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIgrCcerqL .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIgrCcerqL .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIgrCcerqL .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIgrCcerqL .nav-wrapper .list .item-wrap:hover,
.cid-uIgrCcerqL .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIgrCcerqL .nav-wrapper .list .item-wrap:hover::before,
.cid-uIgrCcerqL .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIgrCcerqL .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIgrCcerqL .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIgrCcerqL .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIgrCcerqL .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIgrCcerqL .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIgrCcerqL .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIgrCcerqL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIgrCcerqL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIgrCcerqL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIgrCcerqL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIgrCcerqL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIgrCcerqL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIgrCcerqL .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIgrCcerqL .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIgrCcerqL .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIgrCcerqL .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIgrCcerqL .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIgrCcerqL .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIgrCcerqL .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIgrCcerqL .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIgrCcerqL .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIgrCcerqL .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIgrCcerqL .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIgrCcerqL .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIgrCcerqL .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIgrCcerqL .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIgrCcerqL .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIgrCcerqL .mbr-section-title {
  color: #00d0f3;
}
.cid-uIgrCcerqL .mbr-text {
  color: #ffffff;
}
.cid-uIgrCcerqL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIgrCcerqL .list {
  color: #ffffff;
}
.cid-uIgrCcerqL .mbr-contact {
  color: #ffffff;
}
.cid-uIgrCcerqL .mbr-desc {
  color: #ffffff;
}
.cid-uIgrCcerqL .mbr-contact,
.cid-uIgrCcerqL .item-contact {
  color: #fdfdfd;
}
.cid-uIgrCcerqL .list,
.cid-uIgrCcerqL .item-wrap {
  color: #df8825;
}
.cid-uIgrCcerqL .mbr-desc,
.cid-uIgrCcerqL .mbr-section-btn {
  text-align: center;
}
.cid-uIgw1HJswj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIgw1HJswj nav.navbar {
  position: fixed;
}
.cid-uIgw1HJswj .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-uIgw1HJswj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIgw1HJswj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIgw1HJswj .dropdown-item:hover,
.cid-uIgw1HJswj .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIgw1HJswj .dropdown-item:hover span {
  color: white;
}
.cid-uIgw1HJswj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIgw1HJswj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIgw1HJswj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIgw1HJswj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIgw1HJswj .nav-link {
  position: relative;
}
.cid-uIgw1HJswj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIgw1HJswj .container {
    flex-wrap: nowrap;
  }
}
.cid-uIgw1HJswj .navbar-nav {
  margin: 0 auto;
}
.cid-uIgw1HJswj .dropdown-menu,
.cid-uIgw1HJswj .navbar.opened {
  background: #007b1c !important;
}
.cid-uIgw1HJswj .nav-item:focus,
.cid-uIgw1HJswj .nav-link:focus {
  outline: none;
}
.cid-uIgw1HJswj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIgw1HJswj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIgw1HJswj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIgw1HJswj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIgw1HJswj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIgw1HJswj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIgw1HJswj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIgw1HJswj .navbar.opened {
  transition: all 0.3s;
}
.cid-uIgw1HJswj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIgw1HJswj .navbar .navbar-logo img {
  width: auto;
}
.cid-uIgw1HJswj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIgw1HJswj .navbar.collapsed {
  justify-content: center;
}
.cid-uIgw1HJswj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIgw1HJswj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIgw1HJswj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIgw1HJswj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIgw1HJswj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIgw1HJswj .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-uIgw1HJswj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIgw1HJswj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIgw1HJswj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIgw1HJswj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIgw1HJswj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIgw1HJswj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIgw1HJswj .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-uIgw1HJswj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIgw1HJswj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIgw1HJswj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIgw1HJswj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIgw1HJswj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIgw1HJswj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIgw1HJswj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIgw1HJswj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIgw1HJswj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIgw1HJswj .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIgw1HJswj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIgw1HJswj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIgw1HJswj .dropdown-item.active,
.cid-uIgw1HJswj .dropdown-item:active {
  background-color: transparent;
}
.cid-uIgw1HJswj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIgw1HJswj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIgw1HJswj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIgw1HJswj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIgw1HJswj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIgw1HJswj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIgw1HJswj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIgw1HJswj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIgw1HJswj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIgw1HJswj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIgw1HJswj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIgw1HJswj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIgw1HJswj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIgw1HJswj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIgw1HJswj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIgw1HJswj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIgw1HJswj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIgw1HJswj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIgw1HJswj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIgw1HJswj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIgw1HJswj .navbar {
    height: 70px;
  }
  .cid-uIgw1HJswj .navbar.opened {
    height: auto;
  }
  .cid-uIgw1HJswj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIgw1HJswj .container,
.cid-uIgw1HJswj .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIgw1HJswj .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIgw1HJswj .navbar-short .container,
.cid-uIgw1HJswj .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIgw1HJswj .navbar-short .container:before,
.cid-uIgw1HJswj .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIgw1HJswj .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIgw1HJswj .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIgw1HJswj .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIgw1HJswj .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIgw1HJswj .navbar {
    overflow: hidden;
  }
  .cid-uIgw1HJswj .container,
  .cid-uIgw1HJswj .container-fluid {
    min-height: 85px;
  }
  .cid-uIgw1HJswj .navbar-brand {
    min-height: 85px;
  }
  .cid-uIgw1HJswj .navbar-short .container,
  .cid-uIgw1HJswj .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIgw1HJswj .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIgw1HJswj .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIgw1HJswj .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIgw1HJswj .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIgw1HJswj .mbr-section-btn {
    text-align: left;
  }
  .cid-uIgw1HJswj .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIgw1HJswj .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIgw1IePmg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIgw1IePmg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgw1IePmg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIgw1IePmg .row {
  justify-content: center;
}
.cid-uIgw1IePmg .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIgw1IePmg .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIgw1IePmg .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIgw1IePmg .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIgw1IePmg .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIgw1IePmg .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIgw1IePmg .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIgw1IePmg .mbr-section-title {
  color: #ffffff;
}
.cid-uIgw1IePmg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIgw1IePmg .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIgw1IePmg .mbr-section-title,
.cid-uIgw1IePmg .mbr-section-btn {
  text-align: center;
}
.cid-v8AzlueyK8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-v8AzlueyK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8AzlueyK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8AzlueyK8 .container {
    padding: 0 16px;
  }
}
.cid-v8AzlueyK8 .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8AzlueyK8 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8AzlueyK8 .content-wrapper {
    padding: 36px;
  }
}
.cid-v8AzlueyK8 .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8AzlueyK8 .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8AzlueyK8 .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8AzlueyK8 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8AzlueyK8 .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8AzlueyK8 .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8AzlueyK8 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8AzlueyK8 .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8AzlueyK8 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8AzlueyK8 .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8AzlueyK8 .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8AzlueyK8 .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8AzlueyK8 .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8AzlueyK8 .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8AzlueyK8 .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8AzlueyK8 .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8AzlueyK8 .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8AzlueyK8 .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8AzlueyK8 .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8AzlueyK8 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8AzlueyK8 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8AzlueyK8 .mbr-text {
  color: #f0f0f0;
}
.cid-v8AzlueyK8 .mbr-name {
  color: #cccccc;
}
.cid-v8AzlueyK8 .mbr-role {
  color: #cccccc;
}
.cid-v8AzlueyK8 .mbr-text,
.cid-v8AzlueyK8 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8AzlueyK8 .mbr-name,
.cid-v8AzlueyK8 .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8AAXezQg9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8AAXezQg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8AAXezQg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8AAXezQg9 .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #defae5;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8AAXezQg9 .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v8AAXezQg9 .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v8AAXezQg9 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-v8AAXezQg9 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v8AAXezQg9 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v8AAXezQg9 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v8AAXezQg9 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8AAXezQg9 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8AAXezQg9 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #defae5;
}
@media (max-width: 992px) {
  .cid-v8AAXezQg9 .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v8AAXezQg9 .mbr-section-title {
  color: #f1f5eb;
}
.cid-v8AAXezQg9 .mbr-section-title,
.cid-v8AAXezQg9 .border-wrapper {
  color: #000000;
}
.cid-v8AzDcUhhm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-v8AzDcUhhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8AzDcUhhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8AzDcUhhm .container {
    padding: 0 16px;
  }
}
.cid-v8AzDcUhhm .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8AzDcUhhm .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8AzDcUhhm .content-wrapper {
    padding: 36px;
  }
}
.cid-v8AzDcUhhm .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8AzDcUhhm .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8AzDcUhhm .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8AzDcUhhm .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8AzDcUhhm .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8AzDcUhhm .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8AzDcUhhm .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8AzDcUhhm .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8AzDcUhhm .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8AzDcUhhm .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8AzDcUhhm .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8AzDcUhhm .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8AzDcUhhm .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8AzDcUhhm .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8AzDcUhhm .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8AzDcUhhm .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8AzDcUhhm .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8AzDcUhhm .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8AzDcUhhm .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8AzDcUhhm .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8AzDcUhhm .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8AzDcUhhm .mbr-text {
  color: #f0f0f0;
}
.cid-v8AzDcUhhm .mbr-name {
  color: #cccccc;
}
.cid-v8AzDcUhhm .mbr-role {
  color: #cccccc;
}
.cid-v8AzDcUhhm .mbr-text,
.cid-v8AzDcUhhm .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8AzDcUhhm .mbr-name,
.cid-v8AzDcUhhm .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8AAulNVnz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8AAulNVnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8AAulNVnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8AAulNVnz .container {
    padding: 0 16px;
  }
}
.cid-v8AAulNVnz .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8AAulNVnz .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8AAulNVnz .content-wrapper {
    padding: 36px;
  }
}
.cid-v8AAulNVnz .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8AAulNVnz .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8AAulNVnz .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8AAulNVnz .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8AAulNVnz .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8AAulNVnz .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8AAulNVnz .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8AAulNVnz .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8AAulNVnz .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8AAulNVnz .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8AAulNVnz .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8AAulNVnz .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8AAulNVnz .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8AAulNVnz .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8AAulNVnz .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8AAulNVnz .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8AAulNVnz .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8AAulNVnz .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8AAulNVnz .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8AAulNVnz .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8AAulNVnz .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8AAulNVnz .mbr-text {
  color: #f0f0f0;
}
.cid-v8AAulNVnz .mbr-name {
  color: #cccccc;
}
.cid-v8AAulNVnz .mbr-role {
  color: #cccccc;
}
.cid-v8AAulNVnz .mbr-text,
.cid-v8AAulNVnz .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8AAulNVnz .mbr-name,
.cid-v8AAulNVnz .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8XmL71YBf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-v8XmL71YBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8XmL71YBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8XmL71YBf .container {
    padding: 0 16px;
  }
}
.cid-v8XmL71YBf .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8XmL71YBf .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8XmL71YBf .content-wrapper {
    padding: 36px;
  }
}
.cid-v8XmL71YBf .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8XmL71YBf .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8XmL71YBf .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8XmL71YBf .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8XmL71YBf .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8XmL71YBf .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8XmL71YBf .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8XmL71YBf .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8XmL71YBf .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8XmL71YBf .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8XmL71YBf .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8XmL71YBf .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8XmL71YBf .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8XmL71YBf .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8XmL71YBf .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8XmL71YBf .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8XmL71YBf .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8XmL71YBf .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8XmL71YBf .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8XmL71YBf .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8XmL71YBf .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8XmL71YBf .mbr-text {
  color: #f0f0f0;
}
.cid-v8XmL71YBf .mbr-name {
  color: #cccccc;
}
.cid-v8XmL71YBf .mbr-role {
  color: #cccccc;
}
.cid-v8XmL71YBf .mbr-text,
.cid-v8XmL71YBf .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8XmL71YBf .mbr-name,
.cid-v8XmL71YBf .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uJ5Egttjbh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uJ5Egttjbh .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ5Egttjbh .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ5Egttjbh H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ5Egttjbh .section-text,
.cid-uJ5Egttjbh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ5Egttjbh .section-text,
.cid-uJ5Egttjbh .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ5EfUw2A2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uJ5EfUw2A2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5EfUw2A2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5EfUw2A2 .row {
  justify-content: center;
}
.cid-uJ5EfUw2A2 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ5EfUw2A2 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ5EfUw2A2 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ5EfUw2A2 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ5EfUw2A2 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ5EfUw2A2 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ5EfUw2A2 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ5EfUw2A2 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ5EfUw2A2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ5EfUw2A2 .mbr-desc {
  color: #ffffff;
}
.cid-uJ5EfUw2A2 .mbr-section-title,
.cid-uJ5EfUw2A2 .mbr-section-btn {
  text-align: center;
}
.cid-uIgw1KmXpF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1289.jpeg");
}
.cid-uIgw1KmXpF .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIgw1KmXpF .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIgw1KmXpF .btn {
  padding: 15px 30px !important;
}
.cid-uIgw1KmXpF a {
  font-weight: 400;
}
.cid-uIgw1KmXpF .mbr-section-subtitle,
.cid-uIgw1KmXpF .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIgw1KmXpF .row {
  justify-content: center;
  display: flex;
}
.cid-uIVSTeD0j5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVSTeD0j5 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVSTeD0j5 .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVSTeD0j5 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVSTeD0j5 .section-text,
.cid-uIVSTeD0j5 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVSTeD0j5 .section-text,
.cid-uIVSTeD0j5 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIgw1LiqLJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uIgw1LiqLJ .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIgw1LiqLJ .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIgw1LiqLJ .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIgw1LiqLJ .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIgw1LiqLJ .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIgw1LiqLJ .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIgw1LiqLJ .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIgw1LiqLJ .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIgw1LiqLJ .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIgw1LiqLJ .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIgw1LiqLJ [class^="socicon-"]:before,
.cid-uIgw1LiqLJ [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIgw1LiqLJ .btn {
    font-size: 20px !important;
  }
}
.cid-uIgw1LiqLJ .mbr-section-title {
  color: #ffffff;
}
.cid-uIgw1LGtXt {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIgw1LGtXt::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIgw1LGtXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgw1LGtXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIgw1LGtXt .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIgw1LGtXt .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIgw1LGtXt .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIgw1LGtXt .container {
    padding: 0 22px;
  }
}
.cid-uIgw1LGtXt .row {
  position: relative;
  z-index: 1;
}
.cid-uIgw1LGtXt .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIgw1LGtXt .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIgw1LGtXt .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIgw1LGtXt .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIgw1LGtXt .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIgw1LGtXt .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIgw1LGtXt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIgw1LGtXt .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIgw1LGtXt .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIgw1LGtXt .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIgw1LGtXt .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIgw1LGtXt .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIgw1LGtXt .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIgw1LGtXt .nav-wrapper .list .item-wrap:hover,
.cid-uIgw1LGtXt .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIgw1LGtXt .nav-wrapper .list .item-wrap:hover::before,
.cid-uIgw1LGtXt .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIgw1LGtXt .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIgw1LGtXt .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIgw1LGtXt .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIgw1LGtXt .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIgw1LGtXt .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIgw1LGtXt .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIgw1LGtXt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIgw1LGtXt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIgw1LGtXt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIgw1LGtXt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIgw1LGtXt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIgw1LGtXt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIgw1LGtXt .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIgw1LGtXt .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIgw1LGtXt .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIgw1LGtXt .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIgw1LGtXt .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIgw1LGtXt .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIgw1LGtXt .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIgw1LGtXt .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIgw1LGtXt .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIgw1LGtXt .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIgw1LGtXt .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIgw1LGtXt .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIgw1LGtXt .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIgw1LGtXt .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIgw1LGtXt .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIgw1LGtXt .mbr-section-title {
  color: #00d0f3;
}
.cid-uIgw1LGtXt .mbr-text {
  color: #ffffff;
}
.cid-uIgw1LGtXt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIgw1LGtXt .list {
  color: #ffffff;
}
.cid-uIgw1LGtXt .mbr-contact {
  color: #ffffff;
}
.cid-uIgw1LGtXt .mbr-desc {
  color: #ffffff;
}
.cid-uIgw1LGtXt .mbr-contact,
.cid-uIgw1LGtXt .item-contact {
  color: #fdfdfd;
}
.cid-uIgw1LGtXt .list,
.cid-uIgw1LGtXt .item-wrap {
  color: #df8825;
}
.cid-uIgw1LGtXt .mbr-desc,
.cid-uIgw1LGtXt .mbr-section-btn {
  text-align: center;
}
.cid-uIgDPPiWH3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIgDPPiWH3 nav.navbar {
  position: fixed;
}
.cid-uIgDPPiWH3 .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-uIgDPPiWH3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIgDPPiWH3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIgDPPiWH3 .dropdown-item:hover,
.cid-uIgDPPiWH3 .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIgDPPiWH3 .dropdown-item:hover span {
  color: white;
}
.cid-uIgDPPiWH3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIgDPPiWH3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIgDPPiWH3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIgDPPiWH3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIgDPPiWH3 .nav-link {
  position: relative;
}
.cid-uIgDPPiWH3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIgDPPiWH3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIgDPPiWH3 .navbar-nav {
  margin: 0 auto;
}
.cid-uIgDPPiWH3 .dropdown-menu,
.cid-uIgDPPiWH3 .navbar.opened {
  background: #007b1c !important;
}
.cid-uIgDPPiWH3 .nav-item:focus,
.cid-uIgDPPiWH3 .nav-link:focus {
  outline: none;
}
.cid-uIgDPPiWH3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIgDPPiWH3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIgDPPiWH3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIgDPPiWH3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIgDPPiWH3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIgDPPiWH3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIgDPPiWH3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIgDPPiWH3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIgDPPiWH3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIgDPPiWH3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIgDPPiWH3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIgDPPiWH3 .navbar.collapsed {
  justify-content: center;
}
.cid-uIgDPPiWH3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIgDPPiWH3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIgDPPiWH3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIgDPPiWH3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIgDPPiWH3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIgDPPiWH3 .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-uIgDPPiWH3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIgDPPiWH3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIgDPPiWH3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIgDPPiWH3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIgDPPiWH3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIgDPPiWH3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIgDPPiWH3 .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-uIgDPPiWH3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIgDPPiWH3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIgDPPiWH3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIgDPPiWH3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIgDPPiWH3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIgDPPiWH3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIgDPPiWH3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIgDPPiWH3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIgDPPiWH3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIgDPPiWH3 .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIgDPPiWH3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIgDPPiWH3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIgDPPiWH3 .dropdown-item.active,
.cid-uIgDPPiWH3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIgDPPiWH3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIgDPPiWH3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIgDPPiWH3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIgDPPiWH3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIgDPPiWH3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIgDPPiWH3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIgDPPiWH3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIgDPPiWH3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIgDPPiWH3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIgDPPiWH3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIgDPPiWH3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIgDPPiWH3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIgDPPiWH3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIgDPPiWH3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIgDPPiWH3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIgDPPiWH3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIgDPPiWH3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIgDPPiWH3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIgDPPiWH3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIgDPPiWH3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIgDPPiWH3 .navbar {
    height: 70px;
  }
  .cid-uIgDPPiWH3 .navbar.opened {
    height: auto;
  }
  .cid-uIgDPPiWH3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIgDPPiWH3 .container,
.cid-uIgDPPiWH3 .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIgDPPiWH3 .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIgDPPiWH3 .navbar-short .container,
.cid-uIgDPPiWH3 .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIgDPPiWH3 .navbar-short .container:before,
.cid-uIgDPPiWH3 .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIgDPPiWH3 .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIgDPPiWH3 .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIgDPPiWH3 .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIgDPPiWH3 .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIgDPPiWH3 .navbar {
    overflow: hidden;
  }
  .cid-uIgDPPiWH3 .container,
  .cid-uIgDPPiWH3 .container-fluid {
    min-height: 85px;
  }
  .cid-uIgDPPiWH3 .navbar-brand {
    min-height: 85px;
  }
  .cid-uIgDPPiWH3 .navbar-short .container,
  .cid-uIgDPPiWH3 .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIgDPPiWH3 .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIgDPPiWH3 .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIgDPPiWH3 .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIgDPPiWH3 .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIgDPPiWH3 .mbr-section-btn {
    text-align: left;
  }
  .cid-uIgDPPiWH3 .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIgDPPiWH3 .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIgDPPLnjs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIgDPPLnjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgDPPLnjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIgDPPLnjs .row {
  justify-content: center;
}
.cid-uIgDPPLnjs .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIgDPPLnjs .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIgDPPLnjs .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIgDPPLnjs .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIgDPPLnjs .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIgDPPLnjs .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIgDPPLnjs .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIgDPPLnjs .mbr-section-title {
  color: #ffffff;
}
.cid-uIgDPPLnjs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIgDPPLnjs .mbr-desc {
  color: #ffffff;
}
.cid-uIgDPPLnjs .mbr-section-title,
.cid-uIgDPPLnjs .mbr-section-btn {
  text-align: center;
}
.cid-v8AC7S1hh8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8AC7S1hh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8AC7S1hh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8AC7S1hh8 .container {
    padding: 0 16px;
  }
}
.cid-v8AC7S1hh8 .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8AC7S1hh8 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8AC7S1hh8 .content-wrapper {
    padding: 36px;
  }
}
.cid-v8AC7S1hh8 .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8AC7S1hh8 .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8AC7S1hh8 .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8AC7S1hh8 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8AC7S1hh8 .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8AC7S1hh8 .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8AC7S1hh8 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8AC7S1hh8 .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8AC7S1hh8 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8AC7S1hh8 .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8AC7S1hh8 .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8AC7S1hh8 .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8AC7S1hh8 .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8AC7S1hh8 .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8AC7S1hh8 .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8AC7S1hh8 .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8AC7S1hh8 .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8AC7S1hh8 .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8AC7S1hh8 .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8AC7S1hh8 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8AC7S1hh8 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8AC7S1hh8 .mbr-text {
  color: #f0f0f0;
}
.cid-v8AC7S1hh8 .mbr-name {
  color: #cccccc;
}
.cid-v8AC7S1hh8 .mbr-role {
  color: #cccccc;
}
.cid-v8AC7S1hh8 .mbr-text,
.cid-v8AC7S1hh8 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8AC7S1hh8 .mbr-name,
.cid-v8AC7S1hh8 .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8ACth79CU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8ACth79CU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ACth79CU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ACth79CU .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #defae5;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8ACth79CU .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v8ACth79CU .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v8ACth79CU .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-v8ACth79CU .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v8ACth79CU .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v8ACth79CU .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v8ACth79CU .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8ACth79CU .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8ACth79CU .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #defae5;
}
@media (max-width: 992px) {
  .cid-v8ACth79CU .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v8ACth79CU .mbr-section-title {
  color: #f1f5eb;
}
.cid-v8ACth79CU .mbr-section-title,
.cid-v8ACth79CU .border-wrapper {
  color: #000000;
}
.cid-uIgEsndvMU {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #072b0f;
}
.cid-uIgEsndvMU .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #ffffff;
}
.cid-uIgEsndvMU .mbr-author-name {
  font-weight: bold;
  color: #ffffff;
}
.cid-uIgEsndvMU .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-v8ACPBPfW1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8ACPBPfW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ACPBPfW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ACPBPfW1 .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #defae5;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8ACPBPfW1 .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v8ACPBPfW1 .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v8ACPBPfW1 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-v8ACPBPfW1 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v8ACPBPfW1 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v8ACPBPfW1 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v8ACPBPfW1 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8ACPBPfW1 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8ACPBPfW1 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #defae5;
}
@media (max-width: 992px) {
  .cid-v8ACPBPfW1 .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v8ACPBPfW1 .mbr-section-title {
  color: #f1f5eb;
}
.cid-v8ACPBPfW1 .mbr-section-title,
.cid-v8ACPBPfW1 .border-wrapper {
  color: #000000;
}
.cid-vfUuCynIn4 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #072b0f;
}
.cid-vfUuCynIn4 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #ffffff;
}
.cid-vfUuCynIn4 .mbr-author-name {
  font-weight: bold;
  color: #ffffff;
}
.cid-vfUuCynIn4 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
#custom-html-1ky .seminar-section-container {
  background-color: #072B0F;
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
#custom-html-1ky .seminar-wrapper {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
#custom-html-1ky .pentagon-container {
  width: 200px;
  height: 200px;
  perspective: 1200px;
  flex-shrink: 0;
  /* This is the key for mobile interaction */
  touch-action: none;
  -webkit-user-drag: none;
}
#custom-html-1ky #pentagon {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: grab;
}
#custom-html-1ky #pentagon:active {
  cursor: grabbing;
}
#custom-html-1ky .face {
  position: absolute;
  width: 200px;
  height: 200px;
  backface-visibility: hidden;
  background: #ffffff;
  pointer-events: none;
  /* Prevents images from stealing the drag event */
}
#custom-html-1ky .face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#custom-html-1ky .f1 {
  transform: rotateY(0deg) translateZ(138px);
}
#custom-html-1ky .f2 {
  transform: rotateY(72deg) translateZ(138px);
}
#custom-html-1ky .f3 {
  transform: rotateY(144deg) translateZ(138px);
}
#custom-html-1ky .f4 {
  transform: rotateY(216deg) translateZ(138px);
}
#custom-html-1ky .f5 {
  transform: rotateY(288deg) translateZ(138px);
}
#custom-html-1ky .text-display {
  flex: 1;
  max-width: 800px;
  min-height: 500px;
  background-color: #DEFAE5;
  padding: 40px 75px;
  border-radius: 2rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  color: #072B0F;
  text-align: center;
  position: relative;
}
#custom-html-1ky .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 3.5rem;
  color: #072B0F;
  cursor: pointer;
  padding: 10px;
  z-index: 100;
}
#custom-html-1ky .nav-arrow.prev {
  left: 15px;
}
#custom-html-1ky .nav-arrow.next {
  right: 15px;
}
#custom-html-1ky #topic-title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
#custom-html-1ky #topic-desc {
  font-size: 1.05rem;
  line-height: 1.4;
}
#custom-html-1ky #topic-desc br {
  content: "";
  display: block;
  margin-top: 10px;
}
@media (max-width: 992px) {
  #custom-html-1ky {
    /* Slightly smaller for mobile layout */
  }
  #custom-html-1ky .seminar-wrapper {
    flex-direction: column;
    align-items: center;
  }
  #custom-html-1ky .text-display {
    width: 100%;
    min-height: auto;
    padding: 40px 50px;
  }
  #custom-html-1ky .desktop-only {
    display: none;
  }
  #custom-html-1ky .nav-arrow {
    font-size: 2.8rem;
  }
}
.cid-uIgEUTf0DW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uIgEUTf0DW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIgEUTf0DW H2 {
  color: #ffffff;
}
.cid-uIgEVyplep {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #072b0f;
}
.cid-uIgEVyplep .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIgEVyplep .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIgEVyplep .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIgEVyplep .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIgEVyplep .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d8e2e6;
  background: linear-gradient(to left, #d8e2e6, #d8e2e6) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIgEVyplep .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIgEVyplep .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uIgEVyplep .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uIgEVyplep .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #d8e2e6 !important;
  background: linear-gradient(to left, #d8e2e6, #d8e2e6) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uNWFCcugCe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uNWFCcugCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWFCcugCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWFCcugCe .row {
  justify-content: center;
}
.cid-uNWFCcugCe .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWFCcugCe .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWFCcugCe .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWFCcugCe .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWFCcugCe .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWFCcugCe .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWFCcugCe .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWFCcugCe .mbr-section-title {
  color: #ffffff;
}
.cid-uNWFCcugCe .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWFCcugCe .mbr-desc {
  color: #ffffff;
}
.cid-uNWFCcugCe .mbr-section-title,
.cid-uNWFCcugCe .mbr-section-btn {
  text-align: center;
}
.cid-uIgDPR4iCc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1255.jpg");
}
.cid-uIgDPR4iCc .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIgDPR4iCc .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIgDPR4iCc .btn {
  padding: 15px 30px !important;
}
.cid-uIgDPR4iCc a {
  font-weight: 400;
}
.cid-uIgDPR4iCc .mbr-section-subtitle,
.cid-uIgDPR4iCc .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIgDPR4iCc .row {
  justify-content: center;
  display: flex;
}
.cid-uIVSX6LnIn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVSX6LnIn .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVSX6LnIn .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVSX6LnIn H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVSX6LnIn .section-text,
.cid-uIVSX6LnIn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVSX6LnIn .section-text,
.cid-uIVSX6LnIn .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIgDPRJC6U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uIgDPRJC6U .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIgDPRJC6U .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIgDPRJC6U .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIgDPRJC6U .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIgDPRJC6U .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIgDPRJC6U .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIgDPRJC6U .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIgDPRJC6U .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIgDPRJC6U .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIgDPRJC6U .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIgDPRJC6U [class^="socicon-"]:before,
.cid-uIgDPRJC6U [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIgDPRJC6U .btn {
    font-size: 20px !important;
  }
}
.cid-uIgDPRJC6U .mbr-section-title {
  color: #ffffff;
}
.cid-uIgDPS47hW {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIgDPS47hW::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIgDPS47hW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgDPS47hW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIgDPS47hW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIgDPS47hW .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIgDPS47hW .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIgDPS47hW .container {
    padding: 0 22px;
  }
}
.cid-uIgDPS47hW .row {
  position: relative;
  z-index: 1;
}
.cid-uIgDPS47hW .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIgDPS47hW .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIgDPS47hW .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIgDPS47hW .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIgDPS47hW .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIgDPS47hW .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIgDPS47hW .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIgDPS47hW .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIgDPS47hW .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIgDPS47hW .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIgDPS47hW .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIgDPS47hW .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIgDPS47hW .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIgDPS47hW .nav-wrapper .list .item-wrap:hover,
.cid-uIgDPS47hW .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIgDPS47hW .nav-wrapper .list .item-wrap:hover::before,
.cid-uIgDPS47hW .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIgDPS47hW .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIgDPS47hW .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIgDPS47hW .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIgDPS47hW .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIgDPS47hW .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIgDPS47hW .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIgDPS47hW .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIgDPS47hW .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIgDPS47hW .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIgDPS47hW .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIgDPS47hW .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIgDPS47hW .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIgDPS47hW .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIgDPS47hW .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIgDPS47hW .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIgDPS47hW .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIgDPS47hW .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIgDPS47hW .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIgDPS47hW .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIgDPS47hW .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIgDPS47hW .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIgDPS47hW .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIgDPS47hW .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIgDPS47hW .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIgDPS47hW .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIgDPS47hW .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIgDPS47hW .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIgDPS47hW .mbr-section-title {
  color: #00d0f3;
}
.cid-uIgDPS47hW .mbr-text {
  color: #ffffff;
}
.cid-uIgDPS47hW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIgDPS47hW .list {
  color: #ffffff;
}
.cid-uIgDPS47hW .mbr-contact {
  color: #ffffff;
}
.cid-uIgDPS47hW .mbr-desc {
  color: #ffffff;
}
.cid-uIgDPS47hW .mbr-contact,
.cid-uIgDPS47hW .item-contact {
  color: #fdfdfd;
}
.cid-uIgDPS47hW .list,
.cid-uIgDPS47hW .item-wrap {
  color: #df8825;
}
.cid-uIgDPS47hW .mbr-desc,
.cid-uIgDPS47hW .mbr-section-btn {
  text-align: center;
}
.cid-uIh7LMZFjV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIh7LMZFjV nav.navbar {
  position: fixed;
}
.cid-uIh7LMZFjV .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-uIh7LMZFjV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIh7LMZFjV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIh7LMZFjV .dropdown-item:hover,
.cid-uIh7LMZFjV .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIh7LMZFjV .dropdown-item:hover span {
  color: white;
}
.cid-uIh7LMZFjV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIh7LMZFjV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIh7LMZFjV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIh7LMZFjV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIh7LMZFjV .nav-link {
  position: relative;
}
.cid-uIh7LMZFjV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIh7LMZFjV .container {
    flex-wrap: nowrap;
  }
}
.cid-uIh7LMZFjV .navbar-nav {
  margin: 0 auto;
}
.cid-uIh7LMZFjV .dropdown-menu,
.cid-uIh7LMZFjV .navbar.opened {
  background: #007b1c !important;
}
.cid-uIh7LMZFjV .nav-item:focus,
.cid-uIh7LMZFjV .nav-link:focus {
  outline: none;
}
.cid-uIh7LMZFjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIh7LMZFjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIh7LMZFjV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIh7LMZFjV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIh7LMZFjV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIh7LMZFjV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIh7LMZFjV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIh7LMZFjV .navbar.opened {
  transition: all 0.3s;
}
.cid-uIh7LMZFjV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIh7LMZFjV .navbar .navbar-logo img {
  width: auto;
}
.cid-uIh7LMZFjV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIh7LMZFjV .navbar.collapsed {
  justify-content: center;
}
.cid-uIh7LMZFjV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIh7LMZFjV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIh7LMZFjV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIh7LMZFjV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIh7LMZFjV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIh7LMZFjV .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-uIh7LMZFjV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIh7LMZFjV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIh7LMZFjV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIh7LMZFjV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIh7LMZFjV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIh7LMZFjV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIh7LMZFjV .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-uIh7LMZFjV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIh7LMZFjV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIh7LMZFjV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIh7LMZFjV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIh7LMZFjV .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIh7LMZFjV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIh7LMZFjV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIh7LMZFjV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIh7LMZFjV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIh7LMZFjV .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIh7LMZFjV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIh7LMZFjV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIh7LMZFjV .dropdown-item.active,
.cid-uIh7LMZFjV .dropdown-item:active {
  background-color: transparent;
}
.cid-uIh7LMZFjV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIh7LMZFjV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIh7LMZFjV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIh7LMZFjV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIh7LMZFjV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIh7LMZFjV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIh7LMZFjV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIh7LMZFjV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIh7LMZFjV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIh7LMZFjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIh7LMZFjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIh7LMZFjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIh7LMZFjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIh7LMZFjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIh7LMZFjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIh7LMZFjV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIh7LMZFjV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIh7LMZFjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIh7LMZFjV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIh7LMZFjV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIh7LMZFjV .navbar {
    height: 70px;
  }
  .cid-uIh7LMZFjV .navbar.opened {
    height: auto;
  }
  .cid-uIh7LMZFjV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIh7LMZFjV .container,
.cid-uIh7LMZFjV .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIh7LMZFjV .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIh7LMZFjV .navbar-short .container,
.cid-uIh7LMZFjV .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIh7LMZFjV .navbar-short .container:before,
.cid-uIh7LMZFjV .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIh7LMZFjV .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIh7LMZFjV .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIh7LMZFjV .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIh7LMZFjV .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIh7LMZFjV .navbar {
    overflow: hidden;
  }
  .cid-uIh7LMZFjV .container,
  .cid-uIh7LMZFjV .container-fluid {
    min-height: 85px;
  }
  .cid-uIh7LMZFjV .navbar-brand {
    min-height: 85px;
  }
  .cid-uIh7LMZFjV .navbar-short .container,
  .cid-uIh7LMZFjV .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIh7LMZFjV .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIh7LMZFjV .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIh7LMZFjV .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIh7LMZFjV .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIh7LMZFjV .mbr-section-btn {
    text-align: left;
  }
  .cid-uIh7LMZFjV .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIh7LMZFjV .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIh7LNzEd8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIh7LNzEd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh7LNzEd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh7LNzEd8 .row {
  justify-content: center;
}
.cid-uIh7LNzEd8 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIh7LNzEd8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIh7LNzEd8 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIh7LNzEd8 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIh7LNzEd8 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIh7LNzEd8 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIh7LNzEd8 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIh7LNzEd8 .mbr-section-title {
  color: #ffffff;
}
.cid-uIh7LNzEd8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIh7LNzEd8 .mbr-desc {
  color: #ffffff;
}
.cid-uIh7LNzEd8 .mbr-section-title,
.cid-uIh7LNzEd8 .mbr-section-btn {
  text-align: center;
}
.cid-v8pJ1QLP0i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8pJ1QLP0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8pJ1QLP0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8pJ1QLP0i .container {
    padding: 0 16px;
  }
}
.cid-v8pJ1QLP0i .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8pJ1QLP0i .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8pJ1QLP0i .content-wrapper {
    padding: 36px;
  }
}
.cid-v8pJ1QLP0i .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8pJ1QLP0i .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8pJ1QLP0i .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8pJ1QLP0i .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8pJ1QLP0i .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8pJ1QLP0i .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8pJ1QLP0i .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8pJ1QLP0i .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8pJ1QLP0i .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8pJ1QLP0i .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8pJ1QLP0i .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8pJ1QLP0i .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8pJ1QLP0i .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8pJ1QLP0i .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8pJ1QLP0i .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8pJ1QLP0i .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8pJ1QLP0i .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8pJ1QLP0i .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8pJ1QLP0i .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8pJ1QLP0i .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8pJ1QLP0i .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8pJ1QLP0i .mbr-text {
  color: #f0f0f0;
}
.cid-v8pJ1QLP0i .mbr-name {
  color: #cccccc;
}
.cid-v8pJ1QLP0i .mbr-role {
  color: #cccccc;
}
.cid-v8pJ1QLP0i .mbr-text,
.cid-v8pJ1QLP0i .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8pJ1QLP0i .mbr-name,
.cid-v8pJ1QLP0i .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uIh7LOIT8G {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIh7LOIT8G .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIh7LOIT8G .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIh7LOIT8G H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIh7LOIT8G .section-text,
.cid-uIh7LOIT8G .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIh7LOIT8G .section-text,
.cid-uIh7LOIT8G .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIVQHFw9ic {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpeg");
}
.cid-uIVQHFw9ic .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIVQHFw9ic .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIVQHFw9ic .btn {
  padding: 15px 30px !important;
}
.cid-uIVQHFw9ic a {
  font-weight: 400;
}
.cid-uIVQHFw9ic .mbr-section-subtitle,
.cid-uIVQHFw9ic .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIVQHFw9ic .row {
  justify-content: center;
  display: flex;
}
.cid-uIVQuxPSVO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVQuxPSVO .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVQuxPSVO .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVQuxPSVO H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVQuxPSVO .section-text,
.cid-uIVQuxPSVO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVQuxPSVO .section-text,
.cid-uIVQuxPSVO .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIh7LPUzkf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uIh7LPUzkf .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIh7LPUzkf .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIh7LPUzkf .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIh7LPUzkf .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIh7LPUzkf .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIh7LPUzkf .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIh7LPUzkf .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIh7LPUzkf .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIh7LPUzkf .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIh7LPUzkf .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIh7LPUzkf [class^="socicon-"]:before,
.cid-uIh7LPUzkf [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIh7LPUzkf .btn {
    font-size: 20px !important;
  }
}
.cid-uIh7LPUzkf .mbr-section-title {
  color: #ffffff;
}
.cid-uNWDJAXnZJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWDJAXnZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWDJAXnZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWDJAXnZJ .row {
  justify-content: center;
}
.cid-uNWDJAXnZJ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWDJAXnZJ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWDJAXnZJ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWDJAXnZJ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWDJAXnZJ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWDJAXnZJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWDJAXnZJ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWDJAXnZJ .mbr-section-title {
  color: #ffffff;
}
.cid-uNWDJAXnZJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWDJAXnZJ .mbr-desc {
  color: #ffffff;
}
.cid-uNWDJAXnZJ .mbr-section-title,
.cid-uNWDJAXnZJ .mbr-section-btn {
  text-align: center;
}
.cid-uIh7LQK0bx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIh7LQK0bx::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIh7LQK0bx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh7LQK0bx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh7LQK0bx .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIh7LQK0bx .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIh7LQK0bx .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIh7LQK0bx .container {
    padding: 0 22px;
  }
}
.cid-uIh7LQK0bx .row {
  position: relative;
  z-index: 1;
}
.cid-uIh7LQK0bx .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIh7LQK0bx .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIh7LQK0bx .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIh7LQK0bx .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIh7LQK0bx .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIh7LQK0bx .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIh7LQK0bx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIh7LQK0bx .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIh7LQK0bx .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIh7LQK0bx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIh7LQK0bx .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIh7LQK0bx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIh7LQK0bx .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIh7LQK0bx .nav-wrapper .list .item-wrap:hover,
.cid-uIh7LQK0bx .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIh7LQK0bx .nav-wrapper .list .item-wrap:hover::before,
.cid-uIh7LQK0bx .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIh7LQK0bx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIh7LQK0bx .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIh7LQK0bx .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIh7LQK0bx .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIh7LQK0bx .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIh7LQK0bx .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIh7LQK0bx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIh7LQK0bx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIh7LQK0bx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIh7LQK0bx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIh7LQK0bx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIh7LQK0bx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIh7LQK0bx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIh7LQK0bx .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIh7LQK0bx .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIh7LQK0bx .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIh7LQK0bx .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIh7LQK0bx .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIh7LQK0bx .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIh7LQK0bx .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIh7LQK0bx .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIh7LQK0bx .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIh7LQK0bx .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIh7LQK0bx .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIh7LQK0bx .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIh7LQK0bx .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIh7LQK0bx .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIh7LQK0bx .mbr-section-title {
  color: #00d0f3;
}
.cid-uIh7LQK0bx .mbr-text {
  color: #ffffff;
}
.cid-uIh7LQK0bx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIh7LQK0bx .list {
  color: #ffffff;
}
.cid-uIh7LQK0bx .mbr-contact {
  color: #ffffff;
}
.cid-uIh7LQK0bx .mbr-desc {
  color: #ffffff;
}
.cid-uIh7LQK0bx .mbr-contact,
.cid-uIh7LQK0bx .item-contact {
  color: #fdfdfd;
}
.cid-uIh7LQK0bx .list,
.cid-uIh7LQK0bx .item-wrap {
  color: #df8825;
}
.cid-uIh7LQK0bx .mbr-desc,
.cid-uIh7LQK0bx .mbr-section-btn {
  text-align: center;
}
.cid-uIhcL4ZXkr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIhcL4ZXkr nav.navbar {
  position: fixed;
}
.cid-uIhcL4ZXkr .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-uIhcL4ZXkr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIhcL4ZXkr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIhcL4ZXkr .dropdown-item:hover,
.cid-uIhcL4ZXkr .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIhcL4ZXkr .dropdown-item:hover span {
  color: white;
}
.cid-uIhcL4ZXkr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIhcL4ZXkr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIhcL4ZXkr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIhcL4ZXkr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIhcL4ZXkr .nav-link {
  position: relative;
}
.cid-uIhcL4ZXkr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIhcL4ZXkr .container {
    flex-wrap: nowrap;
  }
}
.cid-uIhcL4ZXkr .navbar-nav {
  margin: 0 auto;
}
.cid-uIhcL4ZXkr .dropdown-menu,
.cid-uIhcL4ZXkr .navbar.opened {
  background: #007b1c !important;
}
.cid-uIhcL4ZXkr .nav-item:focus,
.cid-uIhcL4ZXkr .nav-link:focus {
  outline: none;
}
.cid-uIhcL4ZXkr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIhcL4ZXkr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIhcL4ZXkr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIhcL4ZXkr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIhcL4ZXkr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIhcL4ZXkr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIhcL4ZXkr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIhcL4ZXkr .navbar.opened {
  transition: all 0.3s;
}
.cid-uIhcL4ZXkr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIhcL4ZXkr .navbar .navbar-logo img {
  width: auto;
}
.cid-uIhcL4ZXkr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIhcL4ZXkr .navbar.collapsed {
  justify-content: center;
}
.cid-uIhcL4ZXkr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIhcL4ZXkr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIhcL4ZXkr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIhcL4ZXkr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIhcL4ZXkr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIhcL4ZXkr .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-uIhcL4ZXkr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIhcL4ZXkr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIhcL4ZXkr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIhcL4ZXkr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIhcL4ZXkr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIhcL4ZXkr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIhcL4ZXkr .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-uIhcL4ZXkr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIhcL4ZXkr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIhcL4ZXkr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIhcL4ZXkr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIhcL4ZXkr .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIhcL4ZXkr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIhcL4ZXkr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIhcL4ZXkr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIhcL4ZXkr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIhcL4ZXkr .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIhcL4ZXkr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIhcL4ZXkr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIhcL4ZXkr .dropdown-item.active,
.cid-uIhcL4ZXkr .dropdown-item:active {
  background-color: transparent;
}
.cid-uIhcL4ZXkr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIhcL4ZXkr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIhcL4ZXkr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIhcL4ZXkr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIhcL4ZXkr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIhcL4ZXkr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIhcL4ZXkr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIhcL4ZXkr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIhcL4ZXkr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIhcL4ZXkr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIhcL4ZXkr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIhcL4ZXkr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIhcL4ZXkr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIhcL4ZXkr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIhcL4ZXkr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIhcL4ZXkr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIhcL4ZXkr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIhcL4ZXkr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIhcL4ZXkr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIhcL4ZXkr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIhcL4ZXkr .navbar {
    height: 70px;
  }
  .cid-uIhcL4ZXkr .navbar.opened {
    height: auto;
  }
  .cid-uIhcL4ZXkr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIhcL4ZXkr .container,
.cid-uIhcL4ZXkr .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIhcL4ZXkr .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIhcL4ZXkr .navbar-short .container,
.cid-uIhcL4ZXkr .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIhcL4ZXkr .navbar-short .container:before,
.cid-uIhcL4ZXkr .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIhcL4ZXkr .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIhcL4ZXkr .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIhcL4ZXkr .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIhcL4ZXkr .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIhcL4ZXkr .navbar {
    overflow: hidden;
  }
  .cid-uIhcL4ZXkr .container,
  .cid-uIhcL4ZXkr .container-fluid {
    min-height: 85px;
  }
  .cid-uIhcL4ZXkr .navbar-brand {
    min-height: 85px;
  }
  .cid-uIhcL4ZXkr .navbar-short .container,
  .cid-uIhcL4ZXkr .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIhcL4ZXkr .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIhcL4ZXkr .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIhcL4ZXkr .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIhcL4ZXkr .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIhcL4ZXkr .mbr-section-btn {
    text-align: left;
  }
  .cid-uIhcL4ZXkr .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIhcL4ZXkr .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIhcL5v75N {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIhcL5v75N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIhcL5v75N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIhcL5v75N .row {
  justify-content: center;
}
.cid-uIhcL5v75N .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIhcL5v75N .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIhcL5v75N .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIhcL5v75N .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIhcL5v75N .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIhcL5v75N .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIhcL5v75N .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIhcL5v75N .mbr-section-title {
  color: #ffffff;
}
.cid-uIhcL5v75N .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIhcL5v75N .mbr-desc {
  color: #ffffff;
}
.cid-uIhcL5v75N .mbr-section-title,
.cid-uIhcL5v75N .mbr-section-btn {
  text-align: center;
}
.cid-uIhcL5SOhf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIhcL5SOhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIhcL5SOhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIhcL5SOhf .row {
  justify-content: center;
}
.cid-uIhcL5SOhf .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIhcL5SOhf .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIhcL5SOhf .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIhcL5SOhf .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIhcL5SOhf .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIhcL5SOhf .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIhcL5SOhf .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIhcL5SOhf .mbr-section-title {
  color: #ffffff;
}
.cid-uIhcL5SOhf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIhcL5SOhf .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIhcL5SOhf .mbr-section-title,
.cid-uIhcL5SOhf .mbr-section-btn {
  text-align: center;
}
.cid-uIVRu0VP2F {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVRu0VP2F .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVRu0VP2F .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVRu0VP2F H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVRu0VP2F .section-text,
.cid-uIVRu0VP2F .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVRu0VP2F .section-text,
.cid-uIVRu0VP2F .mbr-section-btn DIV {
  text-align: center;
}
.cid-uNWDP9wbwq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWDP9wbwq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWDP9wbwq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWDP9wbwq .row {
  justify-content: center;
}
.cid-uNWDP9wbwq .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWDP9wbwq .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWDP9wbwq .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWDP9wbwq .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWDP9wbwq .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWDP9wbwq .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWDP9wbwq .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWDP9wbwq .mbr-section-title {
  color: #ffffff;
}
.cid-uNWDP9wbwq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWDP9wbwq .mbr-desc {
  color: #ffffff;
}
.cid-uNWDP9wbwq .mbr-section-title,
.cid-uNWDP9wbwq .mbr-section-btn {
  text-align: center;
}
.cid-uIhcL8ahLy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIhcL8ahLy::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIhcL8ahLy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIhcL8ahLy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIhcL8ahLy .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIhcL8ahLy .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIhcL8ahLy .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIhcL8ahLy .container {
    padding: 0 22px;
  }
}
.cid-uIhcL8ahLy .row {
  position: relative;
  z-index: 1;
}
.cid-uIhcL8ahLy .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIhcL8ahLy .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIhcL8ahLy .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIhcL8ahLy .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIhcL8ahLy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIhcL8ahLy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIhcL8ahLy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIhcL8ahLy .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIhcL8ahLy .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIhcL8ahLy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIhcL8ahLy .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIhcL8ahLy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIhcL8ahLy .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIhcL8ahLy .nav-wrapper .list .item-wrap:hover,
.cid-uIhcL8ahLy .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIhcL8ahLy .nav-wrapper .list .item-wrap:hover::before,
.cid-uIhcL8ahLy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIhcL8ahLy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIhcL8ahLy .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIhcL8ahLy .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIhcL8ahLy .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIhcL8ahLy .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIhcL8ahLy .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIhcL8ahLy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIhcL8ahLy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIhcL8ahLy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIhcL8ahLy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIhcL8ahLy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIhcL8ahLy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIhcL8ahLy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIhcL8ahLy .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIhcL8ahLy .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIhcL8ahLy .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIhcL8ahLy .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIhcL8ahLy .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIhcL8ahLy .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIhcL8ahLy .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIhcL8ahLy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIhcL8ahLy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIhcL8ahLy .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIhcL8ahLy .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIhcL8ahLy .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIhcL8ahLy .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIhcL8ahLy .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIhcL8ahLy .mbr-section-title {
  color: #00d0f3;
}
.cid-uIhcL8ahLy .mbr-text {
  color: #ffffff;
}
.cid-uIhcL8ahLy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIhcL8ahLy .list {
  color: #ffffff;
}
.cid-uIhcL8ahLy .mbr-contact {
  color: #ffffff;
}
.cid-uIhcL8ahLy .mbr-desc {
  color: #ffffff;
}
.cid-uIhcL8ahLy .mbr-contact,
.cid-uIhcL8ahLy .item-contact {
  color: #fdfdfd;
}
.cid-uIhcL8ahLy .list,
.cid-uIhcL8ahLy .item-wrap {
  color: #df8825;
}
.cid-uIhcL8ahLy .mbr-desc,
.cid-uIhcL8ahLy .mbr-section-btn {
  text-align: center;
}
.cid-uIkzbb7Tnw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIkzbb7Tnw nav.navbar {
  position: fixed;
}
.cid-uIkzbb7Tnw .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-uIkzbb7Tnw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIkzbb7Tnw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIkzbb7Tnw .dropdown-item:hover,
.cid-uIkzbb7Tnw .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIkzbb7Tnw .dropdown-item:hover span {
  color: white;
}
.cid-uIkzbb7Tnw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIkzbb7Tnw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIkzbb7Tnw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIkzbb7Tnw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIkzbb7Tnw .nav-link {
  position: relative;
}
.cid-uIkzbb7Tnw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIkzbb7Tnw .container {
    flex-wrap: nowrap;
  }
}
.cid-uIkzbb7Tnw .navbar-nav {
  margin: 0 auto;
}
.cid-uIkzbb7Tnw .dropdown-menu,
.cid-uIkzbb7Tnw .navbar.opened {
  background: #007b1c !important;
}
.cid-uIkzbb7Tnw .nav-item:focus,
.cid-uIkzbb7Tnw .nav-link:focus {
  outline: none;
}
.cid-uIkzbb7Tnw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIkzbb7Tnw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIkzbb7Tnw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIkzbb7Tnw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIkzbb7Tnw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIkzbb7Tnw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIkzbb7Tnw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIkzbb7Tnw .navbar.opened {
  transition: all 0.3s;
}
.cid-uIkzbb7Tnw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIkzbb7Tnw .navbar .navbar-logo img {
  width: auto;
}
.cid-uIkzbb7Tnw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIkzbb7Tnw .navbar.collapsed {
  justify-content: center;
}
.cid-uIkzbb7Tnw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIkzbb7Tnw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIkzbb7Tnw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIkzbb7Tnw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIkzbb7Tnw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIkzbb7Tnw .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-uIkzbb7Tnw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIkzbb7Tnw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIkzbb7Tnw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIkzbb7Tnw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIkzbb7Tnw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIkzbb7Tnw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIkzbb7Tnw .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-uIkzbb7Tnw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIkzbb7Tnw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIkzbb7Tnw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIkzbb7Tnw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIkzbb7Tnw .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIkzbb7Tnw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIkzbb7Tnw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIkzbb7Tnw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIkzbb7Tnw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIkzbb7Tnw .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIkzbb7Tnw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIkzbb7Tnw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIkzbb7Tnw .dropdown-item.active,
.cid-uIkzbb7Tnw .dropdown-item:active {
  background-color: transparent;
}
.cid-uIkzbb7Tnw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIkzbb7Tnw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIkzbb7Tnw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIkzbb7Tnw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIkzbb7Tnw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIkzbb7Tnw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIkzbb7Tnw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIkzbb7Tnw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIkzbb7Tnw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIkzbb7Tnw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIkzbb7Tnw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIkzbb7Tnw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIkzbb7Tnw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIkzbb7Tnw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIkzbb7Tnw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIkzbb7Tnw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIkzbb7Tnw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIkzbb7Tnw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIkzbb7Tnw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIkzbb7Tnw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIkzbb7Tnw .navbar {
    height: 70px;
  }
  .cid-uIkzbb7Tnw .navbar.opened {
    height: auto;
  }
  .cid-uIkzbb7Tnw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIkzbb7Tnw .container,
.cid-uIkzbb7Tnw .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIkzbb7Tnw .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIkzbb7Tnw .navbar-short .container,
.cid-uIkzbb7Tnw .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIkzbb7Tnw .navbar-short .container:before,
.cid-uIkzbb7Tnw .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIkzbb7Tnw .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIkzbb7Tnw .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIkzbb7Tnw .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIkzbb7Tnw .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIkzbb7Tnw .navbar {
    overflow: hidden;
  }
  .cid-uIkzbb7Tnw .container,
  .cid-uIkzbb7Tnw .container-fluid {
    min-height: 85px;
  }
  .cid-uIkzbb7Tnw .navbar-brand {
    min-height: 85px;
  }
  .cid-uIkzbb7Tnw .navbar-short .container,
  .cid-uIkzbb7Tnw .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIkzbb7Tnw .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIkzbb7Tnw .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIkzbb7Tnw .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIkzbb7Tnw .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIkzbb7Tnw .mbr-section-btn {
    text-align: left;
  }
  .cid-uIkzbb7Tnw .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIkzbb7Tnw .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIkzbbyog5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIkzbbyog5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIkzbbyog5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIkzbbyog5 .row {
  justify-content: center;
}
.cid-uIkzbbyog5 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIkzbbyog5 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIkzbbyog5 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIkzbbyog5 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIkzbbyog5 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIkzbbyog5 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIkzbbyog5 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIkzbbyog5 .mbr-section-title {
  color: #ffffff;
}
.cid-uIkzbbyog5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIkzbbyog5 .mbr-desc {
  color: #ffffff;
}
.cid-uIkzbbyog5 .mbr-section-title,
.cid-uIkzbbyog5 .mbr-section-btn {
  text-align: center;
}
.cid-uIkzyjUHge {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
@media (min-width: 992px) {
  .cid-uIkzyjUHge .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIkzyjUHge .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uIkzyjUHge .mbr-text {
    text-align: center;
  }
}
.cid-uIkzyjUHge .mbr-text,
.cid-uIkzyjUHge .mbr-section-btn {
  color: #ffffff;
}
.cid-uIkzyjUHge H1 {
  color: #ffffff;
}
.cid-uIkzyZqlGw {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #072b0f;
}
.cid-uIkzyZqlGw .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uIkzyZqlGw .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIkzyZqlGw .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uIkzyZqlGw .mbr-text {
    text-align: center;
  }
}
.cid-uIkzyZqlGw .mbr-text,
.cid-uIkzyZqlGw .mbr-section-btn {
  color: #ffffff;
}
.cid-uIkzyZqlGw H1 {
  color: #ffffff;
}
.cid-uIkzbcR6Pf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1218.jpeg");
}
.cid-uIkzbcR6Pf .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIkzbcR6Pf .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIkzbcR6Pf .btn {
  padding: 15px 30px !important;
}
.cid-uIkzbcR6Pf a {
  font-weight: 400;
}
.cid-uIkzbcR6Pf .mbr-section-subtitle,
.cid-uIkzbcR6Pf .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIkzbcR6Pf .row {
  justify-content: center;
  display: flex;
}
.cid-uIVQqWCmdO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVQqWCmdO .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVQqWCmdO .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVQqWCmdO H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVQqWCmdO .section-text,
.cid-uIVQqWCmdO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVQqWCmdO .section-text,
.cid-uIVQqWCmdO .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIkzbdymNi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uIkzbdymNi .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIkzbdymNi .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIkzbdymNi .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIkzbdymNi .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIkzbdymNi .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIkzbdymNi .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIkzbdymNi .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIkzbdymNi .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIkzbdymNi .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIkzbdymNi .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIkzbdymNi [class^="socicon-"]:before,
.cid-uIkzbdymNi [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIkzbdymNi .btn {
    font-size: 20px !important;
  }
}
.cid-uIkzbdymNi .mbr-section-title {
  color: #ffffff;
}
.cid-uNWDFhEfOM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWDFhEfOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWDFhEfOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWDFhEfOM .row {
  justify-content: center;
}
.cid-uNWDFhEfOM .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWDFhEfOM .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWDFhEfOM .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWDFhEfOM .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWDFhEfOM .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWDFhEfOM .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWDFhEfOM .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWDFhEfOM .mbr-section-title {
  color: #ffffff;
}
.cid-uNWDFhEfOM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWDFhEfOM .mbr-desc {
  color: #ffffff;
}
.cid-uNWDFhEfOM .mbr-section-title,
.cid-uNWDFhEfOM .mbr-section-btn {
  text-align: center;
}
.cid-uIkzbejs5k {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIkzbejs5k::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIkzbejs5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIkzbejs5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIkzbejs5k .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIkzbejs5k .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIkzbejs5k .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIkzbejs5k .container {
    padding: 0 22px;
  }
}
.cid-uIkzbejs5k .row {
  position: relative;
  z-index: 1;
}
.cid-uIkzbejs5k .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIkzbejs5k .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIkzbejs5k .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIkzbejs5k .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIkzbejs5k .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIkzbejs5k .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIkzbejs5k .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIkzbejs5k .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIkzbejs5k .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIkzbejs5k .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIkzbejs5k .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIkzbejs5k .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIkzbejs5k .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIkzbejs5k .nav-wrapper .list .item-wrap:hover,
.cid-uIkzbejs5k .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIkzbejs5k .nav-wrapper .list .item-wrap:hover::before,
.cid-uIkzbejs5k .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIkzbejs5k .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIkzbejs5k .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIkzbejs5k .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIkzbejs5k .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIkzbejs5k .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIkzbejs5k .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIkzbejs5k .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIkzbejs5k .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIkzbejs5k .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIkzbejs5k .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIkzbejs5k .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIkzbejs5k .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIkzbejs5k .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIkzbejs5k .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIkzbejs5k .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIkzbejs5k .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIkzbejs5k .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIkzbejs5k .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIkzbejs5k .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIkzbejs5k .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIkzbejs5k .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIkzbejs5k .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIkzbejs5k .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIkzbejs5k .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIkzbejs5k .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIkzbejs5k .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIkzbejs5k .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIkzbejs5k .mbr-section-title {
  color: #00d0f3;
}
.cid-uIkzbejs5k .mbr-text {
  color: #ffffff;
}
.cid-uIkzbejs5k .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIkzbejs5k .list {
  color: #ffffff;
}
.cid-uIkzbejs5k .mbr-contact {
  color: #ffffff;
}
.cid-uIkzbejs5k .mbr-desc {
  color: #ffffff;
}
.cid-uIkzbejs5k .mbr-contact,
.cid-uIkzbejs5k .item-contact {
  color: #fdfdfd;
}
.cid-uIkzbejs5k .list,
.cid-uIkzbejs5k .item-wrap {
  color: #df8825;
}
.cid-uIkzbejs5k .mbr-desc,
.cid-uIkzbejs5k .mbr-section-btn {
  text-align: center;
}
.cid-uIkBprQD6j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIkBprQD6j nav.navbar {
  position: fixed;
}
.cid-uIkBprQD6j .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-uIkBprQD6j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIkBprQD6j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIkBprQD6j .dropdown-item:hover,
.cid-uIkBprQD6j .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIkBprQD6j .dropdown-item:hover span {
  color: white;
}
.cid-uIkBprQD6j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIkBprQD6j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIkBprQD6j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIkBprQD6j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIkBprQD6j .nav-link {
  position: relative;
}
.cid-uIkBprQD6j .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIkBprQD6j .container {
    flex-wrap: nowrap;
  }
}
.cid-uIkBprQD6j .navbar-nav {
  margin: 0 auto;
}
.cid-uIkBprQD6j .dropdown-menu,
.cid-uIkBprQD6j .navbar.opened {
  background: #007b1c !important;
}
.cid-uIkBprQD6j .nav-item:focus,
.cid-uIkBprQD6j .nav-link:focus {
  outline: none;
}
.cid-uIkBprQD6j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIkBprQD6j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIkBprQD6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIkBprQD6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIkBprQD6j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIkBprQD6j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIkBprQD6j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIkBprQD6j .navbar.opened {
  transition: all 0.3s;
}
.cid-uIkBprQD6j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIkBprQD6j .navbar .navbar-logo img {
  width: auto;
}
.cid-uIkBprQD6j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIkBprQD6j .navbar.collapsed {
  justify-content: center;
}
.cid-uIkBprQD6j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIkBprQD6j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIkBprQD6j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIkBprQD6j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIkBprQD6j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIkBprQD6j .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-uIkBprQD6j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIkBprQD6j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIkBprQD6j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIkBprQD6j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIkBprQD6j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIkBprQD6j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIkBprQD6j .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-uIkBprQD6j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIkBprQD6j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIkBprQD6j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIkBprQD6j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIkBprQD6j .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIkBprQD6j .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIkBprQD6j .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIkBprQD6j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIkBprQD6j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIkBprQD6j .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIkBprQD6j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIkBprQD6j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIkBprQD6j .dropdown-item.active,
.cid-uIkBprQD6j .dropdown-item:active {
  background-color: transparent;
}
.cid-uIkBprQD6j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIkBprQD6j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIkBprQD6j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIkBprQD6j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIkBprQD6j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIkBprQD6j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIkBprQD6j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIkBprQD6j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIkBprQD6j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIkBprQD6j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIkBprQD6j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIkBprQD6j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIkBprQD6j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIkBprQD6j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIkBprQD6j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIkBprQD6j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIkBprQD6j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIkBprQD6j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIkBprQD6j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIkBprQD6j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIkBprQD6j .navbar {
    height: 70px;
  }
  .cid-uIkBprQD6j .navbar.opened {
    height: auto;
  }
  .cid-uIkBprQD6j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIkBprQD6j .container,
.cid-uIkBprQD6j .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIkBprQD6j .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIkBprQD6j .navbar-short .container,
.cid-uIkBprQD6j .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIkBprQD6j .navbar-short .container:before,
.cid-uIkBprQD6j .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIkBprQD6j .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIkBprQD6j .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIkBprQD6j .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIkBprQD6j .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIkBprQD6j .navbar {
    overflow: hidden;
  }
  .cid-uIkBprQD6j .container,
  .cid-uIkBprQD6j .container-fluid {
    min-height: 85px;
  }
  .cid-uIkBprQD6j .navbar-brand {
    min-height: 85px;
  }
  .cid-uIkBprQD6j .navbar-short .container,
  .cid-uIkBprQD6j .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIkBprQD6j .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIkBprQD6j .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIkBprQD6j .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIkBprQD6j .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIkBprQD6j .mbr-section-btn {
    text-align: left;
  }
  .cid-uIkBprQD6j .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIkBprQD6j .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIkBpshT0D {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIkBpshT0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIkBpshT0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIkBpshT0D .row {
  justify-content: center;
}
.cid-uIkBpshT0D .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIkBpshT0D .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIkBpshT0D .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIkBpshT0D .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIkBpshT0D .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIkBpshT0D .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIkBpshT0D .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIkBpshT0D .mbr-section-title {
  color: #ffffff;
}
.cid-uIkBpshT0D .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIkBpshT0D .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIkBpshT0D .mbr-section-title,
.cid-uIkBpshT0D .mbr-section-btn {
  text-align: center;
}
.cid-uKIQiO1QEI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-uKIQiO1QEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIQiO1QEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKIQiO1QEI .container {
    padding: 0 16px;
  }
}
.cid-uKIQiO1QEI .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-uKIQiO1QEI .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uKIQiO1QEI .content-wrapper {
    padding: 36px;
  }
}
.cid-uKIQiO1QEI .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKIQiO1QEI .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uKIQiO1QEI .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uKIQiO1QEI .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-uKIQiO1QEI .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uKIQiO1QEI .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKIQiO1QEI .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uKIQiO1QEI .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKIQiO1QEI .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uKIQiO1QEI .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uKIQiO1QEI .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uKIQiO1QEI .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uKIQiO1QEI .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-uKIQiO1QEI .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-uKIQiO1QEI .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-uKIQiO1QEI .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-uKIQiO1QEI .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #fdfdfd;
}
.cid-uKIQiO1QEI .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-uKIQiO1QEI .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #fdfdfd;
}
.cid-uKIQiO1QEI .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKIQiO1QEI .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKIQiO1QEI .mbr-text {
  color: #f0f0f0;
}
.cid-uKIQiO1QEI .mbr-name {
  color: #cccccc;
}
.cid-uKIQiO1QEI .mbr-role {
  color: #cccccc;
}
.cid-uKIQiO1QEI .mbr-text,
.cid-uKIQiO1QEI .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uKIQiO1QEI .mbr-name,
.cid-uKIQiO1QEI .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8veMr2l0g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8veMr2l0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8veMr2l0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8veMr2l0g .container {
    padding: 0 16px;
  }
}
.cid-v8veMr2l0g .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8veMr2l0g .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8veMr2l0g .content-wrapper {
    padding: 36px;
  }
}
.cid-v8veMr2l0g .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8veMr2l0g .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8veMr2l0g .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8veMr2l0g .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8veMr2l0g .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8veMr2l0g .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8veMr2l0g .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8veMr2l0g .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8veMr2l0g .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8veMr2l0g .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8veMr2l0g .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8veMr2l0g .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8veMr2l0g .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8veMr2l0g .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8veMr2l0g .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8veMr2l0g .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8veMr2l0g .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8veMr2l0g .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8veMr2l0g .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8veMr2l0g .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8veMr2l0g .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8veMr2l0g .mbr-text {
  color: #f0f0f0;
}
.cid-v8veMr2l0g .mbr-name {
  color: #cccccc;
}
.cid-v8veMr2l0g .mbr-role {
  color: #cccccc;
}
.cid-v8veMr2l0g .mbr-text,
.cid-v8veMr2l0g .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8veMr2l0g .mbr-name,
.cid-v8veMr2l0g .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uIkBpsVeWA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-uIkBpsVeWA .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIkBpsVeWA .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIkBpsVeWA H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIkBpsVeWA .section-text,
.cid-uIkBpsVeWA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIkBpsVeWA .section-text,
.cid-uIkBpsVeWA .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIkBpteKcs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-17-1920x1280.jpeg");
}
.cid-uIkBpteKcs .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIkBpteKcs .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIkBpteKcs .btn {
  padding: 15px 30px !important;
}
.cid-uIkBpteKcs a {
  font-weight: 400;
}
.cid-uIkBpteKcs .mbr-section-subtitle,
.cid-uIkBpteKcs .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIkBpteKcs .row {
  justify-content: center;
  display: flex;
}
.cid-uIVSlQCkkr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVSlQCkkr .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVSlQCkkr .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVSlQCkkr H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVSlQCkkr .section-text,
.cid-uIVSlQCkkr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVSlQCkkr .section-text,
.cid-uIVSlQCkkr .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIkBptW41t {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uIkBptW41t .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIkBptW41t .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIkBptW41t .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIkBptW41t .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIkBptW41t .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIkBptW41t .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIkBptW41t .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIkBptW41t .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIkBptW41t .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIkBptW41t .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIkBptW41t [class^="socicon-"]:before,
.cid-uIkBptW41t [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIkBptW41t .btn {
    font-size: 20px !important;
  }
}
.cid-uIkBptW41t .mbr-section-title {
  color: #ffffff;
}
.cid-uNWEkw4gv7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWEkw4gv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWEkw4gv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWEkw4gv7 .row {
  justify-content: center;
}
.cid-uNWEkw4gv7 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWEkw4gv7 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWEkw4gv7 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWEkw4gv7 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWEkw4gv7 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWEkw4gv7 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWEkw4gv7 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWEkw4gv7 .mbr-section-title {
  color: #ffffff;
}
.cid-uNWEkw4gv7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWEkw4gv7 .mbr-desc {
  color: #ffffff;
}
.cid-uNWEkw4gv7 .mbr-section-title,
.cid-uNWEkw4gv7 .mbr-section-btn {
  text-align: center;
}
.cid-uIkBpuFuSG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIkBpuFuSG::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIkBpuFuSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIkBpuFuSG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIkBpuFuSG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIkBpuFuSG .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIkBpuFuSG .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIkBpuFuSG .container {
    padding: 0 22px;
  }
}
.cid-uIkBpuFuSG .row {
  position: relative;
  z-index: 1;
}
.cid-uIkBpuFuSG .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIkBpuFuSG .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIkBpuFuSG .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIkBpuFuSG .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIkBpuFuSG .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIkBpuFuSG .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIkBpuFuSG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIkBpuFuSG .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIkBpuFuSG .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIkBpuFuSG .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIkBpuFuSG .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIkBpuFuSG .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIkBpuFuSG .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIkBpuFuSG .nav-wrapper .list .item-wrap:hover,
.cid-uIkBpuFuSG .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIkBpuFuSG .nav-wrapper .list .item-wrap:hover::before,
.cid-uIkBpuFuSG .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIkBpuFuSG .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIkBpuFuSG .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIkBpuFuSG .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIkBpuFuSG .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIkBpuFuSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIkBpuFuSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIkBpuFuSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIkBpuFuSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIkBpuFuSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIkBpuFuSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIkBpuFuSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIkBpuFuSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIkBpuFuSG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIkBpuFuSG .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIkBpuFuSG .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIkBpuFuSG .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIkBpuFuSG .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIkBpuFuSG .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIkBpuFuSG .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIkBpuFuSG .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIkBpuFuSG .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIkBpuFuSG .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIkBpuFuSG .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIkBpuFuSG .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIkBpuFuSG .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIkBpuFuSG .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIkBpuFuSG .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIkBpuFuSG .mbr-section-title {
  color: #00d0f3;
}
.cid-uIkBpuFuSG .mbr-text {
  color: #ffffff;
}
.cid-uIkBpuFuSG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIkBpuFuSG .list {
  color: #ffffff;
}
.cid-uIkBpuFuSG .mbr-contact {
  color: #ffffff;
}
.cid-uIkBpuFuSG .mbr-desc {
  color: #ffffff;
}
.cid-uIkBpuFuSG .mbr-contact,
.cid-uIkBpuFuSG .item-contact {
  color: #fdfdfd;
}
.cid-uIkBpuFuSG .list,
.cid-uIkBpuFuSG .item-wrap {
  color: #df8825;
}
.cid-uIkBpuFuSG .mbr-desc,
.cid-uIkBpuFuSG .mbr-section-btn {
  text-align: center;
}
.cid-uIkUNy1cm1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIkUNy1cm1 nav.navbar {
  position: fixed;
}
.cid-uIkUNy1cm1 .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-uIkUNy1cm1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIkUNy1cm1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIkUNy1cm1 .dropdown-item:hover,
.cid-uIkUNy1cm1 .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIkUNy1cm1 .dropdown-item:hover span {
  color: white;
}
.cid-uIkUNy1cm1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIkUNy1cm1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIkUNy1cm1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIkUNy1cm1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIkUNy1cm1 .nav-link {
  position: relative;
}
.cid-uIkUNy1cm1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIkUNy1cm1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIkUNy1cm1 .navbar-nav {
  margin: 0 auto;
}
.cid-uIkUNy1cm1 .dropdown-menu,
.cid-uIkUNy1cm1 .navbar.opened {
  background: #007b1c !important;
}
.cid-uIkUNy1cm1 .nav-item:focus,
.cid-uIkUNy1cm1 .nav-link:focus {
  outline: none;
}
.cid-uIkUNy1cm1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIkUNy1cm1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIkUNy1cm1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIkUNy1cm1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIkUNy1cm1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIkUNy1cm1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIkUNy1cm1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIkUNy1cm1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIkUNy1cm1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIkUNy1cm1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIkUNy1cm1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIkUNy1cm1 .navbar.collapsed {
  justify-content: center;
}
.cid-uIkUNy1cm1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIkUNy1cm1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIkUNy1cm1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIkUNy1cm1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIkUNy1cm1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIkUNy1cm1 .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-uIkUNy1cm1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIkUNy1cm1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIkUNy1cm1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIkUNy1cm1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIkUNy1cm1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIkUNy1cm1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIkUNy1cm1 .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-uIkUNy1cm1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIkUNy1cm1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIkUNy1cm1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIkUNy1cm1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIkUNy1cm1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIkUNy1cm1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIkUNy1cm1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIkUNy1cm1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIkUNy1cm1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIkUNy1cm1 .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIkUNy1cm1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIkUNy1cm1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIkUNy1cm1 .dropdown-item.active,
.cid-uIkUNy1cm1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIkUNy1cm1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIkUNy1cm1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIkUNy1cm1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIkUNy1cm1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIkUNy1cm1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIkUNy1cm1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIkUNy1cm1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIkUNy1cm1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIkUNy1cm1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIkUNy1cm1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIkUNy1cm1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIkUNy1cm1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIkUNy1cm1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIkUNy1cm1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIkUNy1cm1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIkUNy1cm1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIkUNy1cm1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIkUNy1cm1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIkUNy1cm1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIkUNy1cm1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIkUNy1cm1 .navbar {
    height: 70px;
  }
  .cid-uIkUNy1cm1 .navbar.opened {
    height: auto;
  }
  .cid-uIkUNy1cm1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIkUNy1cm1 .container,
.cid-uIkUNy1cm1 .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIkUNy1cm1 .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIkUNy1cm1 .navbar-short .container,
.cid-uIkUNy1cm1 .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIkUNy1cm1 .navbar-short .container:before,
.cid-uIkUNy1cm1 .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIkUNy1cm1 .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIkUNy1cm1 .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIkUNy1cm1 .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIkUNy1cm1 .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIkUNy1cm1 .navbar {
    overflow: hidden;
  }
  .cid-uIkUNy1cm1 .container,
  .cid-uIkUNy1cm1 .container-fluid {
    min-height: 85px;
  }
  .cid-uIkUNy1cm1 .navbar-brand {
    min-height: 85px;
  }
  .cid-uIkUNy1cm1 .navbar-short .container,
  .cid-uIkUNy1cm1 .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIkUNy1cm1 .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIkUNy1cm1 .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIkUNy1cm1 .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIkUNy1cm1 .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIkUNy1cm1 .mbr-section-btn {
    text-align: left;
  }
  .cid-uIkUNy1cm1 .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIkUNy1cm1 .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIkVtdCioz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIkVtdCioz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIkVtdCioz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIkVtdCioz .row {
  justify-content: center;
}
.cid-uIkVtdCioz .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIkVtdCioz .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIkVtdCioz .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIkVtdCioz .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIkVtdCioz .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIkVtdCioz .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIkVtdCioz .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIkVtdCioz .mbr-section-title {
  color: #ffffff;
}
.cid-uIkVtdCioz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIkVtdCioz .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIkVtdCioz .mbr-section-title,
.cid-uIkVtdCioz .mbr-section-btn {
  text-align: center;
}
.cid-uIkUNyTZ6N {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIkUNyTZ6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIkUNyTZ6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIkUNyTZ6N .row {
  justify-content: center;
}
.cid-uIkUNyTZ6N .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIkUNyTZ6N .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIkUNyTZ6N .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIkUNyTZ6N .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIkUNyTZ6N .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIkUNyTZ6N .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIkUNyTZ6N .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIkUNyTZ6N .mbr-section-title {
  color: #ffffff;
}
.cid-uIkUNyTZ6N .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIkUNyTZ6N .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIkUNyTZ6N .mbr-section-title,
.cid-uIkUNyTZ6N .mbr-section-btn {
  text-align: center;
}
.cid-uIVRypcJgx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVRypcJgx .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVRypcJgx .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVRypcJgx H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVRypcJgx .section-text,
.cid-uIVRypcJgx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVRypcJgx .section-text,
.cid-uIVRypcJgx .mbr-section-btn DIV {
  text-align: center;
}
.cid-uNWDVLmrEF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWDVLmrEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWDVLmrEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWDVLmrEF .row {
  justify-content: center;
}
.cid-uNWDVLmrEF .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWDVLmrEF .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWDVLmrEF .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWDVLmrEF .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWDVLmrEF .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWDVLmrEF .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWDVLmrEF .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWDVLmrEF .mbr-section-title {
  color: #ffffff;
}
.cid-uNWDVLmrEF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWDVLmrEF .mbr-desc {
  color: #ffffff;
}
.cid-uNWDVLmrEF .mbr-section-title,
.cid-uNWDVLmrEF .mbr-section-btn {
  text-align: center;
}
.cid-uIkUNzGZPw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIkUNzGZPw::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIkUNzGZPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIkUNzGZPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIkUNzGZPw .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIkUNzGZPw .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIkUNzGZPw .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIkUNzGZPw .container {
    padding: 0 22px;
  }
}
.cid-uIkUNzGZPw .row {
  position: relative;
  z-index: 1;
}
.cid-uIkUNzGZPw .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIkUNzGZPw .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIkUNzGZPw .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIkUNzGZPw .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIkUNzGZPw .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIkUNzGZPw .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIkUNzGZPw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIkUNzGZPw .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIkUNzGZPw .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIkUNzGZPw .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIkUNzGZPw .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIkUNzGZPw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIkUNzGZPw .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIkUNzGZPw .nav-wrapper .list .item-wrap:hover,
.cid-uIkUNzGZPw .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIkUNzGZPw .nav-wrapper .list .item-wrap:hover::before,
.cid-uIkUNzGZPw .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIkUNzGZPw .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIkUNzGZPw .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIkUNzGZPw .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIkUNzGZPw .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIkUNzGZPw .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIkUNzGZPw .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIkUNzGZPw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIkUNzGZPw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIkUNzGZPw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIkUNzGZPw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIkUNzGZPw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIkUNzGZPw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIkUNzGZPw .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIkUNzGZPw .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIkUNzGZPw .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIkUNzGZPw .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIkUNzGZPw .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIkUNzGZPw .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIkUNzGZPw .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIkUNzGZPw .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIkUNzGZPw .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIkUNzGZPw .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIkUNzGZPw .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIkUNzGZPw .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIkUNzGZPw .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIkUNzGZPw .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIkUNzGZPw .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIkUNzGZPw .mbr-section-title {
  color: #00d0f3;
}
.cid-uIkUNzGZPw .mbr-text {
  color: #ffffff;
}
.cid-uIkUNzGZPw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIkUNzGZPw .list {
  color: #ffffff;
}
.cid-uIkUNzGZPw .mbr-contact {
  color: #ffffff;
}
.cid-uIkUNzGZPw .mbr-desc {
  color: #ffffff;
}
.cid-uIkUNzGZPw .mbr-contact,
.cid-uIkUNzGZPw .item-contact {
  color: #fdfdfd;
}
.cid-uIkUNzGZPw .list,
.cid-uIkUNzGZPw .item-wrap {
  color: #df8825;
}
.cid-uIkUNzGZPw .mbr-desc,
.cid-uIkUNzGZPw .mbr-section-btn {
  text-align: center;
}
.cid-uIlTrMF5iU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIlTrMF5iU nav.navbar {
  position: fixed;
}
.cid-uIlTrMF5iU .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-uIlTrMF5iU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIlTrMF5iU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIlTrMF5iU .dropdown-item:hover,
.cid-uIlTrMF5iU .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIlTrMF5iU .dropdown-item:hover span {
  color: white;
}
.cid-uIlTrMF5iU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIlTrMF5iU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIlTrMF5iU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIlTrMF5iU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIlTrMF5iU .nav-link {
  position: relative;
}
.cid-uIlTrMF5iU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIlTrMF5iU .container {
    flex-wrap: nowrap;
  }
}
.cid-uIlTrMF5iU .navbar-nav {
  margin: 0 auto;
}
.cid-uIlTrMF5iU .dropdown-menu,
.cid-uIlTrMF5iU .navbar.opened {
  background: #007b1c !important;
}
.cid-uIlTrMF5iU .nav-item:focus,
.cid-uIlTrMF5iU .nav-link:focus {
  outline: none;
}
.cid-uIlTrMF5iU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIlTrMF5iU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIlTrMF5iU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIlTrMF5iU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIlTrMF5iU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIlTrMF5iU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIlTrMF5iU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIlTrMF5iU .navbar.opened {
  transition: all 0.3s;
}
.cid-uIlTrMF5iU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIlTrMF5iU .navbar .navbar-logo img {
  width: auto;
}
.cid-uIlTrMF5iU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIlTrMF5iU .navbar.collapsed {
  justify-content: center;
}
.cid-uIlTrMF5iU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIlTrMF5iU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIlTrMF5iU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIlTrMF5iU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIlTrMF5iU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIlTrMF5iU .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-uIlTrMF5iU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIlTrMF5iU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIlTrMF5iU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIlTrMF5iU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIlTrMF5iU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIlTrMF5iU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIlTrMF5iU .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-uIlTrMF5iU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIlTrMF5iU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIlTrMF5iU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIlTrMF5iU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIlTrMF5iU .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIlTrMF5iU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIlTrMF5iU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIlTrMF5iU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIlTrMF5iU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIlTrMF5iU .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIlTrMF5iU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIlTrMF5iU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIlTrMF5iU .dropdown-item.active,
.cid-uIlTrMF5iU .dropdown-item:active {
  background-color: transparent;
}
.cid-uIlTrMF5iU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIlTrMF5iU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIlTrMF5iU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIlTrMF5iU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIlTrMF5iU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIlTrMF5iU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIlTrMF5iU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIlTrMF5iU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIlTrMF5iU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIlTrMF5iU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIlTrMF5iU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIlTrMF5iU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIlTrMF5iU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIlTrMF5iU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIlTrMF5iU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIlTrMF5iU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIlTrMF5iU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIlTrMF5iU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIlTrMF5iU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIlTrMF5iU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIlTrMF5iU .navbar {
    height: 70px;
  }
  .cid-uIlTrMF5iU .navbar.opened {
    height: auto;
  }
  .cid-uIlTrMF5iU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIlTrMF5iU .container,
.cid-uIlTrMF5iU .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIlTrMF5iU .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIlTrMF5iU .navbar-short .container,
.cid-uIlTrMF5iU .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIlTrMF5iU .navbar-short .container:before,
.cid-uIlTrMF5iU .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIlTrMF5iU .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIlTrMF5iU .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIlTrMF5iU .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIlTrMF5iU .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIlTrMF5iU .navbar {
    overflow: hidden;
  }
  .cid-uIlTrMF5iU .container,
  .cid-uIlTrMF5iU .container-fluid {
    min-height: 85px;
  }
  .cid-uIlTrMF5iU .navbar-brand {
    min-height: 85px;
  }
  .cid-uIlTrMF5iU .navbar-short .container,
  .cid-uIlTrMF5iU .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIlTrMF5iU .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIlTrMF5iU .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIlTrMF5iU .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIlTrMF5iU .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIlTrMF5iU .mbr-section-btn {
    text-align: left;
  }
  .cid-uIlTrMF5iU .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIlTrMF5iU .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIlTIGnd4s {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #072b0f;
}
.cid-uIlTIGnd4s .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIlTIGnd4s .mbr-author-desc {
  display: block;
}
.cid-uIlTIGnd4s .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
  margin-top: 3rem;
}
.cid-uIlTIGnd4s .mbr-testimonial .panel-item {
  background-color: #007b1c;
}
.cid-uIlTIGnd4s .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uIlTIGnd4s .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uIlTIGnd4s .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uIlTIGnd4s .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uIlTIGnd4s .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uIlTIGnd4s .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uIlTIGnd4s .mbr-text {
  color: #ffffff;
}
.cid-uIlTIGnd4s H2 {
  color: #ffffff;
}
.cid-uIlTIGnd4s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIlTrNAKVJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIlTrNAKVJ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIlTrNAKVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlTrNAKVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlTrNAKVJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIlTrNAKVJ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIlTrNAKVJ .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIlTrNAKVJ .container {
    padding: 0 22px;
  }
}
.cid-uIlTrNAKVJ .row {
  position: relative;
  z-index: 1;
}
.cid-uIlTrNAKVJ .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIlTrNAKVJ .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIlTrNAKVJ .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIlTrNAKVJ .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIlTrNAKVJ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIlTrNAKVJ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIlTrNAKVJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIlTrNAKVJ .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIlTrNAKVJ .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIlTrNAKVJ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIlTrNAKVJ .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIlTrNAKVJ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIlTrNAKVJ .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIlTrNAKVJ .nav-wrapper .list .item-wrap:hover,
.cid-uIlTrNAKVJ .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIlTrNAKVJ .nav-wrapper .list .item-wrap:hover::before,
.cid-uIlTrNAKVJ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIlTrNAKVJ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIlTrNAKVJ .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIlTrNAKVJ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIlTrNAKVJ .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIlTrNAKVJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIlTrNAKVJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIlTrNAKVJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIlTrNAKVJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIlTrNAKVJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIlTrNAKVJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIlTrNAKVJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIlTrNAKVJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIlTrNAKVJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIlTrNAKVJ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIlTrNAKVJ .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIlTrNAKVJ .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIlTrNAKVJ .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIlTrNAKVJ .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIlTrNAKVJ .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIlTrNAKVJ .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIlTrNAKVJ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIlTrNAKVJ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIlTrNAKVJ .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIlTrNAKVJ .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIlTrNAKVJ .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIlTrNAKVJ .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIlTrNAKVJ .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIlTrNAKVJ .mbr-section-title {
  color: #00d0f3;
}
.cid-uIlTrNAKVJ .mbr-text {
  color: #ffffff;
}
.cid-uIlTrNAKVJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIlTrNAKVJ .list {
  color: #ffffff;
}
.cid-uIlTrNAKVJ .mbr-contact {
  color: #ffffff;
}
.cid-uIlTrNAKVJ .mbr-desc {
  color: #ffffff;
}
.cid-uIlTrNAKVJ .mbr-contact,
.cid-uIlTrNAKVJ .item-contact {
  color: #fdfdfd;
}
.cid-uIlTrNAKVJ .list,
.cid-uIlTrNAKVJ .item-wrap {
  color: #df8825;
}
.cid-uIlTrNAKVJ .mbr-desc,
.cid-uIlTrNAKVJ .mbr-section-btn {
  text-align: center;
}
.cid-uIlTVMO9T7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIlTVMO9T7 nav.navbar {
  position: fixed;
}
.cid-uIlTVMO9T7 .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-uIlTVMO9T7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIlTVMO9T7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIlTVMO9T7 .dropdown-item:hover,
.cid-uIlTVMO9T7 .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIlTVMO9T7 .dropdown-item:hover span {
  color: white;
}
.cid-uIlTVMO9T7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIlTVMO9T7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIlTVMO9T7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIlTVMO9T7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIlTVMO9T7 .nav-link {
  position: relative;
}
.cid-uIlTVMO9T7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIlTVMO9T7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIlTVMO9T7 .navbar-nav {
  margin: 0 auto;
}
.cid-uIlTVMO9T7 .dropdown-menu,
.cid-uIlTVMO9T7 .navbar.opened {
  background: #007b1c !important;
}
.cid-uIlTVMO9T7 .nav-item:focus,
.cid-uIlTVMO9T7 .nav-link:focus {
  outline: none;
}
.cid-uIlTVMO9T7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIlTVMO9T7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIlTVMO9T7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIlTVMO9T7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIlTVMO9T7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIlTVMO9T7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIlTVMO9T7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIlTVMO9T7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIlTVMO9T7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIlTVMO9T7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIlTVMO9T7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIlTVMO9T7 .navbar.collapsed {
  justify-content: center;
}
.cid-uIlTVMO9T7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIlTVMO9T7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIlTVMO9T7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIlTVMO9T7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIlTVMO9T7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIlTVMO9T7 .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-uIlTVMO9T7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIlTVMO9T7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIlTVMO9T7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIlTVMO9T7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIlTVMO9T7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIlTVMO9T7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIlTVMO9T7 .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-uIlTVMO9T7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIlTVMO9T7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIlTVMO9T7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIlTVMO9T7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIlTVMO9T7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIlTVMO9T7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIlTVMO9T7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIlTVMO9T7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIlTVMO9T7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIlTVMO9T7 .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIlTVMO9T7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIlTVMO9T7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIlTVMO9T7 .dropdown-item.active,
.cid-uIlTVMO9T7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIlTVMO9T7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIlTVMO9T7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIlTVMO9T7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIlTVMO9T7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIlTVMO9T7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIlTVMO9T7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIlTVMO9T7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIlTVMO9T7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIlTVMO9T7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIlTVMO9T7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIlTVMO9T7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIlTVMO9T7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIlTVMO9T7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIlTVMO9T7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIlTVMO9T7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIlTVMO9T7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIlTVMO9T7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIlTVMO9T7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIlTVMO9T7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIlTVMO9T7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIlTVMO9T7 .navbar {
    height: 70px;
  }
  .cid-uIlTVMO9T7 .navbar.opened {
    height: auto;
  }
  .cid-uIlTVMO9T7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIlTVMO9T7 .container,
.cid-uIlTVMO9T7 .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIlTVMO9T7 .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIlTVMO9T7 .navbar-short .container,
.cid-uIlTVMO9T7 .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIlTVMO9T7 .navbar-short .container:before,
.cid-uIlTVMO9T7 .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIlTVMO9T7 .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIlTVMO9T7 .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIlTVMO9T7 .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIlTVMO9T7 .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIlTVMO9T7 .navbar {
    overflow: hidden;
  }
  .cid-uIlTVMO9T7 .container,
  .cid-uIlTVMO9T7 .container-fluid {
    min-height: 85px;
  }
  .cid-uIlTVMO9T7 .navbar-brand {
    min-height: 85px;
  }
  .cid-uIlTVMO9T7 .navbar-short .container,
  .cid-uIlTVMO9T7 .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIlTVMO9T7 .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIlTVMO9T7 .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIlTVMO9T7 .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIlTVMO9T7 .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIlTVMO9T7 .mbr-section-btn {
    text-align: left;
  }
  .cid-uIlTVMO9T7 .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIlTVMO9T7 .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIlU3ffJ7j {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #072b0f;
}
.cid-uIlU3ffJ7j .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIlU3ffJ7j .mbr-author-desc {
  display: block;
}
.cid-uIlU3ffJ7j .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
  margin-top: 3rem;
}
.cid-uIlU3ffJ7j .mbr-testimonial .panel-item {
  background-color: #007b1c;
}
.cid-uIlU3ffJ7j .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uIlU3ffJ7j .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uIlU3ffJ7j .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uIlU3ffJ7j .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uIlU3ffJ7j .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uIlU3ffJ7j .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uIlU3ffJ7j .mbr-text {
  color: #ffffff;
}
.cid-uIlU3ffJ7j H2 {
  color: #ffffff;
}
.cid-uIlU3ffJ7j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIlTVNI7Ah {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIlTVNI7Ah::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIlTVNI7Ah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlTVNI7Ah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlTVNI7Ah .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIlTVNI7Ah .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIlTVNI7Ah .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIlTVNI7Ah .container {
    padding: 0 22px;
  }
}
.cid-uIlTVNI7Ah .row {
  position: relative;
  z-index: 1;
}
.cid-uIlTVNI7Ah .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIlTVNI7Ah .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIlTVNI7Ah .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIlTVNI7Ah .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIlTVNI7Ah .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIlTVNI7Ah .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIlTVNI7Ah .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIlTVNI7Ah .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIlTVNI7Ah .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIlTVNI7Ah .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIlTVNI7Ah .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIlTVNI7Ah .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIlTVNI7Ah .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIlTVNI7Ah .nav-wrapper .list .item-wrap:hover,
.cid-uIlTVNI7Ah .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIlTVNI7Ah .nav-wrapper .list .item-wrap:hover::before,
.cid-uIlTVNI7Ah .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIlTVNI7Ah .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIlTVNI7Ah .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIlTVNI7Ah .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIlTVNI7Ah .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIlTVNI7Ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIlTVNI7Ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIlTVNI7Ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIlTVNI7Ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIlTVNI7Ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIlTVNI7Ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIlTVNI7Ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIlTVNI7Ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIlTVNI7Ah .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIlTVNI7Ah .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIlTVNI7Ah .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIlTVNI7Ah .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIlTVNI7Ah .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIlTVNI7Ah .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIlTVNI7Ah .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIlTVNI7Ah .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIlTVNI7Ah .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIlTVNI7Ah .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIlTVNI7Ah .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIlTVNI7Ah .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIlTVNI7Ah .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIlTVNI7Ah .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIlTVNI7Ah .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIlTVNI7Ah .mbr-section-title {
  color: #00d0f3;
}
.cid-uIlTVNI7Ah .mbr-text {
  color: #ffffff;
}
.cid-uIlTVNI7Ah .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIlTVNI7Ah .list {
  color: #ffffff;
}
.cid-uIlTVNI7Ah .mbr-contact {
  color: #ffffff;
}
.cid-uIlTVNI7Ah .mbr-desc {
  color: #ffffff;
}
.cid-uIlTVNI7Ah .mbr-contact,
.cid-uIlTVNI7Ah .item-contact {
  color: #fdfdfd;
}
.cid-uIlTVNI7Ah .list,
.cid-uIlTVNI7Ah .item-wrap {
  color: #df8825;
}
.cid-uIlTVNI7Ah .mbr-desc,
.cid-uIlTVNI7Ah .mbr-section-btn {
  text-align: center;
}
.cid-uIlUedNHBo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIlUedNHBo nav.navbar {
  position: fixed;
}
.cid-uIlUedNHBo .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-uIlUedNHBo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIlUedNHBo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIlUedNHBo .dropdown-item:hover,
.cid-uIlUedNHBo .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIlUedNHBo .dropdown-item:hover span {
  color: white;
}
.cid-uIlUedNHBo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIlUedNHBo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIlUedNHBo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIlUedNHBo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIlUedNHBo .nav-link {
  position: relative;
}
.cid-uIlUedNHBo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIlUedNHBo .container {
    flex-wrap: nowrap;
  }
}
.cid-uIlUedNHBo .navbar-nav {
  margin: 0 auto;
}
.cid-uIlUedNHBo .dropdown-menu,
.cid-uIlUedNHBo .navbar.opened {
  background: #007b1c !important;
}
.cid-uIlUedNHBo .nav-item:focus,
.cid-uIlUedNHBo .nav-link:focus {
  outline: none;
}
.cid-uIlUedNHBo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIlUedNHBo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIlUedNHBo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIlUedNHBo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIlUedNHBo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIlUedNHBo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIlUedNHBo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIlUedNHBo .navbar.opened {
  transition: all 0.3s;
}
.cid-uIlUedNHBo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIlUedNHBo .navbar .navbar-logo img {
  width: auto;
}
.cid-uIlUedNHBo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIlUedNHBo .navbar.collapsed {
  justify-content: center;
}
.cid-uIlUedNHBo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIlUedNHBo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIlUedNHBo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIlUedNHBo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIlUedNHBo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIlUedNHBo .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-uIlUedNHBo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIlUedNHBo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIlUedNHBo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIlUedNHBo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIlUedNHBo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIlUedNHBo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIlUedNHBo .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-uIlUedNHBo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIlUedNHBo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIlUedNHBo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIlUedNHBo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIlUedNHBo .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIlUedNHBo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIlUedNHBo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIlUedNHBo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIlUedNHBo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIlUedNHBo .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIlUedNHBo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIlUedNHBo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIlUedNHBo .dropdown-item.active,
.cid-uIlUedNHBo .dropdown-item:active {
  background-color: transparent;
}
.cid-uIlUedNHBo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIlUedNHBo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIlUedNHBo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIlUedNHBo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIlUedNHBo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIlUedNHBo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIlUedNHBo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIlUedNHBo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIlUedNHBo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIlUedNHBo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIlUedNHBo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIlUedNHBo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIlUedNHBo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIlUedNHBo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIlUedNHBo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIlUedNHBo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIlUedNHBo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIlUedNHBo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIlUedNHBo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIlUedNHBo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIlUedNHBo .navbar {
    height: 70px;
  }
  .cid-uIlUedNHBo .navbar.opened {
    height: auto;
  }
  .cid-uIlUedNHBo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIlUedNHBo .container,
.cid-uIlUedNHBo .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIlUedNHBo .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIlUedNHBo .navbar-short .container,
.cid-uIlUedNHBo .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIlUedNHBo .navbar-short .container:before,
.cid-uIlUedNHBo .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIlUedNHBo .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIlUedNHBo .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIlUedNHBo .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIlUedNHBo .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIlUedNHBo .navbar {
    overflow: hidden;
  }
  .cid-uIlUedNHBo .container,
  .cid-uIlUedNHBo .container-fluid {
    min-height: 85px;
  }
  .cid-uIlUedNHBo .navbar-brand {
    min-height: 85px;
  }
  .cid-uIlUedNHBo .navbar-short .container,
  .cid-uIlUedNHBo .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIlUedNHBo .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIlUedNHBo .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIlUedNHBo .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIlUedNHBo .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIlUedNHBo .mbr-section-btn {
    text-align: left;
  }
  .cid-uIlUedNHBo .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIlUedNHBo .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIlUlpmwRp {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #072b0f;
}
.cid-uIlUlpmwRp .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIlUlpmwRp .mbr-author-desc {
  display: block;
}
.cid-uIlUlpmwRp .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
  margin-top: 3rem;
}
.cid-uIlUlpmwRp .mbr-testimonial .panel-item {
  background-color: #007b1c;
}
.cid-uIlUlpmwRp .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uIlUlpmwRp .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uIlUlpmwRp .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uIlUlpmwRp .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uIlUlpmwRp .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uIlUlpmwRp .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uIlUlpmwRp .mbr-text {
  color: #ffffff;
}
.cid-uIlUlpmwRp H2 {
  color: #ffffff;
}
.cid-uIlUlpmwRp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIlUeeCjta {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIlUeeCjta::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIlUeeCjta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlUeeCjta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlUeeCjta .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIlUeeCjta .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIlUeeCjta .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIlUeeCjta .container {
    padding: 0 22px;
  }
}
.cid-uIlUeeCjta .row {
  position: relative;
  z-index: 1;
}
.cid-uIlUeeCjta .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIlUeeCjta .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIlUeeCjta .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIlUeeCjta .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIlUeeCjta .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIlUeeCjta .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIlUeeCjta .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIlUeeCjta .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIlUeeCjta .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIlUeeCjta .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIlUeeCjta .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIlUeeCjta .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIlUeeCjta .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIlUeeCjta .nav-wrapper .list .item-wrap:hover,
.cid-uIlUeeCjta .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIlUeeCjta .nav-wrapper .list .item-wrap:hover::before,
.cid-uIlUeeCjta .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIlUeeCjta .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIlUeeCjta .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIlUeeCjta .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIlUeeCjta .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIlUeeCjta .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIlUeeCjta .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIlUeeCjta .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIlUeeCjta .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIlUeeCjta .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIlUeeCjta .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIlUeeCjta .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIlUeeCjta .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIlUeeCjta .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIlUeeCjta .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIlUeeCjta .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIlUeeCjta .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIlUeeCjta .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIlUeeCjta .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIlUeeCjta .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIlUeeCjta .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIlUeeCjta .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIlUeeCjta .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIlUeeCjta .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIlUeeCjta .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIlUeeCjta .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIlUeeCjta .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIlUeeCjta .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIlUeeCjta .mbr-section-title {
  color: #00d0f3;
}
.cid-uIlUeeCjta .mbr-text {
  color: #ffffff;
}
.cid-uIlUeeCjta .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIlUeeCjta .list {
  color: #ffffff;
}
.cid-uIlUeeCjta .mbr-contact {
  color: #ffffff;
}
.cid-uIlUeeCjta .mbr-desc {
  color: #ffffff;
}
.cid-uIlUeeCjta .mbr-contact,
.cid-uIlUeeCjta .item-contact {
  color: #fdfdfd;
}
.cid-uIlUeeCjta .list,
.cid-uIlUeeCjta .item-wrap {
  color: #df8825;
}
.cid-uIlUeeCjta .mbr-desc,
.cid-uIlUeeCjta .mbr-section-btn {
  text-align: center;
}
.cid-uIlUtKgO0r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIlUtKgO0r nav.navbar {
  position: fixed;
}
.cid-uIlUtKgO0r .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-uIlUtKgO0r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIlUtKgO0r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIlUtKgO0r .dropdown-item:hover,
.cid-uIlUtKgO0r .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIlUtKgO0r .dropdown-item:hover span {
  color: white;
}
.cid-uIlUtKgO0r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIlUtKgO0r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIlUtKgO0r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIlUtKgO0r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIlUtKgO0r .nav-link {
  position: relative;
}
.cid-uIlUtKgO0r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIlUtKgO0r .container {
    flex-wrap: nowrap;
  }
}
.cid-uIlUtKgO0r .navbar-nav {
  margin: 0 auto;
}
.cid-uIlUtKgO0r .dropdown-menu,
.cid-uIlUtKgO0r .navbar.opened {
  background: #007b1c !important;
}
.cid-uIlUtKgO0r .nav-item:focus,
.cid-uIlUtKgO0r .nav-link:focus {
  outline: none;
}
.cid-uIlUtKgO0r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIlUtKgO0r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIlUtKgO0r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIlUtKgO0r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIlUtKgO0r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIlUtKgO0r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIlUtKgO0r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIlUtKgO0r .navbar.opened {
  transition: all 0.3s;
}
.cid-uIlUtKgO0r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIlUtKgO0r .navbar .navbar-logo img {
  width: auto;
}
.cid-uIlUtKgO0r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIlUtKgO0r .navbar.collapsed {
  justify-content: center;
}
.cid-uIlUtKgO0r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIlUtKgO0r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIlUtKgO0r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIlUtKgO0r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIlUtKgO0r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIlUtKgO0r .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-uIlUtKgO0r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIlUtKgO0r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIlUtKgO0r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIlUtKgO0r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIlUtKgO0r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIlUtKgO0r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIlUtKgO0r .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-uIlUtKgO0r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIlUtKgO0r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIlUtKgO0r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIlUtKgO0r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIlUtKgO0r .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIlUtKgO0r .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIlUtKgO0r .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIlUtKgO0r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIlUtKgO0r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIlUtKgO0r .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIlUtKgO0r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIlUtKgO0r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIlUtKgO0r .dropdown-item.active,
.cid-uIlUtKgO0r .dropdown-item:active {
  background-color: transparent;
}
.cid-uIlUtKgO0r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIlUtKgO0r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIlUtKgO0r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIlUtKgO0r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIlUtKgO0r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIlUtKgO0r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIlUtKgO0r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIlUtKgO0r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIlUtKgO0r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIlUtKgO0r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIlUtKgO0r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIlUtKgO0r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIlUtKgO0r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIlUtKgO0r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIlUtKgO0r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIlUtKgO0r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIlUtKgO0r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIlUtKgO0r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIlUtKgO0r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIlUtKgO0r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIlUtKgO0r .navbar {
    height: 70px;
  }
  .cid-uIlUtKgO0r .navbar.opened {
    height: auto;
  }
  .cid-uIlUtKgO0r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIlUtKgO0r .container,
.cid-uIlUtKgO0r .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIlUtKgO0r .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIlUtKgO0r .navbar-short .container,
.cid-uIlUtKgO0r .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIlUtKgO0r .navbar-short .container:before,
.cid-uIlUtKgO0r .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIlUtKgO0r .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIlUtKgO0r .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIlUtKgO0r .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIlUtKgO0r .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIlUtKgO0r .navbar {
    overflow: hidden;
  }
  .cid-uIlUtKgO0r .container,
  .cid-uIlUtKgO0r .container-fluid {
    min-height: 85px;
  }
  .cid-uIlUtKgO0r .navbar-brand {
    min-height: 85px;
  }
  .cid-uIlUtKgO0r .navbar-short .container,
  .cid-uIlUtKgO0r .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIlUtKgO0r .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIlUtKgO0r .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIlUtKgO0r .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIlUtKgO0r .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIlUtKgO0r .mbr-section-btn {
    text-align: left;
  }
  .cid-uIlUtKgO0r .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIlUtKgO0r .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIlUBeFUfC {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #072b0f;
}
.cid-uIlUBeFUfC .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIlUBeFUfC .mbr-author-desc {
  display: block;
}
.cid-uIlUBeFUfC .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
  margin-top: 3rem;
}
.cid-uIlUBeFUfC .mbr-testimonial .panel-item {
  background-color: #007b1c;
}
.cid-uIlUBeFUfC .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uIlUBeFUfC .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uIlUBeFUfC .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uIlUBeFUfC .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uIlUBeFUfC .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uIlUBeFUfC .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uIlUBeFUfC .mbr-text {
  color: #ffffff;
}
.cid-uIlUBeFUfC H2 {
  color: #ffffff;
}
.cid-uIlUBeFUfC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIlUtL5WUd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIlUtL5WUd::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIlUtL5WUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlUtL5WUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlUtL5WUd .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIlUtL5WUd .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIlUtL5WUd .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIlUtL5WUd .container {
    padding: 0 22px;
  }
}
.cid-uIlUtL5WUd .row {
  position: relative;
  z-index: 1;
}
.cid-uIlUtL5WUd .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIlUtL5WUd .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIlUtL5WUd .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIlUtL5WUd .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIlUtL5WUd .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIlUtL5WUd .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIlUtL5WUd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIlUtL5WUd .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIlUtL5WUd .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIlUtL5WUd .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIlUtL5WUd .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIlUtL5WUd .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIlUtL5WUd .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIlUtL5WUd .nav-wrapper .list .item-wrap:hover,
.cid-uIlUtL5WUd .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIlUtL5WUd .nav-wrapper .list .item-wrap:hover::before,
.cid-uIlUtL5WUd .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIlUtL5WUd .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIlUtL5WUd .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIlUtL5WUd .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIlUtL5WUd .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIlUtL5WUd .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIlUtL5WUd .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIlUtL5WUd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIlUtL5WUd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIlUtL5WUd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIlUtL5WUd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIlUtL5WUd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIlUtL5WUd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIlUtL5WUd .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIlUtL5WUd .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIlUtL5WUd .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIlUtL5WUd .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIlUtL5WUd .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIlUtL5WUd .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIlUtL5WUd .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIlUtL5WUd .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIlUtL5WUd .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIlUtL5WUd .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIlUtL5WUd .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIlUtL5WUd .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIlUtL5WUd .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIlUtL5WUd .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIlUtL5WUd .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIlUtL5WUd .mbr-section-title {
  color: #00d0f3;
}
.cid-uIlUtL5WUd .mbr-text {
  color: #ffffff;
}
.cid-uIlUtL5WUd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIlUtL5WUd .list {
  color: #ffffff;
}
.cid-uIlUtL5WUd .mbr-contact {
  color: #ffffff;
}
.cid-uIlUtL5WUd .mbr-desc {
  color: #ffffff;
}
.cid-uIlUtL5WUd .mbr-contact,
.cid-uIlUtL5WUd .item-contact {
  color: #fdfdfd;
}
.cid-uIlUtL5WUd .list,
.cid-uIlUtL5WUd .item-wrap {
  color: #df8825;
}
.cid-uIlUtL5WUd .mbr-desc,
.cid-uIlUtL5WUd .mbr-section-btn {
  text-align: center;
}
.cid-uIlT3QGRtB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIlT3QGRtB nav.navbar {
  position: fixed;
}
.cid-uIlT3QGRtB .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-uIlT3QGRtB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIlT3QGRtB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIlT3QGRtB .dropdown-item:hover,
.cid-uIlT3QGRtB .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIlT3QGRtB .dropdown-item:hover span {
  color: white;
}
.cid-uIlT3QGRtB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIlT3QGRtB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIlT3QGRtB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIlT3QGRtB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIlT3QGRtB .nav-link {
  position: relative;
}
.cid-uIlT3QGRtB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIlT3QGRtB .container {
    flex-wrap: nowrap;
  }
}
.cid-uIlT3QGRtB .navbar-nav {
  margin: 0 auto;
}
.cid-uIlT3QGRtB .dropdown-menu,
.cid-uIlT3QGRtB .navbar.opened {
  background: #007b1c !important;
}
.cid-uIlT3QGRtB .nav-item:focus,
.cid-uIlT3QGRtB .nav-link:focus {
  outline: none;
}
.cid-uIlT3QGRtB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIlT3QGRtB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIlT3QGRtB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIlT3QGRtB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIlT3QGRtB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIlT3QGRtB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIlT3QGRtB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIlT3QGRtB .navbar.opened {
  transition: all 0.3s;
}
.cid-uIlT3QGRtB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIlT3QGRtB .navbar .navbar-logo img {
  width: auto;
}
.cid-uIlT3QGRtB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIlT3QGRtB .navbar.collapsed {
  justify-content: center;
}
.cid-uIlT3QGRtB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIlT3QGRtB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIlT3QGRtB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIlT3QGRtB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIlT3QGRtB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIlT3QGRtB .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-uIlT3QGRtB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIlT3QGRtB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIlT3QGRtB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIlT3QGRtB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIlT3QGRtB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIlT3QGRtB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIlT3QGRtB .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-uIlT3QGRtB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIlT3QGRtB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIlT3QGRtB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIlT3QGRtB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIlT3QGRtB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIlT3QGRtB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIlT3QGRtB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIlT3QGRtB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIlT3QGRtB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIlT3QGRtB .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIlT3QGRtB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIlT3QGRtB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIlT3QGRtB .dropdown-item.active,
.cid-uIlT3QGRtB .dropdown-item:active {
  background-color: transparent;
}
.cid-uIlT3QGRtB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIlT3QGRtB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIlT3QGRtB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIlT3QGRtB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIlT3QGRtB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIlT3QGRtB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIlT3QGRtB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIlT3QGRtB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIlT3QGRtB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIlT3QGRtB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIlT3QGRtB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIlT3QGRtB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIlT3QGRtB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIlT3QGRtB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIlT3QGRtB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIlT3QGRtB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIlT3QGRtB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIlT3QGRtB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIlT3QGRtB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIlT3QGRtB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIlT3QGRtB .navbar {
    height: 70px;
  }
  .cid-uIlT3QGRtB .navbar.opened {
    height: auto;
  }
  .cid-uIlT3QGRtB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIlT3QGRtB .container,
.cid-uIlT3QGRtB .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIlT3QGRtB .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIlT3QGRtB .navbar-short .container,
.cid-uIlT3QGRtB .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIlT3QGRtB .navbar-short .container:before,
.cid-uIlT3QGRtB .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIlT3QGRtB .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIlT3QGRtB .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIlT3QGRtB .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIlT3QGRtB .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIlT3QGRtB .navbar {
    overflow: hidden;
  }
  .cid-uIlT3QGRtB .container,
  .cid-uIlT3QGRtB .container-fluid {
    min-height: 85px;
  }
  .cid-uIlT3QGRtB .navbar-brand {
    min-height: 85px;
  }
  .cid-uIlT3QGRtB .navbar-short .container,
  .cid-uIlT3QGRtB .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIlT3QGRtB .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIlT3QGRtB .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIlT3QGRtB .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIlT3QGRtB .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIlT3QGRtB .mbr-section-btn {
    text-align: left;
  }
  .cid-uIlT3QGRtB .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIlT3QGRtB .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIlTg2087O {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #072b0f;
}
.cid-uIlTg2087O .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIlTg2087O .mbr-author-desc {
  display: block;
}
.cid-uIlTg2087O .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
  margin-top: 3rem;
}
.cid-uIlTg2087O .mbr-testimonial .panel-item {
  background-color: #007b1c;
}
.cid-uIlTg2087O .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uIlTg2087O .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uIlTg2087O .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uIlTg2087O .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uIlTg2087O .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uIlTg2087O .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uIlTg2087O .mbr-text {
  color: #ffffff;
}
.cid-uIlTg2087O H2 {
  color: #ffffff;
}
.cid-uIlTg2087O .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIlT3U2aix {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIlT3U2aix::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIlT3U2aix .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlT3U2aix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlT3U2aix .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIlT3U2aix .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIlT3U2aix .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIlT3U2aix .container {
    padding: 0 22px;
  }
}
.cid-uIlT3U2aix .row {
  position: relative;
  z-index: 1;
}
.cid-uIlT3U2aix .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIlT3U2aix .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIlT3U2aix .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIlT3U2aix .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIlT3U2aix .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIlT3U2aix .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIlT3U2aix .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIlT3U2aix .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIlT3U2aix .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIlT3U2aix .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIlT3U2aix .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIlT3U2aix .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIlT3U2aix .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIlT3U2aix .nav-wrapper .list .item-wrap:hover,
.cid-uIlT3U2aix .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIlT3U2aix .nav-wrapper .list .item-wrap:hover::before,
.cid-uIlT3U2aix .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIlT3U2aix .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIlT3U2aix .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIlT3U2aix .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIlT3U2aix .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIlT3U2aix .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIlT3U2aix .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIlT3U2aix .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIlT3U2aix .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIlT3U2aix .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIlT3U2aix .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIlT3U2aix .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIlT3U2aix .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIlT3U2aix .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIlT3U2aix .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIlT3U2aix .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIlT3U2aix .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIlT3U2aix .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIlT3U2aix .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIlT3U2aix .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIlT3U2aix .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIlT3U2aix .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIlT3U2aix .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIlT3U2aix .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIlT3U2aix .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIlT3U2aix .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIlT3U2aix .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIlT3U2aix .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIlT3U2aix .mbr-section-title {
  color: #00d0f3;
}
.cid-uIlT3U2aix .mbr-text {
  color: #ffffff;
}
.cid-uIlT3U2aix .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIlT3U2aix .list {
  color: #ffffff;
}
.cid-uIlT3U2aix .mbr-contact {
  color: #ffffff;
}
.cid-uIlT3U2aix .mbr-desc {
  color: #ffffff;
}
.cid-uIlT3U2aix .mbr-contact,
.cid-uIlT3U2aix .item-contact {
  color: #fdfdfd;
}
.cid-uIlT3U2aix .list,
.cid-uIlT3U2aix .item-wrap {
  color: #df8825;
}
.cid-uIlT3U2aix .mbr-desc,
.cid-uIlT3U2aix .mbr-section-btn {
  text-align: center;
}
.cid-uI4DzUygaK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uI4DzUygaK nav.navbar {
  position: fixed;
}
.cid-uI4DzUygaK .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-uI4DzUygaK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI4DzUygaK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI4DzUygaK .dropdown-item:hover,
.cid-uI4DzUygaK .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uI4DzUygaK .dropdown-item:hover span {
  color: white;
}
.cid-uI4DzUygaK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI4DzUygaK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI4DzUygaK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI4DzUygaK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI4DzUygaK .nav-link {
  position: relative;
}
.cid-uI4DzUygaK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI4DzUygaK .container {
    flex-wrap: nowrap;
  }
}
.cid-uI4DzUygaK .navbar-nav {
  margin: 0 auto;
}
.cid-uI4DzUygaK .dropdown-menu,
.cid-uI4DzUygaK .navbar.opened {
  background: #007b1c !important;
}
.cid-uI4DzUygaK .nav-item:focus,
.cid-uI4DzUygaK .nav-link:focus {
  outline: none;
}
.cid-uI4DzUygaK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI4DzUygaK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI4DzUygaK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI4DzUygaK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI4DzUygaK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI4DzUygaK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI4DzUygaK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4DzUygaK .navbar.opened {
  transition: all 0.3s;
}
.cid-uI4DzUygaK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI4DzUygaK .navbar .navbar-logo img {
  width: auto;
}
.cid-uI4DzUygaK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI4DzUygaK .navbar.collapsed {
  justify-content: center;
}
.cid-uI4DzUygaK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI4DzUygaK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI4DzUygaK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI4DzUygaK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI4DzUygaK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI4DzUygaK .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-uI4DzUygaK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI4DzUygaK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI4DzUygaK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI4DzUygaK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI4DzUygaK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI4DzUygaK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI4DzUygaK .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-uI4DzUygaK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI4DzUygaK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI4DzUygaK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI4DzUygaK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI4DzUygaK .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI4DzUygaK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI4DzUygaK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI4DzUygaK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI4DzUygaK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI4DzUygaK .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI4DzUygaK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI4DzUygaK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI4DzUygaK .dropdown-item.active,
.cid-uI4DzUygaK .dropdown-item:active {
  background-color: transparent;
}
.cid-uI4DzUygaK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI4DzUygaK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI4DzUygaK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI4DzUygaK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uI4DzUygaK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI4DzUygaK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI4DzUygaK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI4DzUygaK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI4DzUygaK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI4DzUygaK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uI4DzUygaK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI4DzUygaK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4DzUygaK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4DzUygaK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI4DzUygaK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4DzUygaK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI4DzUygaK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI4DzUygaK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4DzUygaK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI4DzUygaK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI4DzUygaK .navbar {
    height: 70px;
  }
  .cid-uI4DzUygaK .navbar.opened {
    height: auto;
  }
  .cid-uI4DzUygaK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI4DzUygaK .container,
.cid-uI4DzUygaK .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uI4DzUygaK .navbar-short {
  background-color: #007b1c !important;
}
.cid-uI4DzUygaK .navbar-short .container,
.cid-uI4DzUygaK .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uI4DzUygaK .navbar-short .container:before,
.cid-uI4DzUygaK .navbar-short .container-fluid:before {
  display: none;
}
.cid-uI4DzUygaK .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uI4DzUygaK .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uI4DzUygaK .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uI4DzUygaK .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uI4DzUygaK .navbar {
    overflow: hidden;
  }
  .cid-uI4DzUygaK .container,
  .cid-uI4DzUygaK .container-fluid {
    min-height: 85px;
  }
  .cid-uI4DzUygaK .navbar-brand {
    min-height: 85px;
  }
  .cid-uI4DzUygaK .navbar-short .container,
  .cid-uI4DzUygaK .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uI4DzUygaK .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uI4DzUygaK .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uI4DzUygaK .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uI4DzUygaK .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uI4DzUygaK .mbr-section-btn {
    text-align: left;
  }
  .cid-uI4DzUygaK .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uI4DzUygaK .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uI4DzW6ejI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uI4DzW6ejI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4DzW6ejI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4DzW6ejI .row {
  justify-content: center;
}
.cid-uI4DzW6ejI .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4DzW6ejI .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4DzW6ejI .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4DzW6ejI .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4DzW6ejI .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4DzW6ejI .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4DzW6ejI .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4DzW6ejI .mbr-section-title {
  color: #ffffff;
}
.cid-uI4DzW6ejI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI4DzW6ejI .mbr-desc {
  color: #ffffff;
}
.cid-uI4DzW6ejI .mbr-section-title,
.cid-uI4DzW6ejI .mbr-section-btn {
  text-align: center;
}
.cid-uI4DzXaOWM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uI4DzXaOWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4DzXaOWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4DzXaOWM .row {
  justify-content: center;
}
.cid-uI4DzXaOWM .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4DzXaOWM .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4DzXaOWM .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4DzXaOWM .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4DzXaOWM .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4DzXaOWM .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4DzXaOWM .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4DzXaOWM .mbr-section-title {
  color: #ffffff;
}
.cid-uI4DzXaOWM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI4DzXaOWM .mbr-desc {
  color: #ffffff;
}
.cid-uI4DzXaOWM .mbr-section-title,
.cid-uI4DzXaOWM .mbr-section-btn {
  text-align: center;
}
.cid-uI4E5EN8U5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uI4E5EN8U5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4E5EN8U5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4E5EN8U5 .row {
  justify-content: center;
}
.cid-uI4E5EN8U5 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4E5EN8U5 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4E5EN8U5 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4E5EN8U5 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4E5EN8U5 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4E5EN8U5 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4E5EN8U5 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4E5EN8U5 .mbr-section-title {
  color: #ffffff;
}
.cid-uI4E5EN8U5 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI4E5EN8U5 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI4E5EN8U5 .mbr-section-title,
.cid-uI4E5EN8U5 .mbr-section-btn {
  text-align: center;
}
.cid-uI4EEpG9N9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uI4EEpG9N9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4EEpG9N9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4EEpG9N9 .row {
  justify-content: center;
}
.cid-uI4EEpG9N9 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4EEpG9N9 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4EEpG9N9 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4EEpG9N9 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4EEpG9N9 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4EEpG9N9 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4EEpG9N9 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4EEpG9N9 .mbr-section-title {
  color: #ffffff;
}
.cid-uI4EEpG9N9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI4EEpG9N9 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI4EEpG9N9 .mbr-section-title,
.cid-uI4EEpG9N9 .mbr-section-btn {
  text-align: center;
}
.cid-uI4VKmUjIZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-uI4VKmUjIZ .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI4VKmUjIZ .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI4VKmUjIZ .btn {
  padding: 15px 30px !important;
}
.cid-uI4VKmUjIZ a {
  font-weight: 400;
}
.cid-uI4VKmUjIZ .mbr-section-subtitle,
.cid-uI4VKmUjIZ .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uI4VKmUjIZ .row {
  justify-content: center;
  display: flex;
}
.cid-uIVQ5aJcUY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVQ5aJcUY .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVQ5aJcUY .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVQ5aJcUY H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVQ5aJcUY .section-text,
.cid-uIVQ5aJcUY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVQ5aJcUY .section-text,
.cid-uIVQ5aJcUY .mbr-section-btn DIV {
  text-align: center;
}
.cid-uI4DA1OK0F {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uI4DA1OK0F .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uI4DA1OK0F .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uI4DA1OK0F .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uI4DA1OK0F .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uI4DA1OK0F .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uI4DA1OK0F .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uI4DA1OK0F .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uI4DA1OK0F .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uI4DA1OK0F .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uI4DA1OK0F .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uI4DA1OK0F [class^="socicon-"]:before,
.cid-uI4DA1OK0F [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uI4DA1OK0F .btn {
    font-size: 20px !important;
  }
}
.cid-uI4DA1OK0F .mbr-section-title {
  color: #ffffff;
}
.cid-uNWCx3QmH0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWCx3QmH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWCx3QmH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWCx3QmH0 .row {
  justify-content: center;
}
.cid-uNWCx3QmH0 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWCx3QmH0 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWCx3QmH0 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWCx3QmH0 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWCx3QmH0 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWCx3QmH0 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWCx3QmH0 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWCx3QmH0 .mbr-section-title {
  color: #ffffff;
}
.cid-uNWCx3QmH0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWCx3QmH0 .mbr-desc {
  color: #ffffff;
}
.cid-uNWCx3QmH0 .mbr-section-title,
.cid-uNWCx3QmH0 .mbr-section-btn {
  text-align: center;
}
.cid-uI4DA38JU2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI4DA38JU2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI4DA38JU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4DA38JU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4DA38JU2 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI4DA38JU2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI4DA38JU2 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI4DA38JU2 .container {
    padding: 0 22px;
  }
}
.cid-uI4DA38JU2 .row {
  position: relative;
  z-index: 1;
}
.cid-uI4DA38JU2 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI4DA38JU2 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI4DA38JU2 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI4DA38JU2 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI4DA38JU2 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4DA38JU2 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI4DA38JU2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI4DA38JU2 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4DA38JU2 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI4DA38JU2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4DA38JU2 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI4DA38JU2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI4DA38JU2 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI4DA38JU2 .nav-wrapper .list .item-wrap:hover,
.cid-uI4DA38JU2 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI4DA38JU2 .nav-wrapper .list .item-wrap:hover::before,
.cid-uI4DA38JU2 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI4DA38JU2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI4DA38JU2 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4DA38JU2 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI4DA38JU2 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI4DA38JU2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI4DA38JU2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI4DA38JU2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI4DA38JU2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI4DA38JU2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI4DA38JU2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI4DA38JU2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI4DA38JU2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI4DA38JU2 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI4DA38JU2 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4DA38JU2 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI4DA38JU2 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI4DA38JU2 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI4DA38JU2 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI4DA38JU2 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI4DA38JU2 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI4DA38JU2 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI4DA38JU2 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI4DA38JU2 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI4DA38JU2 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI4DA38JU2 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI4DA38JU2 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI4DA38JU2 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI4DA38JU2 .mbr-section-title {
  color: #00d0f3;
}
.cid-uI4DA38JU2 .mbr-text {
  color: #ffffff;
}
.cid-uI4DA38JU2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI4DA38JU2 .list {
  color: #ffffff;
}
.cid-uI4DA38JU2 .mbr-contact {
  color: #ffffff;
}
.cid-uI4DA38JU2 .mbr-desc {
  color: #ffffff;
}
.cid-uI4DA38JU2 .mbr-contact,
.cid-uI4DA38JU2 .item-contact {
  color: #fdfdfd;
}
.cid-uI4DA38JU2 .list,
.cid-uI4DA38JU2 .item-wrap {
  color: #df8825;
}
.cid-uI4DA38JU2 .mbr-desc,
.cid-uI4DA38JU2 .mbr-section-btn {
  text-align: center;
}
.cid-uI56FrhFfx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uI56FrhFfx nav.navbar {
  position: fixed;
}
.cid-uI56FrhFfx .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-uI56FrhFfx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI56FrhFfx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI56FrhFfx .dropdown-item:hover,
.cid-uI56FrhFfx .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uI56FrhFfx .dropdown-item:hover span {
  color: white;
}
.cid-uI56FrhFfx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI56FrhFfx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI56FrhFfx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI56FrhFfx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI56FrhFfx .nav-link {
  position: relative;
}
.cid-uI56FrhFfx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI56FrhFfx .container {
    flex-wrap: nowrap;
  }
}
.cid-uI56FrhFfx .navbar-nav {
  margin: 0 auto;
}
.cid-uI56FrhFfx .dropdown-menu,
.cid-uI56FrhFfx .navbar.opened {
  background: #007b1c !important;
}
.cid-uI56FrhFfx .nav-item:focus,
.cid-uI56FrhFfx .nav-link:focus {
  outline: none;
}
.cid-uI56FrhFfx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI56FrhFfx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI56FrhFfx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI56FrhFfx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI56FrhFfx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI56FrhFfx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI56FrhFfx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI56FrhFfx .navbar.opened {
  transition: all 0.3s;
}
.cid-uI56FrhFfx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI56FrhFfx .navbar .navbar-logo img {
  width: auto;
}
.cid-uI56FrhFfx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI56FrhFfx .navbar.collapsed {
  justify-content: center;
}
.cid-uI56FrhFfx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI56FrhFfx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI56FrhFfx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI56FrhFfx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI56FrhFfx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI56FrhFfx .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-uI56FrhFfx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI56FrhFfx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI56FrhFfx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI56FrhFfx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI56FrhFfx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI56FrhFfx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI56FrhFfx .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-uI56FrhFfx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI56FrhFfx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI56FrhFfx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI56FrhFfx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI56FrhFfx .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI56FrhFfx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI56FrhFfx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI56FrhFfx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI56FrhFfx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI56FrhFfx .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI56FrhFfx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI56FrhFfx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI56FrhFfx .dropdown-item.active,
.cid-uI56FrhFfx .dropdown-item:active {
  background-color: transparent;
}
.cid-uI56FrhFfx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI56FrhFfx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI56FrhFfx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI56FrhFfx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uI56FrhFfx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI56FrhFfx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI56FrhFfx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI56FrhFfx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI56FrhFfx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI56FrhFfx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uI56FrhFfx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI56FrhFfx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI56FrhFfx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI56FrhFfx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI56FrhFfx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI56FrhFfx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI56FrhFfx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI56FrhFfx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI56FrhFfx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI56FrhFfx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI56FrhFfx .navbar {
    height: 70px;
  }
  .cid-uI56FrhFfx .navbar.opened {
    height: auto;
  }
  .cid-uI56FrhFfx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI56FrhFfx .container,
.cid-uI56FrhFfx .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uI56FrhFfx .navbar-short {
  background-color: #007b1c !important;
}
.cid-uI56FrhFfx .navbar-short .container,
.cid-uI56FrhFfx .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uI56FrhFfx .navbar-short .container:before,
.cid-uI56FrhFfx .navbar-short .container-fluid:before {
  display: none;
}
.cid-uI56FrhFfx .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uI56FrhFfx .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uI56FrhFfx .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uI56FrhFfx .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uI56FrhFfx .navbar {
    overflow: hidden;
  }
  .cid-uI56FrhFfx .container,
  .cid-uI56FrhFfx .container-fluid {
    min-height: 85px;
  }
  .cid-uI56FrhFfx .navbar-brand {
    min-height: 85px;
  }
  .cid-uI56FrhFfx .navbar-short .container,
  .cid-uI56FrhFfx .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uI56FrhFfx .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uI56FrhFfx .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uI56FrhFfx .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uI56FrhFfx .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uI56FrhFfx .mbr-section-btn {
    text-align: left;
  }
  .cid-uI56FrhFfx .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uI56FrhFfx .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uI56FrVR28 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uI56FrVR28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI56FrVR28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI56FrVR28 .row {
  justify-content: center;
}
.cid-uI56FrVR28 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI56FrVR28 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI56FrVR28 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI56FrVR28 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI56FrVR28 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI56FrVR28 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI56FrVR28 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI56FrVR28 .mbr-section-title {
  color: #ffffff;
}
.cid-uI56FrVR28 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI56FrVR28 .mbr-desc {
  color: #ffffff;
}
.cid-uI56FrVR28 .mbr-section-title,
.cid-uI56FrVR28 .mbr-section-btn {
  text-align: center;
}
#custom-html-1lf {
  /* Force Mobirise parent to stay visible */
  /* BUTTON: LIGHT GREEN (#65E981) */
  /* BASE ICON STATE: Now includes transition */
  /* HOVER ICON STATE: The Psychological Emphasis (Delayed) */
  /* MOBILE: DOCKED LEFT */
}
#custom-html-1lf #custom-html-1kv,
#custom-html-1lf #custom-html-1kv .mbr-section,
#custom-html-1lf #custom-html-1kv div {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  overflow: visible !important;
}
#custom-html-1lf .floating-pill-container {
  position: fixed !important;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999 !important;
  background-color: #007b1c !important;
  padding: 8px 20px !important;
  border-radius: 50px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  width: auto !important;
  max-width: 95% !important;
  white-space: nowrap !important;
}
#custom-html-1lf .pill-text {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.9rem !important;
  color: #ffffff !important;
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}
#custom-html-1lf .floating-pill-container .btn-primary {
  margin: 0 !important;
  background-color: #65E981 !important;
  border-color: #65E981 !important;
  color: #232323 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  padding: 0.5rem 1.2rem !important;
  border-radius: 30px !important;
  /* Text transition speed */
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  text-transform: none !important;
  border: none !important;
}
#custom-html-1lf .floating-pill-container .btn-primary:hover {
  background-color: #3AE562 !important;
  color: #ffffff !important;
  transform: scale(1.03) !important;
}
#custom-html-1lf .btn-icon {
  font-size: 0.85rem !important;
  margin-right: 0.5rem !important;
  display: inline-block !important;
  color: #232323 !important;
  /* This makes the icon capable of a smooth color fade */
  transition: color 0.3s ease-in-out !important;
}
#custom-html-1lf .floating-pill-container .btn-primary:hover .btn-icon {
  color: #ffffff !important;
  /* 0.15s delay: Text changes first, then Icon follows */
  transition-delay: 0.15s !important;
}
@media (max-width: 767px) {
  #custom-html-1lf .floating-pill-container {
    flex-direction: column !important;
    left: 12px !important;
    transform: none !important;
    padding: 12px 15px !important;
    width: 72% !important;
    bottom: 15px !important;
    white-space: normal !important;
  }
  #custom-html-1lf .pill-text {
    font-size: 0.7rem !important;
    margin: 0 0 10px 0 !important;
    text-align: center !important;
  }
  #custom-html-1lf .floating-pill-container .btn-primary {
    width: 100% !important;
    font-size: 0.75rem !important;
  }
  #custom-html-1lf .btn-icon {
    display: none !important;
  }
}
.cid-v8vifJKBUY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8vifJKBUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8vifJKBUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8vifJKBUY .container {
    padding: 0 16px;
  }
}
.cid-v8vifJKBUY .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8vifJKBUY .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8vifJKBUY .content-wrapper {
    padding: 36px;
  }
}
.cid-v8vifJKBUY .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8vifJKBUY .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8vifJKBUY .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8vifJKBUY .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8vifJKBUY .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8vifJKBUY .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8vifJKBUY .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8vifJKBUY .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8vifJKBUY .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8vifJKBUY .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8vifJKBUY .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8vifJKBUY .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8vifJKBUY .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8vifJKBUY .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8vifJKBUY .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8vifJKBUY .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8vifJKBUY .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8vifJKBUY .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8vifJKBUY .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8vifJKBUY .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8vifJKBUY .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8vifJKBUY .mbr-text {
  color: #f0f0f0;
}
.cid-v8vifJKBUY .mbr-name {
  color: #cccccc;
}
.cid-v8vifJKBUY .mbr-role {
  color: #cccccc;
}
.cid-v8vifJKBUY .mbr-text,
.cid-v8vifJKBUY .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8vifJKBUY .mbr-name,
.cid-v8vifJKBUY .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uNWECKPk7b {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-uNWECKPk7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWECKPk7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWECKPk7b .row {
  justify-content: center;
}
.cid-uNWECKPk7b .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWECKPk7b .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWECKPk7b .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWECKPk7b .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWECKPk7b .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWECKPk7b .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWECKPk7b .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWECKPk7b .mbr-section-title {
  color: #ffffff;
}
.cid-uNWECKPk7b .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWECKPk7b .mbr-desc {
  color: #ffffff;
}
.cid-uNWECKPk7b .mbr-section-title,
.cid-uNWECKPk7b .mbr-section-btn {
  text-align: center;
}
.cid-vgRtDJG2nt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-vgRtDJG2nt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRtDJG2nt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRtDJG2nt .row {
  justify-content: center;
}
.cid-vgRtDJG2nt .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vgRtDJG2nt .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vgRtDJG2nt .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vgRtDJG2nt .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vgRtDJG2nt .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vgRtDJG2nt .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgRtDJG2nt .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-vgRtDJG2nt .mbr-section-title {
  color: #ffffff;
}
.cid-vgRtDJG2nt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vgRtDJG2nt .mbr-desc {
  color: #ffffff;
}
.cid-vgRtDJG2nt .mbr-section-title,
.cid-vgRtDJG2nt .mbr-section-btn {
  text-align: center;
}
.cid-uI56FtA2en {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpeg");
}
.cid-uI56FtA2en .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI56FtA2en .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI56FtA2en .btn {
  padding: 15px 30px !important;
}
.cid-uI56FtA2en a {
  font-weight: 400;
}
.cid-uI56FtA2en .mbr-section-subtitle,
.cid-uI56FtA2en .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uI56FtA2en .row {
  justify-content: center;
  display: flex;
}
.cid-uIVSARklbT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVSARklbT .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVSARklbT .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVSARklbT H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVSARklbT .section-text,
.cid-uIVSARklbT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVSARklbT .section-text,
.cid-uIVSARklbT .mbr-section-btn DIV {
  text-align: center;
}
.cid-uI56FusXHZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uI56FusXHZ .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uI56FusXHZ .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uI56FusXHZ .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uI56FusXHZ .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uI56FusXHZ .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uI56FusXHZ .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uI56FusXHZ .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uI56FusXHZ .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uI56FusXHZ .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uI56FusXHZ .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uI56FusXHZ [class^="socicon-"]:before,
.cid-uI56FusXHZ [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uI56FusXHZ .btn {
    font-size: 20px !important;
  }
}
.cid-uI56FusXHZ .mbr-section-title {
  color: #ffffff;
}
.cid-uI56Fvk69V {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI56Fvk69V::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI56Fvk69V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI56Fvk69V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI56Fvk69V .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI56Fvk69V .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI56Fvk69V .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI56Fvk69V .container {
    padding: 0 22px;
  }
}
.cid-uI56Fvk69V .row {
  position: relative;
  z-index: 1;
}
.cid-uI56Fvk69V .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI56Fvk69V .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI56Fvk69V .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI56Fvk69V .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI56Fvk69V .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI56Fvk69V .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI56Fvk69V .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI56Fvk69V .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI56Fvk69V .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI56Fvk69V .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI56Fvk69V .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI56Fvk69V .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI56Fvk69V .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI56Fvk69V .nav-wrapper .list .item-wrap:hover,
.cid-uI56Fvk69V .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI56Fvk69V .nav-wrapper .list .item-wrap:hover::before,
.cid-uI56Fvk69V .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI56Fvk69V .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI56Fvk69V .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI56Fvk69V .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI56Fvk69V .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI56Fvk69V .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI56Fvk69V .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI56Fvk69V .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI56Fvk69V .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI56Fvk69V .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI56Fvk69V .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI56Fvk69V .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI56Fvk69V .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI56Fvk69V .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI56Fvk69V .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI56Fvk69V .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI56Fvk69V .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI56Fvk69V .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI56Fvk69V .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI56Fvk69V .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI56Fvk69V .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI56Fvk69V .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI56Fvk69V .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI56Fvk69V .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI56Fvk69V .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI56Fvk69V .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI56Fvk69V .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI56Fvk69V .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI56Fvk69V .mbr-section-title {
  color: #00d0f3;
}
.cid-uI56Fvk69V .mbr-text {
  color: #ffffff;
}
.cid-uI56Fvk69V .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI56Fvk69V .list {
  color: #ffffff;
}
.cid-uI56Fvk69V .mbr-contact {
  color: #ffffff;
}
.cid-uI56Fvk69V .mbr-desc {
  color: #ffffff;
}
.cid-uI56Fvk69V .mbr-contact,
.cid-uI56Fvk69V .item-contact {
  color: #fdfdfd;
}
.cid-uI56Fvk69V .list,
.cid-uI56Fvk69V .item-wrap {
  color: #df8825;
}
.cid-uI56Fvk69V .mbr-desc,
.cid-uI56Fvk69V .mbr-section-btn {
  text-align: center;
}
.cid-uIezDcwNbT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIezDcwNbT nav.navbar {
  position: fixed;
}
.cid-uIezDcwNbT .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-uIezDcwNbT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIezDcwNbT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIezDcwNbT .dropdown-item:hover,
.cid-uIezDcwNbT .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIezDcwNbT .dropdown-item:hover span {
  color: white;
}
.cid-uIezDcwNbT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIezDcwNbT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIezDcwNbT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIezDcwNbT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIezDcwNbT .nav-link {
  position: relative;
}
.cid-uIezDcwNbT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIezDcwNbT .container {
    flex-wrap: nowrap;
  }
}
.cid-uIezDcwNbT .navbar-nav {
  margin: 0 auto;
}
.cid-uIezDcwNbT .dropdown-menu,
.cid-uIezDcwNbT .navbar.opened {
  background: #007b1c !important;
}
.cid-uIezDcwNbT .nav-item:focus,
.cid-uIezDcwNbT .nav-link:focus {
  outline: none;
}
.cid-uIezDcwNbT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIezDcwNbT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIezDcwNbT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIezDcwNbT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIezDcwNbT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIezDcwNbT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIezDcwNbT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIezDcwNbT .navbar.opened {
  transition: all 0.3s;
}
.cid-uIezDcwNbT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIezDcwNbT .navbar .navbar-logo img {
  width: auto;
}
.cid-uIezDcwNbT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIezDcwNbT .navbar.collapsed {
  justify-content: center;
}
.cid-uIezDcwNbT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIezDcwNbT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIezDcwNbT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIezDcwNbT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIezDcwNbT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIezDcwNbT .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-uIezDcwNbT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIezDcwNbT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIezDcwNbT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIezDcwNbT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIezDcwNbT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIezDcwNbT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIezDcwNbT .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-uIezDcwNbT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIezDcwNbT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIezDcwNbT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIezDcwNbT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIezDcwNbT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIezDcwNbT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIezDcwNbT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIezDcwNbT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIezDcwNbT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIezDcwNbT .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIezDcwNbT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIezDcwNbT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIezDcwNbT .dropdown-item.active,
.cid-uIezDcwNbT .dropdown-item:active {
  background-color: transparent;
}
.cid-uIezDcwNbT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIezDcwNbT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIezDcwNbT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIezDcwNbT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIezDcwNbT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIezDcwNbT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIezDcwNbT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIezDcwNbT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIezDcwNbT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIezDcwNbT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIezDcwNbT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIezDcwNbT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIezDcwNbT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIezDcwNbT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIezDcwNbT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIezDcwNbT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIezDcwNbT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIezDcwNbT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIezDcwNbT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIezDcwNbT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIezDcwNbT .navbar {
    height: 70px;
  }
  .cid-uIezDcwNbT .navbar.opened {
    height: auto;
  }
  .cid-uIezDcwNbT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIezDcwNbT .container,
.cid-uIezDcwNbT .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIezDcwNbT .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIezDcwNbT .navbar-short .container,
.cid-uIezDcwNbT .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIezDcwNbT .navbar-short .container:before,
.cid-uIezDcwNbT .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIezDcwNbT .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIezDcwNbT .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIezDcwNbT .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIezDcwNbT .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIezDcwNbT .navbar {
    overflow: hidden;
  }
  .cid-uIezDcwNbT .container,
  .cid-uIezDcwNbT .container-fluid {
    min-height: 85px;
  }
  .cid-uIezDcwNbT .navbar-brand {
    min-height: 85px;
  }
  .cid-uIezDcwNbT .navbar-short .container,
  .cid-uIezDcwNbT .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIezDcwNbT .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIezDcwNbT .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIezDcwNbT .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIezDcwNbT .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIezDcwNbT .mbr-section-btn {
    text-align: left;
  }
  .cid-uIezDcwNbT .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIezDcwNbT .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIezDcV6cJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIezDcV6cJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIezDcV6cJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIezDcV6cJ .row {
  justify-content: center;
}
.cid-uIezDcV6cJ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIezDcV6cJ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIezDcV6cJ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIezDcV6cJ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIezDcV6cJ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIezDcV6cJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIezDcV6cJ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIezDcV6cJ .mbr-section-title {
  color: #ffffff;
}
.cid-uIezDcV6cJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIezDcV6cJ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIezDcV6cJ .mbr-section-title,
.cid-uIezDcV6cJ .mbr-section-btn {
  text-align: center;
}
.cid-uIezDdeG5a {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIezDdeG5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIezDdeG5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIezDdeG5a .row {
  justify-content: center;
}
.cid-uIezDdeG5a .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIezDdeG5a .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIezDdeG5a .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIezDdeG5a .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIezDdeG5a .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIezDdeG5a .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIezDdeG5a .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIezDdeG5a .mbr-section-title {
  color: #ffffff;
}
.cid-uIezDdeG5a .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIezDdeG5a .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIezDdeG5a .mbr-section-title,
.cid-uIezDdeG5a .mbr-section-btn {
  text-align: center;
}
.cid-uJ64k6C7KG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ64k6C7KG .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ64k6C7KG .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ64k6C7KG H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ64k6C7KG .section-text,
.cid-uJ64k6C7KG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ64k6C7KG .section-text,
.cid-uJ64k6C7KG .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ64jtPqhj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ64jtPqhj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ64jtPqhj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ64jtPqhj .row {
  justify-content: center;
}
.cid-uJ64jtPqhj .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ64jtPqhj .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ64jtPqhj .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ64jtPqhj .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ64jtPqhj .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ64jtPqhj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ64jtPqhj .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ64jtPqhj .mbr-section-title {
  color: #ffffff;
}
.cid-uJ64jtPqhj .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ64jtPqhj .mbr-desc {
  color: #ffffff;
}
.cid-uJ64jtPqhj .mbr-section-title,
.cid-uJ64jtPqhj .mbr-section-btn {
  text-align: center;
}
.cid-uIezDdSCzU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1272.jpg");
}
.cid-uIezDdSCzU .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIezDdSCzU .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIezDdSCzU .btn {
  padding: 15px 30px !important;
}
.cid-uIezDdSCzU a {
  font-weight: 400;
}
.cid-uIezDdSCzU .mbr-section-subtitle,
.cid-uIezDdSCzU .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIezDdSCzU .row {
  justify-content: center;
  display: flex;
}
.cid-uIVTEOQaU8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVTEOQaU8 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVTEOQaU8 .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVTEOQaU8 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVTEOQaU8 .section-text,
.cid-uIVTEOQaU8 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVTEOQaU8 .section-text,
.cid-uIVTEOQaU8 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIezDez4xi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIezDez4xi .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIezDez4xi .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIezDez4xi .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIezDez4xi .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIezDez4xi .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIezDez4xi .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIezDez4xi .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIezDez4xi .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIezDez4xi .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIezDez4xi .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIezDez4xi [class^="socicon-"]:before,
.cid-uIezDez4xi [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIezDez4xi .btn {
    font-size: 20px !important;
  }
}
.cid-uIezDez4xi .mbr-section-title {
  color: #ffffff;
}
.cid-uIezDeUJyI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIezDeUJyI::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIezDeUJyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIezDeUJyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIezDeUJyI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIezDeUJyI .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIezDeUJyI .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIezDeUJyI .container {
    padding: 0 22px;
  }
}
.cid-uIezDeUJyI .row {
  position: relative;
  z-index: 1;
}
.cid-uIezDeUJyI .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIezDeUJyI .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIezDeUJyI .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIezDeUJyI .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIezDeUJyI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIezDeUJyI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIezDeUJyI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIezDeUJyI .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIezDeUJyI .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIezDeUJyI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIezDeUJyI .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIezDeUJyI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIezDeUJyI .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIezDeUJyI .nav-wrapper .list .item-wrap:hover,
.cid-uIezDeUJyI .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIezDeUJyI .nav-wrapper .list .item-wrap:hover::before,
.cid-uIezDeUJyI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIezDeUJyI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIezDeUJyI .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIezDeUJyI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIezDeUJyI .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIezDeUJyI .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIezDeUJyI .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIezDeUJyI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIezDeUJyI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIezDeUJyI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIezDeUJyI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIezDeUJyI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIezDeUJyI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIezDeUJyI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIezDeUJyI .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIezDeUJyI .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIezDeUJyI .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIezDeUJyI .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIezDeUJyI .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIezDeUJyI .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIezDeUJyI .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIezDeUJyI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIezDeUJyI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIezDeUJyI .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIezDeUJyI .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIezDeUJyI .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIezDeUJyI .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIezDeUJyI .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIezDeUJyI .mbr-section-title {
  color: #00d0f3;
}
.cid-uIezDeUJyI .mbr-text {
  color: #ffffff;
}
.cid-uIezDeUJyI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIezDeUJyI .list {
  color: #ffffff;
}
.cid-uIezDeUJyI .mbr-contact {
  color: #ffffff;
}
.cid-uIezDeUJyI .mbr-desc {
  color: #ffffff;
}
.cid-uIezDeUJyI .mbr-contact,
.cid-uIezDeUJyI .item-contact {
  color: #fdfdfd;
}
.cid-uIezDeUJyI .list,
.cid-uIezDeUJyI .item-wrap {
  color: #df8825;
}
.cid-uIezDeUJyI .mbr-desc,
.cid-uIezDeUJyI .mbr-section-btn {
  text-align: center;
}
.cid-uIeQk0sLP5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIeQk0sLP5 nav.navbar {
  position: fixed;
}
.cid-uIeQk0sLP5 .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-uIeQk0sLP5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIeQk0sLP5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIeQk0sLP5 .dropdown-item:hover,
.cid-uIeQk0sLP5 .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIeQk0sLP5 .dropdown-item:hover span {
  color: white;
}
.cid-uIeQk0sLP5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIeQk0sLP5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIeQk0sLP5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIeQk0sLP5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIeQk0sLP5 .nav-link {
  position: relative;
}
.cid-uIeQk0sLP5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIeQk0sLP5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIeQk0sLP5 .navbar-nav {
  margin: 0 auto;
}
.cid-uIeQk0sLP5 .dropdown-menu,
.cid-uIeQk0sLP5 .navbar.opened {
  background: #007b1c !important;
}
.cid-uIeQk0sLP5 .nav-item:focus,
.cid-uIeQk0sLP5 .nav-link:focus {
  outline: none;
}
.cid-uIeQk0sLP5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIeQk0sLP5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIeQk0sLP5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIeQk0sLP5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIeQk0sLP5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIeQk0sLP5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIeQk0sLP5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIeQk0sLP5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIeQk0sLP5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIeQk0sLP5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIeQk0sLP5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIeQk0sLP5 .navbar.collapsed {
  justify-content: center;
}
.cid-uIeQk0sLP5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIeQk0sLP5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIeQk0sLP5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIeQk0sLP5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIeQk0sLP5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIeQk0sLP5 .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-uIeQk0sLP5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIeQk0sLP5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIeQk0sLP5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIeQk0sLP5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIeQk0sLP5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIeQk0sLP5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIeQk0sLP5 .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-uIeQk0sLP5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIeQk0sLP5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIeQk0sLP5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIeQk0sLP5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIeQk0sLP5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIeQk0sLP5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIeQk0sLP5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIeQk0sLP5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIeQk0sLP5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIeQk0sLP5 .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIeQk0sLP5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIeQk0sLP5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIeQk0sLP5 .dropdown-item.active,
.cid-uIeQk0sLP5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIeQk0sLP5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIeQk0sLP5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIeQk0sLP5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIeQk0sLP5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIeQk0sLP5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIeQk0sLP5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIeQk0sLP5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIeQk0sLP5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIeQk0sLP5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIeQk0sLP5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIeQk0sLP5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIeQk0sLP5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeQk0sLP5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIeQk0sLP5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIeQk0sLP5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeQk0sLP5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIeQk0sLP5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIeQk0sLP5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeQk0sLP5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIeQk0sLP5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIeQk0sLP5 .navbar {
    height: 70px;
  }
  .cid-uIeQk0sLP5 .navbar.opened {
    height: auto;
  }
  .cid-uIeQk0sLP5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIeQk0sLP5 .container,
.cid-uIeQk0sLP5 .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIeQk0sLP5 .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIeQk0sLP5 .navbar-short .container,
.cid-uIeQk0sLP5 .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIeQk0sLP5 .navbar-short .container:before,
.cid-uIeQk0sLP5 .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIeQk0sLP5 .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIeQk0sLP5 .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIeQk0sLP5 .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIeQk0sLP5 .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIeQk0sLP5 .navbar {
    overflow: hidden;
  }
  .cid-uIeQk0sLP5 .container,
  .cid-uIeQk0sLP5 .container-fluid {
    min-height: 85px;
  }
  .cid-uIeQk0sLP5 .navbar-brand {
    min-height: 85px;
  }
  .cid-uIeQk0sLP5 .navbar-short .container,
  .cid-uIeQk0sLP5 .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIeQk0sLP5 .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIeQk0sLP5 .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIeQk0sLP5 .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIeQk0sLP5 .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIeQk0sLP5 .mbr-section-btn {
    text-align: left;
  }
  .cid-uIeQk0sLP5 .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIeQk0sLP5 .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIeQk0Teav {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeQk0Teav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeQk0Teav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeQk0Teav .row {
  justify-content: center;
}
.cid-uIeQk0Teav .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeQk0Teav .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeQk0Teav .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeQk0Teav .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeQk0Teav .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeQk0Teav .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeQk0Teav .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeQk0Teav .mbr-section-title {
  color: #ffffff;
}
.cid-uIeQk0Teav .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeQk0Teav .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIeQk0Teav .mbr-section-title,
.cid-uIeQk0Teav .mbr-section-btn {
  text-align: center;
}
.cid-uIeQwuUqqN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uIeQwuUqqN h2 {
  text-align: left;
}
.cid-uIeQwuUqqN h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIeQwuUqqN p {
  color: #767676;
  text-align: left;
}
.cid-uIeQwuUqqN .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIeQwuUqqN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIeQwuUqqN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIeQwuUqqN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIeQwuUqqN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIeQwuUqqN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIeQwuUqqN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIeQwuUqqN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIeQwuUqqN .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIeQwuUqqN H2 {
  color: #ffffff;
}
.cid-uIeQwuUqqN .mbr-text {
  color: #ffffff;
}
.cid-uIeQwuUqqN P {
  color: #ffffff;
}
.cid-uIeQwuUqqN H4 {
  color: #ffffff;
}
.cid-uIeQk1FIxn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uIeQk1FIxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeQk1FIxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeQk1FIxn .row {
  justify-content: center;
}
.cid-uIeQk1FIxn .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeQk1FIxn .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeQk1FIxn .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeQk1FIxn .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeQk1FIxn .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeQk1FIxn .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeQk1FIxn .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeQk1FIxn .mbr-section-title {
  color: #ffffff;
}
.cid-uIeQk1FIxn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIeQk1FIxn .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeQk1FIxn .mbr-section-title,
.cid-uIeQk1FIxn .mbr-section-btn {
  text-align: center;
}
.cid-uIeQk25XyN {
  background-color: #272c52;
}
.cid-uIeQk25XyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeQk25XyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeQk25XyN .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uIeQk25XyN .container {
  max-width: 1280px;
}
.cid-uIeQk25XyN .row {
  justify-content: center;
}
.cid-uIeQk25XyN .mbr-section-title {
  color: #212132;
}
.cid-uIeQk25XyN .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uIeQk25XyN .mbr-section-title,
.cid-uIeQk25XyN .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ655Zno0C {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ655Zno0C .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uJ655Zno0C .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ655Zno0C H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uJ655Zno0C .section-text,
.cid-uJ655Zno0C .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ655Zno0C .section-text,
.cid-uJ655Zno0C .mbr-section-btn DIV {
  text-align: center;
}
.cid-uJ655kKQ9K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uJ655kKQ9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ655kKQ9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ655kKQ9K .row {
  justify-content: center;
}
.cid-uJ655kKQ9K .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ655kKQ9K .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ655kKQ9K .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ655kKQ9K .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ655kKQ9K .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ655kKQ9K .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ655kKQ9K .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ655kKQ9K .mbr-section-title {
  color: #ffffff;
}
.cid-uJ655kKQ9K .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ655kKQ9K .mbr-desc {
  color: #ffffff;
}
.cid-uJ655kKQ9K .mbr-section-title,
.cid-uJ655kKQ9K .mbr-section-btn {
  text-align: center;
}
.cid-uIeQk2LLiW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpeg");
}
.cid-uIeQk2LLiW .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeQk2LLiW .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIeQk2LLiW .btn {
  padding: 15px 30px !important;
}
.cid-uIeQk2LLiW a {
  font-weight: 400;
}
.cid-uIeQk2LLiW .mbr-section-subtitle,
.cid-uIeQk2LLiW .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIeQk2LLiW .row {
  justify-content: center;
  display: flex;
}
.cid-uIVTR6bSjs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uIVTR6bSjs .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVTR6bSjs .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVTR6bSjs H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVTR6bSjs .section-text,
.cid-uIVTR6bSjs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVTR6bSjs .section-text,
.cid-uIVTR6bSjs .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIeQk3z1X3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uIeQk3z1X3 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIeQk3z1X3 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIeQk3z1X3 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIeQk3z1X3 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIeQk3z1X3 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIeQk3z1X3 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIeQk3z1X3 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIeQk3z1X3 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIeQk3z1X3 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIeQk3z1X3 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIeQk3z1X3 [class^="socicon-"]:before,
.cid-uIeQk3z1X3 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIeQk3z1X3 .btn {
    font-size: 20px !important;
  }
}
.cid-uIeQk3z1X3 .mbr-section-title {
  color: #ffffff;
}
.cid-uIeQk3XrSc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIeQk3XrSc::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIeQk3XrSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeQk3XrSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeQk3XrSc .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIeQk3XrSc .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIeQk3XrSc .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIeQk3XrSc .container {
    padding: 0 22px;
  }
}
.cid-uIeQk3XrSc .row {
  position: relative;
  z-index: 1;
}
.cid-uIeQk3XrSc .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIeQk3XrSc .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeQk3XrSc .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIeQk3XrSc .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIeQk3XrSc .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeQk3XrSc .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIeQk3XrSc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIeQk3XrSc .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeQk3XrSc .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIeQk3XrSc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIeQk3XrSc .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIeQk3XrSc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIeQk3XrSc .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeQk3XrSc .nav-wrapper .list .item-wrap:hover,
.cid-uIeQk3XrSc .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIeQk3XrSc .nav-wrapper .list .item-wrap:hover::before,
.cid-uIeQk3XrSc .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIeQk3XrSc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeQk3XrSc .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeQk3XrSc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeQk3XrSc .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIeQk3XrSc .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIeQk3XrSc .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIeQk3XrSc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIeQk3XrSc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIeQk3XrSc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIeQk3XrSc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIeQk3XrSc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIeQk3XrSc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIeQk3XrSc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIeQk3XrSc .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIeQk3XrSc .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIeQk3XrSc .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIeQk3XrSc .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIeQk3XrSc .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIeQk3XrSc .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIeQk3XrSc .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIeQk3XrSc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIeQk3XrSc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIeQk3XrSc .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIeQk3XrSc .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIeQk3XrSc .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIeQk3XrSc .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIeQk3XrSc .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIeQk3XrSc .mbr-section-title {
  color: #00d0f3;
}
.cid-uIeQk3XrSc .mbr-text {
  color: #ffffff;
}
.cid-uIeQk3XrSc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIeQk3XrSc .list {
  color: #ffffff;
}
.cid-uIeQk3XrSc .mbr-contact {
  color: #ffffff;
}
.cid-uIeQk3XrSc .mbr-desc {
  color: #ffffff;
}
.cid-uIeQk3XrSc .mbr-contact,
.cid-uIeQk3XrSc .item-contact {
  color: #fdfdfd;
}
.cid-uIeQk3XrSc .list,
.cid-uIeQk3XrSc .item-wrap {
  color: #df8825;
}
.cid-uIeQk3XrSc .mbr-desc,
.cid-uIeQk3XrSc .mbr-section-btn {
  text-align: center;
}
.cid-uIsY5tRitO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIsY5tRitO nav.navbar {
  position: fixed;
}
.cid-uIsY5tRitO .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-uIsY5tRitO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIsY5tRitO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIsY5tRitO .dropdown-item:hover,
.cid-uIsY5tRitO .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIsY5tRitO .dropdown-item:hover span {
  color: white;
}
.cid-uIsY5tRitO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIsY5tRitO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIsY5tRitO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIsY5tRitO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIsY5tRitO .nav-link {
  position: relative;
}
.cid-uIsY5tRitO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIsY5tRitO .container {
    flex-wrap: nowrap;
  }
}
.cid-uIsY5tRitO .navbar-nav {
  margin: 0 auto;
}
.cid-uIsY5tRitO .dropdown-menu,
.cid-uIsY5tRitO .navbar.opened {
  background: #007b1c !important;
}
.cid-uIsY5tRitO .nav-item:focus,
.cid-uIsY5tRitO .nav-link:focus {
  outline: none;
}
.cid-uIsY5tRitO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIsY5tRitO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIsY5tRitO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIsY5tRitO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIsY5tRitO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIsY5tRitO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIsY5tRitO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIsY5tRitO .navbar.opened {
  transition: all 0.3s;
}
.cid-uIsY5tRitO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIsY5tRitO .navbar .navbar-logo img {
  width: auto;
}
.cid-uIsY5tRitO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIsY5tRitO .navbar.collapsed {
  justify-content: center;
}
.cid-uIsY5tRitO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIsY5tRitO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIsY5tRitO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIsY5tRitO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIsY5tRitO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIsY5tRitO .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-uIsY5tRitO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIsY5tRitO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIsY5tRitO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIsY5tRitO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIsY5tRitO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIsY5tRitO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIsY5tRitO .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-uIsY5tRitO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIsY5tRitO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIsY5tRitO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIsY5tRitO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIsY5tRitO .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIsY5tRitO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIsY5tRitO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIsY5tRitO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIsY5tRitO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIsY5tRitO .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIsY5tRitO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIsY5tRitO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIsY5tRitO .dropdown-item.active,
.cid-uIsY5tRitO .dropdown-item:active {
  background-color: transparent;
}
.cid-uIsY5tRitO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIsY5tRitO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIsY5tRitO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIsY5tRitO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIsY5tRitO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIsY5tRitO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIsY5tRitO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIsY5tRitO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIsY5tRitO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIsY5tRitO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIsY5tRitO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIsY5tRitO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIsY5tRitO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIsY5tRitO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIsY5tRitO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIsY5tRitO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIsY5tRitO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIsY5tRitO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIsY5tRitO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIsY5tRitO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIsY5tRitO .navbar {
    height: 70px;
  }
  .cid-uIsY5tRitO .navbar.opened {
    height: auto;
  }
  .cid-uIsY5tRitO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIsY5tRitO .container,
.cid-uIsY5tRitO .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIsY5tRitO .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIsY5tRitO .navbar-short .container,
.cid-uIsY5tRitO .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIsY5tRitO .navbar-short .container:before,
.cid-uIsY5tRitO .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIsY5tRitO .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIsY5tRitO .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIsY5tRitO .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIsY5tRitO .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIsY5tRitO .navbar {
    overflow: hidden;
  }
  .cid-uIsY5tRitO .container,
  .cid-uIsY5tRitO .container-fluid {
    min-height: 85px;
  }
  .cid-uIsY5tRitO .navbar-brand {
    min-height: 85px;
  }
  .cid-uIsY5tRitO .navbar-short .container,
  .cid-uIsY5tRitO .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIsY5tRitO .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIsY5tRitO .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIsY5tRitO .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIsY5tRitO .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIsY5tRitO .mbr-section-btn {
    text-align: left;
  }
  .cid-uIsY5tRitO .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIsY5tRitO .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIsY5ulHS4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIsY5ulHS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsY5ulHS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsY5ulHS4 .row {
  justify-content: center;
}
.cid-uIsY5ulHS4 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIsY5ulHS4 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIsY5ulHS4 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIsY5ulHS4 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIsY5ulHS4 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIsY5ulHS4 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIsY5ulHS4 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIsY5ulHS4 .mbr-section-title {
  color: #ffffff;
}
.cid-uIsY5ulHS4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIsY5ulHS4 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIsY5ulHS4 .mbr-section-title,
.cid-uIsY5ulHS4 .mbr-section-btn {
  text-align: center;
}
.cid-uIsYklyIys {
  background: #072b0f;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uIsYklyIys .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uIsYklyIys .video-block {
    width: 100% !important;
  }
}
.cid-uIsYloeHC4 {
  background: #072b0f;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uIsYloeHC4 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uIsYloeHC4 .video-block {
    width: 100% !important;
  }
}
.cid-uIsYm7AzXg {
  background: #072b0f;
  padding-top: 15px;
  padding-bottom: 75px;
}
.cid-uIsYm7AzXg .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uIsYm7AzXg .video-block {
    width: 100% !important;
  }
}
.cid-uIsY5wqTtc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpeg");
}
.cid-uIsY5wqTtc .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIsY5wqTtc .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIsY5wqTtc .btn {
  padding: 15px 30px !important;
}
.cid-uIsY5wqTtc a {
  font-weight: 400;
}
.cid-uIsY5wqTtc .mbr-section-subtitle,
.cid-uIsY5wqTtc .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIsY5wqTtc .row {
  justify-content: center;
  display: flex;
}
.cid-uIVQmjBex6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVQmjBex6 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVQmjBex6 .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVQmjBex6 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVQmjBex6 .section-text,
.cid-uIVQmjBex6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVQmjBex6 .section-text,
.cid-uIVQmjBex6 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIsY5xfcgO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uIsY5xfcgO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIsY5xfcgO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIsY5xfcgO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIsY5xfcgO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIsY5xfcgO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIsY5xfcgO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIsY5xfcgO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIsY5xfcgO .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIsY5xfcgO .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIsY5xfcgO .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIsY5xfcgO [class^="socicon-"]:before,
.cid-uIsY5xfcgO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIsY5xfcgO .btn {
    font-size: 20px !important;
  }
}
.cid-uIsY5xfcgO .mbr-section-title {
  color: #ffffff;
}
.cid-uNWDA2fExh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWDA2fExh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWDA2fExh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWDA2fExh .row {
  justify-content: center;
}
.cid-uNWDA2fExh .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWDA2fExh .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWDA2fExh .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWDA2fExh .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWDA2fExh .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWDA2fExh .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWDA2fExh .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWDA2fExh .mbr-section-title {
  color: #ffffff;
}
.cid-uNWDA2fExh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWDA2fExh .mbr-desc {
  color: #ffffff;
}
.cid-uNWDA2fExh .mbr-section-title,
.cid-uNWDA2fExh .mbr-section-btn {
  text-align: center;
}
.cid-uIsY5y7tTM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIsY5y7tTM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIsY5y7tTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsY5y7tTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsY5y7tTM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIsY5y7tTM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIsY5y7tTM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIsY5y7tTM .container {
    padding: 0 22px;
  }
}
.cid-uIsY5y7tTM .row {
  position: relative;
  z-index: 1;
}
.cid-uIsY5y7tTM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIsY5y7tTM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIsY5y7tTM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIsY5y7tTM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIsY5y7tTM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIsY5y7tTM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIsY5y7tTM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIsY5y7tTM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIsY5y7tTM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIsY5y7tTM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIsY5y7tTM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIsY5y7tTM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIsY5y7tTM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIsY5y7tTM .nav-wrapper .list .item-wrap:hover,
.cid-uIsY5y7tTM .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIsY5y7tTM .nav-wrapper .list .item-wrap:hover::before,
.cid-uIsY5y7tTM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIsY5y7tTM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIsY5y7tTM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIsY5y7tTM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIsY5y7tTM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIsY5y7tTM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIsY5y7tTM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIsY5y7tTM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIsY5y7tTM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIsY5y7tTM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIsY5y7tTM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIsY5y7tTM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIsY5y7tTM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIsY5y7tTM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIsY5y7tTM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIsY5y7tTM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIsY5y7tTM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIsY5y7tTM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIsY5y7tTM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIsY5y7tTM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIsY5y7tTM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIsY5y7tTM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIsY5y7tTM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIsY5y7tTM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIsY5y7tTM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIsY5y7tTM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIsY5y7tTM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIsY5y7tTM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIsY5y7tTM .mbr-section-title {
  color: #00d0f3;
}
.cid-uIsY5y7tTM .mbr-text {
  color: #ffffff;
}
.cid-uIsY5y7tTM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIsY5y7tTM .list {
  color: #ffffff;
}
.cid-uIsY5y7tTM .mbr-contact {
  color: #ffffff;
}
.cid-uIsY5y7tTM .mbr-desc {
  color: #ffffff;
}
.cid-uIsY5y7tTM .mbr-contact,
.cid-uIsY5y7tTM .item-contact {
  color: #fdfdfd;
}
.cid-uIsY5y7tTM .list,
.cid-uIsY5y7tTM .item-wrap {
  color: #df8825;
}
.cid-uIsY5y7tTM .mbr-desc,
.cid-uIsY5y7tTM .mbr-section-btn {
  text-align: center;
}
.cid-uIsULjWoIZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIsULjWoIZ nav.navbar {
  position: fixed;
}
.cid-uIsULjWoIZ .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-uIsULjWoIZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIsULjWoIZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIsULjWoIZ .dropdown-item:hover,
.cid-uIsULjWoIZ .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIsULjWoIZ .dropdown-item:hover span {
  color: white;
}
.cid-uIsULjWoIZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIsULjWoIZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIsULjWoIZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIsULjWoIZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIsULjWoIZ .nav-link {
  position: relative;
}
.cid-uIsULjWoIZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIsULjWoIZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uIsULjWoIZ .navbar-nav {
  margin: 0 auto;
}
.cid-uIsULjWoIZ .dropdown-menu,
.cid-uIsULjWoIZ .navbar.opened {
  background: #007b1c !important;
}
.cid-uIsULjWoIZ .nav-item:focus,
.cid-uIsULjWoIZ .nav-link:focus {
  outline: none;
}
.cid-uIsULjWoIZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIsULjWoIZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIsULjWoIZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIsULjWoIZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIsULjWoIZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIsULjWoIZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIsULjWoIZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIsULjWoIZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uIsULjWoIZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIsULjWoIZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uIsULjWoIZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIsULjWoIZ .navbar.collapsed {
  justify-content: center;
}
.cid-uIsULjWoIZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIsULjWoIZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIsULjWoIZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIsULjWoIZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIsULjWoIZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIsULjWoIZ .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-uIsULjWoIZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIsULjWoIZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIsULjWoIZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIsULjWoIZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIsULjWoIZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIsULjWoIZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIsULjWoIZ .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-uIsULjWoIZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIsULjWoIZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIsULjWoIZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIsULjWoIZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIsULjWoIZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIsULjWoIZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIsULjWoIZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIsULjWoIZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIsULjWoIZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIsULjWoIZ .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIsULjWoIZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIsULjWoIZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIsULjWoIZ .dropdown-item.active,
.cid-uIsULjWoIZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uIsULjWoIZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIsULjWoIZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIsULjWoIZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIsULjWoIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIsULjWoIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIsULjWoIZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIsULjWoIZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIsULjWoIZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIsULjWoIZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIsULjWoIZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIsULjWoIZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIsULjWoIZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIsULjWoIZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIsULjWoIZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIsULjWoIZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIsULjWoIZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIsULjWoIZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIsULjWoIZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIsULjWoIZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIsULjWoIZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIsULjWoIZ .navbar {
    height: 70px;
  }
  .cid-uIsULjWoIZ .navbar.opened {
    height: auto;
  }
  .cid-uIsULjWoIZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIsULjWoIZ .container,
.cid-uIsULjWoIZ .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIsULjWoIZ .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIsULjWoIZ .navbar-short .container,
.cid-uIsULjWoIZ .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIsULjWoIZ .navbar-short .container:before,
.cid-uIsULjWoIZ .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIsULjWoIZ .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIsULjWoIZ .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIsULjWoIZ .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIsULjWoIZ .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIsULjWoIZ .navbar {
    overflow: hidden;
  }
  .cid-uIsULjWoIZ .container,
  .cid-uIsULjWoIZ .container-fluid {
    min-height: 85px;
  }
  .cid-uIsULjWoIZ .navbar-brand {
    min-height: 85px;
  }
  .cid-uIsULjWoIZ .navbar-short .container,
  .cid-uIsULjWoIZ .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIsULjWoIZ .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIsULjWoIZ .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIsULjWoIZ .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIsULjWoIZ .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIsULjWoIZ .mbr-section-btn {
    text-align: left;
  }
  .cid-uIsULjWoIZ .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIsULjWoIZ .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIsXhY3A3g {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIsXhY3A3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsXhY3A3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsXhY3A3g .row {
  justify-content: center;
}
.cid-uIsXhY3A3g .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIsXhY3A3g .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIsXhY3A3g .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIsXhY3A3g .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIsXhY3A3g .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIsXhY3A3g .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIsXhY3A3g .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIsXhY3A3g .mbr-section-title {
  color: #ffffff;
}
.cid-uIsXhY3A3g .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIsXhY3A3g .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIsXhY3A3g .mbr-section-title,
.cid-uIsXhY3A3g .mbr-section-btn {
  text-align: center;
}
.cid-uIsV8v9XEK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #072b0f;
}
.cid-uIsV8v9XEK H1 {
  color: #1e0d09;
}
.cid-uIsV8v9XEK P {
  color: #ffffff;
}
.cid-uIsVgDQskn {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #072b0f, #072b0f);
}
@media (min-width: 992px) {
  .cid-uIsVgDQskn .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIsVgDQskn .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-uIsVgDQskn .mbr-text,
.cid-uIsVgDQskn .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uIsVgDQskn .mbr-section-title {
  color: #ffffff;
}
.cid-uIsVhC5XeB {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #072b0f, #072b0f);
}
@media (min-width: 992px) {
  .cid-uIsVhC5XeB .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIsVhC5XeB .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-uIsVhC5XeB .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uIsVhC5XeB .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-uIsVhC5XeB .mbr-text,
.cid-uIsVhC5XeB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uIsVhC5XeB .mbr-section-title {
  color: #ffffff;
}
.cid-uIsVisV9vL {
  padding-top: 45px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #072b0f, #072b0f);
}
@media (min-width: 992px) {
  .cid-uIsVisV9vL .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIsVisV9vL .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-uIsVisV9vL .mbr-text,
.cid-uIsVisV9vL .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uIsVisV9vL .mbr-section-title {
  color: #ffffff;
}
.cid-uIsULmYWE3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpeg");
}
.cid-uIsULmYWE3 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIsULmYWE3 .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIsULmYWE3 .btn {
  padding: 15px 30px !important;
}
.cid-uIsULmYWE3 a {
  font-weight: 400;
}
.cid-uIsULmYWE3 .mbr-section-subtitle,
.cid-uIsULmYWE3 .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIsULmYWE3 .row {
  justify-content: center;
  display: flex;
}
.cid-uIVQiyvFyA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVQiyvFyA .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVQiyvFyA .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVQiyvFyA H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVQiyvFyA .section-text,
.cid-uIVQiyvFyA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVQiyvFyA .section-text,
.cid-uIVQiyvFyA .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIsULnVRan {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uIsULnVRan .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIsULnVRan .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIsULnVRan .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIsULnVRan .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIsULnVRan .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIsULnVRan .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIsULnVRan .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIsULnVRan .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIsULnVRan .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIsULnVRan .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIsULnVRan [class^="socicon-"]:before,
.cid-uIsULnVRan [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIsULnVRan .btn {
    font-size: 20px !important;
  }
}
.cid-uIsULnVRan .mbr-section-title {
  color: #ffffff;
}
.cid-uNWDsskvx8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWDsskvx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWDsskvx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWDsskvx8 .row {
  justify-content: center;
}
.cid-uNWDsskvx8 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWDsskvx8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWDsskvx8 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWDsskvx8 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWDsskvx8 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWDsskvx8 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWDsskvx8 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWDsskvx8 .mbr-section-title {
  color: #ffffff;
}
.cid-uNWDsskvx8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWDsskvx8 .mbr-desc {
  color: #ffffff;
}
.cid-uNWDsskvx8 .mbr-section-title,
.cid-uNWDsskvx8 .mbr-section-btn {
  text-align: center;
}
.cid-uIsULoPAXE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIsULoPAXE::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIsULoPAXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsULoPAXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsULoPAXE .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIsULoPAXE .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIsULoPAXE .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIsULoPAXE .container {
    padding: 0 22px;
  }
}
.cid-uIsULoPAXE .row {
  position: relative;
  z-index: 1;
}
.cid-uIsULoPAXE .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIsULoPAXE .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIsULoPAXE .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIsULoPAXE .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIsULoPAXE .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIsULoPAXE .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIsULoPAXE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIsULoPAXE .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIsULoPAXE .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIsULoPAXE .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIsULoPAXE .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIsULoPAXE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIsULoPAXE .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIsULoPAXE .nav-wrapper .list .item-wrap:hover,
.cid-uIsULoPAXE .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIsULoPAXE .nav-wrapper .list .item-wrap:hover::before,
.cid-uIsULoPAXE .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIsULoPAXE .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIsULoPAXE .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIsULoPAXE .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIsULoPAXE .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIsULoPAXE .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIsULoPAXE .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIsULoPAXE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIsULoPAXE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIsULoPAXE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIsULoPAXE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIsULoPAXE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIsULoPAXE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIsULoPAXE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIsULoPAXE .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIsULoPAXE .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIsULoPAXE .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIsULoPAXE .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIsULoPAXE .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIsULoPAXE .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIsULoPAXE .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIsULoPAXE .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIsULoPAXE .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIsULoPAXE .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIsULoPAXE .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIsULoPAXE .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIsULoPAXE .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIsULoPAXE .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIsULoPAXE .mbr-section-title {
  color: #00d0f3;
}
.cid-uIsULoPAXE .mbr-text {
  color: #ffffff;
}
.cid-uIsULoPAXE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIsULoPAXE .list {
  color: #ffffff;
}
.cid-uIsULoPAXE .mbr-contact {
  color: #ffffff;
}
.cid-uIsULoPAXE .mbr-desc {
  color: #ffffff;
}
.cid-uIsULoPAXE .mbr-contact,
.cid-uIsULoPAXE .item-contact {
  color: #fdfdfd;
}
.cid-uIsULoPAXE .list,
.cid-uIsULoPAXE .item-wrap {
  color: #df8825;
}
.cid-uIsULoPAXE .mbr-desc,
.cid-uIsULoPAXE .mbr-section-btn {
  text-align: center;
}
.cid-uIsBIuWvwv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIsBIuWvwv nav.navbar {
  position: fixed;
}
.cid-uIsBIuWvwv .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-uIsBIuWvwv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIsBIuWvwv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIsBIuWvwv .dropdown-item:hover,
.cid-uIsBIuWvwv .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIsBIuWvwv .dropdown-item:hover span {
  color: white;
}
.cid-uIsBIuWvwv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIsBIuWvwv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIsBIuWvwv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIsBIuWvwv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIsBIuWvwv .nav-link {
  position: relative;
}
.cid-uIsBIuWvwv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIsBIuWvwv .container {
    flex-wrap: nowrap;
  }
}
.cid-uIsBIuWvwv .navbar-nav {
  margin: 0 auto;
}
.cid-uIsBIuWvwv .dropdown-menu,
.cid-uIsBIuWvwv .navbar.opened {
  background: #007b1c !important;
}
.cid-uIsBIuWvwv .nav-item:focus,
.cid-uIsBIuWvwv .nav-link:focus {
  outline: none;
}
.cid-uIsBIuWvwv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIsBIuWvwv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIsBIuWvwv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIsBIuWvwv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIsBIuWvwv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIsBIuWvwv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIsBIuWvwv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIsBIuWvwv .navbar.opened {
  transition: all 0.3s;
}
.cid-uIsBIuWvwv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIsBIuWvwv .navbar .navbar-logo img {
  width: auto;
}
.cid-uIsBIuWvwv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIsBIuWvwv .navbar.collapsed {
  justify-content: center;
}
.cid-uIsBIuWvwv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIsBIuWvwv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIsBIuWvwv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIsBIuWvwv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIsBIuWvwv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIsBIuWvwv .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-uIsBIuWvwv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIsBIuWvwv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIsBIuWvwv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIsBIuWvwv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIsBIuWvwv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIsBIuWvwv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIsBIuWvwv .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-uIsBIuWvwv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIsBIuWvwv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIsBIuWvwv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIsBIuWvwv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIsBIuWvwv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIsBIuWvwv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIsBIuWvwv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIsBIuWvwv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIsBIuWvwv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIsBIuWvwv .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIsBIuWvwv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIsBIuWvwv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIsBIuWvwv .dropdown-item.active,
.cid-uIsBIuWvwv .dropdown-item:active {
  background-color: transparent;
}
.cid-uIsBIuWvwv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIsBIuWvwv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIsBIuWvwv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIsBIuWvwv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIsBIuWvwv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIsBIuWvwv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIsBIuWvwv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIsBIuWvwv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIsBIuWvwv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIsBIuWvwv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIsBIuWvwv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIsBIuWvwv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIsBIuWvwv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIsBIuWvwv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIsBIuWvwv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIsBIuWvwv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIsBIuWvwv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIsBIuWvwv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIsBIuWvwv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIsBIuWvwv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIsBIuWvwv .navbar {
    height: 70px;
  }
  .cid-uIsBIuWvwv .navbar.opened {
    height: auto;
  }
  .cid-uIsBIuWvwv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIsBIuWvwv .container,
.cid-uIsBIuWvwv .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIsBIuWvwv .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIsBIuWvwv .navbar-short .container,
.cid-uIsBIuWvwv .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIsBIuWvwv .navbar-short .container:before,
.cid-uIsBIuWvwv .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIsBIuWvwv .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIsBIuWvwv .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIsBIuWvwv .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIsBIuWvwv .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIsBIuWvwv .navbar {
    overflow: hidden;
  }
  .cid-uIsBIuWvwv .container,
  .cid-uIsBIuWvwv .container-fluid {
    min-height: 85px;
  }
  .cid-uIsBIuWvwv .navbar-brand {
    min-height: 85px;
  }
  .cid-uIsBIuWvwv .navbar-short .container,
  .cid-uIsBIuWvwv .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIsBIuWvwv .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIsBIuWvwv .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIsBIuWvwv .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIsBIuWvwv .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIsBIuWvwv .mbr-section-btn {
    text-align: left;
  }
  .cid-uIsBIuWvwv .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIsBIuWvwv .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uIsBIvqBKo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIsBIvqBKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsBIvqBKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsBIvqBKo .row {
  justify-content: center;
}
.cid-uIsBIvqBKo .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIsBIvqBKo .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIsBIvqBKo .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIsBIvqBKo .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIsBIvqBKo .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIsBIvqBKo .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIsBIvqBKo .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIsBIvqBKo .mbr-section-title {
  color: #ffffff;
}
.cid-uIsBIvqBKo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIsBIvqBKo .mbr-desc {
  color: #ffffff;
}
.cid-uIsBIvqBKo .mbr-section-title,
.cid-uIsBIvqBKo .mbr-section-btn {
  text-align: center;
}
.cid-uIsBIvK0PQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uIsBIvK0PQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsBIvK0PQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsBIvK0PQ .row {
  justify-content: center;
}
.cid-uIsBIvK0PQ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIsBIvK0PQ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIsBIvK0PQ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIsBIvK0PQ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIsBIvK0PQ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIsBIvK0PQ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIsBIvK0PQ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIsBIvK0PQ .mbr-section-title {
  color: #ffffff;
}
.cid-uIsBIvK0PQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIsBIvK0PQ .mbr-desc {
  color: #ffffff;
}
.cid-uIsBIvK0PQ .mbr-section-title,
.cid-uIsBIvK0PQ .mbr-section-btn {
  text-align: center;
}
.cid-uIsDlOANS5 {
  background-color: #072b0f;
}
.cid-uIsDlOANS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsDlOANS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsDlOANS5 .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uIsDlOANS5 .container {
  max-width: 1280px;
}
.cid-uIsDlOANS5 .row {
  justify-content: center;
}
.cid-uIsDlOANS5 .mbr-section-title {
  color: #212132;
}
.cid-uIsDlOANS5 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1rem;
}
.cid-uIsDlOANS5 .mbr-section-title,
.cid-uIsDlOANS5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uIsChHuftZ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #072b0f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIsChHuftZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIsChHuftZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIsChHuftZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIsChHuftZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIsChHuftZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #defae5;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIsChHuftZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIsChHuftZ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uIsChHuftZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uIsChHuftZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #defae5 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uIsChHuftZ .mbr-gallery-item > div > span {
  color: #000000;
}
.cid-uIsCfeWGRt {
  background-color: #072b0f;
}
.cid-uIsCfeWGRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsCfeWGRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsCfeWGRt .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uIsCfeWGRt .container {
  max-width: 1280px;
}
.cid-uIsCfeWGRt .row {
  justify-content: center;
}
.cid-uIsCfeWGRt .mbr-section-title {
  color: #212132;
}
.cid-uIsCfeWGRt .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1rem;
}
.cid-uIsCfeWGRt .mbr-section-title,
.cid-uIsCfeWGRt .mbr-section-btn {
  color: #ffffff;
}
.cid-uIsCgXyeIx {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #072b0f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uIsCgXyeIx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uIsCgXyeIx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIsCgXyeIx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIsCgXyeIx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uIsCgXyeIx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #defae5;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uIsCgXyeIx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uIsCgXyeIx .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uIsCgXyeIx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uIsCgXyeIx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #defae5 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uIsCgXyeIx .mbr-gallery-item > div > span {
  color: #000000;
}
.cid-uIsBIx1iQu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpeg");
}
.cid-uIsBIx1iQu .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIsBIx1iQu .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIsBIx1iQu .btn {
  padding: 15px 30px !important;
}
.cid-uIsBIx1iQu a {
  font-weight: 400;
}
.cid-uIsBIx1iQu .mbr-section-subtitle,
.cid-uIsBIx1iQu .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIsBIx1iQu .row {
  justify-content: center;
  display: flex;
}
.cid-uIVQdNQp7W {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVQdNQp7W .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVQdNQp7W .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVQdNQp7W H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVQdNQp7W .section-text,
.cid-uIVQdNQp7W .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVQdNQp7W .section-text,
.cid-uIVQdNQp7W .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIsBIxMu28 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uIsBIxMu28 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIsBIxMu28 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIsBIxMu28 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIsBIxMu28 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIsBIxMu28 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIsBIxMu28 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIsBIxMu28 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIsBIxMu28 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIsBIxMu28 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIsBIxMu28 .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIsBIxMu28 [class^="socicon-"]:before,
.cid-uIsBIxMu28 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIsBIxMu28 .btn {
    font-size: 20px !important;
  }
}
.cid-uIsBIxMu28 .mbr-section-title {
  color: #ffffff;
}
.cid-uNWDmwMkdC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWDmwMkdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWDmwMkdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWDmwMkdC .row {
  justify-content: center;
}
.cid-uNWDmwMkdC .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWDmwMkdC .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWDmwMkdC .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWDmwMkdC .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWDmwMkdC .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWDmwMkdC .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWDmwMkdC .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWDmwMkdC .mbr-section-title {
  color: #ffffff;
}
.cid-uNWDmwMkdC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWDmwMkdC .mbr-desc {
  color: #ffffff;
}
.cid-uNWDmwMkdC .mbr-section-title,
.cid-uNWDmwMkdC .mbr-section-btn {
  text-align: center;
}
.cid-uIsBIyzEV4 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIsBIyzEV4::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIsBIyzEV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsBIyzEV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsBIyzEV4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIsBIyzEV4 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIsBIyzEV4 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIsBIyzEV4 .container {
    padding: 0 22px;
  }
}
.cid-uIsBIyzEV4 .row {
  position: relative;
  z-index: 1;
}
.cid-uIsBIyzEV4 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIsBIyzEV4 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIsBIyzEV4 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIsBIyzEV4 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIsBIyzEV4 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIsBIyzEV4 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIsBIyzEV4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIsBIyzEV4 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIsBIyzEV4 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIsBIyzEV4 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIsBIyzEV4 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIsBIyzEV4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIsBIyzEV4 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIsBIyzEV4 .nav-wrapper .list .item-wrap:hover,
.cid-uIsBIyzEV4 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIsBIyzEV4 .nav-wrapper .list .item-wrap:hover::before,
.cid-uIsBIyzEV4 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIsBIyzEV4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIsBIyzEV4 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIsBIyzEV4 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIsBIyzEV4 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIsBIyzEV4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIsBIyzEV4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIsBIyzEV4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIsBIyzEV4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIsBIyzEV4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIsBIyzEV4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIsBIyzEV4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIsBIyzEV4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIsBIyzEV4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIsBIyzEV4 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIsBIyzEV4 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIsBIyzEV4 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIsBIyzEV4 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIsBIyzEV4 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIsBIyzEV4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIsBIyzEV4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIsBIyzEV4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIsBIyzEV4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIsBIyzEV4 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIsBIyzEV4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIsBIyzEV4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIsBIyzEV4 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIsBIyzEV4 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIsBIyzEV4 .mbr-section-title {
  color: #00d0f3;
}
.cid-uIsBIyzEV4 .mbr-text {
  color: #ffffff;
}
.cid-uIsBIyzEV4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIsBIyzEV4 .list {
  color: #ffffff;
}
.cid-uIsBIyzEV4 .mbr-contact {
  color: #ffffff;
}
.cid-uIsBIyzEV4 .mbr-desc {
  color: #ffffff;
}
.cid-uIsBIyzEV4 .mbr-contact,
.cid-uIsBIyzEV4 .item-contact {
  color: #fdfdfd;
}
.cid-uIsBIyzEV4 .list,
.cid-uIsBIyzEV4 .item-wrap {
  color: #df8825;
}
.cid-uIsBIyzEV4 .mbr-desc,
.cid-uIsBIyzEV4 .mbr-section-btn {
  text-align: center;
}
.cid-uOj5RUb6lE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uOj5RUb6lE nav.navbar {
  position: fixed;
}
.cid-uOj5RUb6lE .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-uOj5RUb6lE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOj5RUb6lE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOj5RUb6lE .dropdown-item:hover,
.cid-uOj5RUb6lE .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uOj5RUb6lE .dropdown-item:hover span {
  color: white;
}
.cid-uOj5RUb6lE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOj5RUb6lE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOj5RUb6lE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOj5RUb6lE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOj5RUb6lE .nav-link {
  position: relative;
}
.cid-uOj5RUb6lE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOj5RUb6lE .container {
    flex-wrap: nowrap;
  }
}
.cid-uOj5RUb6lE .navbar-nav {
  margin: 0 auto;
}
.cid-uOj5RUb6lE .dropdown-menu,
.cid-uOj5RUb6lE .navbar.opened {
  background: #007b1c !important;
}
.cid-uOj5RUb6lE .nav-item:focus,
.cid-uOj5RUb6lE .nav-link:focus {
  outline: none;
}
.cid-uOj5RUb6lE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOj5RUb6lE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOj5RUb6lE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOj5RUb6lE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOj5RUb6lE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOj5RUb6lE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOj5RUb6lE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOj5RUb6lE .navbar.opened {
  transition: all 0.3s;
}
.cid-uOj5RUb6lE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOj5RUb6lE .navbar .navbar-logo img {
  width: auto;
}
.cid-uOj5RUb6lE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOj5RUb6lE .navbar.collapsed {
  justify-content: center;
}
.cid-uOj5RUb6lE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOj5RUb6lE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOj5RUb6lE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOj5RUb6lE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOj5RUb6lE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOj5RUb6lE .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-uOj5RUb6lE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOj5RUb6lE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOj5RUb6lE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOj5RUb6lE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOj5RUb6lE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOj5RUb6lE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOj5RUb6lE .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-uOj5RUb6lE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOj5RUb6lE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOj5RUb6lE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOj5RUb6lE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOj5RUb6lE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOj5RUb6lE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uOj5RUb6lE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOj5RUb6lE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOj5RUb6lE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOj5RUb6lE .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOj5RUb6lE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOj5RUb6lE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOj5RUb6lE .dropdown-item.active,
.cid-uOj5RUb6lE .dropdown-item:active {
  background-color: transparent;
}
.cid-uOj5RUb6lE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOj5RUb6lE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOj5RUb6lE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOj5RUb6lE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uOj5RUb6lE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOj5RUb6lE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOj5RUb6lE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOj5RUb6lE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOj5RUb6lE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOj5RUb6lE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uOj5RUb6lE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOj5RUb6lE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOj5RUb6lE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOj5RUb6lE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOj5RUb6lE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOj5RUb6lE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOj5RUb6lE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOj5RUb6lE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOj5RUb6lE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOj5RUb6lE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOj5RUb6lE .navbar {
    height: 70px;
  }
  .cid-uOj5RUb6lE .navbar.opened {
    height: auto;
  }
  .cid-uOj5RUb6lE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOj5RUb6lE .container,
.cid-uOj5RUb6lE .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uOj5RUb6lE .navbar-short {
  background-color: #007b1c !important;
}
.cid-uOj5RUb6lE .navbar-short .container,
.cid-uOj5RUb6lE .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uOj5RUb6lE .navbar-short .container:before,
.cid-uOj5RUb6lE .navbar-short .container-fluid:before {
  display: none;
}
.cid-uOj5RUb6lE .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uOj5RUb6lE .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uOj5RUb6lE .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uOj5RUb6lE .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uOj5RUb6lE .navbar {
    overflow: hidden;
  }
  .cid-uOj5RUb6lE .container,
  .cid-uOj5RUb6lE .container-fluid {
    min-height: 85px;
  }
  .cid-uOj5RUb6lE .navbar-brand {
    min-height: 85px;
  }
  .cid-uOj5RUb6lE .navbar-short .container,
  .cid-uOj5RUb6lE .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uOj5RUb6lE .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uOj5RUb6lE .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uOj5RUb6lE .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uOj5RUb6lE .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uOj5RUb6lE .mbr-section-btn {
    text-align: left;
  }
  .cid-uOj5RUb6lE .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uOj5RUb6lE .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uOj5RV3wCY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOj5RV3wCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOj5RV3wCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOj5RV3wCY .row {
  justify-content: center;
}
.cid-uOj5RV3wCY .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uOj5RV3wCY .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOj5RV3wCY .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOj5RV3wCY .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOj5RV3wCY .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOj5RV3wCY .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOj5RV3wCY .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uOj5RV3wCY .mbr-section-title {
  color: #ffffff;
}
.cid-uOj5RV3wCY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOj5RV3wCY .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uOj5RV3wCY .mbr-section-title,
.cid-uOj5RV3wCY .mbr-section-btn {
  text-align: center;
}
.cid-uOmP4E2kwq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmP4E2kwq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmP4E2kwq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmP4E2kwq .row {
  justify-content: center;
}
.cid-uOmP4E2kwq .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uOmP4E2kwq .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOmP4E2kwq .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOmP4E2kwq .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOmP4E2kwq .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOmP4E2kwq .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOmP4E2kwq .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uOmP4E2kwq .mbr-section-title {
  color: #ffffff;
}
.cid-uOmP4E2kwq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOmP4E2kwq .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uOmP4E2kwq .mbr-section-title,
.cid-uOmP4E2kwq .mbr-section-btn {
  text-align: center;
}
.cid-uOn2oHI9WX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOn2oHI9WX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn2oHI9WX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOn2oHI9WX .row {
  justify-content: center;
}
.cid-uOn2oHI9WX .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uOn2oHI9WX .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOn2oHI9WX .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOn2oHI9WX .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOn2oHI9WX .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOn2oHI9WX .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOn2oHI9WX .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uOn2oHI9WX .mbr-section-title {
  color: #ffffff;
}
.cid-uOn2oHI9WX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOn2oHI9WX .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uOn2oHI9WX .mbr-section-title,
.cid-uOn2oHI9WX .mbr-section-btn {
  text-align: center;
}
.cid-uOjUMkecHY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjUMkecHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjUMkecHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjUMkecHY .container {
    padding: 0 16px;
  }
}
.cid-uOjUMkecHY .row {
  justify-content: center;
}
.cid-uOjUMkecHY .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjUMkecHY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjUMkecHY .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjUMkecHY .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjUMkecHY .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjUMkecHY .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjUMkecHY .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjUMkecHY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjUMkecHY .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjUMkecHY .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjUMkecHY .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjUMkecHY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjUMkecHY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjUMkecHY .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjUMkecHY .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjUMkecHY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjUMkecHY .mbr-section-title {
  color: #000000;
}
.cid-uOjUMkecHY .panel-title-edit {
  color: #ffffff;
}
.cid-uOjUMkecHY .panel-text {
  color: #ffffff;
}
.cid-uOjUMkecHY .mbr-section-title,
.cid-uOjUMkecHY .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjTXZHSlv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjTXZHSlv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjTXZHSlv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjTXZHSlv .container {
    padding: 0 16px;
  }
}
.cid-uOjTXZHSlv .row {
  justify-content: center;
}
.cid-uOjTXZHSlv .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjTXZHSlv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjTXZHSlv .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjTXZHSlv .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjTXZHSlv .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjTXZHSlv .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjTXZHSlv .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjTXZHSlv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjTXZHSlv .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjTXZHSlv .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjTXZHSlv .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjTXZHSlv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjTXZHSlv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjTXZHSlv .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjTXZHSlv .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjTXZHSlv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjTXZHSlv .mbr-section-title {
  color: #000000;
}
.cid-uOjTXZHSlv .panel-title-edit {
  color: #ffffff;
}
.cid-uOjTXZHSlv .panel-text {
  color: #ffffff;
}
.cid-uOjTXZHSlv .mbr-section-title,
.cid-uOjTXZHSlv .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjSP8bnfX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjSP8bnfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjSP8bnfX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjSP8bnfX .container {
    padding: 0 16px;
  }
}
.cid-uOjSP8bnfX .row {
  justify-content: center;
}
.cid-uOjSP8bnfX .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjSP8bnfX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjSP8bnfX .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjSP8bnfX .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjSP8bnfX .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjSP8bnfX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjSP8bnfX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjSP8bnfX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjSP8bnfX .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjSP8bnfX .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjSP8bnfX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjSP8bnfX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjSP8bnfX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjSP8bnfX .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjSP8bnfX .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjSP8bnfX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjSP8bnfX .mbr-section-title {
  color: #000000;
}
.cid-uOjSP8bnfX .panel-title-edit {
  color: #ffffff;
}
.cid-uOjSP8bnfX .panel-text {
  color: #ffffff;
}
.cid-uOjSP8bnfX .mbr-section-title,
.cid-uOjSP8bnfX .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmRcWTDYj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmRcWTDYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmRcWTDYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmRcWTDYj .row {
  justify-content: center;
}
.cid-uOmRcWTDYj .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uOmRcWTDYj .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOmRcWTDYj .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOmRcWTDYj .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOmRcWTDYj .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOmRcWTDYj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOmRcWTDYj .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uOmRcWTDYj .mbr-section-title {
  color: #ffffff;
}
.cid-uOmRcWTDYj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOmRcWTDYj .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uOmRcWTDYj .mbr-section-title,
.cid-uOmRcWTDYj .mbr-section-btn {
  text-align: center;
}
.cid-uOj653oqx8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOj653oqx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOj653oqx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOj653oqx8 .container {
    padding: 0 16px;
  }
}
.cid-uOj653oqx8 .row {
  justify-content: center;
}
.cid-uOj653oqx8 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOj653oqx8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOj653oqx8 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOj653oqx8 .panel-group .card {
    padding: 24px;
  }
}
.cid-uOj653oqx8 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOj653oqx8 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOj653oqx8 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOj653oqx8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOj653oqx8 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOj653oqx8 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOj653oqx8 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOj653oqx8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOj653oqx8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOj653oqx8 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOj653oqx8 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOj653oqx8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOj653oqx8 .mbr-section-title {
  color: #000000;
}
.cid-uOj653oqx8 .panel-title-edit {
  color: #ffffff;
}
.cid-uOj653oqx8 .panel-text {
  color: #ffffff;
}
.cid-uOj653oqx8 .mbr-section-title,
.cid-uOj653oqx8 .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjUN4xdC9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjUN4xdC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjUN4xdC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjUN4xdC9 .container {
    padding: 0 16px;
  }
}
.cid-uOjUN4xdC9 .row {
  justify-content: center;
}
.cid-uOjUN4xdC9 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjUN4xdC9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjUN4xdC9 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjUN4xdC9 .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjUN4xdC9 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjUN4xdC9 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjUN4xdC9 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjUN4xdC9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjUN4xdC9 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjUN4xdC9 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjUN4xdC9 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjUN4xdC9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjUN4xdC9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjUN4xdC9 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjUN4xdC9 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjUN4xdC9 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjUN4xdC9 .mbr-section-title {
  color: #000000;
}
.cid-uOjUN4xdC9 .panel-title-edit {
  color: #ffffff;
}
.cid-uOjUN4xdC9 .panel-text {
  color: #ffffff;
}
.cid-uOjUN4xdC9 .mbr-section-title,
.cid-uOjUN4xdC9 .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjSW3GgUi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjSW3GgUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjSW3GgUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjSW3GgUi .container {
    padding: 0 16px;
  }
}
.cid-uOjSW3GgUi .row {
  justify-content: center;
}
.cid-uOjSW3GgUi .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjSW3GgUi .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjSW3GgUi .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjSW3GgUi .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjSW3GgUi .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjSW3GgUi .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjSW3GgUi .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjSW3GgUi .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjSW3GgUi .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjSW3GgUi .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjSW3GgUi .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjSW3GgUi .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjSW3GgUi .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjSW3GgUi .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjSW3GgUi .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjSW3GgUi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjSW3GgUi .mbr-section-title {
  color: #000000;
}
.cid-uOjSW3GgUi .panel-title-edit {
  color: #ffffff;
}
.cid-uOjSW3GgUi .panel-text {
  color: #ffffff;
}
.cid-uOjSW3GgUi .mbr-section-title,
.cid-uOjSW3GgUi .title-wrapper {
  color: #fdfdfd;
}
.cid-uOn1GE5p9Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOn1GE5p9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn1GE5p9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOn1GE5p9Z .container {
    padding: 0 16px;
  }
}
.cid-uOn1GE5p9Z .row {
  justify-content: center;
}
.cid-uOn1GE5p9Z .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOn1GE5p9Z .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOn1GE5p9Z .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOn1GE5p9Z .panel-group .card {
    padding: 24px;
  }
}
.cid-uOn1GE5p9Z .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOn1GE5p9Z .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOn1GE5p9Z .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOn1GE5p9Z .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOn1GE5p9Z .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOn1GE5p9Z .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOn1GE5p9Z .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOn1GE5p9Z .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOn1GE5p9Z .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOn1GE5p9Z .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOn1GE5p9Z .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOn1GE5p9Z .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOn1GE5p9Z .mbr-section-title {
  color: #000000;
}
.cid-uOn1GE5p9Z .panel-title-edit {
  color: #ffffff;
}
.cid-uOn1GE5p9Z .panel-text {
  color: #ffffff;
}
.cid-uOn1GE5p9Z .mbr-section-title,
.cid-uOn1GE5p9Z .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmSrwiyTg {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmSrwiyTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmSrwiyTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmSrwiyTg .row {
  justify-content: center;
}
.cid-uOmSrwiyTg .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uOmSrwiyTg .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOmSrwiyTg .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOmSrwiyTg .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOmSrwiyTg .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOmSrwiyTg .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOmSrwiyTg .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uOmSrwiyTg .mbr-section-title {
  color: #ffffff;
}
.cid-uOmSrwiyTg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOmSrwiyTg .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uOmSrwiyTg .mbr-section-title,
.cid-uOmSrwiyTg .mbr-section-btn {
  text-align: center;
}
.cid-uOmVIXFn6k {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmVIXFn6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmVIXFn6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOmVIXFn6k .container {
    padding: 0 16px;
  }
}
.cid-uOmVIXFn6k .row {
  justify-content: center;
}
.cid-uOmVIXFn6k .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOmVIXFn6k .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOmVIXFn6k .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOmVIXFn6k .panel-group .card {
    padding: 24px;
  }
}
.cid-uOmVIXFn6k .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOmVIXFn6k .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOmVIXFn6k .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOmVIXFn6k .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOmVIXFn6k .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOmVIXFn6k .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOmVIXFn6k .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOmVIXFn6k .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOmVIXFn6k .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOmVIXFn6k .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOmVIXFn6k .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOmVIXFn6k .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOmVIXFn6k .mbr-section-title {
  color: #000000;
}
.cid-uOmVIXFn6k .panel-title-edit {
  color: #ffffff;
}
.cid-uOmVIXFn6k .panel-text {
  color: #ffffff;
}
.cid-uOmVIXFn6k .mbr-section-title,
.cid-uOmVIXFn6k .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmVSwGyl6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmVSwGyl6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmVSwGyl6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOmVSwGyl6 .container {
    padding: 0 16px;
  }
}
.cid-uOmVSwGyl6 .row {
  justify-content: center;
}
.cid-uOmVSwGyl6 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOmVSwGyl6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOmVSwGyl6 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOmVSwGyl6 .panel-group .card {
    padding: 24px;
  }
}
.cid-uOmVSwGyl6 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOmVSwGyl6 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOmVSwGyl6 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOmVSwGyl6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOmVSwGyl6 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOmVSwGyl6 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOmVSwGyl6 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOmVSwGyl6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOmVSwGyl6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOmVSwGyl6 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOmVSwGyl6 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOmVSwGyl6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOmVSwGyl6 .mbr-section-title {
  color: #000000;
}
.cid-uOmVSwGyl6 .panel-title-edit {
  color: #ffffff;
}
.cid-uOmVSwGyl6 .panel-text {
  color: #ffffff;
}
.cid-uOmVSwGyl6 .mbr-section-title,
.cid-uOmVSwGyl6 .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmW0ytBND {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmW0ytBND .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmW0ytBND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOmW0ytBND .container {
    padding: 0 16px;
  }
}
.cid-uOmW0ytBND .row {
  justify-content: center;
}
.cid-uOmW0ytBND .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOmW0ytBND .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOmW0ytBND .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOmW0ytBND .panel-group .card {
    padding: 24px;
  }
}
.cid-uOmW0ytBND .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOmW0ytBND .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOmW0ytBND .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOmW0ytBND .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOmW0ytBND .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOmW0ytBND .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOmW0ytBND .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOmW0ytBND .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOmW0ytBND .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOmW0ytBND .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOmW0ytBND .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOmW0ytBND .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOmW0ytBND .mbr-section-title {
  color: #000000;
}
.cid-uOmW0ytBND .panel-title-edit {
  color: #ffffff;
}
.cid-uOmW0ytBND .panel-text {
  color: #ffffff;
}
.cid-uOmW0ytBND .mbr-section-title,
.cid-uOmW0ytBND .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmWkHMce4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmWkHMce4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmWkHMce4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOmWkHMce4 .container {
    padding: 0 16px;
  }
}
.cid-uOmWkHMce4 .row {
  justify-content: center;
}
.cid-uOmWkHMce4 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOmWkHMce4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOmWkHMce4 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOmWkHMce4 .panel-group .card {
    padding: 24px;
  }
}
.cid-uOmWkHMce4 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOmWkHMce4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOmWkHMce4 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOmWkHMce4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOmWkHMce4 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOmWkHMce4 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOmWkHMce4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOmWkHMce4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOmWkHMce4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOmWkHMce4 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOmWkHMce4 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOmWkHMce4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOmWkHMce4 .mbr-section-title {
  color: #000000;
}
.cid-uOmWkHMce4 .panel-title-edit {
  color: #ffffff;
}
.cid-uOmWkHMce4 .panel-text {
  color: #ffffff;
}
.cid-uOmWkHMce4 .mbr-section-title,
.cid-uOmWkHMce4 .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmXquup1V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmXquup1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmXquup1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOmXquup1V .container {
    padding: 0 16px;
  }
}
.cid-uOmXquup1V .row {
  justify-content: center;
}
.cid-uOmXquup1V .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOmXquup1V .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOmXquup1V .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOmXquup1V .panel-group .card {
    padding: 24px;
  }
}
.cid-uOmXquup1V .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOmXquup1V .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOmXquup1V .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOmXquup1V .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOmXquup1V .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOmXquup1V .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOmXquup1V .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOmXquup1V .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOmXquup1V .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOmXquup1V .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOmXquup1V .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOmXquup1V .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOmXquup1V .mbr-section-title {
  color: #000000;
}
.cid-uOmXquup1V .panel-title-edit {
  color: #ffffff;
}
.cid-uOmXquup1V .panel-text {
  color: #ffffff;
}
.cid-uOmXquup1V .mbr-section-title,
.cid-uOmXquup1V .title-wrapper {
  color: #fdfdfd;
}
.cid-uOn0HzJ21Y {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOn0HzJ21Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOn0HzJ21Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOn0HzJ21Y .row {
  justify-content: center;
}
.cid-uOn0HzJ21Y .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uOn0HzJ21Y .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOn0HzJ21Y .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOn0HzJ21Y .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOn0HzJ21Y .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOn0HzJ21Y .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOn0HzJ21Y .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uOn0HzJ21Y .mbr-section-title {
  color: #ffffff;
}
.cid-uOn0HzJ21Y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOn0HzJ21Y .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uOn0HzJ21Y .mbr-section-title,
.cid-uOn0HzJ21Y .mbr-section-btn {
  text-align: center;
}
.cid-uOmWsC67g8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmWsC67g8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmWsC67g8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOmWsC67g8 .container {
    padding: 0 16px;
  }
}
.cid-uOmWsC67g8 .row {
  justify-content: center;
}
.cid-uOmWsC67g8 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOmWsC67g8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOmWsC67g8 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOmWsC67g8 .panel-group .card {
    padding: 24px;
  }
}
.cid-uOmWsC67g8 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOmWsC67g8 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOmWsC67g8 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOmWsC67g8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOmWsC67g8 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOmWsC67g8 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOmWsC67g8 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOmWsC67g8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOmWsC67g8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOmWsC67g8 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOmWsC67g8 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOmWsC67g8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOmWsC67g8 .mbr-section-title {
  color: #000000;
}
.cid-uOmWsC67g8 .panel-title-edit {
  color: #ffffff;
}
.cid-uOmWsC67g8 .panel-text {
  color: #ffffff;
}
.cid-uOmWsC67g8 .mbr-section-title,
.cid-uOmWsC67g8 .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmWCVQ15b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmWCVQ15b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmWCVQ15b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOmWCVQ15b .container {
    padding: 0 16px;
  }
}
.cid-uOmWCVQ15b .row {
  justify-content: center;
}
.cid-uOmWCVQ15b .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOmWCVQ15b .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOmWCVQ15b .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOmWCVQ15b .panel-group .card {
    padding: 24px;
  }
}
.cid-uOmWCVQ15b .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOmWCVQ15b .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOmWCVQ15b .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOmWCVQ15b .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOmWCVQ15b .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOmWCVQ15b .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOmWCVQ15b .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOmWCVQ15b .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOmWCVQ15b .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOmWCVQ15b .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOmWCVQ15b .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOmWCVQ15b .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOmWCVQ15b .mbr-section-title {
  color: #000000;
}
.cid-uOmWCVQ15b .panel-title-edit {
  color: #ffffff;
}
.cid-uOmWCVQ15b .panel-text {
  color: #ffffff;
}
.cid-uOmWCVQ15b .mbr-section-title,
.cid-uOmWCVQ15b .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmWPEPUZ6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmWPEPUZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmWPEPUZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOmWPEPUZ6 .container {
    padding: 0 16px;
  }
}
.cid-uOmWPEPUZ6 .row {
  justify-content: center;
}
.cid-uOmWPEPUZ6 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOmWPEPUZ6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOmWPEPUZ6 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOmWPEPUZ6 .panel-group .card {
    padding: 24px;
  }
}
.cid-uOmWPEPUZ6 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOmWPEPUZ6 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOmWPEPUZ6 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOmWPEPUZ6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOmWPEPUZ6 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOmWPEPUZ6 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOmWPEPUZ6 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOmWPEPUZ6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOmWPEPUZ6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOmWPEPUZ6 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOmWPEPUZ6 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOmWPEPUZ6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOmWPEPUZ6 .mbr-section-title {
  color: #000000;
}
.cid-uOmWPEPUZ6 .panel-title-edit {
  color: #ffffff;
}
.cid-uOmWPEPUZ6 .panel-text {
  color: #ffffff;
}
.cid-uOmWPEPUZ6 .mbr-section-title,
.cid-uOmWPEPUZ6 .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmX0GJOkj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmX0GJOkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmX0GJOkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOmX0GJOkj .container {
    padding: 0 16px;
  }
}
.cid-uOmX0GJOkj .row {
  justify-content: center;
}
.cid-uOmX0GJOkj .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOmX0GJOkj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOmX0GJOkj .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOmX0GJOkj .panel-group .card {
    padding: 24px;
  }
}
.cid-uOmX0GJOkj .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOmX0GJOkj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOmX0GJOkj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOmX0GJOkj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOmX0GJOkj .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOmX0GJOkj .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOmX0GJOkj .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOmX0GJOkj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOmX0GJOkj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOmX0GJOkj .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOmX0GJOkj .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOmX0GJOkj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOmX0GJOkj .mbr-section-title {
  color: #000000;
}
.cid-uOmX0GJOkj .panel-title-edit {
  color: #ffffff;
}
.cid-uOmX0GJOkj .panel-text {
  color: #ffffff;
}
.cid-uOmX0GJOkj .mbr-section-title,
.cid-uOmX0GJOkj .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmXpAUmd6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmXpAUmd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmXpAUmd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOmXpAUmd6 .container {
    padding: 0 16px;
  }
}
.cid-uOmXpAUmd6 .row {
  justify-content: center;
}
.cid-uOmXpAUmd6 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOmXpAUmd6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOmXpAUmd6 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOmXpAUmd6 .panel-group .card {
    padding: 24px;
  }
}
.cid-uOmXpAUmd6 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOmXpAUmd6 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOmXpAUmd6 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOmXpAUmd6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOmXpAUmd6 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOmXpAUmd6 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOmXpAUmd6 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOmXpAUmd6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOmXpAUmd6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOmXpAUmd6 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOmXpAUmd6 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOmXpAUmd6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOmXpAUmd6 .mbr-section-title {
  color: #000000;
}
.cid-uOmXpAUmd6 .panel-title-edit {
  color: #ffffff;
}
.cid-uOmXpAUmd6 .panel-text {
  color: #ffffff;
}
.cid-uOmXpAUmd6 .mbr-section-title,
.cid-uOmXpAUmd6 .title-wrapper {
  color: #fdfdfd;
}
.cid-uOj6dos2MI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOj6dos2MI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOj6dos2MI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOj6dos2MI .container {
    padding: 0 16px;
  }
}
.cid-uOj6dos2MI .row {
  justify-content: center;
}
.cid-uOj6dos2MI .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOj6dos2MI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOj6dos2MI .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOj6dos2MI .panel-group .card {
    padding: 24px;
  }
}
.cid-uOj6dos2MI .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOj6dos2MI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOj6dos2MI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOj6dos2MI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOj6dos2MI .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOj6dos2MI .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOj6dos2MI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOj6dos2MI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOj6dos2MI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOj6dos2MI .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOj6dos2MI .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOj6dos2MI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOj6dos2MI .mbr-section-title {
  color: #000000;
}
.cid-uOj6dos2MI .panel-title-edit {
  color: #ffffff;
}
.cid-uOj6dos2MI .panel-text {
  color: #ffffff;
}
.cid-uOj6dos2MI .mbr-section-title,
.cid-uOj6dos2MI .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjTZmp8ZG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjTZmp8ZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjTZmp8ZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjTZmp8ZG .container {
    padding: 0 16px;
  }
}
.cid-uOjTZmp8ZG .row {
  justify-content: center;
}
.cid-uOjTZmp8ZG .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjTZmp8ZG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjTZmp8ZG .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjTZmp8ZG .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjTZmp8ZG .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjTZmp8ZG .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjTZmp8ZG .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjTZmp8ZG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjTZmp8ZG .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjTZmp8ZG .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjTZmp8ZG .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjTZmp8ZG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjTZmp8ZG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjTZmp8ZG .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjTZmp8ZG .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjTZmp8ZG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjTZmp8ZG .mbr-section-title {
  color: #000000;
}
.cid-uOjTZmp8ZG .panel-title-edit {
  color: #ffffff;
}
.cid-uOjTZmp8ZG .panel-text {
  color: #ffffff;
}
.cid-uOjTZmp8ZG .mbr-section-title,
.cid-uOjTZmp8ZG .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmYa8oIgr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmYa8oIgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmYa8oIgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOmYa8oIgr .container {
    padding: 0 16px;
  }
}
.cid-uOmYa8oIgr .row {
  justify-content: center;
}
.cid-uOmYa8oIgr .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOmYa8oIgr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOmYa8oIgr .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOmYa8oIgr .panel-group .card {
    padding: 24px;
  }
}
.cid-uOmYa8oIgr .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOmYa8oIgr .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOmYa8oIgr .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOmYa8oIgr .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOmYa8oIgr .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOmYa8oIgr .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOmYa8oIgr .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOmYa8oIgr .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOmYa8oIgr .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOmYa8oIgr .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOmYa8oIgr .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOmYa8oIgr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOmYa8oIgr .mbr-section-title {
  color: #000000;
}
.cid-uOmYa8oIgr .panel-title-edit {
  color: #ffffff;
}
.cid-uOmYa8oIgr .panel-text {
  color: #ffffff;
}
.cid-uOmYa8oIgr .mbr-section-title,
.cid-uOmYa8oIgr .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjTYwdeM0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjTYwdeM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjTYwdeM0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjTYwdeM0 .container {
    padding: 0 16px;
  }
}
.cid-uOjTYwdeM0 .row {
  justify-content: center;
}
.cid-uOjTYwdeM0 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjTYwdeM0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjTYwdeM0 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjTYwdeM0 .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjTYwdeM0 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjTYwdeM0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjTYwdeM0 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjTYwdeM0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjTYwdeM0 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjTYwdeM0 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjTYwdeM0 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjTYwdeM0 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjTYwdeM0 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjTYwdeM0 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjTYwdeM0 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjTYwdeM0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjTYwdeM0 .mbr-section-title {
  color: #000000;
}
.cid-uOjTYwdeM0 .panel-title-edit {
  color: #ffffff;
}
.cid-uOjTYwdeM0 .panel-text {
  color: #ffffff;
}
.cid-uOjTYwdeM0 .mbr-section-title,
.cid-uOjTYwdeM0 .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmYiT2oKR {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmYiT2oKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmYiT2oKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmYiT2oKR .row {
  justify-content: center;
}
.cid-uOmYiT2oKR .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uOmYiT2oKR .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOmYiT2oKR .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOmYiT2oKR .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOmYiT2oKR .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOmYiT2oKR .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOmYiT2oKR .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uOmYiT2oKR .mbr-section-title {
  color: #ffffff;
}
.cid-uOmYiT2oKR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOmYiT2oKR .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uOmYiT2oKR .mbr-section-title,
.cid-uOmYiT2oKR .mbr-section-btn {
  text-align: center;
}
.cid-uOjSQw9MiI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjSQw9MiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjSQw9MiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjSQw9MiI .container {
    padding: 0 16px;
  }
}
.cid-uOjSQw9MiI .row {
  justify-content: center;
}
.cid-uOjSQw9MiI .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjSQw9MiI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjSQw9MiI .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjSQw9MiI .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjSQw9MiI .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjSQw9MiI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjSQw9MiI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjSQw9MiI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjSQw9MiI .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjSQw9MiI .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjSQw9MiI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjSQw9MiI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjSQw9MiI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjSQw9MiI .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjSQw9MiI .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjSQw9MiI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjSQw9MiI .mbr-section-title {
  color: #000000;
}
.cid-uOjSQw9MiI .panel-title-edit {
  color: #ffffff;
}
.cid-uOjSQw9MiI .panel-text {
  color: #ffffff;
}
.cid-uOjSQw9MiI .mbr-section-title,
.cid-uOjSQw9MiI .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjTX5q7FL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjTX5q7FL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjTX5q7FL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjTX5q7FL .container {
    padding: 0 16px;
  }
}
.cid-uOjTX5q7FL .row {
  justify-content: center;
}
.cid-uOjTX5q7FL .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjTX5q7FL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjTX5q7FL .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjTX5q7FL .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjTX5q7FL .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjTX5q7FL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjTX5q7FL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjTX5q7FL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjTX5q7FL .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjTX5q7FL .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjTX5q7FL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjTX5q7FL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjTX5q7FL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjTX5q7FL .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjTX5q7FL .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjTX5q7FL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjTX5q7FL .mbr-section-title {
  color: #000000;
}
.cid-uOjTX5q7FL .panel-title-edit {
  color: #ffffff;
}
.cid-uOjTX5q7FL .panel-text {
  color: #ffffff;
}
.cid-uOjTX5q7FL .mbr-section-title,
.cid-uOjTX5q7FL .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjULCoOno {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjULCoOno .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjULCoOno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjULCoOno .container {
    padding: 0 16px;
  }
}
.cid-uOjULCoOno .row {
  justify-content: center;
}
.cid-uOjULCoOno .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjULCoOno .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjULCoOno .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjULCoOno .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjULCoOno .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjULCoOno .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjULCoOno .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjULCoOno .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjULCoOno .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjULCoOno .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjULCoOno .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjULCoOno .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjULCoOno .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjULCoOno .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjULCoOno .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjULCoOno .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjULCoOno .mbr-section-title {
  color: #000000;
}
.cid-uOjULCoOno .panel-title-edit {
  color: #ffffff;
}
.cid-uOjULCoOno .panel-text {
  color: #ffffff;
}
.cid-uOjULCoOno .mbr-section-title,
.cid-uOjULCoOno .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjVPo2WmT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjVPo2WmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjVPo2WmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjVPo2WmT .container {
    padding: 0 16px;
  }
}
.cid-uOjVPo2WmT .row {
  justify-content: center;
}
.cid-uOjVPo2WmT .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjVPo2WmT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjVPo2WmT .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjVPo2WmT .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjVPo2WmT .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjVPo2WmT .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjVPo2WmT .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjVPo2WmT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjVPo2WmT .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjVPo2WmT .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjVPo2WmT .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjVPo2WmT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjVPo2WmT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjVPo2WmT .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjVPo2WmT .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjVPo2WmT .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjVPo2WmT .mbr-section-title {
  color: #000000;
}
.cid-uOjVPo2WmT .panel-title-edit {
  color: #ffffff;
}
.cid-uOjVPo2WmT .panel-text {
  color: #ffffff;
}
.cid-uOjVPo2WmT .mbr-section-title,
.cid-uOjVPo2WmT .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmYEhXnoN {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmYEhXnoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmYEhXnoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmYEhXnoN .row {
  justify-content: center;
}
.cid-uOmYEhXnoN .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uOmYEhXnoN .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOmYEhXnoN .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOmYEhXnoN .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOmYEhXnoN .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOmYEhXnoN .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOmYEhXnoN .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uOmYEhXnoN .mbr-section-title {
  color: #ffffff;
}
.cid-uOmYEhXnoN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOmYEhXnoN .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uOmYEhXnoN .mbr-section-title,
.cid-uOmYEhXnoN .mbr-section-btn {
  text-align: center;
}
.cid-uOjSUkl2TD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjSUkl2TD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjSUkl2TD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjSUkl2TD .container {
    padding: 0 16px;
  }
}
.cid-uOjSUkl2TD .row {
  justify-content: center;
}
.cid-uOjSUkl2TD .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjSUkl2TD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjSUkl2TD .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjSUkl2TD .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjSUkl2TD .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjSUkl2TD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjSUkl2TD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjSUkl2TD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjSUkl2TD .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjSUkl2TD .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjSUkl2TD .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjSUkl2TD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjSUkl2TD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjSUkl2TD .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjSUkl2TD .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjSUkl2TD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjSUkl2TD .mbr-section-title {
  color: #000000;
}
.cid-uOjSUkl2TD .panel-title-edit {
  color: #ffffff;
}
.cid-uOjSUkl2TD .panel-text {
  color: #ffffff;
}
.cid-uOjSUkl2TD .mbr-section-title,
.cid-uOjSUkl2TD .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjSWAfyS8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjSWAfyS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjSWAfyS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjSWAfyS8 .container {
    padding: 0 16px;
  }
}
.cid-uOjSWAfyS8 .row {
  justify-content: center;
}
.cid-uOjSWAfyS8 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjSWAfyS8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjSWAfyS8 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjSWAfyS8 .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjSWAfyS8 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjSWAfyS8 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjSWAfyS8 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjSWAfyS8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjSWAfyS8 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjSWAfyS8 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjSWAfyS8 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjSWAfyS8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjSWAfyS8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjSWAfyS8 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjSWAfyS8 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjSWAfyS8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjSWAfyS8 .mbr-section-title {
  color: #000000;
}
.cid-uOjSWAfyS8 .panel-title-edit {
  color: #ffffff;
}
.cid-uOjSWAfyS8 .panel-text {
  color: #ffffff;
}
.cid-uOjSWAfyS8 .mbr-section-title,
.cid-uOjSWAfyS8 .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjVMbxO3x {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjVMbxO3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjVMbxO3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjVMbxO3x .container {
    padding: 0 16px;
  }
}
.cid-uOjVMbxO3x .row {
  justify-content: center;
}
.cid-uOjVMbxO3x .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjVMbxO3x .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjVMbxO3x .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjVMbxO3x .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjVMbxO3x .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjVMbxO3x .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjVMbxO3x .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjVMbxO3x .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjVMbxO3x .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjVMbxO3x .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjVMbxO3x .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjVMbxO3x .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjVMbxO3x .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjVMbxO3x .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjVMbxO3x .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjVMbxO3x .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjVMbxO3x .mbr-section-title {
  color: #000000;
}
.cid-uOjVMbxO3x .panel-title-edit {
  color: #ffffff;
}
.cid-uOjVMbxO3x .panel-text {
  color: #ffffff;
}
.cid-uOjVMbxO3x .mbr-section-title,
.cid-uOjVMbxO3x .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjUPNhXfG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjUPNhXfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjUPNhXfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjUPNhXfG .container {
    padding: 0 16px;
  }
}
.cid-uOjUPNhXfG .row {
  justify-content: center;
}
.cid-uOjUPNhXfG .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjUPNhXfG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjUPNhXfG .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjUPNhXfG .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjUPNhXfG .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjUPNhXfG .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjUPNhXfG .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjUPNhXfG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjUPNhXfG .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjUPNhXfG .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjUPNhXfG .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjUPNhXfG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjUPNhXfG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjUPNhXfG .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjUPNhXfG .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjUPNhXfG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjUPNhXfG .mbr-section-title {
  color: #000000;
}
.cid-uOjUPNhXfG .panel-title-edit {
  color: #ffffff;
}
.cid-uOjUPNhXfG .panel-text {
  color: #ffffff;
}
.cid-uOjUPNhXfG .mbr-section-title,
.cid-uOjUPNhXfG .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjVN74HER {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjVN74HER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjVN74HER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjVN74HER .container {
    padding: 0 16px;
  }
}
.cid-uOjVN74HER .row {
  justify-content: center;
}
.cid-uOjVN74HER .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjVN74HER .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjVN74HER .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjVN74HER .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjVN74HER .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjVN74HER .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjVN74HER .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjVN74HER .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjVN74HER .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjVN74HER .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjVN74HER .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjVN74HER .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjVN74HER .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjVN74HER .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjVN74HER .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjVN74HER .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjVN74HER .mbr-section-title {
  color: #000000;
}
.cid-uOjVN74HER .panel-title-edit {
  color: #ffffff;
}
.cid-uOjVN74HER .panel-text {
  color: #ffffff;
}
.cid-uOjVN74HER .mbr-section-title,
.cid-uOjVN74HER .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjVPYvZEI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjVPYvZEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjVPYvZEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjVPYvZEI .container {
    padding: 0 16px;
  }
}
.cid-uOjVPYvZEI .row {
  justify-content: center;
}
.cid-uOjVPYvZEI .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjVPYvZEI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjVPYvZEI .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjVPYvZEI .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjVPYvZEI .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjVPYvZEI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjVPYvZEI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjVPYvZEI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjVPYvZEI .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjVPYvZEI .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjVPYvZEI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjVPYvZEI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjVPYvZEI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjVPYvZEI .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjVPYvZEI .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjVPYvZEI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjVPYvZEI .mbr-section-title {
  color: #000000;
}
.cid-uOjVPYvZEI .panel-title-edit {
  color: #ffffff;
}
.cid-uOjVPYvZEI .panel-text {
  color: #ffffff;
}
.cid-uOjVPYvZEI .mbr-section-title,
.cid-uOjVPYvZEI .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmZcMqZBh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmZcMqZBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmZcMqZBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmZcMqZBh .row {
  justify-content: center;
}
.cid-uOmZcMqZBh .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uOmZcMqZBh .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOmZcMqZBh .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOmZcMqZBh .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOmZcMqZBh .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOmZcMqZBh .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOmZcMqZBh .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uOmZcMqZBh .mbr-section-title {
  color: #ffffff;
}
.cid-uOmZcMqZBh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOmZcMqZBh .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uOmZcMqZBh .mbr-section-title,
.cid-uOmZcMqZBh .mbr-section-btn {
  text-align: center;
}
.cid-uOjSUXkJ7h {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjSUXkJ7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjSUXkJ7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjSUXkJ7h .container {
    padding: 0 16px;
  }
}
.cid-uOjSUXkJ7h .row {
  justify-content: center;
}
.cid-uOjSUXkJ7h .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjSUXkJ7h .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjSUXkJ7h .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjSUXkJ7h .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjSUXkJ7h .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjSUXkJ7h .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjSUXkJ7h .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjSUXkJ7h .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjSUXkJ7h .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjSUXkJ7h .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjSUXkJ7h .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjSUXkJ7h .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjSUXkJ7h .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjSUXkJ7h .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjSUXkJ7h .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjSUXkJ7h .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjSUXkJ7h .mbr-section-title {
  color: #000000;
}
.cid-uOjSUXkJ7h .panel-title-edit {
  color: #ffffff;
}
.cid-uOjSUXkJ7h .panel-text {
  color: #ffffff;
}
.cid-uOjSUXkJ7h .mbr-section-title,
.cid-uOjSUXkJ7h .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjUNL5ZLN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjUNL5ZLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjUNL5ZLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjUNL5ZLN .container {
    padding: 0 16px;
  }
}
.cid-uOjUNL5ZLN .row {
  justify-content: center;
}
.cid-uOjUNL5ZLN .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjUNL5ZLN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjUNL5ZLN .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjUNL5ZLN .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjUNL5ZLN .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjUNL5ZLN .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjUNL5ZLN .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjUNL5ZLN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjUNL5ZLN .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjUNL5ZLN .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjUNL5ZLN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjUNL5ZLN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjUNL5ZLN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjUNL5ZLN .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjUNL5ZLN .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjUNL5ZLN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjUNL5ZLN .mbr-section-title {
  color: #000000;
}
.cid-uOjUNL5ZLN .panel-title-edit {
  color: #ffffff;
}
.cid-uOjUNL5ZLN .panel-text {
  color: #ffffff;
}
.cid-uOjUNL5ZLN .mbr-section-title,
.cid-uOjUNL5ZLN .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjUOqmF1S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjUOqmF1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjUOqmF1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjUOqmF1S .container {
    padding: 0 16px;
  }
}
.cid-uOjUOqmF1S .row {
  justify-content: center;
}
.cid-uOjUOqmF1S .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjUOqmF1S .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjUOqmF1S .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjUOqmF1S .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjUOqmF1S .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjUOqmF1S .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjUOqmF1S .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjUOqmF1S .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjUOqmF1S .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjUOqmF1S .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjUOqmF1S .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjUOqmF1S .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjUOqmF1S .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjUOqmF1S .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjUOqmF1S .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjUOqmF1S .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjUOqmF1S .mbr-section-title {
  color: #000000;
}
.cid-uOjUOqmF1S .panel-title-edit {
  color: #ffffff;
}
.cid-uOjUOqmF1S .panel-text {
  color: #ffffff;
}
.cid-uOjUOqmF1S .mbr-section-title,
.cid-uOjUOqmF1S .title-wrapper {
  color: #fdfdfd;
}
.cid-uOjUP9mZDh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjUP9mZDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjUP9mZDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjUP9mZDh .container {
    padding: 0 16px;
  }
}
.cid-uOjUP9mZDh .row {
  justify-content: center;
}
.cid-uOjUP9mZDh .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjUP9mZDh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjUP9mZDh .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjUP9mZDh .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjUP9mZDh .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjUP9mZDh .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjUP9mZDh .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjUP9mZDh .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjUP9mZDh .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjUP9mZDh .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjUP9mZDh .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjUP9mZDh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjUP9mZDh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjUP9mZDh .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjUP9mZDh .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjUP9mZDh .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjUP9mZDh .mbr-section-title {
  color: #000000;
}
.cid-uOjUP9mZDh .panel-title-edit {
  color: #ffffff;
}
.cid-uOjUP9mZDh .panel-text {
  color: #ffffff;
}
.cid-uOjUP9mZDh .mbr-section-title,
.cid-uOjUP9mZDh .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmZtzEzxt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmZtzEzxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmZtzEzxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmZtzEzxt .row {
  justify-content: center;
}
.cid-uOmZtzEzxt .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uOmZtzEzxt .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOmZtzEzxt .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOmZtzEzxt .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOmZtzEzxt .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOmZtzEzxt .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOmZtzEzxt .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uOmZtzEzxt .mbr-section-title {
  color: #ffffff;
}
.cid-uOmZtzEzxt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOmZtzEzxt .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uOmZtzEzxt .mbr-section-title,
.cid-uOmZtzEzxt .mbr-section-btn {
  text-align: center;
}
.cid-uOjTYQDOea {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjTYQDOea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjTYQDOea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjTYQDOea .container {
    padding: 0 16px;
  }
}
.cid-uOjTYQDOea .row {
  justify-content: center;
}
.cid-uOjTYQDOea .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjTYQDOea .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjTYQDOea .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjTYQDOea .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjTYQDOea .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjTYQDOea .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjTYQDOea .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjTYQDOea .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjTYQDOea .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjTYQDOea .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjTYQDOea .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjTYQDOea .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjTYQDOea .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjTYQDOea .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjTYQDOea .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjTYQDOea .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjTYQDOea .mbr-section-title {
  color: #000000;
}
.cid-uOjTYQDOea .panel-title-edit {
  color: #ffffff;
}
.cid-uOjTYQDOea .panel-text {
  color: #ffffff;
}
.cid-uOjTYQDOea .mbr-section-title,
.cid-uOjTYQDOea .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmW54FiIr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmW54FiIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmW54FiIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmW54FiIr .row {
  justify-content: center;
}
.cid-uOmW54FiIr .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uOmW54FiIr .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOmW54FiIr .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOmW54FiIr .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOmW54FiIr .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOmW54FiIr .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOmW54FiIr .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uOmW54FiIr .mbr-section-title {
  color: #ffffff;
}
.cid-uOmW54FiIr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOmW54FiIr .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uOmW54FiIr .mbr-section-title,
.cid-uOmW54FiIr .mbr-section-btn {
  text-align: center;
}
.cid-uOjWtPCCWb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOjWtPCCWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOjWtPCCWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOjWtPCCWb .container {
    padding: 0 16px;
  }
}
.cid-uOjWtPCCWb .row {
  justify-content: center;
}
.cid-uOjWtPCCWb .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #0f155c;
  background-color: #1e1f9d;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uOjWtPCCWb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOjWtPCCWb .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #072b0f;
  background-color: #007b1c;
}
@media (max-width: 992px) {
  .cid-uOjWtPCCWb .panel-group .card {
    padding: 24px;
  }
}
.cid-uOjWtPCCWb .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOjWtPCCWb .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOjWtPCCWb .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOjWtPCCWb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOjWtPCCWb .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOjWtPCCWb .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uOjWtPCCWb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #fdfdfd;
}
.cid-uOjWtPCCWb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uOjWtPCCWb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOjWtPCCWb .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uOjWtPCCWb .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uOjWtPCCWb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOjWtPCCWb .mbr-section-title {
  color: #000000;
}
.cid-uOjWtPCCWb .panel-title-edit {
  color: #ffffff;
}
.cid-uOjWtPCCWb .panel-text {
  color: #ffffff;
}
.cid-uOjWtPCCWb .mbr-section-title,
.cid-uOjWtPCCWb .title-wrapper {
  color: #fdfdfd;
}
.cid-uOmPFmXbX0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOmPFmXbX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmPFmXbX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmPFmXbX0 .row {
  justify-content: center;
}
.cid-uOmPFmXbX0 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uOmPFmXbX0 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOmPFmXbX0 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOmPFmXbX0 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOmPFmXbX0 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOmPFmXbX0 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOmPFmXbX0 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uOmPFmXbX0 .mbr-section-title {
  color: #ffffff;
}
.cid-uOmPFmXbX0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOmPFmXbX0 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uOmPFmXbX0 .mbr-section-title,
.cid-uOmPFmXbX0 .mbr-section-btn {
  text-align: center;
}
.cid-uOj5S1hQeG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOj5S1hQeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOj5S1hQeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOj5S1hQeG .row {
  justify-content: center;
}
.cid-uOj5S1hQeG .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uOj5S1hQeG .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOj5S1hQeG .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOj5S1hQeG .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOj5S1hQeG .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOj5S1hQeG .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOj5S1hQeG .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uOj5S1hQeG .mbr-section-title {
  color: #ffffff;
}
.cid-uOj5S1hQeG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOj5S1hQeG .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uOj5S1hQeG .mbr-section-title,
.cid-uOj5S1hQeG .mbr-section-btn {
  text-align: center;
}
.cid-uOj5S2ay6K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uOj5S2ay6K .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uOj5S2ay6K .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOj5S2ay6K H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uOj5S2ay6K .section-text,
.cid-uOj5S2ay6K .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uOj5S2ay6K .section-text,
.cid-uOj5S2ay6K .mbr-section-btn DIV {
  text-align: center;
}
.cid-uOj5S316Kc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uOj5S316Kc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOj5S316Kc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOj5S316Kc .row {
  justify-content: center;
}
.cid-uOj5S316Kc .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uOj5S316Kc .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOj5S316Kc .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOj5S316Kc .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOj5S316Kc .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOj5S316Kc .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOj5S316Kc .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uOj5S316Kc .mbr-section-title {
  color: #ffffff;
}
.cid-uOj5S316Kc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOj5S316Kc .mbr-desc {
  color: #ffffff;
}
.cid-uOj5S316Kc .mbr-section-title,
.cid-uOj5S316Kc .mbr-section-btn {
  text-align: center;
}
.cid-uOj5S3TPiZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpeg");
}
.cid-uOj5S3TPiZ .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uOj5S3TPiZ .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uOj5S3TPiZ .btn {
  padding: 15px 30px !important;
}
.cid-uOj5S3TPiZ a {
  font-weight: 400;
}
.cid-uOj5S3TPiZ .mbr-section-subtitle,
.cid-uOj5S3TPiZ .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uOj5S3TPiZ .row {
  justify-content: center;
  display: flex;
}
.cid-uOj5S4L4DW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uOj5S4L4DW .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uOj5S4L4DW .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOj5S4L4DW H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uOj5S4L4DW .section-text,
.cid-uOj5S4L4DW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uOj5S4L4DW .section-text,
.cid-uOj5S4L4DW .mbr-section-btn DIV {
  text-align: center;
}
.cid-uOj5S5HBFG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uOj5S5HBFG .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uOj5S5HBFG .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uOj5S5HBFG .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uOj5S5HBFG .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uOj5S5HBFG .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uOj5S5HBFG .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uOj5S5HBFG .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uOj5S5HBFG .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uOj5S5HBFG .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uOj5S5HBFG .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uOj5S5HBFG [class^="socicon-"]:before,
.cid-uOj5S5HBFG [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uOj5S5HBFG .btn {
    font-size: 20px !important;
  }
}
.cid-uOj5S5HBFG .mbr-section-title {
  color: #ffffff;
}
.cid-uOj5S6yFSX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uOj5S6yFSX::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uOj5S6yFSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOj5S6yFSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOj5S6yFSX .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uOj5S6yFSX .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOj5S6yFSX .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOj5S6yFSX .container {
    padding: 0 22px;
  }
}
.cid-uOj5S6yFSX .row {
  position: relative;
  z-index: 1;
}
.cid-uOj5S6yFSX .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uOj5S6yFSX .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uOj5S6yFSX .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uOj5S6yFSX .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOj5S6yFSX .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOj5S6yFSX .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uOj5S6yFSX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOj5S6yFSX .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOj5S6yFSX .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uOj5S6yFSX .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOj5S6yFSX .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uOj5S6yFSX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uOj5S6yFSX .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uOj5S6yFSX .nav-wrapper .list .item-wrap:hover,
.cid-uOj5S6yFSX .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uOj5S6yFSX .nav-wrapper .list .item-wrap:hover::before,
.cid-uOj5S6yFSX .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOj5S6yFSX .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOj5S6yFSX .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOj5S6yFSX .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uOj5S6yFSX .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uOj5S6yFSX .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOj5S6yFSX .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uOj5S6yFSX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uOj5S6yFSX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uOj5S6yFSX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uOj5S6yFSX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uOj5S6yFSX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uOj5S6yFSX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uOj5S6yFSX .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOj5S6yFSX .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOj5S6yFSX .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uOj5S6yFSX .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uOj5S6yFSX .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uOj5S6yFSX .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uOj5S6yFSX .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uOj5S6yFSX .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uOj5S6yFSX .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uOj5S6yFSX .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uOj5S6yFSX .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOj5S6yFSX .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOj5S6yFSX .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uOj5S6yFSX .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uOj5S6yFSX .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uOj5S6yFSX .mbr-section-title {
  color: #00d0f3;
}
.cid-uOj5S6yFSX .mbr-text {
  color: #ffffff;
}
.cid-uOj5S6yFSX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOj5S6yFSX .list {
  color: #ffffff;
}
.cid-uOj5S6yFSX .mbr-contact {
  color: #ffffff;
}
.cid-uOj5S6yFSX .mbr-desc {
  color: #ffffff;
}
.cid-uOj5S6yFSX .mbr-contact,
.cid-uOj5S6yFSX .item-contact {
  color: #fdfdfd;
}
.cid-uOj5S6yFSX .list,
.cid-uOj5S6yFSX .item-wrap {
  color: #df8825;
}
.cid-uOj5S6yFSX .mbr-desc,
.cid-uOj5S6yFSX .mbr-section-btn {
  text-align: center;
}
.cid-uNWwAovVo1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNWwAovVo1 nav.navbar {
  position: fixed;
}
.cid-uNWwAovVo1 .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-uNWwAovVo1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNWwAovVo1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNWwAovVo1 .dropdown-item:hover,
.cid-uNWwAovVo1 .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uNWwAovVo1 .dropdown-item:hover span {
  color: white;
}
.cid-uNWwAovVo1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNWwAovVo1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNWwAovVo1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNWwAovVo1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNWwAovVo1 .nav-link {
  position: relative;
}
.cid-uNWwAovVo1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNWwAovVo1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNWwAovVo1 .navbar-nav {
  margin: 0 auto;
}
.cid-uNWwAovVo1 .dropdown-menu,
.cid-uNWwAovVo1 .navbar.opened {
  background: #007b1c !important;
}
.cid-uNWwAovVo1 .nav-item:focus,
.cid-uNWwAovVo1 .nav-link:focus {
  outline: none;
}
.cid-uNWwAovVo1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNWwAovVo1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNWwAovVo1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNWwAovVo1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNWwAovVo1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNWwAovVo1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNWwAovVo1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNWwAovVo1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNWwAovVo1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNWwAovVo1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNWwAovVo1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNWwAovVo1 .navbar.collapsed {
  justify-content: center;
}
.cid-uNWwAovVo1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNWwAovVo1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNWwAovVo1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uNWwAovVo1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNWwAovVo1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNWwAovVo1 .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-uNWwAovVo1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNWwAovVo1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uNWwAovVo1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNWwAovVo1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNWwAovVo1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNWwAovVo1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNWwAovVo1 .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-uNWwAovVo1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNWwAovVo1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNWwAovVo1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNWwAovVo1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNWwAovVo1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNWwAovVo1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNWwAovVo1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNWwAovVo1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNWwAovVo1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNWwAovVo1 .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNWwAovVo1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNWwAovVo1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNWwAovVo1 .dropdown-item.active,
.cid-uNWwAovVo1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNWwAovVo1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNWwAovVo1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNWwAovVo1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNWwAovVo1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uNWwAovVo1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNWwAovVo1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNWwAovVo1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNWwAovVo1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNWwAovVo1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNWwAovVo1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uNWwAovVo1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNWwAovVo1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNWwAovVo1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNWwAovVo1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNWwAovVo1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNWwAovVo1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNWwAovVo1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNWwAovVo1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNWwAovVo1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNWwAovVo1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNWwAovVo1 .navbar {
    height: 70px;
  }
  .cid-uNWwAovVo1 .navbar.opened {
    height: auto;
  }
  .cid-uNWwAovVo1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNWwAovVo1 .container,
.cid-uNWwAovVo1 .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uNWwAovVo1 .navbar-short {
  background-color: #007b1c !important;
}
.cid-uNWwAovVo1 .navbar-short .container,
.cid-uNWwAovVo1 .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uNWwAovVo1 .navbar-short .container:before,
.cid-uNWwAovVo1 .navbar-short .container-fluid:before {
  display: none;
}
.cid-uNWwAovVo1 .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uNWwAovVo1 .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uNWwAovVo1 .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uNWwAovVo1 .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uNWwAovVo1 .navbar {
    overflow: hidden;
  }
  .cid-uNWwAovVo1 .container,
  .cid-uNWwAovVo1 .container-fluid {
    min-height: 85px;
  }
  .cid-uNWwAovVo1 .navbar-brand {
    min-height: 85px;
  }
  .cid-uNWwAovVo1 .navbar-short .container,
  .cid-uNWwAovVo1 .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uNWwAovVo1 .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uNWwAovVo1 .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uNWwAovVo1 .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uNWwAovVo1 .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uNWwAovVo1 .mbr-section-btn {
    text-align: left;
  }
  .cid-uNWwAovVo1 .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uNWwAovVo1 .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uNWwApnLiS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWwApnLiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWwApnLiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWwApnLiS .row {
  justify-content: center;
}
.cid-uNWwApnLiS .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWwApnLiS .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWwApnLiS .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWwApnLiS .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWwApnLiS .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWwApnLiS .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWwApnLiS .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWwApnLiS .mbr-section-title {
  color: #ffffff;
}
.cid-uNWwApnLiS .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWwApnLiS .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uNWwApnLiS .mbr-section-title,
.cid-uNWwApnLiS .mbr-section-btn {
  text-align: center;
}
.cid-uNWwAzvRuo {
  background-color: #072b0f;
}
.cid-uNWwAzvRuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWwAzvRuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWwAzvRuo .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: transparent;
}
.cid-uNWwAzvRuo .container {
  max-width: 1280px;
}
.cid-uNWwAzvRuo .row {
  justify-content: center;
}
.cid-uNWwAzvRuo .mbr-section-title {
  color: #212132;
}
.cid-uNWwAzvRuo .mbr-section-subtitle {
  color: #fdfdfd;
  margin-top: 1rem;
}
.cid-uNWwAzvRuo .mbr-section-title,
.cid-uNWwAzvRuo .mbr-section-btn {
  color: #ffffff;
}
.cid-uNWAifOYUJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWAifOYUJ .content-wrapper {
  justify-content: center;
}
.cid-uNWAifOYUJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 334px;
  max-width: 334px;
}
@media (max-width: 767px) {
  .cid-uNWAifOYUJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNWAifOYUJ .embla__slide .slide-content {
  width: 100%;
}
.cid-uNWAifOYUJ .embla__slide .slide-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uNWAifOYUJ .embla__slide .slide-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uNWAifOYUJ .embla__slide .slide-content .item-wrapper {
  background-color: #072b0f;
  padding: 16px;
}
.cid-uNWAifOYUJ .embla__slide .slide-content .item-wrapper .item-wrap {
  background-color: #072b0f;
  border: 1px solid #defae5;
  overflow: hidden;
}
.cid-uNWAifOYUJ .embla__slide .slide-content .item-wrapper .item-wrap .item-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uNWAifOYUJ .embla__slide .slide-content .item-wrapper .item-wrap .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.cid-uNWAifOYUJ .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
}
.cid-uNWAifOYUJ .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .item-desc {
  margin-bottom: 0;
  margin-right: 8px;
}
.cid-uNWAifOYUJ .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #b9b9b9;
}
.cid-uNWAifOYUJ .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNWAifOYUJ .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #a672ff;
  margin: 0 8px 8px 0;
}
.cid-uNWAifOYUJ .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(2n) {
  background-color: #7dabab;
}
.cid-uNWAifOYUJ .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(3n) {
  background-color: #f96e47;
}
.cid-uNWAifOYUJ .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uNWAifOYUJ .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uNWAifOYUJ .embla__button--next,
.cid-uNWAifOYUJ .embla__button--prev {
  display: flex;
}
.cid-uNWAifOYUJ .embla__button {
  bottom: -4rem;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #269c41, #53d571) !important;
  color: #fdfdfd !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uNWAifOYUJ .embla__button:hover {
  opacity: .9 !important;
}
.cid-uNWAifOYUJ .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-uNWAifOYUJ .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uNWAifOYUJ .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uNWAifOYUJ .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uNWAifOYUJ .embla {
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #072b0f;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uNWAifOYUJ .embla {
    padding: 20px 16px;
  }
}
.cid-uNWAifOYUJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNWAifOYUJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNWAifOYUJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNWAifOYUJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNWAifOYUJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uNWAifOYUJ .item-title {
  color: #272b2e;
}
.cid-uNWAifOYUJ .item-desc {
  color: #fdfdfd;
  text-align: center;
}
.cid-uNWAifOYUJ .item-tag {
  color: #ffffff;
}
.cid-uNWAifOYUJ .item-title,
.cid-uNWAifOYUJ .icon-wrapper {
  text-align: center;
  color: #fdfdfd;
}
.cid-uNWAER1dxY {
  background-color: #072b0f;
}
.cid-uNWAER1dxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWAER1dxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWAER1dxY .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: transparent;
}
.cid-uNWAER1dxY .container {
  max-width: 1280px;
}
.cid-uNWAER1dxY .row {
  justify-content: center;
}
.cid-uNWAER1dxY .mbr-section-title {
  color: #212132;
}
.cid-uNWAER1dxY .mbr-section-subtitle {
  color: #fdfdfd;
  margin-top: 1rem;
}
.cid-uNWAER1dxY .mbr-section-title,
.cid-uNWAER1dxY .mbr-section-btn {
  color: #ffffff;
}
.cid-uUCUu9FgBK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-uUCUu9FgBK .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uUCUu9FgBK .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUCUu9FgBK H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uUCUu9FgBK .section-text,
.cid-uUCUu9FgBK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uUCUu9FgBK .section-text,
.cid-uUCUu9FgBK .mbr-section-btn DIV {
  text-align: center;
}
.cid-uNWFhp3Kyc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uNWFhp3Kyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWFhp3Kyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWFhp3Kyc .row {
  justify-content: center;
}
.cid-uNWFhp3Kyc .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWFhp3Kyc .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWFhp3Kyc .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWFhp3Kyc .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWFhp3Kyc .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWFhp3Kyc .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWFhp3Kyc .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWFhp3Kyc .mbr-section-title {
  color: #ffffff;
}
.cid-uNWFhp3Kyc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWFhp3Kyc .mbr-desc {
  color: #ffffff;
}
.cid-uNWFhp3Kyc .mbr-section-title,
.cid-uNWFhp3Kyc .mbr-section-btn {
  text-align: center;
}
.cid-uNWwAJsvBj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpeg");
}
.cid-uNWwAJsvBj .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uNWwAJsvBj .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uNWwAJsvBj .btn {
  padding: 15px 30px !important;
}
.cid-uNWwAJsvBj a {
  font-weight: 400;
}
.cid-uNWwAJsvBj .mbr-section-subtitle,
.cid-uNWwAJsvBj .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uNWwAJsvBj .row {
  justify-content: center;
  display: flex;
}
.cid-uNWwAKtYRv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uNWwAKtYRv .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uNWwAKtYRv .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWwAKtYRv H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uNWwAKtYRv .section-text,
.cid-uNWwAKtYRv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNWwAKtYRv .section-text,
.cid-uNWwAKtYRv .mbr-section-btn DIV {
  text-align: center;
}
.cid-uNWwALSz5u {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uNWwALSz5u .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uNWwALSz5u .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uNWwALSz5u .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uNWwALSz5u .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uNWwALSz5u .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uNWwALSz5u .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uNWwALSz5u .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uNWwALSz5u .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uNWwALSz5u .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uNWwALSz5u .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uNWwALSz5u [class^="socicon-"]:before,
.cid-uNWwALSz5u [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uNWwALSz5u .btn {
    font-size: 20px !important;
  }
}
.cid-uNWwALSz5u .mbr-section-title {
  color: #ffffff;
}
.cid-uNWwAMVGhF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uNWwAMVGhF::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uNWwAMVGhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWwAMVGhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWwAMVGhF .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uNWwAMVGhF .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uNWwAMVGhF .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uNWwAMVGhF .container {
    padding: 0 22px;
  }
}
.cid-uNWwAMVGhF .row {
  position: relative;
  z-index: 1;
}
.cid-uNWwAMVGhF .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNWwAMVGhF .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNWwAMVGhF .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNWwAMVGhF .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNWwAMVGhF .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNWwAMVGhF .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNWwAMVGhF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNWwAMVGhF .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNWwAMVGhF .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNWwAMVGhF .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNWwAMVGhF .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNWwAMVGhF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNWwAMVGhF .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNWwAMVGhF .nav-wrapper .list .item-wrap:hover,
.cid-uNWwAMVGhF .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNWwAMVGhF .nav-wrapper .list .item-wrap:hover::before,
.cid-uNWwAMVGhF .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNWwAMVGhF .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNWwAMVGhF .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNWwAMVGhF .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNWwAMVGhF .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNWwAMVGhF .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNWwAMVGhF .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNWwAMVGhF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNWwAMVGhF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNWwAMVGhF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNWwAMVGhF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNWwAMVGhF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNWwAMVGhF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNWwAMVGhF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNWwAMVGhF .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNWwAMVGhF .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNWwAMVGhF .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNWwAMVGhF .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNWwAMVGhF .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNWwAMVGhF .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNWwAMVGhF .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNWwAMVGhF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNWwAMVGhF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNWwAMVGhF .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNWwAMVGhF .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNWwAMVGhF .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNWwAMVGhF .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNWwAMVGhF .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNWwAMVGhF .mbr-section-title {
  color: #00d0f3;
}
.cid-uNWwAMVGhF .mbr-text {
  color: #ffffff;
}
.cid-uNWwAMVGhF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNWwAMVGhF .list {
  color: #ffffff;
}
.cid-uNWwAMVGhF .mbr-contact {
  color: #ffffff;
}
.cid-uNWwAMVGhF .mbr-desc {
  color: #ffffff;
}
.cid-uNWwAMVGhF .mbr-contact,
.cid-uNWwAMVGhF .item-contact {
  color: #fdfdfd;
}
.cid-uNWwAMVGhF .list,
.cid-uNWwAMVGhF .item-wrap {
  color: #df8825;
}
.cid-uNWwAMVGhF .mbr-desc,
.cid-uNWwAMVGhF .mbr-section-btn {
  text-align: center;
}
.cid-uSl1uDv5jF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSl1uDv5jF nav.navbar {
  position: fixed;
}
.cid-uSl1uDv5jF .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-uSl1uDv5jF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSl1uDv5jF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSl1uDv5jF .dropdown-item:hover,
.cid-uSl1uDv5jF .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uSl1uDv5jF .dropdown-item:hover span {
  color: white;
}
.cid-uSl1uDv5jF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSl1uDv5jF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSl1uDv5jF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSl1uDv5jF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSl1uDv5jF .nav-link {
  position: relative;
}
.cid-uSl1uDv5jF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uSl1uDv5jF .container {
    flex-wrap: nowrap;
  }
}
.cid-uSl1uDv5jF .navbar-nav {
  margin: 0 auto;
}
.cid-uSl1uDv5jF .dropdown-menu,
.cid-uSl1uDv5jF .navbar.opened {
  background: #007b1c !important;
}
.cid-uSl1uDv5jF .nav-item:focus,
.cid-uSl1uDv5jF .nav-link:focus {
  outline: none;
}
.cid-uSl1uDv5jF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSl1uDv5jF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSl1uDv5jF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSl1uDv5jF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSl1uDv5jF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSl1uDv5jF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSl1uDv5jF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uSl1uDv5jF .navbar.opened {
  transition: all 0.3s;
}
.cid-uSl1uDv5jF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSl1uDv5jF .navbar .navbar-logo img {
  width: auto;
}
.cid-uSl1uDv5jF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSl1uDv5jF .navbar.collapsed {
  justify-content: center;
}
.cid-uSl1uDv5jF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSl1uDv5jF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSl1uDv5jF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSl1uDv5jF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSl1uDv5jF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSl1uDv5jF .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-uSl1uDv5jF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSl1uDv5jF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uSl1uDv5jF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSl1uDv5jF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSl1uDv5jF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSl1uDv5jF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSl1uDv5jF .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-uSl1uDv5jF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSl1uDv5jF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSl1uDv5jF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSl1uDv5jF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSl1uDv5jF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSl1uDv5jF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSl1uDv5jF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSl1uDv5jF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSl1uDv5jF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSl1uDv5jF .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSl1uDv5jF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSl1uDv5jF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSl1uDv5jF .dropdown-item.active,
.cid-uSl1uDv5jF .dropdown-item:active {
  background-color: transparent;
}
.cid-uSl1uDv5jF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSl1uDv5jF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSl1uDv5jF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSl1uDv5jF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uSl1uDv5jF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSl1uDv5jF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSl1uDv5jF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSl1uDv5jF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSl1uDv5jF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSl1uDv5jF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uSl1uDv5jF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSl1uDv5jF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSl1uDv5jF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSl1uDv5jF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSl1uDv5jF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSl1uDv5jF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSl1uDv5jF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSl1uDv5jF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSl1uDv5jF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSl1uDv5jF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSl1uDv5jF .navbar {
    height: 70px;
  }
  .cid-uSl1uDv5jF .navbar.opened {
    height: auto;
  }
  .cid-uSl1uDv5jF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSl1uDv5jF .container,
.cid-uSl1uDv5jF .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uSl1uDv5jF .navbar-short {
  background-color: #007b1c !important;
}
.cid-uSl1uDv5jF .navbar-short .container,
.cid-uSl1uDv5jF .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uSl1uDv5jF .navbar-short .container:before,
.cid-uSl1uDv5jF .navbar-short .container-fluid:before {
  display: none;
}
.cid-uSl1uDv5jF .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uSl1uDv5jF .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uSl1uDv5jF .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uSl1uDv5jF .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uSl1uDv5jF .navbar {
    overflow: hidden;
  }
  .cid-uSl1uDv5jF .container,
  .cid-uSl1uDv5jF .container-fluid {
    min-height: 85px;
  }
  .cid-uSl1uDv5jF .navbar-brand {
    min-height: 85px;
  }
  .cid-uSl1uDv5jF .navbar-short .container,
  .cid-uSl1uDv5jF .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uSl1uDv5jF .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uSl1uDv5jF .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uSl1uDv5jF .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uSl1uDv5jF .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uSl1uDv5jF .mbr-section-btn {
    text-align: left;
  }
  .cid-uSl1uDv5jF .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uSl1uDv5jF .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uSl1uEhxO6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uSl1uEhxO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl1uEhxO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl1uEhxO6 .row {
  justify-content: center;
}
.cid-uSl1uEhxO6 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uSl1uEhxO6 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uSl1uEhxO6 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uSl1uEhxO6 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uSl1uEhxO6 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uSl1uEhxO6 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSl1uEhxO6 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uSl1uEhxO6 .mbr-section-title {
  color: #ffffff;
}
.cid-uSl1uEhxO6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSl1uEhxO6 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uSl1uEhxO6 .mbr-section-title,
.cid-uSl1uEhxO6 .mbr-section-btn {
  text-align: center;
}
.cid-uSl1uFItPE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uSl1uFItPE P {
  color: #767676;
}
.cid-uSl1uFItPE H1 {
  color: #ffffff;
}
.cid-uSl1uFItPE .mbr-text,
.cid-uSl1uFItPE .mbr-section-btn {
  color: #ffffff;
}
.cid-uSl1uFItPE H3 {
  color: #ffffff;
}
.cid-uSl1uF1cEh {
  background: #272c52;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uSl1uF1cEh .image-block {
  margin: auto;
}
.cid-uSl1uF1cEh .mbr-figure {
  margin: 0 auto;
}
.cid-uSl1uF1cEh figcaption {
  position: relative;
}
.cid-uSl1uF1cEh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSl1uF1cEh .image-block {
    width: 100% !important;
  }
}
.cid-uSl1uHT1ro {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uSl1uHT1ro H1 {
  color: #1e0d09;
}
.cid-uSl1uHT1ro H3 {
  color: #ffffff;
}
.cid-uSl1uHT1ro P {
  color: #ffffff;
  text-align: left;
}
.cid-uSl1v6rhmy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uSl1v6rhmy .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uSl1v6rhmy .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSl1v6rhmy H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uSl1v6rhmy .section-text,
.cid-uSl1v6rhmy .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSl1v6rhmy .section-text,
.cid-uSl1v6rhmy .mbr-section-btn DIV {
  text-align: center;
}
.cid-uSl1v9a8Vv {
  background-color: #272c52;
}
.cid-uSl1v9a8Vv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl1v9a8Vv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl1v9a8Vv .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uSl1v9a8Vv .container {
  max-width: 1280px;
}
.cid-uSl1v9a8Vv .row {
  justify-content: center;
}
.cid-uSl1v9a8Vv .mbr-section-title {
  color: #212132;
}
.cid-uSl1v9a8Vv .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uSl1v9a8Vv .mbr-section-title,
.cid-uSl1v9a8Vv .mbr-section-btn {
  color: #ffffff;
}
.cid-uSl1vabwaW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uSl1vabwaW .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uSl1vabwaW .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSl1vabwaW H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uSl1vabwaW .section-text,
.cid-uSl1vabwaW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSl1vabwaW .section-text,
.cid-uSl1vabwaW .mbr-section-btn DIV {
  text-align: center;
}
.cid-uSl1vbdcax {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uSl1vbdcax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl1vbdcax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl1vbdcax .row {
  justify-content: center;
}
.cid-uSl1vbdcax .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uSl1vbdcax .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uSl1vbdcax .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uSl1vbdcax .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uSl1vbdcax .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uSl1vbdcax .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSl1vbdcax .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uSl1vbdcax .mbr-section-title {
  color: #ffffff;
}
.cid-uSl1vbdcax .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uSl1vbdcax .mbr-desc {
  color: #ffffff;
}
.cid-uSl1vbdcax .mbr-section-title,
.cid-uSl1vbdcax .mbr-section-btn {
  text-align: center;
}
.cid-uSl1vc7nge {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpeg");
}
.cid-uSl1vc7nge .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uSl1vc7nge .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uSl1vc7nge .btn {
  padding: 15px 30px !important;
}
.cid-uSl1vc7nge a {
  font-weight: 400;
}
.cid-uSl1vc7nge .mbr-section-subtitle,
.cid-uSl1vc7nge .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uSl1vc7nge .row {
  justify-content: center;
  display: flex;
}
.cid-uSl1vd6rfj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uSl1vd6rfj .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uSl1vd6rfj .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSl1vd6rfj H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uSl1vd6rfj .section-text,
.cid-uSl1vd6rfj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSl1vd6rfj .section-text,
.cid-uSl1vd6rfj .mbr-section-btn DIV {
  text-align: center;
}
.cid-uSl1ve23Tk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uSl1ve23Tk .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uSl1ve23Tk .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uSl1ve23Tk .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uSl1ve23Tk .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uSl1ve23Tk .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uSl1ve23Tk .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uSl1ve23Tk .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uSl1ve23Tk .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uSl1ve23Tk .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uSl1ve23Tk .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uSl1ve23Tk [class^="socicon-"]:before,
.cid-uSl1ve23Tk [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uSl1ve23Tk .btn {
    font-size: 20px !important;
  }
}
.cid-uSl1ve23Tk .mbr-section-title {
  color: #ffffff;
}
.cid-uSl1veZFD9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uSl1veZFD9::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uSl1veZFD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl1veZFD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl1veZFD9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uSl1veZFD9 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSl1veZFD9 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uSl1veZFD9 .container {
    padding: 0 22px;
  }
}
.cid-uSl1veZFD9 .row {
  position: relative;
  z-index: 1;
}
.cid-uSl1veZFD9 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uSl1veZFD9 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uSl1veZFD9 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uSl1veZFD9 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSl1veZFD9 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSl1veZFD9 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uSl1veZFD9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSl1veZFD9 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSl1veZFD9 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uSl1veZFD9 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSl1veZFD9 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uSl1veZFD9 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uSl1veZFD9 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uSl1veZFD9 .nav-wrapper .list .item-wrap:hover,
.cid-uSl1veZFD9 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uSl1veZFD9 .nav-wrapper .list .item-wrap:hover::before,
.cid-uSl1veZFD9 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uSl1veZFD9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSl1veZFD9 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSl1veZFD9 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uSl1veZFD9 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uSl1veZFD9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uSl1veZFD9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uSl1veZFD9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uSl1veZFD9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uSl1veZFD9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uSl1veZFD9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uSl1veZFD9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uSl1veZFD9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uSl1veZFD9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSl1veZFD9 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSl1veZFD9 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uSl1veZFD9 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uSl1veZFD9 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uSl1veZFD9 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSl1veZFD9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uSl1veZFD9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uSl1veZFD9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uSl1veZFD9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uSl1veZFD9 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uSl1veZFD9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSl1veZFD9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uSl1veZFD9 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSl1veZFD9 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uSl1veZFD9 .mbr-section-title {
  color: #00d0f3;
}
.cid-uSl1veZFD9 .mbr-text {
  color: #ffffff;
}
.cid-uSl1veZFD9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSl1veZFD9 .list {
  color: #ffffff;
}
.cid-uSl1veZFD9 .mbr-contact {
  color: #ffffff;
}
.cid-uSl1veZFD9 .mbr-desc {
  color: #ffffff;
}
.cid-uSl1veZFD9 .mbr-contact,
.cid-uSl1veZFD9 .item-contact {
  color: #fdfdfd;
}
.cid-uSl1veZFD9 .list,
.cid-uSl1veZFD9 .item-wrap {
  color: #df8825;
}
.cid-uSl1veZFD9 .mbr-desc,
.cid-uSl1veZFD9 .mbr-section-btn {
  text-align: center;
}
.cid-uHZNYVJl6G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHZNYVJl6G nav.navbar {
  position: fixed;
}
.cid-uHZNYVJl6G .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-uHZNYVJl6G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHZNYVJl6G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHZNYVJl6G .dropdown-item:hover,
.cid-uHZNYVJl6G .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uHZNYVJl6G .dropdown-item:hover span {
  color: white;
}
.cid-uHZNYVJl6G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHZNYVJl6G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHZNYVJl6G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHZNYVJl6G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHZNYVJl6G .nav-link {
  position: relative;
}
.cid-uHZNYVJl6G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHZNYVJl6G .container {
    flex-wrap: nowrap;
  }
}
.cid-uHZNYVJl6G .navbar-nav {
  margin: 0 auto;
}
.cid-uHZNYVJl6G .dropdown-menu,
.cid-uHZNYVJl6G .navbar.opened {
  background: #007b1c !important;
}
.cid-uHZNYVJl6G .nav-item:focus,
.cid-uHZNYVJl6G .nav-link:focus {
  outline: none;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHZNYVJl6G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHZNYVJl6G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHZNYVJl6G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uHZNYVJl6G .navbar.opened {
  transition: all 0.3s;
}
.cid-uHZNYVJl6G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHZNYVJl6G .navbar .navbar-logo img {
  width: auto;
}
.cid-uHZNYVJl6G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHZNYVJl6G .navbar.collapsed {
  justify-content: center;
}
.cid-uHZNYVJl6G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHZNYVJl6G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHZNYVJl6G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHZNYVJl6G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHZNYVJl6G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHZNYVJl6G .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-uHZNYVJl6G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHZNYVJl6G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uHZNYVJl6G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHZNYVJl6G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHZNYVJl6G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHZNYVJl6G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHZNYVJl6G .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-uHZNYVJl6G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHZNYVJl6G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHZNYVJl6G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHZNYVJl6G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHZNYVJl6G .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHZNYVJl6G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHZNYVJl6G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHZNYVJl6G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHZNYVJl6G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHZNYVJl6G .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHZNYVJl6G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHZNYVJl6G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHZNYVJl6G .dropdown-item.active,
.cid-uHZNYVJl6G .dropdown-item:active {
  background-color: transparent;
}
.cid-uHZNYVJl6G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHZNYVJl6G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHZNYVJl6G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHZNYVJl6G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uHZNYVJl6G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHZNYVJl6G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHZNYVJl6G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHZNYVJl6G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHZNYVJl6G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHZNYVJl6G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHZNYVJl6G .navbar {
    height: 70px;
  }
  .cid-uHZNYVJl6G .navbar.opened {
    height: auto;
  }
  .cid-uHZNYVJl6G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHZNYVJl6G .container,
.cid-uHZNYVJl6G .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uHZNYVJl6G .navbar-short {
  background-color: #007b1c !important;
}
.cid-uHZNYVJl6G .navbar-short .container,
.cid-uHZNYVJl6G .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uHZNYVJl6G .navbar-short .container:before,
.cid-uHZNYVJl6G .navbar-short .container-fluid:before {
  display: none;
}
.cid-uHZNYVJl6G .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uHZNYVJl6G .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uHZNYVJl6G .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uHZNYVJl6G .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uHZNYVJl6G .navbar {
    overflow: hidden;
  }
  .cid-uHZNYVJl6G .container,
  .cid-uHZNYVJl6G .container-fluid {
    min-height: 85px;
  }
  .cid-uHZNYVJl6G .navbar-brand {
    min-height: 85px;
  }
  .cid-uHZNYVJl6G .navbar-short .container,
  .cid-uHZNYVJl6G .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uHZNYVJl6G .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uHZNYVJl6G .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uHZNYVJl6G .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uHZNYVJl6G .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uHZNYVJl6G .mbr-section-btn {
    text-align: left;
  }
  .cid-uHZNYVJl6G .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uHZNYVJl6G .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uUxznG7Ikg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uUxznG7Ikg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxznG7Ikg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxznG7Ikg .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUxznG7Ikg .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uUxznG7Ikg .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uUxznG7Ikg .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUxznG7Ikg .mbr-section-title {
  color: #f5f8ff;
}
.cid-uUxznG7Ikg .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uUxznG7Ikg .mbr-section-title,
.cid-uUxznG7Ikg .title-wrapper,
.cid-uUxznG7Ikg .mbr-section-btn {
  text-align: center;
}
.cid-uUxe1HpsEC {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #072b0f;
}
.cid-uUxe1HpsEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxe1HpsEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxe1HpsEC .mbr-section-title {
  margin-bottom: 64px;
  color: #fafafa;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUxe1HpsEC .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUxe1HpsEC .mbr-figure {
  border-radius: 0 !important;
  border: 20px solid #defae5;
}
@media (max-width: 992px) {
  .cid-uUxe1HpsEC .mbr-figure {
    border: 10px solid #defae5;
  }
}
.cid-uUxgoaz8cy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #072b0f;
}
.cid-uUxgoaz8cy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxgoaz8cy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxgoaz8cy .mbr-section-title {
  margin-bottom: 64px;
  color: #fafafa;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUxgoaz8cy .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUxgoaz8cy .mbr-figure {
  border-radius: 0 !important;
  border: 20px solid #defae5;
}
@media (max-width: 992px) {
  .cid-uUxgoaz8cy .mbr-figure {
    border: 10px solid #defae5;
  }
}
.cid-uUxgr9wwjU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #072b0f;
}
.cid-uUxgr9wwjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxgr9wwjU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxgr9wwjU .mbr-section-title {
  margin-bottom: 64px;
  color: #fafafa;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUxgr9wwjU .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUxgr9wwjU .mbr-figure {
  border-radius: 0 !important;
  border: 20px solid #defae5;
}
@media (max-width: 992px) {
  .cid-uUxgr9wwjU .mbr-figure {
    border: 10px solid #defae5;
  }
}
.cid-uUxgurPH5S {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #072b0f;
}
.cid-uUxgurPH5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxgurPH5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxgurPH5S .mbr-section-title {
  margin-bottom: 64px;
  color: #fafafa;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUxgurPH5S .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUxgurPH5S .mbr-figure {
  border-radius: 0 !important;
  border: 20px solid #defae5;
}
@media (max-width: 992px) {
  .cid-uUxgurPH5S .mbr-figure {
    border: 10px solid #defae5;
  }
}
.cid-uUxgwZtFJm {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #072b0f;
}
.cid-uUxgwZtFJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxgwZtFJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxgwZtFJm .mbr-section-title {
  margin-bottom: 64px;
  color: #fafafa;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUxgwZtFJm .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUxgwZtFJm .mbr-figure {
  border-radius: 0 !important;
  border: 20px solid #defae5;
}
@media (max-width: 992px) {
  .cid-uUxgwZtFJm .mbr-figure {
    border: 10px solid #defae5;
  }
}
.cid-uI3El6TM5t {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI3El6TM5t::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI3El6TM5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3El6TM5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI3El6TM5t .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI3El6TM5t .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .container {
    padding: 0 22px;
  }
}
.cid-uI3El6TM5t .row {
  position: relative;
  z-index: 1;
}
.cid-uI3El6TM5t .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI3El6TM5t .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI3El6TM5t .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI3El6TM5t .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI3El6TM5t .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI3El6TM5t .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI3El6TM5t .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI3El6TM5t .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI3El6TM5t .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover,
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover::before,
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI3El6TM5t .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI3El6TM5t .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI3El6TM5t .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI3El6TM5t .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI3El6TM5t .mbr-section-title {
  color: #00d0f3;
}
.cid-uI3El6TM5t .mbr-text {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI3El6TM5t .list {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-contact {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-desc {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-contact,
.cid-uI3El6TM5t .item-contact {
  color: #fdfdfd;
}
.cid-uI3El6TM5t .list,
.cid-uI3El6TM5t .item-wrap {
  color: #df8825;
}
.cid-uI3El6TM5t .mbr-desc,
.cid-uI3El6TM5t .mbr-section-btn {
  text-align: center;
}
.cid-uWewb3Yv8a {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uWewb3Yv8a nav.navbar {
  position: fixed;
}
.cid-uWewb3Yv8a .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-uWewb3Yv8a .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWewb3Yv8a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWewb3Yv8a .dropdown-item:hover,
.cid-uWewb3Yv8a .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uWewb3Yv8a .dropdown-item:hover span {
  color: white;
}
.cid-uWewb3Yv8a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWewb3Yv8a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWewb3Yv8a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWewb3Yv8a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWewb3Yv8a .nav-link {
  position: relative;
}
.cid-uWewb3Yv8a .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWewb3Yv8a .container {
    flex-wrap: nowrap;
  }
}
.cid-uWewb3Yv8a .navbar-nav {
  margin: 0 auto;
}
.cid-uWewb3Yv8a .dropdown-menu,
.cid-uWewb3Yv8a .navbar.opened {
  background: #007b1c !important;
}
.cid-uWewb3Yv8a .nav-item:focus,
.cid-uWewb3Yv8a .nav-link:focus {
  outline: none;
}
.cid-uWewb3Yv8a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWewb3Yv8a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWewb3Yv8a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWewb3Yv8a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWewb3Yv8a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWewb3Yv8a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWewb3Yv8a .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWewb3Yv8a .navbar.opened {
  transition: all 0.3s;
}
.cid-uWewb3Yv8a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWewb3Yv8a .navbar .navbar-logo img {
  width: auto;
}
.cid-uWewb3Yv8a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWewb3Yv8a .navbar.collapsed {
  justify-content: center;
}
.cid-uWewb3Yv8a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWewb3Yv8a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWewb3Yv8a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWewb3Yv8a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWewb3Yv8a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWewb3Yv8a .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-uWewb3Yv8a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWewb3Yv8a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uWewb3Yv8a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWewb3Yv8a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWewb3Yv8a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWewb3Yv8a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWewb3Yv8a .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-uWewb3Yv8a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWewb3Yv8a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWewb3Yv8a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWewb3Yv8a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWewb3Yv8a .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWewb3Yv8a .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWewb3Yv8a .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWewb3Yv8a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWewb3Yv8a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWewb3Yv8a .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWewb3Yv8a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWewb3Yv8a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWewb3Yv8a .dropdown-item.active,
.cid-uWewb3Yv8a .dropdown-item:active {
  background-color: transparent;
}
.cid-uWewb3Yv8a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWewb3Yv8a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWewb3Yv8a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWewb3Yv8a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uWewb3Yv8a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWewb3Yv8a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWewb3Yv8a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWewb3Yv8a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWewb3Yv8a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWewb3Yv8a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uWewb3Yv8a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWewb3Yv8a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWewb3Yv8a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWewb3Yv8a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWewb3Yv8a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWewb3Yv8a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWewb3Yv8a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWewb3Yv8a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWewb3Yv8a .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWewb3Yv8a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWewb3Yv8a .navbar {
    height: 70px;
  }
  .cid-uWewb3Yv8a .navbar.opened {
    height: auto;
  }
  .cid-uWewb3Yv8a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWewb3Yv8a .container,
.cid-uWewb3Yv8a .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uWewb3Yv8a .navbar-short {
  background-color: #007b1c !important;
}
.cid-uWewb3Yv8a .navbar-short .container,
.cid-uWewb3Yv8a .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uWewb3Yv8a .navbar-short .container:before,
.cid-uWewb3Yv8a .navbar-short .container-fluid:before {
  display: none;
}
.cid-uWewb3Yv8a .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uWewb3Yv8a .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uWewb3Yv8a .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uWewb3Yv8a .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uWewb3Yv8a .navbar {
    overflow: hidden;
  }
  .cid-uWewb3Yv8a .container,
  .cid-uWewb3Yv8a .container-fluid {
    min-height: 85px;
  }
  .cid-uWewb3Yv8a .navbar-brand {
    min-height: 85px;
  }
  .cid-uWewb3Yv8a .navbar-short .container,
  .cid-uWewb3Yv8a .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uWewb3Yv8a .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uWewb3Yv8a .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uWewb3Yv8a .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uWewb3Yv8a .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uWewb3Yv8a .mbr-section-btn {
    text-align: left;
  }
  .cid-uWewb3Yv8a .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uWewb3Yv8a .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uWewb4ti0U {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uWewb4ti0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWewb4ti0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWewb4ti0U .row {
  justify-content: center;
}
.cid-uWewb4ti0U .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uWewb4ti0U .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWewb4ti0U .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uWewb4ti0U .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWewb4ti0U .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uWewb4ti0U .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWewb4ti0U .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uWewb4ti0U .mbr-section-title {
  color: #ffffff;
}
.cid-uWewb4ti0U .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWewb4ti0U .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uWewb4ti0U .mbr-section-title,
.cid-uWewb4ti0U .mbr-section-btn {
  text-align: center;
}
.cid-uWezqXxBZV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-uWezqXxBZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWezqXxBZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWezqXxBZV .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uWezqXxBZV .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uWezqXxBZV .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWezqXxBZV .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWezqXxBZV .mbr-section-title {
  color: #ffffff;
}
.cid-uWewb5lg6f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-uWewb5lg6f .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uWewb5lg6f .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uWewb5lg6f .btn {
  padding: 15px 30px !important;
}
.cid-uWewb5lg6f a {
  font-weight: 400;
}
.cid-uWewb5lg6f .mbr-section-subtitle,
.cid-uWewb5lg6f .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uWewb5lg6f .row {
  justify-content: center;
  display: flex;
}
.cid-uWewb5LsqI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uWewb5LsqI .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uWewb5LsqI .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWewb5LsqI H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uWewb5LsqI .section-text,
.cid-uWewb5LsqI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWewb5LsqI .section-text,
.cid-uWewb5LsqI .mbr-section-btn DIV {
  text-align: center;
}
.cid-uWewb6fV6E {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uWewb6fV6E .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uWewb6fV6E .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uWewb6fV6E .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uWewb6fV6E .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uWewb6fV6E .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uWewb6fV6E .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uWewb6fV6E .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uWewb6fV6E .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uWewb6fV6E .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uWewb6fV6E .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uWewb6fV6E [class^="socicon-"]:before,
.cid-uWewb6fV6E [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uWewb6fV6E .btn {
    font-size: 20px !important;
  }
}
.cid-uWewb6fV6E .mbr-section-title {
  color: #ffffff;
}
.cid-uWewb6G4Al {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uWewb6G4Al .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWewb6G4Al .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWewb6G4Al .row {
  justify-content: center;
}
.cid-uWewb6G4Al .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uWewb6G4Al .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWewb6G4Al .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uWewb6G4Al .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWewb6G4Al .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uWewb6G4Al .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWewb6G4Al .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uWewb6G4Al .mbr-section-title {
  color: #ffffff;
}
.cid-uWewb6G4Al .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWewb6G4Al .mbr-desc {
  color: #ffffff;
}
.cid-uWewb6G4Al .mbr-section-title,
.cid-uWewb6G4Al .mbr-section-btn {
  text-align: center;
}
.cid-uWewb79YXx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uWewb79YXx::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uWewb79YXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWewb79YXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWewb79YXx .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uWewb79YXx .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uWewb79YXx .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uWewb79YXx .container {
    padding: 0 22px;
  }
}
.cid-uWewb79YXx .row {
  position: relative;
  z-index: 1;
}
.cid-uWewb79YXx .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uWewb79YXx .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uWewb79YXx .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uWewb79YXx .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWewb79YXx .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWewb79YXx .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uWewb79YXx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWewb79YXx .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWewb79YXx .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uWewb79YXx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWewb79YXx .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uWewb79YXx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uWewb79YXx .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWewb79YXx .nav-wrapper .list .item-wrap:hover,
.cid-uWewb79YXx .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uWewb79YXx .nav-wrapper .list .item-wrap:hover::before,
.cid-uWewb79YXx .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uWewb79YXx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWewb79YXx .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWewb79YXx .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWewb79YXx .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uWewb79YXx .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uWewb79YXx .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uWewb79YXx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uWewb79YXx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uWewb79YXx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uWewb79YXx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uWewb79YXx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uWewb79YXx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWewb79YXx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWewb79YXx .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWewb79YXx .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWewb79YXx .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uWewb79YXx .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uWewb79YXx .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWewb79YXx .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWewb79YXx .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uWewb79YXx .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uWewb79YXx .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWewb79YXx .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWewb79YXx .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWewb79YXx .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uWewb79YXx .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWewb79YXx .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uWewb79YXx .mbr-section-title {
  color: #00d0f3;
}
.cid-uWewb79YXx .mbr-text {
  color: #ffffff;
}
.cid-uWewb79YXx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWewb79YXx .list {
  color: #ffffff;
}
.cid-uWewb79YXx .mbr-contact {
  color: #ffffff;
}
.cid-uWewb79YXx .mbr-desc {
  color: #ffffff;
}
.cid-uWewb79YXx .mbr-contact,
.cid-uWewb79YXx .item-contact {
  color: #fdfdfd;
}
.cid-uWewb79YXx .list,
.cid-uWewb79YXx .item-wrap {
  color: #df8825;
}
.cid-uWewb79YXx .mbr-desc,
.cid-uWewb79YXx .mbr-section-btn {
  text-align: center;
}
.cid-uYmXP0Emzp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYmXP0Emzp nav.navbar {
  position: fixed;
}
.cid-uYmXP0Emzp .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-uYmXP0Emzp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYmXP0Emzp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYmXP0Emzp .dropdown-item:hover,
.cid-uYmXP0Emzp .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uYmXP0Emzp .dropdown-item:hover span {
  color: white;
}
.cid-uYmXP0Emzp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYmXP0Emzp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYmXP0Emzp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYmXP0Emzp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYmXP0Emzp .nav-link {
  position: relative;
}
.cid-uYmXP0Emzp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYmXP0Emzp .container {
    flex-wrap: nowrap;
  }
}
.cid-uYmXP0Emzp .navbar-nav {
  margin: 0 auto;
}
.cid-uYmXP0Emzp .dropdown-menu,
.cid-uYmXP0Emzp .navbar.opened {
  background: #007b1c !important;
}
.cid-uYmXP0Emzp .nav-item:focus,
.cid-uYmXP0Emzp .nav-link:focus {
  outline: none;
}
.cid-uYmXP0Emzp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYmXP0Emzp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYmXP0Emzp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYmXP0Emzp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYmXP0Emzp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYmXP0Emzp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYmXP0Emzp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYmXP0Emzp .navbar.opened {
  transition: all 0.3s;
}
.cid-uYmXP0Emzp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYmXP0Emzp .navbar .navbar-logo img {
  width: auto;
}
.cid-uYmXP0Emzp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYmXP0Emzp .navbar.collapsed {
  justify-content: center;
}
.cid-uYmXP0Emzp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYmXP0Emzp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYmXP0Emzp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYmXP0Emzp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYmXP0Emzp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYmXP0Emzp .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-uYmXP0Emzp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYmXP0Emzp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uYmXP0Emzp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYmXP0Emzp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYmXP0Emzp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYmXP0Emzp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYmXP0Emzp .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-uYmXP0Emzp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYmXP0Emzp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYmXP0Emzp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYmXP0Emzp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYmXP0Emzp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYmXP0Emzp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYmXP0Emzp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYmXP0Emzp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYmXP0Emzp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYmXP0Emzp .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYmXP0Emzp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYmXP0Emzp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYmXP0Emzp .dropdown-item.active,
.cid-uYmXP0Emzp .dropdown-item:active {
  background-color: transparent;
}
.cid-uYmXP0Emzp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYmXP0Emzp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYmXP0Emzp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYmXP0Emzp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uYmXP0Emzp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYmXP0Emzp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYmXP0Emzp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYmXP0Emzp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYmXP0Emzp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYmXP0Emzp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uYmXP0Emzp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYmXP0Emzp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYmXP0Emzp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYmXP0Emzp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYmXP0Emzp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYmXP0Emzp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYmXP0Emzp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYmXP0Emzp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYmXP0Emzp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYmXP0Emzp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYmXP0Emzp .navbar {
    height: 70px;
  }
  .cid-uYmXP0Emzp .navbar.opened {
    height: auto;
  }
  .cid-uYmXP0Emzp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYmXP0Emzp .container,
.cid-uYmXP0Emzp .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uYmXP0Emzp .navbar-short {
  background-color: #007b1c !important;
}
.cid-uYmXP0Emzp .navbar-short .container,
.cid-uYmXP0Emzp .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uYmXP0Emzp .navbar-short .container:before,
.cid-uYmXP0Emzp .navbar-short .container-fluid:before {
  display: none;
}
.cid-uYmXP0Emzp .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uYmXP0Emzp .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uYmXP0Emzp .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uYmXP0Emzp .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uYmXP0Emzp .navbar {
    overflow: hidden;
  }
  .cid-uYmXP0Emzp .container,
  .cid-uYmXP0Emzp .container-fluid {
    min-height: 85px;
  }
  .cid-uYmXP0Emzp .navbar-brand {
    min-height: 85px;
  }
  .cid-uYmXP0Emzp .navbar-short .container,
  .cid-uYmXP0Emzp .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uYmXP0Emzp .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uYmXP0Emzp .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uYmXP0Emzp .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uYmXP0Emzp .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uYmXP0Emzp .mbr-section-btn {
    text-align: left;
  }
  .cid-uYmXP0Emzp .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uYmXP0Emzp .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uYmXP0WnFy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uYmXP0WnFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmXP0WnFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmXP0WnFy .row {
  justify-content: center;
}
.cid-uYmXP0WnFy .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uYmXP0WnFy .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYmXP0WnFy .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uYmXP0WnFy .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uYmXP0WnFy .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uYmXP0WnFy .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYmXP0WnFy .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uYmXP0WnFy .mbr-section-title {
  color: #ffffff;
}
.cid-uYmXP0WnFy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uYmXP0WnFy .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uYmXP0WnFy .mbr-section-title,
.cid-uYmXP0WnFy .mbr-section-btn {
  text-align: center;
}
.cid-uYmXP1agVz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uYmXP1agVz P {
  color: #767676;
}
.cid-uYmXP1agVz H1 {
  color: #ffffff;
}
.cid-uYmXP1agVz .mbr-text,
.cid-uYmXP1agVz .mbr-section-btn {
  color: #ffffff;
}
.cid-uYmXP1agVz H3 {
  color: #ffffff;
}
.cid-uYmXP1AY88 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #272c52;
}
.cid-uYmXP1AY88 H1 {
  color: #1e0d09;
}
.cid-uYmXP1AY88 H3 {
  color: #ffffff;
}
.cid-uYmXP1AY88 P {
  color: #ffffff;
  text-align: left;
}
.cid-uYmXP1VgUl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uYmXP1VgUl .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uYmXP1VgUl .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uYmXP1VgUl H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uYmXP1VgUl .section-text,
.cid-uYmXP1VgUl .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uYmXP1VgUl .section-text,
.cid-uYmXP1VgUl .mbr-section-btn DIV {
  text-align: center;
}
.cid-uYmXP2apyp {
  background-color: #272c52;
}
.cid-uYmXP2apyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmXP2apyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmXP2apyp .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uYmXP2apyp .container {
  max-width: 1280px;
}
.cid-uYmXP2apyp .row {
  justify-content: center;
}
.cid-uYmXP2apyp .mbr-section-title {
  color: #212132;
}
.cid-uYmXP2apyp .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uYmXP2apyp .mbr-section-title,
.cid-uYmXP2apyp .mbr-section-btn {
  color: #ffffff;
}
.cid-uYmXP2oI4V {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uYmXP2oI4V .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uYmXP2oI4V .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uYmXP2oI4V H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uYmXP2oI4V .section-text,
.cid-uYmXP2oI4V .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uYmXP2oI4V .section-text,
.cid-uYmXP2oI4V .mbr-section-btn DIV {
  text-align: center;
}
.cid-uYmXP2FSFC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272c52;
}
.cid-uYmXP2FSFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmXP2FSFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmXP2FSFC .row {
  justify-content: center;
}
.cid-uYmXP2FSFC .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uYmXP2FSFC .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYmXP2FSFC .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uYmXP2FSFC .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uYmXP2FSFC .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uYmXP2FSFC .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYmXP2FSFC .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uYmXP2FSFC .mbr-section-title {
  color: #ffffff;
}
.cid-uYmXP2FSFC .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYmXP2FSFC .mbr-desc {
  color: #ffffff;
}
.cid-uYmXP2FSFC .mbr-section-title,
.cid-uYmXP2FSFC .mbr-section-btn {
  text-align: center;
}
.cid-uYmXP2Uw1N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpeg");
}
.cid-uYmXP2Uw1N .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uYmXP2Uw1N .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uYmXP2Uw1N .btn {
  padding: 15px 30px !important;
}
.cid-uYmXP2Uw1N a {
  font-weight: 400;
}
.cid-uYmXP2Uw1N .mbr-section-subtitle,
.cid-uYmXP2Uw1N .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uYmXP2Uw1N .row {
  justify-content: center;
  display: flex;
}
.cid-uYmXP3bWWI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #272c52;
}
.cid-uYmXP3bWWI .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uYmXP3bWWI .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uYmXP3bWWI H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uYmXP3bWWI .section-text,
.cid-uYmXP3bWWI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uYmXP3bWWI .section-text,
.cid-uYmXP3bWWI .mbr-section-btn DIV {
  text-align: center;
}
.cid-uYmXP3rhWM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #272c52;
}
.cid-uYmXP3rhWM .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uYmXP3rhWM .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uYmXP3rhWM .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uYmXP3rhWM .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uYmXP3rhWM .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uYmXP3rhWM .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uYmXP3rhWM .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uYmXP3rhWM .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uYmXP3rhWM .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uYmXP3rhWM .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uYmXP3rhWM [class^="socicon-"]:before,
.cid-uYmXP3rhWM [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uYmXP3rhWM .btn {
    font-size: 20px !important;
  }
}
.cid-uYmXP3rhWM .mbr-section-title {
  color: #ffffff;
}
.cid-uYmXP3HjPq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uYmXP3HjPq::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uYmXP3HjPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmXP3HjPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmXP3HjPq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uYmXP3HjPq .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYmXP3HjPq .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uYmXP3HjPq .container {
    padding: 0 22px;
  }
}
.cid-uYmXP3HjPq .row {
  position: relative;
  z-index: 1;
}
.cid-uYmXP3HjPq .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uYmXP3HjPq .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uYmXP3HjPq .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uYmXP3HjPq .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYmXP3HjPq .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYmXP3HjPq .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uYmXP3HjPq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYmXP3HjPq .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYmXP3HjPq .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uYmXP3HjPq .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYmXP3HjPq .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uYmXP3HjPq .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uYmXP3HjPq .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYmXP3HjPq .nav-wrapper .list .item-wrap:hover,
.cid-uYmXP3HjPq .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uYmXP3HjPq .nav-wrapper .list .item-wrap:hover::before,
.cid-uYmXP3HjPq .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYmXP3HjPq .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYmXP3HjPq .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYmXP3HjPq .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYmXP3HjPq .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uYmXP3HjPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYmXP3HjPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uYmXP3HjPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uYmXP3HjPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uYmXP3HjPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uYmXP3HjPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uYmXP3HjPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uYmXP3HjPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uYmXP3HjPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYmXP3HjPq .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYmXP3HjPq .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uYmXP3HjPq .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uYmXP3HjPq .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uYmXP3HjPq .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uYmXP3HjPq .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uYmXP3HjPq .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uYmXP3HjPq .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uYmXP3HjPq .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uYmXP3HjPq .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYmXP3HjPq .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYmXP3HjPq .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uYmXP3HjPq .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYmXP3HjPq .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uYmXP3HjPq .mbr-section-title {
  color: #00d0f3;
}
.cid-uYmXP3HjPq .mbr-text {
  color: #ffffff;
}
.cid-uYmXP3HjPq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYmXP3HjPq .list {
  color: #ffffff;
}
.cid-uYmXP3HjPq .mbr-contact {
  color: #ffffff;
}
.cid-uYmXP3HjPq .mbr-desc {
  color: #ffffff;
}
.cid-uYmXP3HjPq .mbr-contact,
.cid-uYmXP3HjPq .item-contact {
  color: #fdfdfd;
}
.cid-uYmXP3HjPq .list,
.cid-uYmXP3HjPq .item-wrap {
  color: #df8825;
}
.cid-uYmXP3HjPq .mbr-desc,
.cid-uYmXP3HjPq .mbr-section-btn {
  text-align: center;
}
.cid-uIa3uL82ej {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIa3uL82ej nav.navbar {
  position: fixed;
}
.cid-uIa3uL82ej .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-uIa3uL82ej .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIa3uL82ej .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIa3uL82ej .dropdown-item:hover,
.cid-uIa3uL82ej .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uIa3uL82ej .dropdown-item:hover span {
  color: white;
}
.cid-uIa3uL82ej .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIa3uL82ej .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIa3uL82ej .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIa3uL82ej .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIa3uL82ej .nav-link {
  position: relative;
}
.cid-uIa3uL82ej .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIa3uL82ej .container {
    flex-wrap: nowrap;
  }
}
.cid-uIa3uL82ej .navbar-nav {
  margin: 0 auto;
}
.cid-uIa3uL82ej .dropdown-menu,
.cid-uIa3uL82ej .navbar.opened {
  background: #007b1c !important;
}
.cid-uIa3uL82ej .nav-item:focus,
.cid-uIa3uL82ej .nav-link:focus {
  outline: none;
}
.cid-uIa3uL82ej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIa3uL82ej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIa3uL82ej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIa3uL82ej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIa3uL82ej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIa3uL82ej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIa3uL82ej .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIa3uL82ej .navbar.opened {
  transition: all 0.3s;
}
.cid-uIa3uL82ej .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIa3uL82ej .navbar .navbar-logo img {
  width: auto;
}
.cid-uIa3uL82ej .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIa3uL82ej .navbar.collapsed {
  justify-content: center;
}
.cid-uIa3uL82ej .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIa3uL82ej .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIa3uL82ej .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIa3uL82ej .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIa3uL82ej .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIa3uL82ej .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-uIa3uL82ej .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIa3uL82ej .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uIa3uL82ej .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIa3uL82ej .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIa3uL82ej .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIa3uL82ej .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIa3uL82ej .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-uIa3uL82ej .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIa3uL82ej .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIa3uL82ej .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIa3uL82ej .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIa3uL82ej .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIa3uL82ej .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIa3uL82ej .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIa3uL82ej .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIa3uL82ej .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIa3uL82ej .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIa3uL82ej .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIa3uL82ej .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIa3uL82ej .dropdown-item.active,
.cid-uIa3uL82ej .dropdown-item:active {
  background-color: transparent;
}
.cid-uIa3uL82ej .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIa3uL82ej .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIa3uL82ej .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIa3uL82ej .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uIa3uL82ej .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIa3uL82ej .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIa3uL82ej ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIa3uL82ej .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIa3uL82ej button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIa3uL82ej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uIa3uL82ej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIa3uL82ej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIa3uL82ej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIa3uL82ej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIa3uL82ej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIa3uL82ej nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIa3uL82ej nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIa3uL82ej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIa3uL82ej .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIa3uL82ej a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIa3uL82ej .navbar {
    height: 70px;
  }
  .cid-uIa3uL82ej .navbar.opened {
    height: auto;
  }
  .cid-uIa3uL82ej .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIa3uL82ej .container,
.cid-uIa3uL82ej .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uIa3uL82ej .navbar-short {
  background-color: #007b1c !important;
}
.cid-uIa3uL82ej .navbar-short .container,
.cid-uIa3uL82ej .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uIa3uL82ej .navbar-short .container:before,
.cid-uIa3uL82ej .navbar-short .container-fluid:before {
  display: none;
}
.cid-uIa3uL82ej .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uIa3uL82ej .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uIa3uL82ej .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uIa3uL82ej .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uIa3uL82ej .navbar {
    overflow: hidden;
  }
  .cid-uIa3uL82ej .container,
  .cid-uIa3uL82ej .container-fluid {
    min-height: 85px;
  }
  .cid-uIa3uL82ej .navbar-brand {
    min-height: 85px;
  }
  .cid-uIa3uL82ej .navbar-short .container,
  .cid-uIa3uL82ej .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uIa3uL82ej .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uIa3uL82ej .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uIa3uL82ej .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uIa3uL82ej .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uIa3uL82ej .mbr-section-btn {
    text-align: left;
  }
  .cid-uIa3uL82ej .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uIa3uL82ej .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-v0E5C3bMwN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-v0E5C3bMwN .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-v0E5C3bMwN .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0E5C3bMwN H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-v0E5C3bMwN .section-text,
.cid-v0E5C3bMwN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v0E5C3bMwN .section-text,
.cid-v0E5C3bMwN .mbr-section-btn DIV {
  text-align: center;
}
#custom-html-1lh {
  /* Force Mobirise parent to stay visible */
  /* BUTTON: LIGHT GREEN (#65E981) */
  /* BASE ICON STATE: Now includes transition */
  /* HOVER ICON STATE: The Psychological Emphasis (Delayed) */
  /* MOBILE: DOCKED LEFT */
}
#custom-html-1lh #custom-html-1kv,
#custom-html-1lh #custom-html-1kv .mbr-section,
#custom-html-1lh #custom-html-1kv div {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  overflow: visible !important;
}
#custom-html-1lh .floating-pill-container {
  position: fixed !important;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999 !important;
  background-color: #007b1c !important;
  padding: 8px 20px !important;
  border-radius: 50px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  width: auto !important;
  max-width: 95% !important;
  white-space: nowrap !important;
}
#custom-html-1lh .pill-text {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.9rem !important;
  color: #ffffff !important;
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}
#custom-html-1lh .floating-pill-container .btn-primary {
  margin: 0 !important;
  background-color: #65E981 !important;
  border-color: #65E981 !important;
  color: #232323 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  padding: 0.5rem 1.2rem !important;
  border-radius: 30px !important;
  /* Text transition speed */
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  text-transform: none !important;
  border: none !important;
}
#custom-html-1lh .floating-pill-container .btn-primary:hover {
  background-color: #3AE562 !important;
  color: #ffffff !important;
  transform: scale(1.03) !important;
}
#custom-html-1lh .btn-icon {
  font-size: 0.85rem !important;
  margin-right: 0.5rem !important;
  display: inline-block !important;
  color: #232323 !important;
  /* This makes the icon capable of a smooth color fade */
  transition: color 0.3s ease-in-out !important;
}
#custom-html-1lh .floating-pill-container .btn-primary:hover .btn-icon {
  color: #ffffff !important;
  /* 0.15s delay: Text changes first, then Icon follows */
  transition-delay: 0.15s !important;
}
@media (max-width: 767px) {
  #custom-html-1lh .floating-pill-container {
    flex-direction: column !important;
    left: 12px !important;
    transform: none !important;
    padding: 12px 15px !important;
    width: 72% !important;
    bottom: 15px !important;
    white-space: normal !important;
  }
  #custom-html-1lh .pill-text {
    font-size: 0.7rem !important;
    margin: 0 0 10px 0 !important;
    text-align: center !important;
  }
  #custom-html-1lh .floating-pill-container .btn-primary {
    width: 100% !important;
    font-size: 0.75rem !important;
  }
  #custom-html-1lh .btn-icon {
    display: none !important;
  }
}
.cid-v8Sq5C0GZm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8Sq5C0GZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sq5C0GZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8Sq5C0GZm .container {
    padding: 0 16px;
  }
}
.cid-v8Sq5C0GZm .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8Sq5C0GZm .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8Sq5C0GZm .content-wrapper {
    padding: 36px;
  }
}
.cid-v8Sq5C0GZm .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8Sq5C0GZm .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8Sq5C0GZm .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8Sq5C0GZm .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8Sq5C0GZm .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8Sq5C0GZm .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8Sq5C0GZm .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8Sq5C0GZm .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8Sq5C0GZm .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8Sq5C0GZm .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8Sq5C0GZm .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8Sq5C0GZm .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8Sq5C0GZm .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8Sq5C0GZm .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8Sq5C0GZm .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8Sq5C0GZm .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8Sq5C0GZm .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8Sq5C0GZm .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8Sq5C0GZm .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8Sq5C0GZm .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8Sq5C0GZm .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8Sq5C0GZm .mbr-text {
  color: #f0f0f0;
}
.cid-v8Sq5C0GZm .mbr-name {
  color: #cccccc;
}
.cid-v8Sq5C0GZm .mbr-role {
  color: #cccccc;
}
.cid-v8Sq5C0GZm .mbr-text,
.cid-v8Sq5C0GZm .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8Sq5C0GZm .mbr-name,
.cid-v8Sq5C0GZm .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uKIQD4yHH5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uKIQD4yHH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIQD4yHH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKIQD4yHH5 .container {
    padding: 0 16px;
  }
}
.cid-uKIQD4yHH5 .content-wrapper {
  position: relative;
  padding: 12px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-uKIQD4yHH5 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uKIQD4yHH5 .content-wrapper {
    padding: 36px;
  }
}
.cid-uKIQD4yHH5 .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKIQD4yHH5 .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uKIQD4yHH5 .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uKIQD4yHH5 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-uKIQD4yHH5 .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uKIQD4yHH5 .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKIQD4yHH5 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uKIQD4yHH5 .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKIQD4yHH5 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uKIQD4yHH5 .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uKIQD4yHH5 .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uKIQD4yHH5 .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uKIQD4yHH5 .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-uKIQD4yHH5 .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-uKIQD4yHH5 .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-uKIQD4yHH5 .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-uKIQD4yHH5 .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #fdfdfd;
}
.cid-uKIQD4yHH5 .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-uKIQD4yHH5 .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #fdfdfd;
}
.cid-uKIQD4yHH5 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKIQD4yHH5 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKIQD4yHH5 .mbr-text {
  color: #f0f0f0;
}
.cid-uKIQD4yHH5 .mbr-name {
  color: #cccccc;
}
.cid-uKIQD4yHH5 .mbr-role {
  color: #cccccc;
}
.cid-uKIQD4yHH5 .mbr-text,
.cid-uKIQD4yHH5 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uKIQD4yHH5 .mbr-name,
.cid-uKIQD4yHH5 .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8SrnFccRI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8SrnFccRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SrnFccRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8SrnFccRI .container {
    padding: 0 16px;
  }
}
.cid-v8SrnFccRI .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8SrnFccRI .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8SrnFccRI .content-wrapper {
    padding: 36px;
  }
}
.cid-v8SrnFccRI .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8SrnFccRI .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8SrnFccRI .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8SrnFccRI .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8SrnFccRI .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8SrnFccRI .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8SrnFccRI .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8SrnFccRI .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8SrnFccRI .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8SrnFccRI .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8SrnFccRI .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8SrnFccRI .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8SrnFccRI .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8SrnFccRI .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8SrnFccRI .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8SrnFccRI .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8SrnFccRI .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8SrnFccRI .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8SrnFccRI .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8SrnFccRI .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8SrnFccRI .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8SrnFccRI .mbr-text {
  color: #f0f0f0;
}
.cid-v8SrnFccRI .mbr-name {
  color: #cccccc;
}
.cid-v8SrnFccRI .mbr-role {
  color: #cccccc;
}
.cid-v8SrnFccRI .mbr-text,
.cid-v8SrnFccRI .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8SrnFccRI .mbr-name,
.cid-v8SrnFccRI .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8StjrB4en {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8StjrB4en .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8StjrB4en .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8StjrB4en .container {
    padding: 0 16px;
  }
}
.cid-v8StjrB4en .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8StjrB4en .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8StjrB4en .content-wrapper {
    padding: 36px;
  }
}
.cid-v8StjrB4en .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8StjrB4en .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8StjrB4en .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8StjrB4en .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8StjrB4en .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8StjrB4en .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8StjrB4en .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8StjrB4en .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8StjrB4en .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8StjrB4en .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8StjrB4en .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8StjrB4en .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8StjrB4en .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8StjrB4en .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8StjrB4en .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8StjrB4en .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8StjrB4en .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8StjrB4en .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8StjrB4en .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8StjrB4en .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8StjrB4en .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8StjrB4en .mbr-text {
  color: #f0f0f0;
}
.cid-v8StjrB4en .mbr-name {
  color: #cccccc;
}
.cid-v8StjrB4en .mbr-role {
  color: #cccccc;
}
.cid-v8StjrB4en .mbr-text,
.cid-v8StjrB4en .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8StjrB4en .mbr-name,
.cid-v8StjrB4en .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8SrGt02Io {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8SrGt02Io .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SrGt02Io .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8SrGt02Io .container {
    padding: 0 16px;
  }
}
.cid-v8SrGt02Io .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8SrGt02Io .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8SrGt02Io .content-wrapper {
    padding: 36px;
  }
}
.cid-v8SrGt02Io .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8SrGt02Io .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8SrGt02Io .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8SrGt02Io .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8SrGt02Io .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8SrGt02Io .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8SrGt02Io .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8SrGt02Io .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8SrGt02Io .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8SrGt02Io .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8SrGt02Io .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8SrGt02Io .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8SrGt02Io .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8SrGt02Io .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8SrGt02Io .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8SrGt02Io .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8SrGt02Io .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8SrGt02Io .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8SrGt02Io .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8SrGt02Io .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8SrGt02Io .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8SrGt02Io .mbr-text {
  color: #f0f0f0;
}
.cid-v8SrGt02Io .mbr-name {
  color: #cccccc;
}
.cid-v8SrGt02Io .mbr-role {
  color: #cccccc;
}
.cid-v8SrGt02Io .mbr-text,
.cid-v8SrGt02Io .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8SrGt02Io .mbr-name,
.cid-v8SrGt02Io .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v0KjUVLnUB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-v0KjUVLnUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0KjUVLnUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0KjUVLnUB .container {
    padding: 0 16px;
  }
}
.cid-v0KjUVLnUB .content-wrapper {
  position: relative;
  padding: 12px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v0KjUVLnUB .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v0KjUVLnUB .content-wrapper {
    padding: 36px;
  }
}
.cid-v0KjUVLnUB .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0KjUVLnUB .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v0KjUVLnUB .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v0KjUVLnUB .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v0KjUVLnUB .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v0KjUVLnUB .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0KjUVLnUB .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v0KjUVLnUB .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v0KjUVLnUB .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v0KjUVLnUB .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v0KjUVLnUB .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v0KjUVLnUB .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v0KjUVLnUB .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v0KjUVLnUB .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v0KjUVLnUB .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v0KjUVLnUB .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v0KjUVLnUB .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #fdfdfd;
}
.cid-v0KjUVLnUB .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v0KjUVLnUB .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #fdfdfd;
}
.cid-v0KjUVLnUB .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0KjUVLnUB .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0KjUVLnUB .mbr-text {
  color: #f0f0f0;
}
.cid-v0KjUVLnUB .mbr-name {
  color: #cccccc;
}
.cid-v0KjUVLnUB .mbr-role {
  color: #cccccc;
}
.cid-v0KjUVLnUB .mbr-text,
.cid-v0KjUVLnUB .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v0KjUVLnUB .mbr-name,
.cid-v0KjUVLnUB .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8Ss52lWGo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8Ss52lWGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Ss52lWGo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8Ss52lWGo .container {
    padding: 0 16px;
  }
}
.cid-v8Ss52lWGo .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8Ss52lWGo .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8Ss52lWGo .content-wrapper {
    padding: 36px;
  }
}
.cid-v8Ss52lWGo .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8Ss52lWGo .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8Ss52lWGo .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8Ss52lWGo .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8Ss52lWGo .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8Ss52lWGo .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8Ss52lWGo .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8Ss52lWGo .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8Ss52lWGo .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8Ss52lWGo .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8Ss52lWGo .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8Ss52lWGo .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8Ss52lWGo .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8Ss52lWGo .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8Ss52lWGo .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8Ss52lWGo .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8Ss52lWGo .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8Ss52lWGo .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8Ss52lWGo .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8Ss52lWGo .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8Ss52lWGo .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8Ss52lWGo .mbr-text {
  color: #f0f0f0;
}
.cid-v8Ss52lWGo .mbr-name {
  color: #cccccc;
}
.cid-v8Ss52lWGo .mbr-role {
  color: #cccccc;
}
.cid-v8Ss52lWGo .mbr-text,
.cid-v8Ss52lWGo .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8Ss52lWGo .mbr-name,
.cid-v8Ss52lWGo .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v0KlgBHVgp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #072b0f;
}
.cid-v0KlgBHVgp .mbr-text,
.cid-v0KlgBHVgp .mbr-section-subtitle {
  color: #767676;
}
.cid-v0KlgBHVgp .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  transition: .2s all;
}
.cid-v0KlgBHVgp .card-title {
  color: #66458e;
}
.cid-v0KlgBHVgp .card .card-img span {
  color: #ffffff;
  font-size: 40px;
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0KlgBHVgp .card-img {
  padding-bottom: 2.65rem !important;
}
.cid-v0KlgBHVgp .card-wrap {
  border-radius: 5px;
  padding: 1.2rem 2rem 2.1rem;
}
@media (max-width: 767px) {
  .cid-v0KlgBHVgp .mbr-section-subtitle,
  .cid-v0KlgBHVgp .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0KlgBHVgp .card .card-img span {
    background: none;
  }
}
.cid-v0KlgBHVgp .card1 {
  background-color: #269c41;
}
.cid-v0KlgBHVgp .card2 {
  background-color: #87ef9f;
}
.cid-v0KlgBHVgp .card3 {
  background-color: #269c41;
}
.cid-v0KlgBHVgp .card4 {
  background-color: #bbbbbb;
}
.cid-v0KlgBHVgp .card-title,
.cid-v0KlgBHVgp .card-img {
  color: #000000;
  text-transform: uppercase;
}
.cid-v0KlgBHVgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0KlgBHVgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0KlgBHVgp .mbr-section-title {
  color: #fdfdfd;
}
.cid-v0KmMamxw9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #072b0f;
}
.cid-v0KmMamxw9 .mbr-text,
.cid-v0KmMamxw9 .mbr-section-subtitle {
  color: #767676;
}
.cid-v0KmMamxw9 .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  transition: .2s all;
}
.cid-v0KmMamxw9 .card-title {
  color: #66458e;
}
.cid-v0KmMamxw9 .card .card-img span {
  color: #ffffff;
  font-size: 40px;
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0KmMamxw9 .card-img {
  padding-bottom: 2.65rem !important;
}
.cid-v0KmMamxw9 .card-wrap {
  border-radius: 5px;
  padding: 1.2rem 2rem 2.1rem;
}
@media (max-width: 767px) {
  .cid-v0KmMamxw9 .mbr-section-subtitle,
  .cid-v0KmMamxw9 .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0KmMamxw9 .card .card-img span {
    background: none;
  }
}
.cid-v0KmMamxw9 .card1 {
  background-color: #87ef9f;
}
.cid-v0KmMamxw9 .card2 {
  background-color: #269c41;
}
.cid-v0KmMamxw9 .card3 {
  background-color: #87ef9f;
}
.cid-v0KmMamxw9 .card4 {
  background-color: #bbbbbb;
}
.cid-v0KmMamxw9 .card-title,
.cid-v0KmMamxw9 .card-img {
  color: #000000;
  text-transform: uppercase;
}
.cid-v0KmMamxw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0KmMamxw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0KmMamxw9 .mbr-section-title {
  color: #fdfdfd;
}
.cid-v8SssKlRV4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8SssKlRV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SssKlRV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8SssKlRV4 .container {
    padding: 0 16px;
  }
}
.cid-v8SssKlRV4 .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8SssKlRV4 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8SssKlRV4 .content-wrapper {
    padding: 36px;
  }
}
.cid-v8SssKlRV4 .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8SssKlRV4 .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8SssKlRV4 .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8SssKlRV4 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8SssKlRV4 .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8SssKlRV4 .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8SssKlRV4 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8SssKlRV4 .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8SssKlRV4 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8SssKlRV4 .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8SssKlRV4 .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8SssKlRV4 .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8SssKlRV4 .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8SssKlRV4 .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8SssKlRV4 .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8SssKlRV4 .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8SssKlRV4 .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8SssKlRV4 .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8SssKlRV4 .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8SssKlRV4 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8SssKlRV4 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8SssKlRV4 .mbr-text {
  color: #f0f0f0;
}
.cid-v8SssKlRV4 .mbr-name {
  color: #cccccc;
}
.cid-v8SssKlRV4 .mbr-role {
  color: #cccccc;
}
.cid-v8SssKlRV4 .mbr-text,
.cid-v8SssKlRV4 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8SssKlRV4 .mbr-name,
.cid-v8SssKlRV4 .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v0EdcDd3RW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-v0EdcDd3RW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EdcDd3RW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0EdcDd3RW .container {
    padding: 0 16px;
  }
}
.cid-v0EdcDd3RW .content-wrapper {
  position: relative;
  padding: 12px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v0EdcDd3RW .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v0EdcDd3RW .content-wrapper {
    padding: 36px;
  }
}
.cid-v0EdcDd3RW .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0EdcDd3RW .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v0EdcDd3RW .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v0EdcDd3RW .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v0EdcDd3RW .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v0EdcDd3RW .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0EdcDd3RW .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v0EdcDd3RW .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v0EdcDd3RW .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v0EdcDd3RW .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v0EdcDd3RW .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v0EdcDd3RW .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v0EdcDd3RW .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v0EdcDd3RW .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v0EdcDd3RW .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v0EdcDd3RW .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v0EdcDd3RW .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #fdfdfd;
}
.cid-v0EdcDd3RW .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v0EdcDd3RW .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #fdfdfd;
}
.cid-v0EdcDd3RW .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0EdcDd3RW .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0EdcDd3RW .mbr-text {
  color: #f0f0f0;
}
.cid-v0EdcDd3RW .mbr-name {
  color: #cccccc;
}
.cid-v0EdcDd3RW .mbr-role {
  color: #cccccc;
}
.cid-v0EdcDd3RW .mbr-text,
.cid-v0EdcDd3RW .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v0EdcDd3RW .mbr-name,
.cid-v0EdcDd3RW .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v0DZUT6kMy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v0DZUT6kMy .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-v0DZUT6kMy .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0DZUT6kMy H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-v0DZUT6kMy .section-text,
.cid-v0DZUT6kMy .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v0DZUT6kMy .section-text,
.cid-v0DZUT6kMy .mbr-section-btn DIV {
  text-align: center;
}
.cid-v8StCnkLj4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #072b0f;
}
.cid-v8StCnkLj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8StCnkLj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8StCnkLj4 .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #defae5;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8StCnkLj4 .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v8StCnkLj4 .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v8StCnkLj4 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-v8StCnkLj4 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v8StCnkLj4 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v8StCnkLj4 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v8StCnkLj4 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8StCnkLj4 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8StCnkLj4 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #defae5;
}
@media (max-width: 992px) {
  .cid-v8StCnkLj4 .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v8StCnkLj4 .mbr-section-title {
  color: #f1f5eb;
}
.cid-v8StCnkLj4 .mbr-section-title,
.cid-v8StCnkLj4 .border-wrapper {
  color: #000000;
}
.cid-v0Ede5i9DD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-v0Ede5i9DD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Ede5i9DD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0Ede5i9DD .container {
    padding: 0 16px;
  }
}
.cid-v0Ede5i9DD .content-wrapper {
  position: relative;
  padding: 12px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v0Ede5i9DD .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v0Ede5i9DD .content-wrapper {
    padding: 36px;
  }
}
.cid-v0Ede5i9DD .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0Ede5i9DD .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v0Ede5i9DD .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v0Ede5i9DD .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v0Ede5i9DD .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v0Ede5i9DD .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0Ede5i9DD .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v0Ede5i9DD .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v0Ede5i9DD .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v0Ede5i9DD .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v0Ede5i9DD .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v0Ede5i9DD .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v0Ede5i9DD .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v0Ede5i9DD .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v0Ede5i9DD .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v0Ede5i9DD .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v0Ede5i9DD .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #fdfdfd;
}
.cid-v0Ede5i9DD .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v0Ede5i9DD .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #fdfdfd;
}
.cid-v0Ede5i9DD .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0Ede5i9DD .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0Ede5i9DD .mbr-text {
  color: #f0f0f0;
}
.cid-v0Ede5i9DD .mbr-name {
  color: #cccccc;
}
.cid-v0Ede5i9DD .mbr-role {
  color: #cccccc;
}
.cid-v0Ede5i9DD .mbr-text,
.cid-v0Ede5i9DD .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v0Ede5i9DD .mbr-name,
.cid-v0Ede5i9DD .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8SuM3qNsi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8SuM3qNsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SuM3qNsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8SuM3qNsi .container {
    padding: 0 16px;
  }
}
.cid-v8SuM3qNsi .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8SuM3qNsi .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8SuM3qNsi .content-wrapper {
    padding: 36px;
  }
}
.cid-v8SuM3qNsi .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8SuM3qNsi .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8SuM3qNsi .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8SuM3qNsi .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8SuM3qNsi .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8SuM3qNsi .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8SuM3qNsi .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8SuM3qNsi .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8SuM3qNsi .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8SuM3qNsi .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8SuM3qNsi .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8SuM3qNsi .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8SuM3qNsi .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8SuM3qNsi .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8SuM3qNsi .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8SuM3qNsi .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8SuM3qNsi .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8SuM3qNsi .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8SuM3qNsi .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8SuM3qNsi .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8SuM3qNsi .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8SuM3qNsi .mbr-text {
  color: #f0f0f0;
}
.cid-v8SuM3qNsi .mbr-name {
  color: #cccccc;
}
.cid-v8SuM3qNsi .mbr-role {
  color: #cccccc;
}
.cid-v8SuM3qNsi .mbr-text,
.cid-v8SuM3qNsi .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8SuM3qNsi .mbr-name,
.cid-v8SuM3qNsi .person-wrapper {
  text-align: justify;
  color: #000000;
}
#custom-html-1g0 {
  /* Type valid CSS here */
}
#custom-html-1g0 div {
  padding: 50px 0;
  color: #ffffff;
  text-align: center;
  background: #072b0f;
}
#custom-html-1g0 p {
  font-size: 60px;
  color: #072b0f;
}
#custom-html-1g0 .banner-container {
  width: 100%;
  overflow: hidden;
  background: #072b0f;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
}
#custom-html-1g0 .banner-track {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: scroll-left 15s linear infinite;
}
#custom-html-1g0 .banner-content {
  display: inline-flex;
  align-items: center;
  /* vertical centering */
  gap: 30px;
  /* spacing between image and text */
}
#custom-html-1g0 .banner-image {
  height: 100px;
  max-width: 100px;
  object-fit: contain;
}
#custom-html-1g0 .banner-text {
  display: inline-block;
  white-space: nowrap;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cid-vhDYSEClvd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #072b0f;
}
.cid-vhDYSEClvd .google-map {
  height: 30rem;
  position: relative;
  padding: 0 10% 5%;
  margin: 3rem 0;
}
.cid-vhDYSEClvd .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
.cid-vhDYSEClvd .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vhDYSEClvd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vhDYSEClvd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vhDYSEClvd .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #fdfdfd;
}
.cid-uNWF0RAxmH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uNWF0RAxmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWF0RAxmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWF0RAxmH .row {
  justify-content: center;
}
.cid-uNWF0RAxmH .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWF0RAxmH .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWF0RAxmH .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWF0RAxmH .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWF0RAxmH .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWF0RAxmH .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWF0RAxmH .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWF0RAxmH .mbr-section-title {
  color: #ffffff;
}
.cid-uNWF0RAxmH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWF0RAxmH .mbr-desc {
  color: #ffffff;
}
.cid-uNWF0RAxmH .mbr-section-title,
.cid-uNWF0RAxmH .mbr-section-btn {
  text-align: center;
}
.cid-uIa3uNsLH5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-10-1920x1280.jpeg");
}
.cid-uIa3uNsLH5 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIa3uNsLH5 .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIa3uNsLH5 .btn {
  padding: 15px 30px !important;
}
.cid-uIa3uNsLH5 a {
  font-weight: 400;
}
.cid-uIa3uNsLH5 .mbr-section-subtitle,
.cid-uIa3uNsLH5 .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uIa3uNsLH5 .row {
  justify-content: center;
  display: flex;
}
.cid-uIVSHzyPFa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVSHzyPFa .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVSHzyPFa .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVSHzyPFa H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVSHzyPFa .section-text,
.cid-uIVSHzyPFa .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVSHzyPFa .section-text,
.cid-uIVSHzyPFa .mbr-section-btn DIV {
  text-align: center;
}
.cid-uIa3uOcvlW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uIa3uOcvlW .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uIa3uOcvlW .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uIa3uOcvlW .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uIa3uOcvlW .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uIa3uOcvlW .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uIa3uOcvlW .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uIa3uOcvlW .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uIa3uOcvlW .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uIa3uOcvlW .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uIa3uOcvlW .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uIa3uOcvlW [class^="socicon-"]:before,
.cid-uIa3uOcvlW [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uIa3uOcvlW .btn {
    font-size: 20px !important;
  }
}
.cid-uIa3uOcvlW .mbr-section-title {
  color: #ffffff;
}
.cid-uIa3uOzRSf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uIa3uOzRSf::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uIa3uOzRSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIa3uOzRSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIa3uOzRSf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uIa3uOzRSf .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIa3uOzRSf .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIa3uOzRSf .container {
    padding: 0 22px;
  }
}
.cid-uIa3uOzRSf .row {
  position: relative;
  z-index: 1;
}
.cid-uIa3uOzRSf .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uIa3uOzRSf .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIa3uOzRSf .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uIa3uOzRSf .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIa3uOzRSf .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIa3uOzRSf .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIa3uOzRSf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIa3uOzRSf .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIa3uOzRSf .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uIa3uOzRSf .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIa3uOzRSf .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uIa3uOzRSf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uIa3uOzRSf .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIa3uOzRSf .nav-wrapper .list .item-wrap:hover,
.cid-uIa3uOzRSf .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uIa3uOzRSf .nav-wrapper .list .item-wrap:hover::before,
.cid-uIa3uOzRSf .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uIa3uOzRSf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIa3uOzRSf .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIa3uOzRSf .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIa3uOzRSf .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uIa3uOzRSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIa3uOzRSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uIa3uOzRSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uIa3uOzRSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uIa3uOzRSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uIa3uOzRSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uIa3uOzRSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uIa3uOzRSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uIa3uOzRSf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIa3uOzRSf .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uIa3uOzRSf .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uIa3uOzRSf .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uIa3uOzRSf .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uIa3uOzRSf .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIa3uOzRSf .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uIa3uOzRSf .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uIa3uOzRSf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uIa3uOzRSf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uIa3uOzRSf .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIa3uOzRSf .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIa3uOzRSf .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uIa3uOzRSf .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uIa3uOzRSf .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uIa3uOzRSf .mbr-section-title {
  color: #00d0f3;
}
.cid-uIa3uOzRSf .mbr-text {
  color: #ffffff;
}
.cid-uIa3uOzRSf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIa3uOzRSf .list {
  color: #ffffff;
}
.cid-uIa3uOzRSf .mbr-contact {
  color: #ffffff;
}
.cid-uIa3uOzRSf .mbr-desc {
  color: #ffffff;
}
.cid-uIa3uOzRSf .mbr-contact,
.cid-uIa3uOzRSf .item-contact {
  color: #fdfdfd;
}
.cid-uIa3uOzRSf .list,
.cid-uIa3uOzRSf .item-wrap {
  color: #df8825;
}
.cid-uIa3uOzRSf .mbr-desc,
.cid-uIa3uOzRSf .mbr-section-btn {
  text-align: center;
}
.cid-uHZNYVJl6G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHZNYVJl6G nav.navbar {
  position: fixed;
}
.cid-uHZNYVJl6G .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-uHZNYVJl6G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHZNYVJl6G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHZNYVJl6G .dropdown-item:hover,
.cid-uHZNYVJl6G .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uHZNYVJl6G .dropdown-item:hover span {
  color: white;
}
.cid-uHZNYVJl6G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHZNYVJl6G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHZNYVJl6G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHZNYVJl6G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHZNYVJl6G .nav-link {
  position: relative;
}
.cid-uHZNYVJl6G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHZNYVJl6G .container {
    flex-wrap: nowrap;
  }
}
.cid-uHZNYVJl6G .navbar-nav {
  margin: 0 auto;
}
.cid-uHZNYVJl6G .dropdown-menu,
.cid-uHZNYVJl6G .navbar.opened {
  background: #007b1c !important;
}
.cid-uHZNYVJl6G .nav-item:focus,
.cid-uHZNYVJl6G .nav-link:focus {
  outline: none;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHZNYVJl6G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHZNYVJl6G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHZNYVJl6G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uHZNYVJl6G .navbar.opened {
  transition: all 0.3s;
}
.cid-uHZNYVJl6G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHZNYVJl6G .navbar .navbar-logo img {
  width: auto;
}
.cid-uHZNYVJl6G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHZNYVJl6G .navbar.collapsed {
  justify-content: center;
}
.cid-uHZNYVJl6G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHZNYVJl6G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHZNYVJl6G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHZNYVJl6G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHZNYVJl6G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHZNYVJl6G .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-uHZNYVJl6G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHZNYVJl6G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uHZNYVJl6G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHZNYVJl6G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHZNYVJl6G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHZNYVJl6G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHZNYVJl6G .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-uHZNYVJl6G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHZNYVJl6G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHZNYVJl6G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHZNYVJl6G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHZNYVJl6G .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHZNYVJl6G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHZNYVJl6G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHZNYVJl6G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHZNYVJl6G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHZNYVJl6G .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHZNYVJl6G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHZNYVJl6G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHZNYVJl6G .dropdown-item.active,
.cid-uHZNYVJl6G .dropdown-item:active {
  background-color: transparent;
}
.cid-uHZNYVJl6G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHZNYVJl6G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHZNYVJl6G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHZNYVJl6G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uHZNYVJl6G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHZNYVJl6G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHZNYVJl6G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHZNYVJl6G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHZNYVJl6G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHZNYVJl6G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHZNYVJl6G .navbar {
    height: 70px;
  }
  .cid-uHZNYVJl6G .navbar.opened {
    height: auto;
  }
  .cid-uHZNYVJl6G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHZNYVJl6G .container,
.cid-uHZNYVJl6G .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uHZNYVJl6G .navbar-short {
  background-color: #007b1c !important;
}
.cid-uHZNYVJl6G .navbar-short .container,
.cid-uHZNYVJl6G .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uHZNYVJl6G .navbar-short .container:before,
.cid-uHZNYVJl6G .navbar-short .container-fluid:before {
  display: none;
}
.cid-uHZNYVJl6G .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uHZNYVJl6G .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uHZNYVJl6G .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uHZNYVJl6G .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uHZNYVJl6G .navbar {
    overflow: hidden;
  }
  .cid-uHZNYVJl6G .container,
  .cid-uHZNYVJl6G .container-fluid {
    min-height: 85px;
  }
  .cid-uHZNYVJl6G .navbar-brand {
    min-height: 85px;
  }
  .cid-uHZNYVJl6G .navbar-short .container,
  .cid-uHZNYVJl6G .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uHZNYVJl6G .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uHZNYVJl6G .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uHZNYVJl6G .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uHZNYVJl6G .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uHZNYVJl6G .mbr-section-btn {
    text-align: left;
  }
  .cid-uHZNYVJl6G .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uHZNYVJl6G .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
#custom-html-1jz {
  /* Responsive mobile view */
}
#custom-html-1jz .banner-container {
  width: 100%;
  overflow: hidden;
  background: #072B0F;
  color: white;
  font-size: 1.0em;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
}
#custom-html-1jz .announcement-box {
  width: 70%;
  max-width: 900px;
  margin: 0.2em auto;
  height: 10em;
  /* about 3–4 lines tall */
  overflow: hidden;
  background: #272c52;
  background: #3945D2;
  background: #DEFAE5;
  color: black;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  padding: 1em;
}
#custom-html-1jz .scroll-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#custom-html-1jz .scroll-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  animation: scroll-continuous 15s linear infinite;
}
#custom-html-1jz .message {
  width: 100%;
  padding: 1em 0;
  font-size: 30px;
  box-sizing: border-box;
}
#custom-html-1jz .highlight {
  color: #ffc107;
  font-weight: bold;
  text-decoration: underline;
}
@keyframes scroll-continuous {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  #custom-html-1jz .announcement-box {
    width: 95%;
    font-size: 1em;
    height: 12em;
  }
  #custom-html-1jz .message {
    padding: 0.75em 0;
    font-size: 16px;
  }
}
#custom-html-1l1 {
  /* Responsive mobile view */
}
#custom-html-1l1 .banner-container {
  width: 100%;
  overflow: hidden;
  background: #072b0f;
  color: white;
  color: black;
  font-size: 1.0em;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
}
#custom-html-1l1 .announcement-box {
  width: 70%;
  max-width: 900px;
  margin: 0.5em auto;
  height: 18em;
  /* about 3–4 lines tall */
  overflow: hidden;
  background: #272E6A;
  background: #DEFAE5;
  color: black;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  padding: 1em;
}
#custom-html-1l1 .scroll-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#custom-html-1l1 .scroll-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  animation: scroll-continuous 20s linear infinite;
}
#custom-html-1l1 .message {
  width: 100%;
  padding: 1em 0;
  box-sizing: border-box;
}
#custom-html-1l1 .highlight {
  color: #ffc107;
  font-weight: bold;
  text-decoration: underline;
}
#custom-html-1l1 .banner-image {
  height: 100px;
  max-width: 100px;
  object-fit: contain;
  /* Add these two lines for horizontal centering */
  display: block;
  margin: 0 auto;
}
#custom-html-1l1 .headline {
  text-align: center;
  color: white;
  font-size: 16pt;
}
#custom-html-1l1 .mymessage {
  text-align: center;
  color: white;
  font-size: 12pt;
}
@keyframes scroll-continuous {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
#custom-html-1l1 p {
  font-size: 60px;
  color: #272c52;
}
@media (max-width: 768px) {
  #custom-html-1l1 .announcement-box {
    width: 95%;
    font-size: 1em;
    height: 12em;
  }
  #custom-html-1l1 .message {
    padding: 0.75em 0;
  }
}
#custom-html-1k1 {
  /* Type valid CSS here */
}
#custom-html-1k1 div {
  padding: 50px 0;
  color: #ffffff;
  text-align: center;
  background: #072b0f;
}
#custom-html-1k1 p {
  font-size: 60px;
  color: #072b0f;
}
#custom-html-1k1 .banner-container {
  width: 100%;
  overflow: hidden;
  background: #072b0f;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
}
#custom-html-1k1 .banner-track {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: scroll-left 15s linear infinite;
}
#custom-html-1k1 .banner-content {
  display: inline-flex;
  align-items: center;
  /* vertical centering */
  gap: 30px;
  /* spacing between image and text */
}
#custom-html-1k1 .banner-image {
  height: 100px;
  max-width: 100px;
  object-fit: contain;
}
#custom-html-1k1 .banner-text {
  display: inline-block;
  white-space: nowrap;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cid-uI3El6TM5t {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI3El6TM5t::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI3El6TM5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3El6TM5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI3El6TM5t .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI3El6TM5t .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .container {
    padding: 0 22px;
  }
}
.cid-uI3El6TM5t .row {
  position: relative;
  z-index: 1;
}
.cid-uI3El6TM5t .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI3El6TM5t .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI3El6TM5t .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI3El6TM5t .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI3El6TM5t .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI3El6TM5t .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI3El6TM5t .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI3El6TM5t .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI3El6TM5t .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover,
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover::before,
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI3El6TM5t .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI3El6TM5t .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI3El6TM5t .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI3El6TM5t .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI3El6TM5t .mbr-section-title {
  color: #00d0f3;
}
.cid-uI3El6TM5t .mbr-text {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI3El6TM5t .list {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-contact {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-desc {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-contact,
.cid-uI3El6TM5t .item-contact {
  color: #fdfdfd;
}
.cid-uI3El6TM5t .list,
.cid-uI3El6TM5t .item-wrap {
  color: #df8825;
}
.cid-uI3El6TM5t .mbr-desc,
.cid-uI3El6TM5t .mbr-section-btn {
  text-align: center;
}
.cid-uI4zA4F2YS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uI4zA4F2YS nav.navbar {
  position: fixed;
}
.cid-uI4zA4F2YS .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-uI4zA4F2YS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI4zA4F2YS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI4zA4F2YS .dropdown-item:hover,
.cid-uI4zA4F2YS .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uI4zA4F2YS .dropdown-item:hover span {
  color: white;
}
.cid-uI4zA4F2YS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI4zA4F2YS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI4zA4F2YS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI4zA4F2YS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI4zA4F2YS .nav-link {
  position: relative;
}
.cid-uI4zA4F2YS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI4zA4F2YS .container {
    flex-wrap: nowrap;
  }
}
.cid-uI4zA4F2YS .navbar-nav {
  margin: 0 auto;
}
.cid-uI4zA4F2YS .dropdown-menu,
.cid-uI4zA4F2YS .navbar.opened {
  background: #007b1c !important;
}
.cid-uI4zA4F2YS .nav-item:focus,
.cid-uI4zA4F2YS .nav-link:focus {
  outline: none;
}
.cid-uI4zA4F2YS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI4zA4F2YS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI4zA4F2YS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI4zA4F2YS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI4zA4F2YS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI4zA4F2YS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI4zA4F2YS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4zA4F2YS .navbar.opened {
  transition: all 0.3s;
}
.cid-uI4zA4F2YS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI4zA4F2YS .navbar .navbar-logo img {
  width: auto;
}
.cid-uI4zA4F2YS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI4zA4F2YS .navbar.collapsed {
  justify-content: center;
}
.cid-uI4zA4F2YS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI4zA4F2YS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI4zA4F2YS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI4zA4F2YS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI4zA4F2YS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI4zA4F2YS .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-uI4zA4F2YS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI4zA4F2YS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI4zA4F2YS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI4zA4F2YS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI4zA4F2YS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI4zA4F2YS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI4zA4F2YS .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-uI4zA4F2YS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI4zA4F2YS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI4zA4F2YS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI4zA4F2YS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI4zA4F2YS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI4zA4F2YS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI4zA4F2YS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI4zA4F2YS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI4zA4F2YS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI4zA4F2YS .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI4zA4F2YS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI4zA4F2YS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI4zA4F2YS .dropdown-item.active,
.cid-uI4zA4F2YS .dropdown-item:active {
  background-color: transparent;
}
.cid-uI4zA4F2YS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI4zA4F2YS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI4zA4F2YS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI4zA4F2YS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uI4zA4F2YS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI4zA4F2YS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI4zA4F2YS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI4zA4F2YS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI4zA4F2YS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI4zA4F2YS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uI4zA4F2YS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI4zA4F2YS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4zA4F2YS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4zA4F2YS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI4zA4F2YS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4zA4F2YS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI4zA4F2YS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI4zA4F2YS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4zA4F2YS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI4zA4F2YS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI4zA4F2YS .navbar {
    height: 70px;
  }
  .cid-uI4zA4F2YS .navbar.opened {
    height: auto;
  }
  .cid-uI4zA4F2YS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI4zA4F2YS .container,
.cid-uI4zA4F2YS .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uI4zA4F2YS .navbar-short {
  background-color: #007b1c !important;
}
.cid-uI4zA4F2YS .navbar-short .container,
.cid-uI4zA4F2YS .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uI4zA4F2YS .navbar-short .container:before,
.cid-uI4zA4F2YS .navbar-short .container-fluid:before {
  display: none;
}
.cid-uI4zA4F2YS .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uI4zA4F2YS .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uI4zA4F2YS .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uI4zA4F2YS .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uI4zA4F2YS .navbar {
    overflow: hidden;
  }
  .cid-uI4zA4F2YS .container,
  .cid-uI4zA4F2YS .container-fluid {
    min-height: 85px;
  }
  .cid-uI4zA4F2YS .navbar-brand {
    min-height: 85px;
  }
  .cid-uI4zA4F2YS .navbar-short .container,
  .cid-uI4zA4F2YS .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uI4zA4F2YS .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uI4zA4F2YS .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uI4zA4F2YS .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uI4zA4F2YS .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uI4zA4F2YS .mbr-section-btn {
    text-align: left;
  }
  .cid-uI4zA4F2YS .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uI4zA4F2YS .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-vabrfKBW5u {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-vabrfKBW5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabrfKBW5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabrfKBW5u .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #defae5;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vabrfKBW5u .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-vabrfKBW5u .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-vabrfKBW5u .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vabrfKBW5u .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vabrfKBW5u .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vabrfKBW5u .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-vabrfKBW5u .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vabrfKBW5u .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vabrfKBW5u .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #defae5;
}
@media (max-width: 992px) {
  .cid-vabrfKBW5u .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-vabrfKBW5u .mbr-section-title {
  color: #f1f5eb;
}
.cid-vabrfKBW5u .mbr-section-title,
.cid-vabrfKBW5u .border-wrapper {
  color: #000000;
}
.cid-vabv5X6Mke {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #072b0f;
}
.cid-vabv5X6Mke .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 1px;
  height: 1px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #072b0f 0, #072b0f 43%, #072b0f 100%);
}
.cid-vabv5X6Mke .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: 18rem;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #072b0f 0, #072b0f 43%, #072b0f 100%);
}
.cid-vabv5X6Mke .decor-wrap_3 {
  position: absolute;
  bottom: 5%;
  right: 20rem;
  width: 115px;
  height: 115px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #072b0f 0, #072b0f 43%, #072b0f 100%);
}
.cid-vabv5X6Mke .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabv5X6Mke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vabv5X6Mke .container {
    padding: 0 30px;
  }
}
.cid-vabv5X6Mke .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vabv5X6Mke .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vabv5X6Mke .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vabv5X6Mke .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-vabv5X6Mke .mbr-section-title {
  color: #ffffff;
}
.cid-vabv5X6Mke .mbr-text,
.cid-vabv5X6Mke .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vabv5X6Mke .mbr-section-title,
.cid-vabv5X6Mke .mbr-section-btn {
  text-align: center;
}
.cid-uI4zAjAFeg {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI4zAjAFeg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI4zAjAFeg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4zAjAFeg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4zAjAFeg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI4zAjAFeg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI4zAjAFeg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI4zAjAFeg .container {
    padding: 0 22px;
  }
}
.cid-uI4zAjAFeg .row {
  position: relative;
  z-index: 1;
}
.cid-uI4zAjAFeg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI4zAjAFeg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI4zAjAFeg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI4zAjAFeg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI4zAjAFeg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4zAjAFeg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI4zAjAFeg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI4zAjAFeg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4zAjAFeg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI4zAjAFeg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4zAjAFeg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI4zAjAFeg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI4zAjAFeg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI4zAjAFeg .nav-wrapper .list .item-wrap:hover,
.cid-uI4zAjAFeg .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI4zAjAFeg .nav-wrapper .list .item-wrap:hover::before,
.cid-uI4zAjAFeg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI4zAjAFeg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI4zAjAFeg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4zAjAFeg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI4zAjAFeg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI4zAjAFeg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4zAjAFeg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI4zAjAFeg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI4zAjAFeg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI4zAjAFeg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI4zAjAFeg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI4zAjAFeg .mbr-section-title {
  color: #00d0f3;
}
.cid-uI4zAjAFeg .mbr-text {
  color: #ffffff;
}
.cid-uI4zAjAFeg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI4zAjAFeg .list {
  color: #ffffff;
}
.cid-uI4zAjAFeg .mbr-contact {
  color: #ffffff;
}
.cid-uI4zAjAFeg .mbr-desc {
  color: #ffffff;
}
.cid-uI4zAjAFeg .mbr-contact,
.cid-uI4zAjAFeg .item-contact {
  color: #fdfdfd;
}
.cid-uI4zAjAFeg .list,
.cid-uI4zAjAFeg .item-wrap {
  color: #df8825;
}
.cid-uI4zAjAFeg .mbr-desc,
.cid-uI4zAjAFeg .mbr-section-btn {
  text-align: center;
}
.cid-uHZNYVJl6G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHZNYVJl6G nav.navbar {
  position: fixed;
}
.cid-uHZNYVJl6G .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-uHZNYVJl6G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHZNYVJl6G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHZNYVJl6G .dropdown-item:hover,
.cid-uHZNYVJl6G .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uHZNYVJl6G .dropdown-item:hover span {
  color: white;
}
.cid-uHZNYVJl6G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHZNYVJl6G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHZNYVJl6G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHZNYVJl6G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHZNYVJl6G .nav-link {
  position: relative;
}
.cid-uHZNYVJl6G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHZNYVJl6G .container {
    flex-wrap: nowrap;
  }
}
.cid-uHZNYVJl6G .navbar-nav {
  margin: 0 auto;
}
.cid-uHZNYVJl6G .dropdown-menu,
.cid-uHZNYVJl6G .navbar.opened {
  background: #007b1c !important;
}
.cid-uHZNYVJl6G .nav-item:focus,
.cid-uHZNYVJl6G .nav-link:focus {
  outline: none;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHZNYVJl6G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHZNYVJl6G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHZNYVJl6G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uHZNYVJl6G .navbar.opened {
  transition: all 0.3s;
}
.cid-uHZNYVJl6G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHZNYVJl6G .navbar .navbar-logo img {
  width: auto;
}
.cid-uHZNYVJl6G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHZNYVJl6G .navbar.collapsed {
  justify-content: center;
}
.cid-uHZNYVJl6G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHZNYVJl6G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHZNYVJl6G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHZNYVJl6G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHZNYVJl6G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHZNYVJl6G .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-uHZNYVJl6G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHZNYVJl6G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uHZNYVJl6G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHZNYVJl6G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHZNYVJl6G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHZNYVJl6G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHZNYVJl6G .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-uHZNYVJl6G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHZNYVJl6G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHZNYVJl6G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHZNYVJl6G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHZNYVJl6G .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHZNYVJl6G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHZNYVJl6G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHZNYVJl6G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHZNYVJl6G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHZNYVJl6G .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHZNYVJl6G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHZNYVJl6G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHZNYVJl6G .dropdown-item.active,
.cid-uHZNYVJl6G .dropdown-item:active {
  background-color: transparent;
}
.cid-uHZNYVJl6G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHZNYVJl6G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHZNYVJl6G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHZNYVJl6G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uHZNYVJl6G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHZNYVJl6G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHZNYVJl6G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHZNYVJl6G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHZNYVJl6G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHZNYVJl6G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHZNYVJl6G .navbar {
    height: 70px;
  }
  .cid-uHZNYVJl6G .navbar.opened {
    height: auto;
  }
  .cid-uHZNYVJl6G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHZNYVJl6G .container,
.cid-uHZNYVJl6G .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uHZNYVJl6G .navbar-short {
  background-color: #007b1c !important;
}
.cid-uHZNYVJl6G .navbar-short .container,
.cid-uHZNYVJl6G .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uHZNYVJl6G .navbar-short .container:before,
.cid-uHZNYVJl6G .navbar-short .container-fluid:before {
  display: none;
}
.cid-uHZNYVJl6G .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uHZNYVJl6G .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uHZNYVJl6G .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uHZNYVJl6G .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uHZNYVJl6G .navbar {
    overflow: hidden;
  }
  .cid-uHZNYVJl6G .container,
  .cid-uHZNYVJl6G .container-fluid {
    min-height: 85px;
  }
  .cid-uHZNYVJl6G .navbar-brand {
    min-height: 85px;
  }
  .cid-uHZNYVJl6G .navbar-short .container,
  .cid-uHZNYVJl6G .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uHZNYVJl6G .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uHZNYVJl6G .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uHZNYVJl6G .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uHZNYVJl6G .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uHZNYVJl6G .mbr-section-btn {
    text-align: left;
  }
  .cid-uHZNYVJl6G .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uHZNYVJl6G .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-vaJ6VemWky {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-vaJ6VemWky .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaJ6VemWky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaJ6VemWky .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vaJ6VemWky .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-vaJ6VemWky .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vaJ6VemWky .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vaJ6VemWky .mbr-section-title {
  color: #f5f8ff;
}
.cid-vaJ6VemWky .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-vaJ6VemWky .mbr-section-title,
.cid-vaJ6VemWky .title-wrapper,
.cid-vaJ6VemWky .mbr-section-btn {
  text-align: center;
}
#custom-html-1k4 {
  /* Responsive mobile view */
}
#custom-html-1k4 .banner-container {
  width: 100%;
  overflow: hidden;
  background: #072B0F;
  color: white;
  font-size: 1.0em;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
}
#custom-html-1k4 .announcement-box {
  width: 70%;
  max-width: 900px;
  margin: 0.2em auto;
  height: 10em;
  /* about 3–4 lines tall */
  overflow: hidden;
  background: #272c52;
  background: #3945D2;
  background: #DEFAE5;
  color: black;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  padding: 1em;
}
#custom-html-1k4 .scroll-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#custom-html-1k4 .scroll-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  animation: scroll-continuous 15s linear infinite;
}
#custom-html-1k4 .message {
  width: 100%;
  padding: 1em 0;
  font-size: 30px;
  box-sizing: border-box;
}
#custom-html-1k4 .highlight {
  color: #ffc107;
  font-weight: bold;
  text-decoration: underline;
}
@keyframes scroll-continuous {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  #custom-html-1k4 .announcement-box {
    width: 95%;
    font-size: 1em;
    height: 12em;
  }
  #custom-html-1k4 .message {
    padding: 0.75em 0;
    font-size: 16px;
  }
}
.cid-vaJ7KRqHQT {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #072b0f;
}
.cid-vaJ7KRqHQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaJ7KRqHQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaJ7KRqHQT .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vaJ7KRqHQT .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-vaJ7KRqHQT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vaJ7KRqHQT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vaJ7KRqHQT .mbr-section-title {
  color: #f5f8ff;
}
.cid-vaJ7KRqHQT .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-vaJ7KRqHQT .mbr-section-title,
.cid-vaJ7KRqHQT .title-wrapper,
.cid-vaJ7KRqHQT .mbr-section-btn {
  text-align: center;
}
.cid-uI3El6TM5t {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI3El6TM5t::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI3El6TM5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3El6TM5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI3El6TM5t .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI3El6TM5t .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .container {
    padding: 0 22px;
  }
}
.cid-uI3El6TM5t .row {
  position: relative;
  z-index: 1;
}
.cid-uI3El6TM5t .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI3El6TM5t .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI3El6TM5t .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI3El6TM5t .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI3El6TM5t .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI3El6TM5t .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI3El6TM5t .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI3El6TM5t .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI3El6TM5t .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover,
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover::before,
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI3El6TM5t .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI3El6TM5t .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI3El6TM5t .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI3El6TM5t .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI3El6TM5t .mbr-section-title {
  color: #00d0f3;
}
.cid-uI3El6TM5t .mbr-text {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI3El6TM5t .list {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-contact {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-desc {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-contact,
.cid-uI3El6TM5t .item-contact {
  color: #fdfdfd;
}
.cid-uI3El6TM5t .list,
.cid-uI3El6TM5t .item-wrap {
  color: #df8825;
}
.cid-uI3El6TM5t .mbr-desc,
.cid-uI3El6TM5t .mbr-section-btn {
  text-align: center;
}
.cid-uHZNYVJl6G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHZNYVJl6G nav.navbar {
  position: fixed;
}
.cid-uHZNYVJl6G .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-uHZNYVJl6G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHZNYVJl6G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHZNYVJl6G .dropdown-item:hover,
.cid-uHZNYVJl6G .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uHZNYVJl6G .dropdown-item:hover span {
  color: white;
}
.cid-uHZNYVJl6G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHZNYVJl6G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHZNYVJl6G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHZNYVJl6G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHZNYVJl6G .nav-link {
  position: relative;
}
.cid-uHZNYVJl6G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHZNYVJl6G .container {
    flex-wrap: nowrap;
  }
}
.cid-uHZNYVJl6G .navbar-nav {
  margin: 0 auto;
}
.cid-uHZNYVJl6G .dropdown-menu,
.cid-uHZNYVJl6G .navbar.opened {
  background: #007b1c !important;
}
.cid-uHZNYVJl6G .nav-item:focus,
.cid-uHZNYVJl6G .nav-link:focus {
  outline: none;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHZNYVJl6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHZNYVJl6G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHZNYVJl6G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHZNYVJl6G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uHZNYVJl6G .navbar.opened {
  transition: all 0.3s;
}
.cid-uHZNYVJl6G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHZNYVJl6G .navbar .navbar-logo img {
  width: auto;
}
.cid-uHZNYVJl6G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHZNYVJl6G .navbar.collapsed {
  justify-content: center;
}
.cid-uHZNYVJl6G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHZNYVJl6G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHZNYVJl6G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHZNYVJl6G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHZNYVJl6G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHZNYVJl6G .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-uHZNYVJl6G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHZNYVJl6G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uHZNYVJl6G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHZNYVJl6G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHZNYVJl6G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHZNYVJl6G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHZNYVJl6G .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-uHZNYVJl6G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHZNYVJl6G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHZNYVJl6G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHZNYVJl6G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHZNYVJl6G .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHZNYVJl6G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHZNYVJl6G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHZNYVJl6G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHZNYVJl6G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHZNYVJl6G .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHZNYVJl6G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHZNYVJl6G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHZNYVJl6G .dropdown-item.active,
.cid-uHZNYVJl6G .dropdown-item:active {
  background-color: transparent;
}
.cid-uHZNYVJl6G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHZNYVJl6G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHZNYVJl6G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHZNYVJl6G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uHZNYVJl6G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHZNYVJl6G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHZNYVJl6G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHZNYVJl6G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHZNYVJl6G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZNYVJl6G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHZNYVJl6G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZNYVJl6G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHZNYVJl6G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHZNYVJl6G .navbar {
    height: 70px;
  }
  .cid-uHZNYVJl6G .navbar.opened {
    height: auto;
  }
  .cid-uHZNYVJl6G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHZNYVJl6G .container,
.cid-uHZNYVJl6G .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uHZNYVJl6G .navbar-short {
  background-color: #007b1c !important;
}
.cid-uHZNYVJl6G .navbar-short .container,
.cid-uHZNYVJl6G .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uHZNYVJl6G .navbar-short .container:before,
.cid-uHZNYVJl6G .navbar-short .container-fluid:before {
  display: none;
}
.cid-uHZNYVJl6G .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uHZNYVJl6G .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uHZNYVJl6G .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uHZNYVJl6G .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uHZNYVJl6G .navbar {
    overflow: hidden;
  }
  .cid-uHZNYVJl6G .container,
  .cid-uHZNYVJl6G .container-fluid {
    min-height: 85px;
  }
  .cid-uHZNYVJl6G .navbar-brand {
    min-height: 85px;
  }
  .cid-uHZNYVJl6G .navbar-short .container,
  .cid-uHZNYVJl6G .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uHZNYVJl6G .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uHZNYVJl6G .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uHZNYVJl6G .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uHZNYVJl6G .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uHZNYVJl6G .mbr-section-btn {
    text-align: left;
  }
  .cid-uHZNYVJl6G .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uHZNYVJl6G .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-vaVmGDzEy2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-vaVmGDzEy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaVmGDzEy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaVmGDzEy2 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vaVmGDzEy2 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-vaVmGDzEy2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vaVmGDzEy2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vaVmGDzEy2 .mbr-section-title {
  color: #f5f8ff;
}
.cid-vaVmGDzEy2 .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-vaVmGDzEy2 .mbr-section-title,
.cid-vaVmGDzEy2 .title-wrapper,
.cid-vaVmGDzEy2 .mbr-section-btn {
  text-align: center;
}
.cid-vaVmykAEso {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #072b0f;
}
.cid-vaVmykAEso .google-map {
  height: 30rem;
  position: relative;
  padding: 0 10% 5%;
  margin: 3rem 0;
}
.cid-vaVmykAEso .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
.cid-vaVmykAEso .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vaVmykAEso .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vaVmykAEso .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vaVmykAEso .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #fdfdfd;
}
.cid-vaVnaZCWyL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #005112;
}
.cid-vaVnaZCWyL .google-map {
  height: 30rem;
  position: relative;
  padding: 0 10% 5%;
  margin: 3rem 0;
}
.cid-vaVnaZCWyL .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
.cid-vaVnaZCWyL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vaVnaZCWyL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vaVnaZCWyL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vaVnaZCWyL .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #fdfdfd;
}
.cid-vaVmOYn9TM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #072b0f;
}
.cid-vaVmOYn9TM .google-map {
  height: 30rem;
  position: relative;
  padding: 0 10% 5%;
  margin: 3rem 0;
}
.cid-vaVmOYn9TM .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
.cid-vaVmOYn9TM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vaVmOYn9TM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vaVmOYn9TM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vaVmOYn9TM .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #fdfdfd;
}
.cid-uI3El6TM5t {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI3El6TM5t::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI3El6TM5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI3El6TM5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI3El6TM5t .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI3El6TM5t .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .container {
    padding: 0 22px;
  }
}
.cid-uI3El6TM5t .row {
  position: relative;
  z-index: 1;
}
.cid-uI3El6TM5t .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI3El6TM5t .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI3El6TM5t .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI3El6TM5t .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI3El6TM5t .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI3El6TM5t .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI3El6TM5t .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI3El6TM5t .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI3El6TM5t .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover,
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover::before,
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI3El6TM5t .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI3El6TM5t .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI3El6TM5t .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI3El6TM5t .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI3El6TM5t .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI3El6TM5t .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI3El6TM5t .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI3El6TM5t .mbr-section-title {
  color: #00d0f3;
}
.cid-uI3El6TM5t .mbr-text {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI3El6TM5t .list {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-contact {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-desc {
  color: #ffffff;
}
.cid-uI3El6TM5t .mbr-contact,
.cid-uI3El6TM5t .item-contact {
  color: #fdfdfd;
}
.cid-uI3El6TM5t .list,
.cid-uI3El6TM5t .item-wrap {
  color: #df8825;
}
.cid-uI3El6TM5t .mbr-desc,
.cid-uI3El6TM5t .mbr-section-btn {
  text-align: center;
}
.cid-uI4ILQH34V {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uI4ILQH34V nav.navbar {
  position: fixed;
}
.cid-uI4ILQH34V .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-uI4ILQH34V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI4ILQH34V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI4ILQH34V .dropdown-item:hover,
.cid-uI4ILQH34V .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-uI4ILQH34V .dropdown-item:hover span {
  color: white;
}
.cid-uI4ILQH34V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI4ILQH34V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI4ILQH34V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI4ILQH34V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI4ILQH34V .nav-link {
  position: relative;
}
.cid-uI4ILQH34V .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI4ILQH34V .container {
    flex-wrap: nowrap;
  }
}
.cid-uI4ILQH34V .navbar-nav {
  margin: 0 auto;
}
.cid-uI4ILQH34V .dropdown-menu,
.cid-uI4ILQH34V .navbar.opened {
  background: #007b1c !important;
}
.cid-uI4ILQH34V .nav-item:focus,
.cid-uI4ILQH34V .nav-link:focus {
  outline: none;
}
.cid-uI4ILQH34V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI4ILQH34V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI4ILQH34V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI4ILQH34V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI4ILQH34V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI4ILQH34V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI4ILQH34V .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-uI4ILQH34V .navbar.opened {
  transition: all 0.3s;
}
.cid-uI4ILQH34V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI4ILQH34V .navbar .navbar-logo img {
  width: auto;
}
.cid-uI4ILQH34V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI4ILQH34V .navbar.collapsed {
  justify-content: center;
}
.cid-uI4ILQH34V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI4ILQH34V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI4ILQH34V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI4ILQH34V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI4ILQH34V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI4ILQH34V .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-uI4ILQH34V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI4ILQH34V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI4ILQH34V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI4ILQH34V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI4ILQH34V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI4ILQH34V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI4ILQH34V .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-uI4ILQH34V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI4ILQH34V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI4ILQH34V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI4ILQH34V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI4ILQH34V .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI4ILQH34V .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI4ILQH34V .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI4ILQH34V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI4ILQH34V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI4ILQH34V .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI4ILQH34V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI4ILQH34V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI4ILQH34V .dropdown-item.active,
.cid-uI4ILQH34V .dropdown-item:active {
  background-color: transparent;
}
.cid-uI4ILQH34V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI4ILQH34V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI4ILQH34V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI4ILQH34V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-uI4ILQH34V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI4ILQH34V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI4ILQH34V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI4ILQH34V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI4ILQH34V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI4ILQH34V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-uI4ILQH34V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI4ILQH34V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4ILQH34V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI4ILQH34V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI4ILQH34V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4ILQH34V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI4ILQH34V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI4ILQH34V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI4ILQH34V .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI4ILQH34V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI4ILQH34V .navbar {
    height: 70px;
  }
  .cid-uI4ILQH34V .navbar.opened {
    height: auto;
  }
  .cid-uI4ILQH34V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI4ILQH34V .container,
.cid-uI4ILQH34V .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uI4ILQH34V .navbar-short {
  background-color: #007b1c !important;
}
.cid-uI4ILQH34V .navbar-short .container,
.cid-uI4ILQH34V .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uI4ILQH34V .navbar-short .container:before,
.cid-uI4ILQH34V .navbar-short .container-fluid:before {
  display: none;
}
.cid-uI4ILQH34V .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uI4ILQH34V .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uI4ILQH34V .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uI4ILQH34V .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uI4ILQH34V .navbar {
    overflow: hidden;
  }
  .cid-uI4ILQH34V .container,
  .cid-uI4ILQH34V .container-fluid {
    min-height: 85px;
  }
  .cid-uI4ILQH34V .navbar-brand {
    min-height: 85px;
  }
  .cid-uI4ILQH34V .navbar-short .container,
  .cid-uI4ILQH34V .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uI4ILQH34V .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uI4ILQH34V .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-uI4ILQH34V .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uI4ILQH34V .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uI4ILQH34V .mbr-section-btn {
    text-align: left;
  }
  .cid-uI4ILQH34V .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uI4ILQH34V .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uI4ILREgBa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uI4ILREgBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4ILREgBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4ILREgBa .row {
  justify-content: center;
}
.cid-uI4ILREgBa .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4ILREgBa .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4ILREgBa .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4ILREgBa .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4ILREgBa .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4ILREgBa .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4ILREgBa .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4ILREgBa .mbr-section-title {
  color: #ffffff;
}
.cid-uI4ILREgBa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI4ILREgBa .mbr-desc {
  color: #ffffff;
}
.cid-uI4ILREgBa .mbr-section-title,
.cid-uI4ILREgBa .mbr-section-btn {
  text-align: center;
}
.cid-v8pM52SZb5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-v8pM52SZb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8pM52SZb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8pM52SZb5 .container {
    padding: 0 16px;
  }
}
.cid-v8pM52SZb5 .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-v8pM52SZb5 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8pM52SZb5 .content-wrapper {
    padding: 36px;
  }
}
.cid-v8pM52SZb5 .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8pM52SZb5 .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8pM52SZb5 .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v8pM52SZb5 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v8pM52SZb5 .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v8pM52SZb5 .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8pM52SZb5 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8pM52SZb5 .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8pM52SZb5 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8pM52SZb5 .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v8pM52SZb5 .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v8pM52SZb5 .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-v8pM52SZb5 .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-v8pM52SZb5 .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-v8pM52SZb5 .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-v8pM52SZb5 .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-v8pM52SZb5 .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-v8pM52SZb5 .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-v8pM52SZb5 .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-v8pM52SZb5 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8pM52SZb5 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8pM52SZb5 .mbr-text {
  color: #f0f0f0;
}
.cid-v8pM52SZb5 .mbr-name {
  color: #cccccc;
}
.cid-v8pM52SZb5 .mbr-role {
  color: #cccccc;
}
.cid-v8pM52SZb5 .mbr-text,
.cid-v8pM52SZb5 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v8pM52SZb5 .mbr-name,
.cid-v8pM52SZb5 .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uI4ILTfmfa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uI4ILTfmfa .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uI4ILTfmfa .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uI4ILTfmfa H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uI4ILTfmfa .section-text,
.cid-uI4ILTfmfa .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uI4ILTfmfa .section-text,
.cid-uI4ILTfmfa .mbr-section-btn DIV {
  text-align: center;
}
.cid-vhDYC26psC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #072b0f;
}
.cid-vhDYC26psC .google-map {
  height: 30rem;
  position: relative;
  padding: 0 10% 5%;
  margin: 3rem 0;
}
.cid-vhDYC26psC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
.cid-vhDYC26psC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vhDYC26psC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vhDYC26psC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vhDYC26psC .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #fdfdfd;
}
.cid-uI4VkMWGfj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-uI4VkMWGfj .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI4VkMWGfj .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uI4VkMWGfj .btn {
  padding: 15px 30px !important;
}
.cid-uI4VkMWGfj a {
  font-weight: 400;
}
.cid-uI4VkMWGfj .mbr-section-subtitle,
.cid-uI4VkMWGfj .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-uI4VkMWGfj .row {
  justify-content: center;
  display: flex;
}
.cid-uIVRD4gEyH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-uIVRD4gEyH .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-uIVRD4gEyH .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIVRD4gEyH H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uIVRD4gEyH .section-text,
.cid-uIVRD4gEyH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIVRD4gEyH .section-text,
.cid-uIVRD4gEyH .mbr-section-btn DIV {
  text-align: center;
}
.cid-uI4ILUmkLB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-uI4ILUmkLB .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-uI4ILUmkLB .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-uI4ILUmkLB .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-uI4ILUmkLB .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-uI4ILUmkLB .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-uI4ILUmkLB .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-uI4ILUmkLB .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-uI4ILUmkLB .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-uI4ILUmkLB .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-uI4ILUmkLB .btn-social + .btn {
  margin-left: .1rem;
}
.cid-uI4ILUmkLB [class^="socicon-"]:before,
.cid-uI4ILUmkLB [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-uI4ILUmkLB .btn {
    font-size: 20px !important;
  }
}
.cid-uI4ILUmkLB .mbr-section-title {
  color: #ffffff;
}
.cid-uNWE2ISv41 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-uNWE2ISv41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWE2ISv41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWE2ISv41 .row {
  justify-content: center;
}
.cid-uNWE2ISv41 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNWE2ISv41 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uNWE2ISv41 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uNWE2ISv41 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNWE2ISv41 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uNWE2ISv41 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNWE2ISv41 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uNWE2ISv41 .mbr-section-title {
  color: #ffffff;
}
.cid-uNWE2ISv41 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNWE2ISv41 .mbr-desc {
  color: #ffffff;
}
.cid-uNWE2ISv41 .mbr-section-title,
.cid-uNWE2ISv41 .mbr-section-btn {
  text-align: center;
}
.cid-uI4ILVqpNJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-uI4ILVqpNJ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-uI4ILVqpNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4ILVqpNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4ILVqpNJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uI4ILVqpNJ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uI4ILVqpNJ .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uI4ILVqpNJ .container {
    padding: 0 22px;
  }
}
.cid-uI4ILVqpNJ .row {
  position: relative;
  z-index: 1;
}
.cid-uI4ILVqpNJ .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uI4ILVqpNJ .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI4ILVqpNJ .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uI4ILVqpNJ .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uI4ILVqpNJ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4ILVqpNJ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uI4ILVqpNJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI4ILVqpNJ .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4ILVqpNJ .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uI4ILVqpNJ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uI4ILVqpNJ .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uI4ILVqpNJ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uI4ILVqpNJ .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI4ILVqpNJ .nav-wrapper .list .item-wrap:hover,
.cid-uI4ILVqpNJ .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uI4ILVqpNJ .nav-wrapper .list .item-wrap:hover::before,
.cid-uI4ILVqpNJ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uI4ILVqpNJ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI4ILVqpNJ .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4ILVqpNJ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI4ILVqpNJ .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uI4ILVqpNJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uI4ILVqpNJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uI4ILVqpNJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uI4ILVqpNJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uI4ILVqpNJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uI4ILVqpNJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uI4ILVqpNJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uI4ILVqpNJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uI4ILVqpNJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uI4ILVqpNJ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI4ILVqpNJ .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uI4ILVqpNJ .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uI4ILVqpNJ .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uI4ILVqpNJ .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uI4ILVqpNJ .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uI4ILVqpNJ .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uI4ILVqpNJ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uI4ILVqpNJ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uI4ILVqpNJ .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uI4ILVqpNJ .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uI4ILVqpNJ .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uI4ILVqpNJ .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uI4ILVqpNJ .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uI4ILVqpNJ .mbr-section-title {
  color: #00d0f3;
}
.cid-uI4ILVqpNJ .mbr-text {
  color: #ffffff;
}
.cid-uI4ILVqpNJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uI4ILVqpNJ .list {
  color: #ffffff;
}
.cid-uI4ILVqpNJ .mbr-contact {
  color: #ffffff;
}
.cid-uI4ILVqpNJ .mbr-desc {
  color: #ffffff;
}
.cid-uI4ILVqpNJ .mbr-contact,
.cid-uI4ILVqpNJ .item-contact {
  color: #fdfdfd;
}
.cid-uI4ILVqpNJ .list,
.cid-uI4ILVqpNJ .item-wrap {
  color: #df8825;
}
.cid-uI4ILVqpNJ .mbr-desc,
.cid-uI4ILVqpNJ .mbr-section-btn {
  text-align: center;
}
.cid-vhk4P93Y6o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhk4P93Y6o nav.navbar {
  position: fixed;
}
.cid-vhk4P93Y6o .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-vhk4P93Y6o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhk4P93Y6o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhk4P93Y6o .dropdown-item:hover,
.cid-vhk4P93Y6o .dropdown-item:focus {
  background: #87ef9f !important;
  color: white !important;
}
.cid-vhk4P93Y6o .dropdown-item:hover span {
  color: white;
}
.cid-vhk4P93Y6o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhk4P93Y6o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhk4P93Y6o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhk4P93Y6o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhk4P93Y6o .nav-link {
  position: relative;
}
.cid-vhk4P93Y6o .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vhk4P93Y6o .container {
    flex-wrap: nowrap;
  }
}
.cid-vhk4P93Y6o .navbar-nav {
  margin: 0 auto;
}
.cid-vhk4P93Y6o .dropdown-menu,
.cid-vhk4P93Y6o .navbar.opened {
  background: #007b1c !important;
}
.cid-vhk4P93Y6o .nav-item:focus,
.cid-vhk4P93Y6o .nav-link:focus {
  outline: none;
}
.cid-vhk4P93Y6o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhk4P93Y6o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhk4P93Y6o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhk4P93Y6o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhk4P93Y6o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhk4P93Y6o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhk4P93Y6o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #007b1c;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhk4P93Y6o .navbar.opened {
  transition: all 0.3s;
}
.cid-vhk4P93Y6o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhk4P93Y6o .navbar .navbar-logo img {
  width: auto;
}
.cid-vhk4P93Y6o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhk4P93Y6o .navbar.collapsed {
  justify-content: center;
}
.cid-vhk4P93Y6o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhk4P93Y6o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhk4P93Y6o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhk4P93Y6o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhk4P93Y6o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhk4P93Y6o .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-vhk4P93Y6o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhk4P93Y6o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vhk4P93Y6o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhk4P93Y6o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhk4P93Y6o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhk4P93Y6o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhk4P93Y6o .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-vhk4P93Y6o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhk4P93Y6o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhk4P93Y6o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhk4P93Y6o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhk4P93Y6o .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhk4P93Y6o .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhk4P93Y6o .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhk4P93Y6o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhk4P93Y6o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhk4P93Y6o .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhk4P93Y6o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhk4P93Y6o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhk4P93Y6o .dropdown-item.active,
.cid-vhk4P93Y6o .dropdown-item:active {
  background-color: transparent;
}
.cid-vhk4P93Y6o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhk4P93Y6o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhk4P93Y6o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhk4P93Y6o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007b1c;
}
.cid-vhk4P93Y6o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhk4P93Y6o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhk4P93Y6o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhk4P93Y6o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhk4P93Y6o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhk4P93Y6o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfdfd;
}
.cid-vhk4P93Y6o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhk4P93Y6o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhk4P93Y6o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhk4P93Y6o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhk4P93Y6o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhk4P93Y6o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhk4P93Y6o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhk4P93Y6o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhk4P93Y6o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhk4P93Y6o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhk4P93Y6o .navbar {
    height: 70px;
  }
  .cid-vhk4P93Y6o .navbar.opened {
    height: auto;
  }
  .cid-vhk4P93Y6o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhk4P93Y6o .container,
.cid-vhk4P93Y6o .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-vhk4P93Y6o .navbar-short {
  background-color: #007b1c !important;
}
.cid-vhk4P93Y6o .navbar-short .container,
.cid-vhk4P93Y6o .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-vhk4P93Y6o .navbar-short .container:before,
.cid-vhk4P93Y6o .navbar-short .container-fluid:before {
  display: none;
}
.cid-vhk4P93Y6o .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-vhk4P93Y6o .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-vhk4P93Y6o .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-vhk4P93Y6o .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-vhk4P93Y6o .navbar {
    overflow: hidden;
  }
  .cid-vhk4P93Y6o .container,
  .cid-vhk4P93Y6o .container-fluid {
    min-height: 85px;
  }
  .cid-vhk4P93Y6o .navbar-brand {
    min-height: 85px;
  }
  .cid-vhk4P93Y6o .navbar-short .container,
  .cid-vhk4P93Y6o .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-vhk4P93Y6o .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-vhk4P93Y6o .navbar.navbar-short {
    background-color: #007b1c !important;
  }
  .cid-vhk4P93Y6o .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-vhk4P93Y6o .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-vhk4P93Y6o .mbr-section-btn {
    text-align: left;
  }
  .cid-vhk4P93Y6o .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-vhk4P93Y6o .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #007b1c;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-vhk4P9mUYn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-vhk4P9mUYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhk4P9mUYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhk4P9mUYn .row {
  justify-content: center;
}
.cid-vhk4P9mUYn .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vhk4P9mUYn .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vhk4P9mUYn .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vhk4P9mUYn .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vhk4P9mUYn .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhk4P9mUYn .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vhk4P9mUYn .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-vhk4P9mUYn .mbr-section-title {
  color: #ffffff;
}
.cid-vhk4P9mUYn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhk4P9mUYn .mbr-desc {
  color: #ffffff;
}
.cid-vhk4P9mUYn .mbr-section-title,
.cid-vhk4P9mUYn .mbr-section-btn {
  text-align: center;
}
#custom-html-1ld {
  /* Force Mobirise parent to stay visible */
  /* BUTTON: LIGHT GREEN (#65E981) */
  /* BASE ICON STATE: Now includes transition */
  /* HOVER ICON STATE: The Psychological Emphasis (Delayed) */
  /* MOBILE: DOCKED LEFT */
}
#custom-html-1ld #custom-html-1kv,
#custom-html-1ld #custom-html-1kv .mbr-section,
#custom-html-1ld #custom-html-1kv div {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  overflow: visible !important;
}
#custom-html-1ld .floating-pill-container {
  position: fixed !important;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999 !important;
  background-color: #007b1c !important;
  padding: 8px 20px !important;
  border-radius: 50px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  width: auto !important;
  max-width: 95% !important;
  white-space: nowrap !important;
}
#custom-html-1ld .pill-text {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.9rem !important;
  color: #ffffff !important;
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}
#custom-html-1ld .floating-pill-container .btn-primary {
  margin: 0 !important;
  background-color: #65E981 !important;
  border-color: #65E981 !important;
  color: #232323 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  padding: 0.5rem 1.2rem !important;
  border-radius: 30px !important;
  /* Text transition speed */
  transition: all 0.3s ease-in-out !important;
  display: inline-flex !important;
  align-items: center !important;
  text-transform: none !important;
  border: none !important;
}
#custom-html-1ld .floating-pill-container .btn-primary:hover {
  background-color: #3AE562 !important;
  color: #ffffff !important;
  transform: scale(1.03) !important;
}
#custom-html-1ld .btn-icon {
  font-size: 0.85rem !important;
  margin-right: 0.5rem !important;
  display: inline-block !important;
  color: #232323 !important;
  /* This makes the icon capable of a smooth color fade */
  transition: color 0.3s ease-in-out !important;
}
#custom-html-1ld .floating-pill-container .btn-primary:hover .btn-icon {
  color: #ffffff !important;
  /* 0.15s delay: Text changes first, then Icon follows */
  transition-delay: 0.15s !important;
}
@media (max-width: 767px) {
  #custom-html-1ld .floating-pill-container {
    flex-direction: column !important;
    left: 12px !important;
    transform: none !important;
    padding: 12px 15px !important;
    width: 72% !important;
    bottom: 15px !important;
    white-space: normal !important;
  }
  #custom-html-1ld .pill-text {
    font-size: 0.7rem !important;
    margin: 0 0 10px 0 !important;
    text-align: center !important;
  }
  #custom-html-1ld .floating-pill-container .btn-primary {
    width: 100% !important;
    font-size: 0.75rem !important;
  }
  #custom-html-1ld .btn-icon {
    display: none !important;
  }
}
.cid-vhk5cKDjDZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-vhk5cKDjDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhk5cKDjDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhk5cKDjDZ .container {
    padding: 0 16px;
  }
}
.cid-vhk5cKDjDZ .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #defae5;
  border-radius: 2em;
}
.cid-vhk5cKDjDZ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#defae5, #defae5);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vhk5cKDjDZ .content-wrapper {
    padding: 36px;
  }
}
.cid-vhk5cKDjDZ .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhk5cKDjDZ .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-vhk5cKDjDZ .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vhk5cKDjDZ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-vhk5cKDjDZ .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-vhk5cKDjDZ .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhk5cKDjDZ .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-vhk5cKDjDZ .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhk5cKDjDZ .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vhk5cKDjDZ .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-vhk5cKDjDZ .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-vhk5cKDjDZ .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-vhk5cKDjDZ .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #defae5;
}
.cid-vhk5cKDjDZ .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-vhk5cKDjDZ .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-vhk5cKDjDZ .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-vhk5cKDjDZ .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-vhk5cKDjDZ .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-vhk5cKDjDZ .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-vhk5cKDjDZ .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vhk5cKDjDZ .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vhk5cKDjDZ .mbr-text {
  color: #f0f0f0;
}
.cid-vhk5cKDjDZ .mbr-name {
  color: #cccccc;
}
.cid-vhk5cKDjDZ .mbr-role {
  color: #cccccc;
}
.cid-vhk5cKDjDZ .mbr-text,
.cid-vhk5cKDjDZ .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-vhk5cKDjDZ .mbr-name,
.cid-vhk5cKDjDZ .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-vhk4P9PKJL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-vhk4P9PKJL .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-vhk4P9PKJL .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhk4P9PKJL H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-vhk4P9PKJL .section-text,
.cid-vhk4P9PKJL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vhk4P9PKJL .section-text,
.cid-vhk4P9PKJL .mbr-section-btn DIV {
  text-align: center;
}
.cid-vhk4PalluJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1044.png");
}
.cid-vhk4PalluJ .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-vhk4PalluJ .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-vhk4PalluJ .btn {
  padding: 15px 30px !important;
}
.cid-vhk4PalluJ a {
  font-weight: 400;
}
.cid-vhk4PalluJ .mbr-section-subtitle,
.cid-vhk4PalluJ .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-vhk4PalluJ .row {
  justify-content: center;
  display: flex;
}
.cid-vhk4PaBmpr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #072b0f;
}
.cid-vhk4PaBmpr .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #ffffff;
  text-align: center;
}
.cid-vhk4PaBmpr .title-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhk4PaBmpr H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-vhk4PaBmpr .section-text,
.cid-vhk4PaBmpr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vhk4PaBmpr .section-text,
.cid-vhk4PaBmpr .mbr-section-btn DIV {
  text-align: center;
}
.cid-vhk4PaTz6Z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #072b0f;
}
.cid-vhk4PaTz6Z .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-vhk4PaTz6Z .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-vhk4PaTz6Z .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-vhk4PaTz6Z .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-vhk4PaTz6Z .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-vhk4PaTz6Z .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-vhk4PaTz6Z .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-vhk4PaTz6Z .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-vhk4PaTz6Z .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-vhk4PaTz6Z .btn-social + .btn {
  margin-left: .1rem;
}
.cid-vhk4PaTz6Z [class^="socicon-"]:before,
.cid-vhk4PaTz6Z [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-vhk4PaTz6Z .btn {
    font-size: 20px !important;
  }
}
.cid-vhk4PaTz6Z .mbr-section-title {
  color: #ffffff;
}
.cid-vhk4Pb81Gb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #072b0f;
}
.cid-vhk4Pb81Gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhk4Pb81Gb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhk4Pb81Gb .row {
  justify-content: center;
}
.cid-vhk4Pb81Gb .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vhk4Pb81Gb .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fdfdfd, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vhk4Pb81Gb .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vhk4Pb81Gb .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vhk4Pb81Gb .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vhk4Pb81Gb .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vhk4Pb81Gb .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-vhk4Pb81Gb .mbr-section-title {
  color: #ffffff;
}
.cid-vhk4Pb81Gb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhk4Pb81Gb .mbr-desc {
  color: #ffffff;
}
.cid-vhk4Pb81Gb .mbr-section-title,
.cid-vhk4Pb81Gb .mbr-section-btn {
  text-align: center;
}
.cid-vhk4PboA0Z {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #072b0f;
  overflow: hidden;
}
.cid-vhk4PboA0Z::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #072b0f 50%);
  z-index: 1;
}
.cid-vhk4PboA0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhk4PboA0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhk4PboA0Z .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vhk4PboA0Z .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vhk4PboA0Z .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vhk4PboA0Z .container {
    padding: 0 22px;
  }
}
.cid-vhk4PboA0Z .row {
  position: relative;
  z-index: 1;
}
.cid-vhk4PboA0Z .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-vhk4PboA0Z .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vhk4PboA0Z .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-vhk4PboA0Z .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhk4PboA0Z .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vhk4PboA0Z .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vhk4PboA0Z .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhk4PboA0Z .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhk4PboA0Z .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vhk4PboA0Z .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vhk4PboA0Z .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vhk4PboA0Z .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vhk4PboA0Z .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vhk4PboA0Z .nav-wrapper .list .item-wrap:hover,
.cid-vhk4PboA0Z .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-vhk4PboA0Z .nav-wrapper .list .item-wrap:hover::before,
.cid-vhk4PboA0Z .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vhk4PboA0Z .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vhk4PboA0Z .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vhk4PboA0Z .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vhk4PboA0Z .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vhk4PboA0Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vhk4PboA0Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vhk4PboA0Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vhk4PboA0Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vhk4PboA0Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-vhk4PboA0Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vhk4PboA0Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vhk4PboA0Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vhk4PboA0Z .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vhk4PboA0Z .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vhk4PboA0Z .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vhk4PboA0Z .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vhk4PboA0Z .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vhk4PboA0Z .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhk4PboA0Z .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vhk4PboA0Z .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vhk4PboA0Z .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vhk4PboA0Z .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vhk4PboA0Z .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhk4PboA0Z .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhk4PboA0Z .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-vhk4PboA0Z .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vhk4PboA0Z .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-vhk4PboA0Z .mbr-section-title {
  color: #00d0f3;
}
.cid-vhk4PboA0Z .mbr-text {
  color: #ffffff;
}
.cid-vhk4PboA0Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vhk4PboA0Z .list {
  color: #ffffff;
}
.cid-vhk4PboA0Z .mbr-contact {
  color: #ffffff;
}
.cid-vhk4PboA0Z .mbr-desc {
  color: #ffffff;
}
.cid-vhk4PboA0Z .mbr-contact,
.cid-vhk4PboA0Z .item-contact {
  color: #fdfdfd;
}
.cid-vhk4PboA0Z .list,
.cid-vhk4PboA0Z .item-wrap {
  color: #df8825;
}
.cid-vhk4PboA0Z .mbr-desc,
.cid-vhk4PboA0Z .mbr-section-btn {
  text-align: center;
}
