@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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 a {
  background: rgba(0, 0, 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);
}
.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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00426e !important;
}
.bg-success {
  background-color: #0688ab !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #3e6dc5 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00426e !important;
  border-color: #00426e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0061a1 !important;
  border-color: #0061a1 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0061a1 !important;
  border-color: #0061a1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3e6dc5 !important;
  border-color: #3e6dc5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #658bd1 !important;
  border-color: #658bd1 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #658bd1 !important;
  border-color: #658bd1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #0688ab !important;
  border-color: #0688ab !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #08afdc !important;
  border-color: #08afdc !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #08afdc !important;
  border-color: #08afdc !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3e6dc5 !important;
  border-color: #3e6dc5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #658bd1 !important;
  border-color: #658bd1 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #658bd1 !important;
  border-color: #658bd1 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #00426e;
  color: #00426e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000e17 !important;
  background-color: transparent !important;
  border-color: #000e17 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00426e !important;
  border-color: #00426e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3e6dc5;
  color: #3e6dc5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #284884 !important;
  background-color: transparent !important;
  border-color: #284884 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e6dc5 !important;
  border-color: #3e6dc5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0688ab;
  color: #0688ab;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #034557 !important;
  background-color: transparent !important;
  border-color: #034557 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0688ab !important;
  border-color: #0688ab !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #3e6dc5;
  color: #3e6dc5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #284884 !important;
  background-color: transparent !important;
  border-color: #284884 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3e6dc5 !important;
  border-color: #3e6dc5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  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: #cfcfcf !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: #00426e !important;
}
.text-secondary {
  color: #3e6dc5 !important;
}
.text-success {
  color: #0688ab !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #3e6dc5 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000508 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #244279 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #033a48 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #244279 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #00426e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #3e6dc5;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00426e;
  border-color: #00426e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00426e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #008eee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #38cff8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a0b7e2;
}
.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: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00426e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #00426e;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00426e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00426e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00426e;
  border-bottom-color: #00426e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #00426e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3e6dc5 !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='%2300426e' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uuGa354oz0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uuGa354oz0 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uuGa354oz0 .nav-item,
.cid-uuGa354oz0 .nav-link,
.cid-uuGa354oz0 .navbar-caption {
  font-weight: normal;
}
.cid-uuGa354oz0 .nav-item:focus,
.cid-uuGa354oz0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uuGa354oz0 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uuGa354oz0 .nav-item .nav-link {
    position: relative;
  }
  .cid-uuGa354oz0 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uuGa354oz0 .nav-item:hover .nav-link:before,
  .cid-uuGa354oz0 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uuGa354oz0 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uuGa354oz0 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uuGa354oz0 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uuGa354oz0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uuGa354oz0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuGa354oz0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuGa354oz0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uuGa354oz0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuGa354oz0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuGa354oz0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uuGa354oz0 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uuGa354oz0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuGa354oz0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuGa354oz0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uuGa354oz0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uuGa354oz0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuGa354oz0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uuGa354oz0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uuGa354oz0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uuGa354oz0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuGa354oz0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuGa354oz0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuGa354oz0 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uuGa354oz0 .dropdown-item.active,
.cid-uuGa354oz0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uuGa354oz0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuGa354oz0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuGa354oz0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuGa354oz0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uuGa354oz0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuGa354oz0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuGa354oz0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuGa354oz0 .navbar-buttons {
  text-align: center;
}
.cid-uuGa354oz0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uuGa354oz0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uuGa354oz0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuGa354oz0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuGa354oz0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuGa354oz0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuGa354oz0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuGa354oz0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuGa354oz0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuGa354oz0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuGa354oz0 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uuGa354oz0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uuGa354oz0 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #3e6dc5;
  display: inline-flex;
}
.cid-uuGa354oz0 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uuGa354oz0 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uuGa354oz0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uuGa354oz0 a.nav-link .mbr-iconfont-btn,
.cid-uuGa354oz0 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uuGa354oz0 a.nav-link:hover .mbr-iconfont-btn,
.cid-uuGa354oz0 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uuGa354oz0 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuGa354oz0 .navbar {
    height: 77px;
  }
  .cid-uuGa354oz0 .navbar.opened {
    height: auto;
  }
  .cid-uuGa354oz0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKBtfpHyha .modal-body .close {
  background: #1b1b1b;
}
.cid-uKBtfpHyha .modal-body .close span {
  font-style: normal;
}
.cid-uKBtfpHyha .carousel-inner > .active,
.cid-uKBtfpHyha .carousel-inner > .next,
.cid-uKBtfpHyha .carousel-inner > .prev {
  display: flex;
}
.cid-uKBtfpHyha .carousel-control .icon-next,
.cid-uKBtfpHyha .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uKBtfpHyha .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKBtfpHyha .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uKBtfpHyha .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uKBtfpHyha .boxed-slider > div {
  position: relative;
}
.cid-uKBtfpHyha .container img {
  width: 100%;
}
.cid-uKBtfpHyha .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uKBtfpHyha .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uKBtfpHyha .mbr-table-cell {
  padding: 0;
}
.cid-uKBtfpHyha .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uKBtfpHyha .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uKBtfpHyha .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uKBtfpHyha .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uKBtfpHyha .carousel-item.active.right,
.cid-uKBtfpHyha .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uKBtfpHyha .carousel-item.active.left,
.cid-uKBtfpHyha .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uKBtfpHyha .carousel-item.active,
.cid-uKBtfpHyha .carousel-item.next.left,
.cid-uKBtfpHyha .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uKBtfpHyha .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uKBtfpHyha .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKBtfpHyha .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKBtfpHyha .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uKBtfpHyha .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uKBtfpHyha .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uKBtfpHyha .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uKBtfpHyha .mbr-slider .carousel-indicators li.active,
.cid-uKBtfpHyha .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uKBtfpHyha .mbr-slider .carousel-indicators li::after,
.cid-uKBtfpHyha .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uKBtfpHyha .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uKBtfpHyha .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uKBtfpHyha .mbr-slider > .container img {
  width: 100%;
}
.cid-uKBtfpHyha .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKBtfpHyha .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uKBtfpHyha .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uKBtfpHyha .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uKBtfpHyha .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uKBtfpHyha .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uKBtfpHyha .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uKBtfpHyha .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uKBtfpHyha .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uKBtfpHyha .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uKBtfpHyha .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uKBtfpHyha .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uKBtfpHyha .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uJRhdNotPN {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJRhdNotPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRhdNotPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRhdNotPN .card-wrapper {
  background: #0688ab;
}
@media (max-width: 767px) {
  .cid-uJRhdNotPN .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJRhdNotPN .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uJRhdNotPN .card-wrapper {
    padding: 4rem;
  }
}
.cid-uJRhdNotPN .mbr-text,
.cid-uJRhdNotPN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJRhdNotPN .card-title {
  color: #ffffff;
}
.cid-uJRfE2VnAk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJRfE2VnAk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 824px;
  max-width: 824px;
}
@media (max-width: 992px) {
  .cid-uJRfE2VnAk .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-uJRfE2VnAk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJRfE2VnAk .embla__slide .slide-content {
  width: 100%;
}
.cid-uJRfE2VnAk .embla__slide .slide-content .item-wrapper {
  display: flex;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJRfE2VnAk .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uJRfE2VnAk .embla__slide .slide-content .item-wrapper .item-img {
  padding-right: 12px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJRfE2VnAk .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }
}
.cid-uJRfE2VnAk .embla__slide .slide-content .item-wrapper .item-img img {
  height: 540px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJRfE2VnAk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJRfE2VnAk .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 50%;
  background-color: #edefeb;
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-uJRfE2VnAk .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-left: 0;
  }
}
.cid-uJRfE2VnAk .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 24px;
}
.cid-uJRfE2VnAk .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJRfE2VnAk .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper {
    display: block;
  }
}
.cid-uJRfE2VnAk .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uJRfE2VnAk .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uJRfE2VnAk .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  min-width: 64px;
  color: #ffffff;
}
.cid-uJRfE2VnAk .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
}
.cid-uJRfE2VnAk .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .name-wrap .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  background-color: #3e6dc5;
  margin: 0;
}
.cid-uJRfE2VnAk .embla__button--next,
.cid-uJRfE2VnAk .embla__button--prev {
  display: flex;
}
.cid-uJRfE2VnAk .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #3e6dc5, #8ca8dd) !important;
  color: #ffffff !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-uJRfE2VnAk .embla__button:hover {
  opacity: .9 !important;
}
.cid-uJRfE2VnAk .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-uJRfE2VnAk .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uJRfE2VnAk .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uJRfE2VnAk .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uJRfE2VnAk .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uJRfE2VnAk .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uJRfE2VnAk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJRfE2VnAk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJRfE2VnAk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJRfE2VnAk .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uJRfE2VnAk .item-text {
  color: #000000;
}
.cid-uJRfE2VnAk .item-tag {
  color: #ffffff;
}
.cid-uJRfE2VnAk .item-name {
  color: #ffffff;
}
.cid-uFJ1tLWzMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFJ1tLWzMg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uFJ1tLWzMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ1tLWzMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJ1tLWzMg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container {
    padding: 0 22px;
  }
}
.cid-uFJ1tLWzMg .row {
  position: relative;
  z-index: 1;
}
.cid-uFJ1tLWzMg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uFJ1tLWzMg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJ1tLWzMg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .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: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-title {
  color: #00d0f3;
}
.cid-uFJ1tLWzMg .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-subtitle {
  color: #232323;
}
.cid-uFJ1tLWzMg .list {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-desc {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFJ1tLWzMg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFJ1tLWzMg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFJ1tLWzMg .media-wrap img {
  height: 7rem;
  width: auto;
}
.cid-uFJ1tLWzMg .mbr-contact,
.cid-uFJ1tLWzMg .item-contact {
  color: #000000;
}
.cid-uFJ1tLWzMg .mbr-desc,
.cid-uFJ1tLWzMg .mbr-section-btn {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper,
.cid-uFJ1tLWzMg .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uuKseCA4oc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uuKseCA4oc .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uuKseCA4oc .nav-item,
.cid-uuKseCA4oc .nav-link,
.cid-uuKseCA4oc .navbar-caption {
  font-weight: normal;
}
.cid-uuKseCA4oc .nav-item:focus,
.cid-uuKseCA4oc .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uuKseCA4oc .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uuKseCA4oc .nav-item .nav-link {
    position: relative;
  }
  .cid-uuKseCA4oc .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uuKseCA4oc .nav-item:hover .nav-link:before,
  .cid-uuKseCA4oc .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uuKseCA4oc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uuKseCA4oc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuKseCA4oc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uuKseCA4oc .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uuKseCA4oc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uuKseCA4oc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uuKseCA4oc .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uuKseCA4oc .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uuKseCA4oc .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uuKseCA4oc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uuKseCA4oc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuKseCA4oc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuKseCA4oc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uuKseCA4oc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuKseCA4oc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuKseCA4oc .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uuKseCA4oc .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uuKseCA4oc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuKseCA4oc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuKseCA4oc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uuKseCA4oc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uuKseCA4oc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuKseCA4oc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uuKseCA4oc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uuKseCA4oc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uuKseCA4oc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuKseCA4oc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuKseCA4oc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuKseCA4oc .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uuKseCA4oc .dropdown-item.active,
.cid-uuKseCA4oc .dropdown-item:active {
  background-color: transparent;
}
.cid-uuKseCA4oc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuKseCA4oc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuKseCA4oc .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuKseCA4oc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uuKseCA4oc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuKseCA4oc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuKseCA4oc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuKseCA4oc .navbar-buttons {
  text-align: center;
}
.cid-uuKseCA4oc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uuKseCA4oc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uuKseCA4oc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuKseCA4oc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuKseCA4oc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuKseCA4oc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuKseCA4oc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuKseCA4oc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuKseCA4oc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuKseCA4oc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuKseCA4oc .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uuKseCA4oc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uuKseCA4oc .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #3e6dc5;
  display: inline-flex;
}
.cid-uuKseCA4oc .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uuKseCA4oc .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uuKseCA4oc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uuKseCA4oc a.nav-link .mbr-iconfont-btn,
.cid-uuKseCA4oc a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uuKseCA4oc a.nav-link:hover .mbr-iconfont-btn,
.cid-uuKseCA4oc a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uuKseCA4oc a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuKseCA4oc .navbar {
    height: 77px;
  }
  .cid-uuKseCA4oc .navbar.opened {
    height: auto;
  }
  .cid-uuKseCA4oc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK2u7KUokC {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uK2u7KUokC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uK2u7KUokC .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uK2u7KUokC .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uJRlsxNtTi {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJRlsxNtTi .title_block {
  margin-bottom: 50px;
}
.cid-uJRlsxNtTi .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uJRlsxNtTi .mbr-section-title {
  color: #232323;
}
.cid-uJRlsxNtTi .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(0, 66, 110, 0.4);
  background-image: linear-gradient(40deg, #00426e 0%, #007fd4 100%);
}
.cid-uJRlsxNtTi .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(6, 136, 171, 0.4);
  background-image: linear-gradient(40deg, #0688ab 0%, #20c9f7 100%);
}
.cid-uJRlsxNtTi .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(62, 109, 197, 0.4);
  background-image: linear-gradient(40deg, #3e6dc5 0%, #8ca8dd 100%);
}
.cid-uJRlsxNtTi .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 234, 100, 0.4);
  background-image: linear-gradient(40deg, #ffea64 0%, #fff8ca 100%);
}
.cid-uJRlsxNtTi .item:nth-child(5) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(50, 7, 7, 0.4);
  background-image: linear-gradient(40deg, #320707 0%, #8b1414 100%);
}
.cid-uJRlsxNtTi .item:nth-child(6) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(62, 109, 197, 0.4);
  background-image: linear-gradient(40deg, #3e6dc5 0%, #8ca8dd 100%);
}
.cid-uJRlsxNtTi .iconfont-wrapper {
  left: 50%;
  top: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
}
.cid-uJRlsxNtTi .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 70px;
}
.cid-uJRlsxNtTi .card_wrap {
  padding: 45px;
  padding-top: 65px;
  margin-top: 60px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uJRlsxNtTi .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-uJRlsxNtTi .card_title {
  margin-bottom: 20px;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uJRlsxNtTi .title_block {
    margin-bottom: 30px;
  }
  .cid-uJRlsxNtTi .card_wrap {
    padding: 35px;
    padding-top: 65px;
  }
}
.cid-uFJ1tLWzMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFJ1tLWzMg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uFJ1tLWzMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ1tLWzMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJ1tLWzMg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container {
    padding: 0 22px;
  }
}
.cid-uFJ1tLWzMg .row {
  position: relative;
  z-index: 1;
}
.cid-uFJ1tLWzMg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uFJ1tLWzMg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJ1tLWzMg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .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: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-title {
  color: #00d0f3;
}
.cid-uFJ1tLWzMg .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-subtitle {
  color: #232323;
}
.cid-uFJ1tLWzMg .list {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-desc {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFJ1tLWzMg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFJ1tLWzMg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFJ1tLWzMg .media-wrap img {
  height: 7rem;
  width: auto;
}
.cid-uFJ1tLWzMg .mbr-contact,
.cid-uFJ1tLWzMg .item-contact {
  color: #000000;
}
.cid-uFJ1tLWzMg .mbr-desc,
.cid-uFJ1tLWzMg .mbr-section-btn {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper,
.cid-uFJ1tLWzMg .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uvTrxPmed8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvTrxPmed8 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uvTrxPmed8 .nav-item,
.cid-uvTrxPmed8 .nav-link,
.cid-uvTrxPmed8 .navbar-caption {
  font-weight: normal;
}
.cid-uvTrxPmed8 .nav-item:focus,
.cid-uvTrxPmed8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvTrxPmed8 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uvTrxPmed8 .nav-item .nav-link {
    position: relative;
  }
  .cid-uvTrxPmed8 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uvTrxPmed8 .nav-item:hover .nav-link:before,
  .cid-uvTrxPmed8 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uvTrxPmed8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uvTrxPmed8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvTrxPmed8 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uvTrxPmed8 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uvTrxPmed8 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvTrxPmed8 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvTrxPmed8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uvTrxPmed8 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uvTrxPmed8 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uvTrxPmed8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvTrxPmed8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvTrxPmed8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvTrxPmed8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvTrxPmed8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvTrxPmed8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvTrxPmed8 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvTrxPmed8 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uvTrxPmed8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvTrxPmed8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvTrxPmed8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvTrxPmed8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvTrxPmed8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvTrxPmed8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uvTrxPmed8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uvTrxPmed8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvTrxPmed8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvTrxPmed8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvTrxPmed8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvTrxPmed8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uvTrxPmed8 .dropdown-item.active,
.cid-uvTrxPmed8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvTrxPmed8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvTrxPmed8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvTrxPmed8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvTrxPmed8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uvTrxPmed8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvTrxPmed8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvTrxPmed8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvTrxPmed8 .navbar-buttons {
  text-align: center;
}
.cid-uvTrxPmed8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvTrxPmed8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvTrxPmed8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvTrxPmed8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvTrxPmed8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvTrxPmed8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvTrxPmed8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvTrxPmed8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvTrxPmed8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvTrxPmed8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvTrxPmed8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uvTrxPmed8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvTrxPmed8 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #3e6dc5;
  display: inline-flex;
}
.cid-uvTrxPmed8 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uvTrxPmed8 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uvTrxPmed8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvTrxPmed8 a.nav-link .mbr-iconfont-btn,
.cid-uvTrxPmed8 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uvTrxPmed8 a.nav-link:hover .mbr-iconfont-btn,
.cid-uvTrxPmed8 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uvTrxPmed8 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvTrxPmed8 .navbar {
    height: 77px;
  }
  .cid-uvTrxPmed8 .navbar.opened {
    height: auto;
  }
  .cid-uvTrxPmed8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwrSBD8aB4 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/8-1024.jpg-1024x683.jpg");
}
.cid-uwrSBD8aB4 .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-uwrSBD8aB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwrSBD8aB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwrSBD8aB4 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uwrSBD8aB4 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uwrSBD8aB4 {
    align-items: center;
  }
  .cid-uwrSBD8aB4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uwrSBD8aB4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uwrSBD8aB4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uwrSBD8aB4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uwrSBD8aB4 .content-wrap {
    width: 100%;
  }
}
.cid-uwrSBD8aB4 .mbr-section-title {
  text-align: center;
}
.cid-uwrSBD8aB4 .mbr-text,
.cid-uwrSBD8aB4 .mbr-section-btn {
  text-align: center;
}
.cid-uJRiRWbfiS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJRiRWbfiS .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uJRiRWbfiS .row {
  background-color: #ffffff;
}
.cid-uJRiRWbfiS .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uJRiRWbfiS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJRiRWbfiS .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uJRiRWbfiS .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJRiRWbfiS .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uJRiRWbfiS .image-element {
    padding: 0 15px;
  }
  .cid-uJRiRWbfiS .text-element {
    padding: 2rem 1rem;
  }
  .cid-uJRiRWbfiS .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-uJRiRWbfiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRiRWbfiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRiRWbfiS .mbr-text,
.cid-uJRiRWbfiS .mbr-section-btn {
  text-align: center;
}
.cid-uKAdnaOvC3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKAdnaOvC3 .mbr-text {
  color: #000000;
}
.cid-uKAdnaOvC3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uKAdnaOvC3 .mbr-section-title {
  color: #000000;
}
.cid-uJRkcts7Nd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJRkcts7Nd img {
  border-radius: 0px;
}
.cid-uJRkcts7Nd .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uJRkcts7Nd .date {
  text-transform: uppercase;
  color: #00426e;
  text-align: left;
  padding-top: 1rem;
}
.cid-uJRkcts7Nd .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uJRkcts7Nd .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uJRkcts7Nd .right {
  display: flex;
  flex-direction: column;
}
.cid-uJRkcts7Nd .mbr-section-btn {
  border: 2px solid #00426e;
  width: auto;
}
.cid-uJRkcts7Nd .mbr-section-btn:hover {
  background-color: #00426e;
  border: 2px solid #00426e;
}
.cid-uJRkcts7Nd .card-heading {
  padding-top: 0;
}
.cid-uJRkcts7Nd .mbr-text {
  padding-top: 10px;
}
.cid-uKYWdSb78p {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKYWdSb78p img {
  border-radius: 0px;
}
.cid-uKYWdSb78p .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uKYWdSb78p .date {
  text-transform: uppercase;
  color: #00426e;
  text-align: left;
  padding-top: 1rem;
}
.cid-uKYWdSb78p .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uKYWdSb78p .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uKYWdSb78p .right {
  display: flex;
  flex-direction: column;
}
.cid-uKYWdSb78p .mbr-section-btn {
  border: 2px solid #00426e;
  width: auto;
}
.cid-uKYWdSb78p .mbr-section-btn:hover {
  background-color: #00426e;
  border: 2px solid #00426e;
}
.cid-uKYWdSb78p .card-heading {
  padding-top: 0;
}
.cid-uKYWdSb78p .mbr-text {
  padding-top: 10px;
}
.cid-uJRkOsE9SK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJRkOsE9SK .wrapper {
  background: #b2dfe7;
}
.cid-uJRkOsE9SK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRkOsE9SK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRj1bFkI3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uJRj1bFkI3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uJRj1bFkI3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJRj1bFkI3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJRj1bFkI3 .title {
  padding: 0 2rem;
}
.cid-uJRj1bFkI3 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-uJRj1bFkI3 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-uJRj1bFkI3 .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uJRj1bFkI3 .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 110.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uJRj1bFkI3 .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-uJRj1bFkI3 .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-uJRj1bFkI3 .container {
  padding: 0 1rem;
}
.cid-uJRj1bFkI3 .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-uJRj1bFkI3 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uJRj1bFkI3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uJRj1bFkI3 .icon-focus {
  display: none;
}
.cid-uJRj1bFkI3 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uJRj1bFkI3 .btn-primary-outline:hover {
  background: transparent !important;
  color: #00426e !important;
}
.cid-uJRj1bFkI3 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uJRj1bFkI3 li {
  position: relative;
}
.cid-uJRj1bFkI3 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uJRj1bFkI3 .btn {
  font-family: Inter Tight !important;
}
.cid-uJRj1bFkI3 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uJRj1bFkI3 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJRj1bFkI3 li:not(:last-child):after {
    top: 9px;
  }
  .cid-uJRj1bFkI3 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-uJRj1bFkI3 .container {
    padding: 0rem;
  }
  .cid-uJRj1bFkI3 .title {
    padding: 0 1rem;
  }
}
.cid-uJRj1bFkI3 H2 {
  color: #120c01;
}
.cid-uJRj1bFkI3 H1 {
  text-align: center;
}
.cid-uFJ1tLWzMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFJ1tLWzMg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uFJ1tLWzMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ1tLWzMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJ1tLWzMg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container {
    padding: 0 22px;
  }
}
.cid-uFJ1tLWzMg .row {
  position: relative;
  z-index: 1;
}
.cid-uFJ1tLWzMg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uFJ1tLWzMg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJ1tLWzMg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .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: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-title {
  color: #00d0f3;
}
.cid-uFJ1tLWzMg .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-subtitle {
  color: #232323;
}
.cid-uFJ1tLWzMg .list {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-desc {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFJ1tLWzMg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFJ1tLWzMg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFJ1tLWzMg .media-wrap img {
  height: 7rem;
  width: auto;
}
.cid-uFJ1tLWzMg .mbr-contact,
.cid-uFJ1tLWzMg .item-contact {
  color: #000000;
}
.cid-uFJ1tLWzMg .mbr-desc,
.cid-uFJ1tLWzMg .mbr-section-btn {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper,
.cid-uFJ1tLWzMg .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uK2mQ5eOeq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uK2mQ5eOeq .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uK2mQ5eOeq .nav-item,
.cid-uK2mQ5eOeq .nav-link,
.cid-uK2mQ5eOeq .navbar-caption {
  font-weight: normal;
}
.cid-uK2mQ5eOeq .nav-item:focus,
.cid-uK2mQ5eOeq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uK2mQ5eOeq .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uK2mQ5eOeq .nav-item .nav-link {
    position: relative;
  }
  .cid-uK2mQ5eOeq .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uK2mQ5eOeq .nav-item:hover .nav-link:before,
  .cid-uK2mQ5eOeq .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uK2mQ5eOeq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uK2mQ5eOeq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK2mQ5eOeq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uK2mQ5eOeq .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uK2mQ5eOeq .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uK2mQ5eOeq .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uK2mQ5eOeq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uK2mQ5eOeq .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uK2mQ5eOeq .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uK2mQ5eOeq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uK2mQ5eOeq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK2mQ5eOeq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK2mQ5eOeq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uK2mQ5eOeq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK2mQ5eOeq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK2mQ5eOeq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uK2mQ5eOeq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uK2mQ5eOeq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uK2mQ5eOeq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK2mQ5eOeq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uK2mQ5eOeq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uK2mQ5eOeq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK2mQ5eOeq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uK2mQ5eOeq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uK2mQ5eOeq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uK2mQ5eOeq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uK2mQ5eOeq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK2mQ5eOeq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK2mQ5eOeq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uK2mQ5eOeq .dropdown-item.active,
.cid-uK2mQ5eOeq .dropdown-item:active {
  background-color: transparent;
}
.cid-uK2mQ5eOeq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK2mQ5eOeq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK2mQ5eOeq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK2mQ5eOeq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uK2mQ5eOeq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK2mQ5eOeq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK2mQ5eOeq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uK2mQ5eOeq .navbar-buttons {
  text-align: center;
}
.cid-uK2mQ5eOeq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK2mQ5eOeq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uK2mQ5eOeq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK2mQ5eOeq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK2mQ5eOeq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK2mQ5eOeq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK2mQ5eOeq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK2mQ5eOeq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK2mQ5eOeq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK2mQ5eOeq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK2mQ5eOeq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uK2mQ5eOeq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uK2mQ5eOeq .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #3e6dc5;
  display: inline-flex;
}
.cid-uK2mQ5eOeq .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uK2mQ5eOeq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uK2mQ5eOeq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uK2mQ5eOeq a.nav-link .mbr-iconfont-btn,
.cid-uK2mQ5eOeq a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uK2mQ5eOeq a.nav-link:hover .mbr-iconfont-btn,
.cid-uK2mQ5eOeq a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uK2mQ5eOeq a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK2mQ5eOeq .navbar {
    height: 77px;
  }
  .cid-uK2mQ5eOeq .navbar.opened {
    height: auto;
  }
  .cid-uK2mQ5eOeq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK2mQ6AMak {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/pexels-jeshoots-com-147458-451590.jpg-1920x1246.jpg");
}
.cid-uK2mQ6AMak .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-uK2mQ6AMak .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2mQ6AMak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2mQ6AMak .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uK2mQ6AMak .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uK2mQ6AMak {
    align-items: center;
  }
  .cid-uK2mQ6AMak .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uK2mQ6AMak .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uK2mQ6AMak {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uK2mQ6AMak .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uK2mQ6AMak .content-wrap {
    width: 100%;
  }
}
.cid-uK2mQ6AMak .mbr-section-title {
  text-align: center;
}
.cid-uK2mQ6AMak .mbr-text,
.cid-uK2mQ6AMak .mbr-section-btn {
  text-align: center;
}
.cid-uK2mQ7pFvs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK2mQ7pFvs .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uK2mQ7pFvs .row {
  background-color: #ffffff;
}
.cid-uK2mQ7pFvs .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uK2mQ7pFvs .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uK2mQ7pFvs .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uK2mQ7pFvs .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uK2mQ7pFvs .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uK2mQ7pFvs .image-element {
    padding: 0 15px;
  }
  .cid-uK2mQ7pFvs .text-element {
    padding: 2rem 1rem;
  }
  .cid-uK2mQ7pFvs .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-uK2mQ7pFvs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2mQ7pFvs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2mQ7pFvs .mbr-text,
.cid-uK2mQ7pFvs .mbr-section-btn {
  text-align: center;
}
.cid-uKAd7W0XsL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKAd7W0XsL .mbr-text {
  color: #000000;
}
.cid-uKAd7W0XsL .mbr-section-subtitle {
  color: #000000;
}
.cid-uKAd7W0XsL .mbr-section-title {
  color: #000000;
}
.cid-uKYWjHKDbW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKYWjHKDbW img {
  border-radius: 0px;
}
.cid-uKYWjHKDbW .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uKYWjHKDbW .date {
  text-transform: uppercase;
  color: #00426e;
  text-align: left;
  padding-top: 1rem;
}
.cid-uKYWjHKDbW .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uKYWjHKDbW .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uKYWjHKDbW .right {
  display: flex;
  flex-direction: column;
}
.cid-uKYWjHKDbW .mbr-section-btn {
  border: 2px solid #00426e;
  width: auto;
}
.cid-uKYWjHKDbW .mbr-section-btn:hover {
  background-color: #00426e;
  border: 2px solid #00426e;
}
.cid-uKYWjHKDbW .card-heading {
  padding-top: 0;
}
.cid-uKYWjHKDbW .mbr-text {
  padding-top: 10px;
}
.cid-uK2mQagGRA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uK2mQagGRA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uK2mQagGRA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uK2mQagGRA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uK2mQagGRA .title {
  padding: 0 2rem;
}
.cid-uK2mQagGRA .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-uK2mQagGRA .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-uK2mQagGRA .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uK2mQagGRA .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 110.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uK2mQagGRA .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-uK2mQagGRA .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-uK2mQagGRA .container {
  padding: 0 1rem;
}
.cid-uK2mQagGRA .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-uK2mQagGRA .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uK2mQagGRA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uK2mQagGRA .icon-focus {
  display: none;
}
.cid-uK2mQagGRA .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uK2mQagGRA .btn-primary-outline:hover {
  background: transparent !important;
  color: #00426e !important;
}
.cid-uK2mQagGRA li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uK2mQagGRA li {
  position: relative;
}
.cid-uK2mQagGRA .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uK2mQagGRA .btn {
  font-family: Inter Tight !important;
}
.cid-uK2mQagGRA .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uK2mQagGRA .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uK2mQagGRA li:not(:last-child):after {
    top: 9px;
  }
  .cid-uK2mQagGRA .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-uK2mQagGRA .container {
    padding: 0rem;
  }
  .cid-uK2mQagGRA .title {
    padding: 0 1rem;
  }
}
.cid-uK2mQagGRA H2 {
  color: #120c01;
}
.cid-uK2mQagGRA H1 {
  text-align: center;
}
.cid-uK2mQbxvOA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uK2mQbxvOA::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uK2mQbxvOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2mQbxvOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2mQbxvOA .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uK2mQbxvOA .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uK2mQbxvOA .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uK2mQbxvOA .container {
    padding: 0 22px;
  }
}
.cid-uK2mQbxvOA .row {
  position: relative;
  z-index: 1;
}
.cid-uK2mQbxvOA .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uK2mQbxvOA .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uK2mQbxvOA .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uK2mQbxvOA .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uK2mQbxvOA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uK2mQbxvOA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uK2mQbxvOA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uK2mQbxvOA .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uK2mQbxvOA .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uK2mQbxvOA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uK2mQbxvOA .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uK2mQbxvOA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uK2mQbxvOA .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uK2mQbxvOA .nav-wrapper .list .item-wrap:hover,
.cid-uK2mQbxvOA .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-uK2mQbxvOA .nav-wrapper .list .item-wrap:hover::before,
.cid-uK2mQbxvOA .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uK2mQbxvOA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uK2mQbxvOA .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uK2mQbxvOA .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uK2mQbxvOA .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uK2mQbxvOA .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uK2mQbxvOA .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uK2mQbxvOA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uK2mQbxvOA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uK2mQbxvOA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-uK2mQbxvOA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uK2mQbxvOA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uK2mQbxvOA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uK2mQbxvOA .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: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uK2mQbxvOA .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uK2mQbxvOA .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uK2mQbxvOA .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uK2mQbxvOA .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uK2mQbxvOA .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uK2mQbxvOA .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uK2mQbxvOA .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uK2mQbxvOA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uK2mQbxvOA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uK2mQbxvOA .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uK2mQbxvOA .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uK2mQbxvOA .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-uK2mQbxvOA .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uK2mQbxvOA .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uK2mQbxvOA .mbr-section-title {
  color: #00d0f3;
}
.cid-uK2mQbxvOA .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uK2mQbxvOA .mbr-section-subtitle {
  color: #232323;
}
.cid-uK2mQbxvOA .list {
  color: #ffffff;
}
.cid-uK2mQbxvOA .mbr-contact {
  color: #ffffff;
}
.cid-uK2mQbxvOA .mbr-desc {
  color: #ffffff;
}
.cid-uK2mQbxvOA .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uK2mQbxvOA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uK2mQbxvOA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uK2mQbxvOA .media-wrap img {
  height: 7rem;
  width: auto;
}
.cid-uK2mQbxvOA .mbr-contact,
.cid-uK2mQbxvOA .item-contact {
  color: #000000;
}
.cid-uK2mQbxvOA .mbr-desc,
.cid-uK2mQbxvOA .mbr-section-btn {
  color: #000000;
}
.cid-uK2mQbxvOA .contacts-wrapper,
.cid-uK2mQbxvOA .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uK2mQbxvOA .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uK2rrnCi95 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uK2rrnCi95 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uK2rrnCi95 .nav-item,
.cid-uK2rrnCi95 .nav-link,
.cid-uK2rrnCi95 .navbar-caption {
  font-weight: normal;
}
.cid-uK2rrnCi95 .nav-item:focus,
.cid-uK2rrnCi95 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uK2rrnCi95 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uK2rrnCi95 .nav-item .nav-link {
    position: relative;
  }
  .cid-uK2rrnCi95 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uK2rrnCi95 .nav-item:hover .nav-link:before,
  .cid-uK2rrnCi95 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uK2rrnCi95 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uK2rrnCi95 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK2rrnCi95 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uK2rrnCi95 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uK2rrnCi95 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uK2rrnCi95 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uK2rrnCi95 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uK2rrnCi95 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uK2rrnCi95 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uK2rrnCi95 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uK2rrnCi95 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK2rrnCi95 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK2rrnCi95 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uK2rrnCi95 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK2rrnCi95 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK2rrnCi95 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uK2rrnCi95 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uK2rrnCi95 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uK2rrnCi95 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK2rrnCi95 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uK2rrnCi95 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uK2rrnCi95 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK2rrnCi95 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uK2rrnCi95 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uK2rrnCi95 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uK2rrnCi95 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uK2rrnCi95 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK2rrnCi95 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK2rrnCi95 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uK2rrnCi95 .dropdown-item.active,
.cid-uK2rrnCi95 .dropdown-item:active {
  background-color: transparent;
}
.cid-uK2rrnCi95 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK2rrnCi95 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK2rrnCi95 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK2rrnCi95 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uK2rrnCi95 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK2rrnCi95 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK2rrnCi95 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uK2rrnCi95 .navbar-buttons {
  text-align: center;
}
.cid-uK2rrnCi95 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK2rrnCi95 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uK2rrnCi95 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK2rrnCi95 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK2rrnCi95 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK2rrnCi95 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK2rrnCi95 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK2rrnCi95 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK2rrnCi95 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK2rrnCi95 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK2rrnCi95 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uK2rrnCi95 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uK2rrnCi95 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #3e6dc5;
  display: inline-flex;
}
.cid-uK2rrnCi95 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uK2rrnCi95 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uK2rrnCi95 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uK2rrnCi95 a.nav-link .mbr-iconfont-btn,
.cid-uK2rrnCi95 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uK2rrnCi95 a.nav-link:hover .mbr-iconfont-btn,
.cid-uK2rrnCi95 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uK2rrnCi95 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK2rrnCi95 .navbar {
    height: 77px;
  }
  .cid-uK2rrnCi95 .navbar.opened {
    height: auto;
  }
  .cid-uK2rrnCi95 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK2rrprUUF {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/agios-kirikos-beach.jpg-1-1024x682.jpg");
}
.cid-uK2rrprUUF .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-uK2rrprUUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2rrprUUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2rrprUUF .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uK2rrprUUF .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uK2rrprUUF {
    align-items: center;
  }
  .cid-uK2rrprUUF .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uK2rrprUUF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uK2rrprUUF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uK2rrprUUF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uK2rrprUUF .content-wrap {
    width: 100%;
  }
}
.cid-uK2rrprUUF .mbr-section-title {
  text-align: center;
}
.cid-uK2rrprUUF .mbr-text,
.cid-uK2rrprUUF .mbr-section-btn {
  text-align: center;
}
.cid-uK2rrqZQRO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK2rrqZQRO .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uK2rrqZQRO .row {
  background-color: #ffffff;
}
.cid-uK2rrqZQRO .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uK2rrqZQRO .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uK2rrqZQRO .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uK2rrqZQRO .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uK2rrqZQRO .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uK2rrqZQRO .image-element {
    padding: 0 15px;
  }
  .cid-uK2rrqZQRO .text-element {
    padding: 2rem 1rem;
  }
  .cid-uK2rrqZQRO .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-uK2rrqZQRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2rrqZQRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2rrqZQRO .mbr-text,
.cid-uK2rrqZQRO .mbr-section-btn {
  text-align: center;
}
.cid-uKAcUk91Yz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKAcUk91Yz .mbr-text {
  color: #000000;
}
.cid-uKAcUk91Yz .mbr-section-subtitle {
  color: #000000;
}
.cid-uKAcUk91Yz .mbr-section-title {
  color: #000000;
}
.cid-uKYWnBcqWp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKYWnBcqWp img {
  border-radius: 0px;
}
.cid-uKYWnBcqWp .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uKYWnBcqWp .date {
  text-transform: uppercase;
  color: #00426e;
  text-align: left;
  padding-top: 1rem;
}
.cid-uKYWnBcqWp .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uKYWnBcqWp .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uKYWnBcqWp .right {
  display: flex;
  flex-direction: column;
}
.cid-uKYWnBcqWp .mbr-section-btn {
  border: 2px solid #00426e;
  width: auto;
}
.cid-uKYWnBcqWp .mbr-section-btn:hover {
  background-color: #00426e;
  border: 2px solid #00426e;
}
.cid-uKYWnBcqWp .card-heading {
  padding-top: 0;
}
.cid-uKYWnBcqWp .mbr-text {
  padding-top: 10px;
}
.cid-uKZuTWLYaZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uKZuTWLYaZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uKZuTWLYaZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKZuTWLYaZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKZuTWLYaZ .title {
  padding: 0 2rem;
}
.cid-uKZuTWLYaZ .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-uKZuTWLYaZ .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-uKZuTWLYaZ .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uKZuTWLYaZ .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 110.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uKZuTWLYaZ .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-uKZuTWLYaZ .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-uKZuTWLYaZ .container {
  padding: 0 1rem;
}
.cid-uKZuTWLYaZ .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-uKZuTWLYaZ .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uKZuTWLYaZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uKZuTWLYaZ .icon-focus {
  display: none;
}
.cid-uKZuTWLYaZ .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uKZuTWLYaZ .btn-primary-outline:hover {
  background: transparent !important;
  color: #00426e !important;
}
.cid-uKZuTWLYaZ li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uKZuTWLYaZ li {
  position: relative;
}
.cid-uKZuTWLYaZ .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uKZuTWLYaZ .btn {
  font-family: Inter Tight !important;
}
.cid-uKZuTWLYaZ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uKZuTWLYaZ .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKZuTWLYaZ li:not(:last-child):after {
    top: 9px;
  }
  .cid-uKZuTWLYaZ .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-uKZuTWLYaZ .container {
    padding: 0rem;
  }
  .cid-uKZuTWLYaZ .title {
    padding: 0 1rem;
  }
}
.cid-uKZuTWLYaZ H2 {
  color: #120c01;
}
.cid-uKZuTWLYaZ H1 {
  text-align: center;
}
.cid-uK2rrtHAaa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uK2rrtHAaa::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uK2rrtHAaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2rrtHAaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2rrtHAaa .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uK2rrtHAaa .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uK2rrtHAaa .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uK2rrtHAaa .container {
    padding: 0 22px;
  }
}
.cid-uK2rrtHAaa .row {
  position: relative;
  z-index: 1;
}
.cid-uK2rrtHAaa .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uK2rrtHAaa .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uK2rrtHAaa .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uK2rrtHAaa .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uK2rrtHAaa .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uK2rrtHAaa .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uK2rrtHAaa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uK2rrtHAaa .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uK2rrtHAaa .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uK2rrtHAaa .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uK2rrtHAaa .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uK2rrtHAaa .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uK2rrtHAaa .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uK2rrtHAaa .nav-wrapper .list .item-wrap:hover,
.cid-uK2rrtHAaa .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-uK2rrtHAaa .nav-wrapper .list .item-wrap:hover::before,
.cid-uK2rrtHAaa .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uK2rrtHAaa .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uK2rrtHAaa .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uK2rrtHAaa .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uK2rrtHAaa .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uK2rrtHAaa .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uK2rrtHAaa .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uK2rrtHAaa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uK2rrtHAaa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uK2rrtHAaa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-uK2rrtHAaa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uK2rrtHAaa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uK2rrtHAaa .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uK2rrtHAaa .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: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uK2rrtHAaa .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uK2rrtHAaa .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uK2rrtHAaa .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uK2rrtHAaa .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uK2rrtHAaa .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uK2rrtHAaa .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uK2rrtHAaa .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uK2rrtHAaa .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uK2rrtHAaa .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uK2rrtHAaa .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uK2rrtHAaa .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uK2rrtHAaa .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-uK2rrtHAaa .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uK2rrtHAaa .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uK2rrtHAaa .mbr-section-title {
  color: #00d0f3;
}
.cid-uK2rrtHAaa .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uK2rrtHAaa .mbr-section-subtitle {
  color: #232323;
}
.cid-uK2rrtHAaa .list {
  color: #ffffff;
}
.cid-uK2rrtHAaa .mbr-contact {
  color: #ffffff;
}
.cid-uK2rrtHAaa .mbr-desc {
  color: #ffffff;
}
.cid-uK2rrtHAaa .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uK2rrtHAaa .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uK2rrtHAaa .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uK2rrtHAaa .media-wrap img {
  height: 7rem;
  width: auto;
}
.cid-uK2rrtHAaa .mbr-contact,
.cid-uK2rrtHAaa .item-contact {
  color: #000000;
}
.cid-uK2rrtHAaa .mbr-desc,
.cid-uK2rrtHAaa .mbr-section-btn {
  color: #000000;
}
.cid-uK2rrtHAaa .contacts-wrapper,
.cid-uK2rrtHAaa .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uK2rrtHAaa .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uK2rMrOsXV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uK2rMrOsXV .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uK2rMrOsXV .nav-item,
.cid-uK2rMrOsXV .nav-link,
.cid-uK2rMrOsXV .navbar-caption {
  font-weight: normal;
}
.cid-uK2rMrOsXV .nav-item:focus,
.cid-uK2rMrOsXV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uK2rMrOsXV .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uK2rMrOsXV .nav-item .nav-link {
    position: relative;
  }
  .cid-uK2rMrOsXV .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uK2rMrOsXV .nav-item:hover .nav-link:before,
  .cid-uK2rMrOsXV .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uK2rMrOsXV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uK2rMrOsXV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK2rMrOsXV .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uK2rMrOsXV .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uK2rMrOsXV .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uK2rMrOsXV .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uK2rMrOsXV .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uK2rMrOsXV .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uK2rMrOsXV .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uK2rMrOsXV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uK2rMrOsXV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK2rMrOsXV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK2rMrOsXV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uK2rMrOsXV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK2rMrOsXV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK2rMrOsXV .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uK2rMrOsXV .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uK2rMrOsXV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uK2rMrOsXV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK2rMrOsXV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uK2rMrOsXV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uK2rMrOsXV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK2rMrOsXV .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uK2rMrOsXV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uK2rMrOsXV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uK2rMrOsXV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uK2rMrOsXV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK2rMrOsXV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK2rMrOsXV .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uK2rMrOsXV .dropdown-item.active,
.cid-uK2rMrOsXV .dropdown-item:active {
  background-color: transparent;
}
.cid-uK2rMrOsXV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK2rMrOsXV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK2rMrOsXV .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK2rMrOsXV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uK2rMrOsXV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK2rMrOsXV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK2rMrOsXV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uK2rMrOsXV .navbar-buttons {
  text-align: center;
}
.cid-uK2rMrOsXV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK2rMrOsXV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uK2rMrOsXV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK2rMrOsXV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK2rMrOsXV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK2rMrOsXV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK2rMrOsXV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK2rMrOsXV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK2rMrOsXV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK2rMrOsXV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK2rMrOsXV .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uK2rMrOsXV a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uK2rMrOsXV .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #3e6dc5;
  display: inline-flex;
}
.cid-uK2rMrOsXV .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uK2rMrOsXV .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uK2rMrOsXV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uK2rMrOsXV a.nav-link .mbr-iconfont-btn,
.cid-uK2rMrOsXV a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uK2rMrOsXV a.nav-link:hover .mbr-iconfont-btn,
.cid-uK2rMrOsXV a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uK2rMrOsXV a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK2rMrOsXV .navbar {
    height: 77px;
  }
  .cid-uK2rMrOsXV .navbar.opened {
    height: auto;
  }
  .cid-uK2rMrOsXV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK2rMt9gq0 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/agios-kirikos.jpg-1-1024x682.jpg");
}
.cid-uK2rMt9gq0 .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-uK2rMt9gq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2rMt9gq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2rMt9gq0 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uK2rMt9gq0 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uK2rMt9gq0 {
    align-items: center;
  }
  .cid-uK2rMt9gq0 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uK2rMt9gq0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uK2rMt9gq0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uK2rMt9gq0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uK2rMt9gq0 .content-wrap {
    width: 100%;
  }
}
.cid-uK2rMt9gq0 .mbr-section-title {
  text-align: center;
}
.cid-uK2rMt9gq0 .mbr-text,
.cid-uK2rMt9gq0 .mbr-section-btn {
  text-align: center;
}
.cid-uK2rMucxpX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK2rMucxpX .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uK2rMucxpX .row {
  background-color: #ffffff;
}
.cid-uK2rMucxpX .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uK2rMucxpX .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uK2rMucxpX .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uK2rMucxpX .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uK2rMucxpX .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uK2rMucxpX .image-element {
    padding: 0 15px;
  }
  .cid-uK2rMucxpX .text-element {
    padding: 2rem 1rem;
  }
  .cid-uK2rMucxpX .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-uK2rMucxpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2rMucxpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2rMucxpX .mbr-text,
.cid-uK2rMucxpX .mbr-section-btn {
  text-align: center;
}
.cid-uKAcwSTloB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKAcwSTloB .mbr-text {
  color: #000000;
}
.cid-uKAcwSTloB .mbr-section-subtitle {
  color: #000000;
}
.cid-uKAcwSTloB .mbr-section-title {
  color: #000000;
}
.cid-uKYWrWc87C {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKYWrWc87C img {
  border-radius: 0px;
}
.cid-uKYWrWc87C .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uKYWrWc87C .date {
  text-transform: uppercase;
  color: #00426e;
  text-align: left;
  padding-top: 1rem;
}
.cid-uKYWrWc87C .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uKYWrWc87C .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uKYWrWc87C .right {
  display: flex;
  flex-direction: column;
}
.cid-uKYWrWc87C .mbr-section-btn {
  border: 2px solid #00426e;
  width: auto;
}
.cid-uKYWrWc87C .mbr-section-btn:hover {
  background-color: #00426e;
  border: 2px solid #00426e;
}
.cid-uKYWrWc87C .card-heading {
  padding-top: 0;
}
.cid-uKYWrWc87C .mbr-text {
  padding-top: 10px;
}
.cid-uKZv1YLTQF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uKZv1YLTQF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uKZv1YLTQF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKZv1YLTQF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKZv1YLTQF .title {
  padding: 0 2rem;
}
.cid-uKZv1YLTQF .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-uKZv1YLTQF .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-uKZv1YLTQF .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uKZv1YLTQF .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 110.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uKZv1YLTQF .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-uKZv1YLTQF .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-uKZv1YLTQF .container {
  padding: 0 1rem;
}
.cid-uKZv1YLTQF .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-uKZv1YLTQF .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uKZv1YLTQF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uKZv1YLTQF .icon-focus {
  display: none;
}
.cid-uKZv1YLTQF .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uKZv1YLTQF .btn-primary-outline:hover {
  background: transparent !important;
  color: #00426e !important;
}
.cid-uKZv1YLTQF li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uKZv1YLTQF li {
  position: relative;
}
.cid-uKZv1YLTQF .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uKZv1YLTQF .btn {
  font-family: Inter Tight !important;
}
.cid-uKZv1YLTQF .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uKZv1YLTQF .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKZv1YLTQF li:not(:last-child):after {
    top: 9px;
  }
  .cid-uKZv1YLTQF .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-uKZv1YLTQF .container {
    padding: 0rem;
  }
  .cid-uKZv1YLTQF .title {
    padding: 0 1rem;
  }
}
.cid-uKZv1YLTQF H2 {
  color: #120c01;
}
.cid-uKZv1YLTQF H1 {
  text-align: center;
}
.cid-uK2rMwp9Cv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uK2rMwp9Cv::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uK2rMwp9Cv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2rMwp9Cv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2rMwp9Cv .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uK2rMwp9Cv .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uK2rMwp9Cv .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uK2rMwp9Cv .container {
    padding: 0 22px;
  }
}
.cid-uK2rMwp9Cv .row {
  position: relative;
  z-index: 1;
}
.cid-uK2rMwp9Cv .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uK2rMwp9Cv .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uK2rMwp9Cv .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uK2rMwp9Cv .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uK2rMwp9Cv .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uK2rMwp9Cv .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uK2rMwp9Cv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uK2rMwp9Cv .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uK2rMwp9Cv .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uK2rMwp9Cv .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uK2rMwp9Cv .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uK2rMwp9Cv .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uK2rMwp9Cv .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uK2rMwp9Cv .nav-wrapper .list .item-wrap:hover,
.cid-uK2rMwp9Cv .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-uK2rMwp9Cv .nav-wrapper .list .item-wrap:hover::before,
.cid-uK2rMwp9Cv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uK2rMwp9Cv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uK2rMwp9Cv .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uK2rMwp9Cv .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uK2rMwp9Cv .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uK2rMwp9Cv .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uK2rMwp9Cv .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uK2rMwp9Cv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uK2rMwp9Cv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uK2rMwp9Cv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-uK2rMwp9Cv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uK2rMwp9Cv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uK2rMwp9Cv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uK2rMwp9Cv .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: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uK2rMwp9Cv .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uK2rMwp9Cv .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uK2rMwp9Cv .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uK2rMwp9Cv .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uK2rMwp9Cv .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uK2rMwp9Cv .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uK2rMwp9Cv .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uK2rMwp9Cv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uK2rMwp9Cv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uK2rMwp9Cv .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uK2rMwp9Cv .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uK2rMwp9Cv .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-uK2rMwp9Cv .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uK2rMwp9Cv .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uK2rMwp9Cv .mbr-section-title {
  color: #00d0f3;
}
.cid-uK2rMwp9Cv .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uK2rMwp9Cv .mbr-section-subtitle {
  color: #232323;
}
.cid-uK2rMwp9Cv .list {
  color: #ffffff;
}
.cid-uK2rMwp9Cv .mbr-contact {
  color: #ffffff;
}
.cid-uK2rMwp9Cv .mbr-desc {
  color: #ffffff;
}
.cid-uK2rMwp9Cv .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uK2rMwp9Cv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uK2rMwp9Cv .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uK2rMwp9Cv .media-wrap img {
  height: 7rem;
  width: auto;
}
.cid-uK2rMwp9Cv .mbr-contact,
.cid-uK2rMwp9Cv .item-contact {
  color: #000000;
}
.cid-uK2rMwp9Cv .mbr-desc,
.cid-uK2rMwp9Cv .mbr-section-btn {
  color: #000000;
}
.cid-uK2rMwp9Cv .contacts-wrapper,
.cid-uK2rMwp9Cv .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uK2rMwp9Cv .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uK2sPtxuIs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uK2sPtxuIs .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uK2sPtxuIs .nav-item,
.cid-uK2sPtxuIs .nav-link,
.cid-uK2sPtxuIs .navbar-caption {
  font-weight: normal;
}
.cid-uK2sPtxuIs .nav-item:focus,
.cid-uK2sPtxuIs .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uK2sPtxuIs .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uK2sPtxuIs .nav-item .nav-link {
    position: relative;
  }
  .cid-uK2sPtxuIs .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uK2sPtxuIs .nav-item:hover .nav-link:before,
  .cid-uK2sPtxuIs .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uK2sPtxuIs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uK2sPtxuIs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK2sPtxuIs .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uK2sPtxuIs .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uK2sPtxuIs .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uK2sPtxuIs .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uK2sPtxuIs .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uK2sPtxuIs .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uK2sPtxuIs .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uK2sPtxuIs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uK2sPtxuIs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK2sPtxuIs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK2sPtxuIs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uK2sPtxuIs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK2sPtxuIs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK2sPtxuIs .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uK2sPtxuIs .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uK2sPtxuIs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uK2sPtxuIs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK2sPtxuIs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uK2sPtxuIs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uK2sPtxuIs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK2sPtxuIs .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uK2sPtxuIs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uK2sPtxuIs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uK2sPtxuIs .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uK2sPtxuIs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK2sPtxuIs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK2sPtxuIs .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uK2sPtxuIs .dropdown-item.active,
.cid-uK2sPtxuIs .dropdown-item:active {
  background-color: transparent;
}
.cid-uK2sPtxuIs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK2sPtxuIs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK2sPtxuIs .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK2sPtxuIs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uK2sPtxuIs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK2sPtxuIs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK2sPtxuIs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uK2sPtxuIs .navbar-buttons {
  text-align: center;
}
.cid-uK2sPtxuIs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK2sPtxuIs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uK2sPtxuIs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK2sPtxuIs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK2sPtxuIs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK2sPtxuIs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK2sPtxuIs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK2sPtxuIs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK2sPtxuIs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK2sPtxuIs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK2sPtxuIs .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uK2sPtxuIs a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uK2sPtxuIs .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #3e6dc5;
  display: inline-flex;
}
.cid-uK2sPtxuIs .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uK2sPtxuIs .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uK2sPtxuIs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uK2sPtxuIs a.nav-link .mbr-iconfont-btn,
.cid-uK2sPtxuIs a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uK2sPtxuIs a.nav-link:hover .mbr-iconfont-btn,
.cid-uK2sPtxuIs a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uK2sPtxuIs a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK2sPtxuIs .navbar {
    height: 77px;
  }
  .cid-uK2sPtxuIs .navbar.opened {
    height: auto;
  }
  .cid-uK2sPtxuIs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK2sPvVGJf {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/tower-of-drakano.jpg-1024x682.jpg");
}
.cid-uK2sPvVGJf .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-uK2sPvVGJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2sPvVGJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2sPvVGJf .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uK2sPvVGJf .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uK2sPvVGJf {
    align-items: center;
  }
  .cid-uK2sPvVGJf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uK2sPvVGJf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uK2sPvVGJf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uK2sPvVGJf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uK2sPvVGJf .content-wrap {
    width: 100%;
  }
}
.cid-uK2sPvVGJf .mbr-section-title {
  text-align: center;
}
.cid-uK2sPvVGJf .mbr-text,
.cid-uK2sPvVGJf .mbr-section-btn {
  text-align: center;
}
.cid-uK2sPxIcxt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK2sPxIcxt .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uK2sPxIcxt .row {
  background-color: #ffffff;
}
.cid-uK2sPxIcxt .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uK2sPxIcxt .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uK2sPxIcxt .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uK2sPxIcxt .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uK2sPxIcxt .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uK2sPxIcxt .image-element {
    padding: 0 15px;
  }
  .cid-uK2sPxIcxt .text-element {
    padding: 2rem 1rem;
  }
  .cid-uK2sPxIcxt .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-uK2sPxIcxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2sPxIcxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2sPxIcxt .mbr-text,
.cid-uK2sPxIcxt .mbr-section-btn {
  text-align: center;
}
.cid-uKAbMUeivn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKAbMUeivn .mbr-text {
  color: #000000;
}
.cid-uKAbMUeivn .mbr-section-subtitle {
  color: #000000;
}
.cid-uKAbMUeivn .mbr-section-title {
  color: #000000;
}
.cid-uKYWxduh05 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKYWxduh05 img {
  border-radius: 0px;
}
.cid-uKYWxduh05 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uKYWxduh05 .date {
  text-transform: uppercase;
  color: #00426e;
  text-align: left;
  padding-top: 1rem;
}
.cid-uKYWxduh05 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uKYWxduh05 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uKYWxduh05 .right {
  display: flex;
  flex-direction: column;
}
.cid-uKYWxduh05 .mbr-section-btn {
  border: 2px solid #00426e;
  width: auto;
}
.cid-uKYWxduh05 .mbr-section-btn:hover {
  background-color: #00426e;
  border: 2px solid #00426e;
}
.cid-uKYWxduh05 .card-heading {
  padding-top: 0;
}
.cid-uKYWxduh05 .mbr-text {
  padding-top: 10px;
}
.cid-uKZvd4uxP3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uKZvd4uxP3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uKZvd4uxP3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKZvd4uxP3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKZvd4uxP3 .title {
  padding: 0 2rem;
}
.cid-uKZvd4uxP3 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-uKZvd4uxP3 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-uKZvd4uxP3 .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uKZvd4uxP3 .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 110.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uKZvd4uxP3 .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-uKZvd4uxP3 .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-uKZvd4uxP3 .container {
  padding: 0 1rem;
}
.cid-uKZvd4uxP3 .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-uKZvd4uxP3 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uKZvd4uxP3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uKZvd4uxP3 .icon-focus {
  display: none;
}
.cid-uKZvd4uxP3 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uKZvd4uxP3 .btn-primary-outline:hover {
  background: transparent !important;
  color: #00426e !important;
}
.cid-uKZvd4uxP3 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uKZvd4uxP3 li {
  position: relative;
}
.cid-uKZvd4uxP3 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uKZvd4uxP3 .btn {
  font-family: Inter Tight !important;
}
.cid-uKZvd4uxP3 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uKZvd4uxP3 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKZvd4uxP3 li:not(:last-child):after {
    top: 9px;
  }
  .cid-uKZvd4uxP3 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-uKZvd4uxP3 .container {
    padding: 0rem;
  }
  .cid-uKZvd4uxP3 .title {
    padding: 0 1rem;
  }
}
.cid-uKZvd4uxP3 H2 {
  color: #120c01;
}
.cid-uKZvd4uxP3 H1 {
  text-align: center;
}
.cid-uK2sPzD5NM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uK2sPzD5NM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uK2sPzD5NM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2sPzD5NM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2sPzD5NM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uK2sPzD5NM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uK2sPzD5NM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uK2sPzD5NM .container {
    padding: 0 22px;
  }
}
.cid-uK2sPzD5NM .row {
  position: relative;
  z-index: 1;
}
.cid-uK2sPzD5NM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uK2sPzD5NM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uK2sPzD5NM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uK2sPzD5NM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uK2sPzD5NM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uK2sPzD5NM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uK2sPzD5NM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uK2sPzD5NM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uK2sPzD5NM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uK2sPzD5NM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uK2sPzD5NM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uK2sPzD5NM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uK2sPzD5NM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uK2sPzD5NM .nav-wrapper .list .item-wrap:hover,
.cid-uK2sPzD5NM .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-uK2sPzD5NM .nav-wrapper .list .item-wrap:hover::before,
.cid-uK2sPzD5NM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uK2sPzD5NM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uK2sPzD5NM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uK2sPzD5NM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uK2sPzD5NM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uK2sPzD5NM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uK2sPzD5NM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uK2sPzD5NM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uK2sPzD5NM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uK2sPzD5NM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-uK2sPzD5NM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uK2sPzD5NM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uK2sPzD5NM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uK2sPzD5NM .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: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uK2sPzD5NM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uK2sPzD5NM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uK2sPzD5NM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uK2sPzD5NM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uK2sPzD5NM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uK2sPzD5NM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uK2sPzD5NM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uK2sPzD5NM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uK2sPzD5NM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uK2sPzD5NM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uK2sPzD5NM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uK2sPzD5NM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-uK2sPzD5NM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uK2sPzD5NM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uK2sPzD5NM .mbr-section-title {
  color: #00d0f3;
}
.cid-uK2sPzD5NM .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uK2sPzD5NM .mbr-section-subtitle {
  color: #232323;
}
.cid-uK2sPzD5NM .list {
  color: #ffffff;
}
.cid-uK2sPzD5NM .mbr-contact {
  color: #ffffff;
}
.cid-uK2sPzD5NM .mbr-desc {
  color: #ffffff;
}
.cid-uK2sPzD5NM .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uK2sPzD5NM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uK2sPzD5NM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uK2sPzD5NM .media-wrap img {
  height: 7rem;
  width: auto;
}
.cid-uK2sPzD5NM .mbr-contact,
.cid-uK2sPzD5NM .item-contact {
  color: #000000;
}
.cid-uK2sPzD5NM .mbr-desc,
.cid-uK2sPzD5NM .mbr-section-btn {
  color: #000000;
}
.cid-uK2sPzD5NM .contacts-wrapper,
.cid-uK2sPzD5NM .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uK2sPzD5NM .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uK2thz3NvA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uK2thz3NvA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uK2thz3NvA .nav-item,
.cid-uK2thz3NvA .nav-link,
.cid-uK2thz3NvA .navbar-caption {
  font-weight: normal;
}
.cid-uK2thz3NvA .nav-item:focus,
.cid-uK2thz3NvA .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uK2thz3NvA .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uK2thz3NvA .nav-item .nav-link {
    position: relative;
  }
  .cid-uK2thz3NvA .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uK2thz3NvA .nav-item:hover .nav-link:before,
  .cid-uK2thz3NvA .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uK2thz3NvA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uK2thz3NvA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK2thz3NvA .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uK2thz3NvA .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uK2thz3NvA .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uK2thz3NvA .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uK2thz3NvA .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uK2thz3NvA .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uK2thz3NvA .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uK2thz3NvA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uK2thz3NvA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK2thz3NvA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK2thz3NvA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uK2thz3NvA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK2thz3NvA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK2thz3NvA .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uK2thz3NvA .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uK2thz3NvA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uK2thz3NvA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK2thz3NvA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uK2thz3NvA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uK2thz3NvA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK2thz3NvA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uK2thz3NvA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uK2thz3NvA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uK2thz3NvA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uK2thz3NvA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK2thz3NvA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK2thz3NvA .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uK2thz3NvA .dropdown-item.active,
.cid-uK2thz3NvA .dropdown-item:active {
  background-color: transparent;
}
.cid-uK2thz3NvA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK2thz3NvA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK2thz3NvA .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK2thz3NvA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uK2thz3NvA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK2thz3NvA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK2thz3NvA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uK2thz3NvA .navbar-buttons {
  text-align: center;
}
.cid-uK2thz3NvA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK2thz3NvA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uK2thz3NvA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK2thz3NvA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK2thz3NvA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK2thz3NvA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK2thz3NvA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK2thz3NvA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK2thz3NvA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK2thz3NvA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK2thz3NvA .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uK2thz3NvA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uK2thz3NvA .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #3e6dc5;
  display: inline-flex;
}
.cid-uK2thz3NvA .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uK2thz3NvA .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uK2thz3NvA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uK2thz3NvA a.nav-link .mbr-iconfont-btn,
.cid-uK2thz3NvA a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uK2thz3NvA a.nav-link:hover .mbr-iconfont-btn,
.cid-uK2thz3NvA a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uK2thz3NvA a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK2thz3NvA .navbar {
    height: 77px;
  }
  .cid-uK2thz3NvA .navbar.opened {
    height: auto;
  }
  .cid-uK2thz3NvA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK2thBe8V9 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/nature-2019574-1920.jpg-1920x900.jpg");
}
.cid-uK2thBe8V9 .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-uK2thBe8V9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2thBe8V9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2thBe8V9 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uK2thBe8V9 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uK2thBe8V9 {
    align-items: center;
  }
  .cid-uK2thBe8V9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uK2thBe8V9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uK2thBe8V9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uK2thBe8V9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uK2thBe8V9 .content-wrap {
    width: 100%;
  }
}
.cid-uK2thBe8V9 .mbr-section-title {
  text-align: center;
}
.cid-uK2thBe8V9 .mbr-text,
.cid-uK2thBe8V9 .mbr-section-btn {
  text-align: center;
}
.cid-uK2thD3oMx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK2thD3oMx .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uK2thD3oMx .row {
  background-color: #ffffff;
}
.cid-uK2thD3oMx .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uK2thD3oMx .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uK2thD3oMx .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uK2thD3oMx .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uK2thD3oMx .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uK2thD3oMx .image-element {
    padding: 0 15px;
  }
  .cid-uK2thD3oMx .text-element {
    padding: 2rem 1rem;
  }
  .cid-uK2thD3oMx .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-uK2thD3oMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2thD3oMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2thD3oMx .mbr-text,
.cid-uK2thD3oMx .mbr-section-btn {
  text-align: center;
}
.cid-uKAdOHr6Fu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKAdOHr6Fu .mbr-text {
  color: #000000;
}
.cid-uKAdOHr6Fu .mbr-section-subtitle {
  color: #000000;
}
.cid-uKAdOHr6Fu .mbr-section-title {
  color: #000000;
}
.cid-uKYWCtd64x {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKYWCtd64x img {
  border-radius: 0px;
}
.cid-uKYWCtd64x .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uKYWCtd64x .date {
  text-transform: uppercase;
  color: #00426e;
  text-align: left;
  padding-top: 1rem;
}
.cid-uKYWCtd64x .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uKYWCtd64x .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uKYWCtd64x .right {
  display: flex;
  flex-direction: column;
}
.cid-uKYWCtd64x .mbr-section-btn {
  border: 2px solid #00426e;
  width: auto;
}
.cid-uKYWCtd64x .mbr-section-btn:hover {
  background-color: #00426e;
  border: 2px solid #00426e;
}
.cid-uKYWCtd64x .card-heading {
  padding-top: 0;
}
.cid-uKYWCtd64x .mbr-text {
  padding-top: 10px;
}
.cid-uKZvmmzkdC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uKZvmmzkdC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uKZvmmzkdC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKZvmmzkdC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKZvmmzkdC .title {
  padding: 0 2rem;
}
.cid-uKZvmmzkdC .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-uKZvmmzkdC .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-uKZvmmzkdC .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uKZvmmzkdC .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 110.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uKZvmmzkdC .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-uKZvmmzkdC .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-uKZvmmzkdC .container {
  padding: 0 1rem;
}
.cid-uKZvmmzkdC .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-uKZvmmzkdC .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uKZvmmzkdC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uKZvmmzkdC .icon-focus {
  display: none;
}
.cid-uKZvmmzkdC .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uKZvmmzkdC .btn-primary-outline:hover {
  background: transparent !important;
  color: #00426e !important;
}
.cid-uKZvmmzkdC li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uKZvmmzkdC li {
  position: relative;
}
.cid-uKZvmmzkdC .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uKZvmmzkdC .btn {
  font-family: Inter Tight !important;
}
.cid-uKZvmmzkdC .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uKZvmmzkdC .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKZvmmzkdC li:not(:last-child):after {
    top: 9px;
  }
  .cid-uKZvmmzkdC .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-uKZvmmzkdC .container {
    padding: 0rem;
  }
  .cid-uKZvmmzkdC .title {
    padding: 0 1rem;
  }
}
.cid-uKZvmmzkdC H2 {
  color: #120c01;
}
.cid-uKZvmmzkdC H1 {
  text-align: center;
}
.cid-uK2thFgBL1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uK2thFgBL1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uK2thFgBL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2thFgBL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2thFgBL1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uK2thFgBL1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uK2thFgBL1 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uK2thFgBL1 .container {
    padding: 0 22px;
  }
}
.cid-uK2thFgBL1 .row {
  position: relative;
  z-index: 1;
}
.cid-uK2thFgBL1 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uK2thFgBL1 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uK2thFgBL1 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uK2thFgBL1 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uK2thFgBL1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uK2thFgBL1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uK2thFgBL1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uK2thFgBL1 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uK2thFgBL1 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uK2thFgBL1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uK2thFgBL1 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uK2thFgBL1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uK2thFgBL1 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uK2thFgBL1 .nav-wrapper .list .item-wrap:hover,
.cid-uK2thFgBL1 .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-uK2thFgBL1 .nav-wrapper .list .item-wrap:hover::before,
.cid-uK2thFgBL1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uK2thFgBL1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uK2thFgBL1 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uK2thFgBL1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uK2thFgBL1 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uK2thFgBL1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uK2thFgBL1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uK2thFgBL1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uK2thFgBL1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uK2thFgBL1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-uK2thFgBL1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uK2thFgBL1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uK2thFgBL1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uK2thFgBL1 .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: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uK2thFgBL1 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uK2thFgBL1 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uK2thFgBL1 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uK2thFgBL1 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uK2thFgBL1 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uK2thFgBL1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uK2thFgBL1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uK2thFgBL1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uK2thFgBL1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uK2thFgBL1 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uK2thFgBL1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uK2thFgBL1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-uK2thFgBL1 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uK2thFgBL1 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uK2thFgBL1 .mbr-section-title {
  color: #00d0f3;
}
.cid-uK2thFgBL1 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uK2thFgBL1 .mbr-section-subtitle {
  color: #232323;
}
.cid-uK2thFgBL1 .list {
  color: #ffffff;
}
.cid-uK2thFgBL1 .mbr-contact {
  color: #ffffff;
}
.cid-uK2thFgBL1 .mbr-desc {
  color: #ffffff;
}
.cid-uK2thFgBL1 .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uK2thFgBL1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uK2thFgBL1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uK2thFgBL1 .media-wrap img {
  height: 7rem;
  width: auto;
}
.cid-uK2thFgBL1 .mbr-contact,
.cid-uK2thFgBL1 .item-contact {
  color: #000000;
}
.cid-uK2thFgBL1 .mbr-desc,
.cid-uK2thFgBL1 .mbr-section-btn {
  color: #000000;
}
.cid-uK2thFgBL1 .contacts-wrapper,
.cid-uK2thFgBL1 .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uK2thFgBL1 .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
