/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

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

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

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

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

body {
  position: relative;
}

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: #000000;
}

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

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

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

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: center;
  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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

.btn-form {
  border-radius: 0;
}

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

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

.alert {

  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  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: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .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;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          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;
}

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}
body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #065879 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #554346 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #dc1b09 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #065879 !important;
  border-color: #065879 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #022330 !important;
  border-color: #022330 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #022330 !important;
  border-color: #022330 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dc1b09 !important;
  border-color: #dc1b09 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #931206 !important;
  border-color: #931206 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #931206 !important;
  border-color: #931206 !important;
}
.btn-info,
.btn-info:active {
  background-color: #554346 !important;
  border-color: #554346 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2a2123 !important;
  border-color: #2a2123 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2a2123 !important;
  border-color: #2a2123 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dc1b09 !important;
  border-color: #dc1b09 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #931206 !important;
  border-color: #931206 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #931206 !important;
  border-color: #931206 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #011118;
  color: #011118;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #065879;
  border-color: #065879;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #065879 !important;
  border-color: #065879 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7a0f05;
  color: #7a0f05;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #dc1b09;
  border-color: #dc1b09;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #dc1b09 !important;
  border-color: #dc1b09 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #1c1617;
  color: #1c1617;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #554346;
  border-color: #554346;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #554346 !important;
  border-color: #554346 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a0f05;
  color: #7a0f05;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #dc1b09;
  border-color: #dc1b09;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dc1b09 !important;
  border-color: #dc1b09 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #065879 !important;
}
.text-secondary {
  color: #dc1b09 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #554346 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #dc1b09 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #011118 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7a0f05 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #1c1617 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a0f05 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #554346;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #dc1b09;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #065879;
  border-color: #065879;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #065879;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0cb0f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c6b7ba;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcbbb5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #065879;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #065879;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #065879;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #065879;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #065879;
  border-bottom-color: #065879;
}
.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: #065879 !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: #dc1b09 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23065879' %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.3;
}
.cid-sGUPyZGnus .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #dc1b09;
  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-sGUPyZGnus .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sGUPyZGnus .nav-item,
.cid-sGUPyZGnus .nav-link,
.cid-sGUPyZGnus .navbar-caption {
  font-weight: normal;
}
.cid-sGUPyZGnus .nav-item:focus,
.cid-sGUPyZGnus .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sGUPyZGnus .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sGUPyZGnus .nav-item .nav-link {
    position: relative;
  }
  .cid-sGUPyZGnus .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #dc1b09;
    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-sGUPyZGnus .nav-item:hover .nav-link:before,
  .cid-sGUPyZGnus .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sGUPyZGnus .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-sGUPyZGnus .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGUPyZGnus .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sGUPyZGnus .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGUPyZGnus .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGUPyZGnus .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-sGUPyZGnus .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sGUPyZGnus .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sGUPyZGnus .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sGUPyZGnus .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sGUPyZGnus .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGUPyZGnus .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGUPyZGnus .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGUPyZGnus .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGUPyZGnus .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGUPyZGnus .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-sGUPyZGnus .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sGUPyZGnus .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGUPyZGnus .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGUPyZGnus .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGUPyZGnus .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGUPyZGnus .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGUPyZGnus .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGUPyZGnus .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sGUPyZGnus .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGUPyZGnus .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-sGUPyZGnus .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGUPyZGnus .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGUPyZGnus .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sGUPyZGnus .dropdown-item.active,
.cid-sGUPyZGnus .dropdown-item:active {
  background-color: transparent;
}
.cid-sGUPyZGnus .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGUPyZGnus .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGUPyZGnus .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGUPyZGnus .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sGUPyZGnus .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGUPyZGnus .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGUPyZGnus ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGUPyZGnus .navbar-buttons {
  text-align: center;
}
.cid-sGUPyZGnus 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-sGUPyZGnus button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGUPyZGnus button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGUPyZGnus button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGUPyZGnus button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGUPyZGnus button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGUPyZGnus nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGUPyZGnus nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGUPyZGnus nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGUPyZGnus nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGUPyZGnus .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sGUPyZGnus a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGUPyZGnus .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #dc1b09;
  display: inline-flex;
}
.cid-sGUPyZGnus .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 0px solid;
  border-radius: 100px;
}
.cid-sGUPyZGnus .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sGUPyZGnus .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-sGUPyZGnus a.nav-link .mbr-iconfont-btn,
.cid-sGUPyZGnus a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sGUPyZGnus a.nav-link:hover .mbr-iconfont-btn,
.cid-sGUPyZGnus a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sGUPyZGnus a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGUPyZGnus .navbar {
    height: 77px;
  }
  .cid-sGUPyZGnus .navbar.opened {
    height: auto;
  }
  .cid-sGUPyZGnus .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH8Mn3h0JU {
  background-image: url("../../../assets/images/architecture-ge636efe38-1280.jpg");
}
.cid-tADzNdoVBX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-tADzNdoVBX .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-tADzNdoVBX .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-tADzNdoVBX .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-tADzNdoVBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tADzNdoVBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tADzNdoVBX .card-title {
  color: #232323;
}
.cid-tADzNdoVBX .mbr-text,
.cid-tADzNdoVBX .mbr-section-btn {
  color: #232323;
}
.cid-tt6Tu5XnHM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tt6Tu5XnHM .mbr-text {
  color: #767676;
}
.cid-tt6Tu5XnHM .card-subtitle {
  margin: 0;
}
.cid-tt6Tu5XnHM .link {
  margin: 0;
}
.cid-tt6Tu5XnHM .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tt6Tu5XnHM .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tt6Tu5XnHM img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tt6Tu5XnHM .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tt6Tu5XnHM .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tt6Tu5XnHM .card-img:hover:before {
  opacity: 0.4;
}
.cid-tt6Tu5XnHM .card-img:hover img {
  transform: scale(1.05);
}
.cid-tt6Tu5XnHM .row {
  justify-content: center;
}
.cid-tt6Tu5XnHM .card {
  margin-bottom: 4rem;
}
.cid-tt6Tu5XnHM .mbr-text,
.cid-tt6Tu5XnHM .link {
  color: #000000;
}
.cid-tADZgqEHNn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tADZgqEHNn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tADZgqEHNn H2 {
  color: #36404c;
}
.cid-tADZgqEHNn H3 {
  color: #36404c;
}
.cid-tADZgqEHNn .mbr-text,
.cid-tADZgqEHNn .mbr-section-btn {
  color: #232323;
}
.cid-tADZgqEHNn .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tADZgqEHNn .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tADZgqEHNn .photo {
    width: 100%;
  }
}
.cid-tADZgqEHNn .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tt699okUYe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tt699okUYe img {
  width: 100%;
}
.cid-tt699okUYe .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #065879;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tt699okUYe .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tt699okUYe .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tt699okUYe .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-tt699okUYe .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tt699okUYe .contents {
  margin-top: 36px;
}
.cid-tt699okUYe .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tt699okUYe .mbr-section-btn {
  margin-top: 8px;
}
.cid-tt699okUYe .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tt699okUYe .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tt699okUYe .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tt699okUYe .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-tt699okUYe .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tt699okUYe .mbr-list .list li {
  line-height: 1.75;
}
.cid-tt699okUYe .mbr-list .list li:before {
  font-weight: 900;
  color: #dc1b09;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-tt699okUYe .contents .mbr-text,
.cid-tt699okUYe .mbr-section-btn {
  color: #000000;
}
.cid-tt699okUYe .mbr-list,
.cid-tt699okUYe .social-media,
.cid-tt699okUYe .mbr-section-btn {
  color: #000000;
}
.cid-sR6GXUZ5es {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sR6GXUZ5es [class^="socicon-"]:before,
.cid-sR6GXUZ5es [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sR6GXUZ5es .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #dc1b09;
}
.cid-sR6GXUZ5es .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sR6GXUZ5es .btn-social:hover {
  color: #fff;
  background: #dc1b09;
}
.cid-sR6GXUZ5es .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sR6GXUZ5es .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-sR6GXUZ5es .btn {
    font-size: 20px !important;
  }
}
.cid-sVruMDoSzb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sVruMDoSzb .content {
    text-align: center;
  }
  .cid-sVruMDoSzb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVruMDoSzb .logo-subtitle {
  color: #8d97ad;
}
.cid-sVruMDoSzb .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sVruMDoSzb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sVruMDoSzb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sVruMDoSzb .media-wrap img {
  height: 4rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sVruMDoSzb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sVruMDoSzb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sVruMDoSzb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVruMDoSzb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sVruMDoSzb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sVruMDoSzb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sVruMDoSzb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVruMDoSzb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVruMDoSzb .list-item {
  display: flex;
}
.cid-sVruMDoSzb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sVruMDoSzb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sVruMDoSzb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sVruMDoSzb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sVruMDoSzb .logo-subtitle,
.cid-sVruMDoSzb .media-wrap {
  text-align: center;
  color: #000000;
}
.cid-sVruMDoSzb .column-title {
  color: #000000;
}
.cid-sVruMDoSzb P {
  color: #000000;
}
.cid-sVruMDoSzb .mbr-text {
  color: #000000;
}
.cid-sGUPyZGnus .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #dc1b09;
  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-sGUPyZGnus .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sGUPyZGnus .nav-item,
.cid-sGUPyZGnus .nav-link,
.cid-sGUPyZGnus .navbar-caption {
  font-weight: normal;
}
.cid-sGUPyZGnus .nav-item:focus,
.cid-sGUPyZGnus .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sGUPyZGnus .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sGUPyZGnus .nav-item .nav-link {
    position: relative;
  }
  .cid-sGUPyZGnus .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #dc1b09;
    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-sGUPyZGnus .nav-item:hover .nav-link:before,
  .cid-sGUPyZGnus .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sGUPyZGnus .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-sGUPyZGnus .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGUPyZGnus .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sGUPyZGnus .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGUPyZGnus .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGUPyZGnus .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-sGUPyZGnus .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sGUPyZGnus .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sGUPyZGnus .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sGUPyZGnus .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sGUPyZGnus .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGUPyZGnus .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGUPyZGnus .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGUPyZGnus .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGUPyZGnus .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGUPyZGnus .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-sGUPyZGnus .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sGUPyZGnus .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGUPyZGnus .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGUPyZGnus .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGUPyZGnus .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGUPyZGnus .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGUPyZGnus .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGUPyZGnus .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sGUPyZGnus .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGUPyZGnus .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-sGUPyZGnus .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGUPyZGnus .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGUPyZGnus .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sGUPyZGnus .dropdown-item.active,
.cid-sGUPyZGnus .dropdown-item:active {
  background-color: transparent;
}
.cid-sGUPyZGnus .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGUPyZGnus .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGUPyZGnus .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGUPyZGnus .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sGUPyZGnus .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGUPyZGnus .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGUPyZGnus ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGUPyZGnus .navbar-buttons {
  text-align: center;
}
.cid-sGUPyZGnus 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-sGUPyZGnus button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGUPyZGnus button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGUPyZGnus button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGUPyZGnus button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGUPyZGnus button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGUPyZGnus nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGUPyZGnus nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGUPyZGnus nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGUPyZGnus nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGUPyZGnus .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sGUPyZGnus a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGUPyZGnus .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #dc1b09;
  display: inline-flex;
}
.cid-sGUPyZGnus .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 0px solid;
  border-radius: 100px;
}
.cid-sGUPyZGnus .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sGUPyZGnus .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-sGUPyZGnus a.nav-link .mbr-iconfont-btn,
.cid-sGUPyZGnus a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sGUPyZGnus a.nav-link:hover .mbr-iconfont-btn,
.cid-sGUPyZGnus a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sGUPyZGnus a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGUPyZGnus .navbar {
    height: 77px;
  }
  .cid-sGUPyZGnus .navbar.opened {
    height: auto;
  }
  .cid-sGUPyZGnus .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sH0JvJiMqb {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-sH0JvJiMqb .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sH0JvJiMqb .mbr-overlay {
  background: linear-gradient(#232323 -10%, #232323 75%);
}
.cid-sGUTnwzgdD {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGUTnwzgdD .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sGUTnwzgdD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGUTnwzgdD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sGUTnwzgdD .mbr-text {
    text-align: center;
  }
}
.cid-sGUTnwzgdD H1 {
  color: #232323;
}
.cid-sGUTnwzgdD .mbr-text,
.cid-sGUTnwzgdD .mbr-section-btn {
  color: #232323;
}
.cid-sGUTnwzgdD H2 {
  color: #232323;
}
.cid-tADBpBtOhg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tADBpBtOhg .mbr-section-subtitle {
  color: #14191e;
}
.cid-tADBpBtOhg .mbr-text {
  color: #232323;
}
.cid-tADBG3J4Oo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tADBG3J4Oo .mbr-section-subtitle {
  color: #14191e;
}
.cid-tADBG3J4Oo .mbr-text {
  color: #232323;
}
.cid-tADLxMMMmP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tADLxMMMmP .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tADLxMMMmP H2 {
  color: #36404c;
}
.cid-tADLxMMMmP H3 {
  color: #36404c;
}
.cid-tADLxMMMmP .mbr-text,
.cid-tADLxMMMmP .mbr-section-btn {
  color: #232323;
}
.cid-tADLxMMMmP .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tADLxMMMmP .md-pb {
    padding-bottom: 2rem;
  }
  .cid-tADLxMMMmP .photo {
    width: 100%;
  }
}
.cid-tADLxMMMmP .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-tAxOWTKnGu {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAxOWTKnGu .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-tAxOWTKnGu .mbr-section-title {
  text-align: center;
}
.cid-tAxOWTKnGu .mbr-section-subtitle {
  text-align: center;
}
.cid-tAxOWTKnGu .card-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-tAxOWTKnGu .card-subtitle {
  color: #1f1437;
}
.cid-tAxOWTKnGu .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #1f1437;
}
.cid-tAxOWTKnGu .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tAxOWTKnGu .card {
  height: 100%;
  background-color: #000000;
  border-width: 1px;
  border-style: dashed;
  border-color: #000000;
  border-radius: 30px;
  padding: 1rem 0.5rem;
  background: transparent;
}
.cid-tAxOWTKnGu .card-wrapper {
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tAxOWTKnGu .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-tAxOWTKnGu .card-wrapper {
    flex-direction: column;
  }
}
.cid-tAxOWTKnGu .social-row {
  width: 50px;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-tAxOWTKnGu .social-row {
    width: 100%;
    flex-direction: row;
    justify-content: center !important;
  }
}
.cid-tAxOWTKnGu .social-row .soc-item {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tAxOWTKnGu .social-row .soc-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-tAxOWTKnGu .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #33d5ad;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tAxOWTKnGu .social-row .soc-item:hover .mbr-iconfont {
  color: #cd8ad1;
}
.cid-tAxOWTKnGu .image-wrapper {
  width: 35%;
  aspect-ratio: 1;
  flex-shrink: 0;
  padding: 1rem;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tAxOWTKnGu .image-wrapper {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tAxOWTKnGu .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tAxOWTKnGu .image-wrapper {
    width: 100%;
  }
}
.cid-tAxOWTKnGu .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-tAxOWTKnGu .card-text {
  padding: 1rem;
}
.cid-tAxOWTKnGu div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-sVruMDoSzb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sVruMDoSzb .content {
    text-align: center;
  }
  .cid-sVruMDoSzb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVruMDoSzb .logo-subtitle {
  color: #8d97ad;
}
.cid-sVruMDoSzb .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sVruMDoSzb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sVruMDoSzb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sVruMDoSzb .media-wrap img {
  height: 4rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sVruMDoSzb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sVruMDoSzb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sVruMDoSzb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVruMDoSzb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sVruMDoSzb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sVruMDoSzb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sVruMDoSzb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVruMDoSzb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVruMDoSzb .list-item {
  display: flex;
}
.cid-sVruMDoSzb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sVruMDoSzb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sVruMDoSzb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sVruMDoSzb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sVruMDoSzb .logo-subtitle,
.cid-sVruMDoSzb .media-wrap {
  text-align: center;
  color: #000000;
}
.cid-sVruMDoSzb .column-title {
  color: #000000;
}
.cid-sVruMDoSzb P {
  color: #000000;
}
.cid-sVruMDoSzb .mbr-text {
  color: #000000;
}
.cid-sGV0KKAteq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #dc1b09;
  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-sGV0KKAteq .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sGV0KKAteq .nav-item,
.cid-sGV0KKAteq .nav-link,
.cid-sGV0KKAteq .navbar-caption {
  font-weight: normal;
}
.cid-sGV0KKAteq .nav-item:focus,
.cid-sGV0KKAteq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sGV0KKAteq .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sGV0KKAteq .nav-item .nav-link {
    position: relative;
  }
  .cid-sGV0KKAteq .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #dc1b09;
    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-sGV0KKAteq .nav-item:hover .nav-link:before,
  .cid-sGV0KKAteq .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sGV0KKAteq .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-sGV0KKAteq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGV0KKAteq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sGV0KKAteq .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGV0KKAteq .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGV0KKAteq .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-sGV0KKAteq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sGV0KKAteq .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sGV0KKAteq .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sGV0KKAteq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sGV0KKAteq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGV0KKAteq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGV0KKAteq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGV0KKAteq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGV0KKAteq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGV0KKAteq .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-sGV0KKAteq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sGV0KKAteq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGV0KKAteq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGV0KKAteq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGV0KKAteq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGV0KKAteq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGV0KKAteq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGV0KKAteq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sGV0KKAteq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGV0KKAteq .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-sGV0KKAteq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGV0KKAteq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGV0KKAteq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sGV0KKAteq .dropdown-item.active,
.cid-sGV0KKAteq .dropdown-item:active {
  background-color: transparent;
}
.cid-sGV0KKAteq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGV0KKAteq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGV0KKAteq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGV0KKAteq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sGV0KKAteq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGV0KKAteq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGV0KKAteq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGV0KKAteq .navbar-buttons {
  text-align: center;
}
.cid-sGV0KKAteq 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-sGV0KKAteq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGV0KKAteq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGV0KKAteq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGV0KKAteq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGV0KKAteq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGV0KKAteq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGV0KKAteq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGV0KKAteq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGV0KKAteq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGV0KKAteq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sGV0KKAteq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGV0KKAteq .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #dc1b09;
  display: inline-flex;
}
.cid-sGV0KKAteq .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 0px solid;
  border-radius: 100px;
}
.cid-sGV0KKAteq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sGV0KKAteq .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-sGV0KKAteq a.nav-link .mbr-iconfont-btn,
.cid-sGV0KKAteq a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sGV0KKAteq a.nav-link:hover .mbr-iconfont-btn,
.cid-sGV0KKAteq a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sGV0KKAteq a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGV0KKAteq .navbar {
    height: 77px;
  }
  .cid-sGV0KKAteq .navbar.opened {
    height: auto;
  }
  .cid-sGV0KKAteq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGV0KMdku9 {
  padding-top: 135px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1156.jpg");
}
.cid-tt6niJQb4u {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tt6niJQb4u .mbr-section-title,
.cid-tt6niJQb4u .mbr-section-subtitle {
  text-align: center;
}
.cid-tt6niJQb4u .card {
  margin-bottom: 2rem;
}
.cid-tt6niJQb4u .cards-wrap {
  background: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 48px;
}
.cid-tt6niJQb4u .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-tt6niJQb4u .cards-wrap .card {
  display: flex;
  flex-direction: row;
}
.cid-tt6niJQb4u .cards-wrap .card-img {
  font-size: 40px;
  background: #000000;
  line-height: 68px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.cid-tt6niJQb4u .cards-wrap .card .card-wrapper {
  margin-left: 23px;
  border-radius: 4px;
}
.cid-tt6niJQb4u .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-tt6niJQb4u .card-wrapper {
    padding: 1rem;
    margin-left: 0 !important;
  }
  .cid-tt6niJQb4u .cards-wrap .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .cid-tt6niJQb4u .cards-wrap .card .card-img {
    align-self: center;
  }
  .cid-tt6niJQb4u * {
    text-align: center;
  }
}
.cid-tt6niJQb4u .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #232323;
}
.cid-sVruMDoSzb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sVruMDoSzb .content {
    text-align: center;
  }
  .cid-sVruMDoSzb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVruMDoSzb .logo-subtitle {
  color: #8d97ad;
}
.cid-sVruMDoSzb .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sVruMDoSzb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sVruMDoSzb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sVruMDoSzb .media-wrap img {
  height: 4rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sVruMDoSzb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sVruMDoSzb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sVruMDoSzb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVruMDoSzb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sVruMDoSzb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sVruMDoSzb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sVruMDoSzb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVruMDoSzb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVruMDoSzb .list-item {
  display: flex;
}
.cid-sVruMDoSzb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sVruMDoSzb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sVruMDoSzb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sVruMDoSzb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sVruMDoSzb .logo-subtitle,
.cid-sVruMDoSzb .media-wrap {
  text-align: center;
  color: #000000;
}
.cid-sVruMDoSzb .column-title {
  color: #000000;
}
.cid-sVruMDoSzb P {
  color: #000000;
}
.cid-sVruMDoSzb .mbr-text {
  color: #000000;
}
.cid-tt6HfDIuqq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #dc1b09;
  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-tt6HfDIuqq .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tt6HfDIuqq .nav-item,
.cid-tt6HfDIuqq .nav-link,
.cid-tt6HfDIuqq .navbar-caption {
  font-weight: normal;
}
.cid-tt6HfDIuqq .nav-item:focus,
.cid-tt6HfDIuqq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tt6HfDIuqq .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tt6HfDIuqq .nav-item .nav-link {
    position: relative;
  }
  .cid-tt6HfDIuqq .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #dc1b09;
    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-tt6HfDIuqq .nav-item:hover .nav-link:before,
  .cid-tt6HfDIuqq .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tt6HfDIuqq .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-tt6HfDIuqq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tt6HfDIuqq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tt6HfDIuqq .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tt6HfDIuqq .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tt6HfDIuqq .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-tt6HfDIuqq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tt6HfDIuqq .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tt6HfDIuqq .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tt6HfDIuqq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tt6HfDIuqq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tt6HfDIuqq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tt6HfDIuqq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tt6HfDIuqq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tt6HfDIuqq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tt6HfDIuqq .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-tt6HfDIuqq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tt6HfDIuqq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tt6HfDIuqq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tt6HfDIuqq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tt6HfDIuqq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tt6HfDIuqq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tt6HfDIuqq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tt6HfDIuqq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tt6HfDIuqq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tt6HfDIuqq .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-tt6HfDIuqq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tt6HfDIuqq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tt6HfDIuqq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tt6HfDIuqq .dropdown-item.active,
.cid-tt6HfDIuqq .dropdown-item:active {
  background-color: transparent;
}
.cid-tt6HfDIuqq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tt6HfDIuqq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tt6HfDIuqq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tt6HfDIuqq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tt6HfDIuqq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tt6HfDIuqq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tt6HfDIuqq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tt6HfDIuqq .navbar-buttons {
  text-align: center;
}
.cid-tt6HfDIuqq 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-tt6HfDIuqq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tt6HfDIuqq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tt6HfDIuqq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt6HfDIuqq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt6HfDIuqq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tt6HfDIuqq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt6HfDIuqq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tt6HfDIuqq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tt6HfDIuqq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt6HfDIuqq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tt6HfDIuqq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tt6HfDIuqq .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #dc1b09;
  display: inline-flex;
}
.cid-tt6HfDIuqq .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 0px solid;
  border-radius: 100px;
}
.cid-tt6HfDIuqq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tt6HfDIuqq .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-tt6HfDIuqq a.nav-link .mbr-iconfont-btn,
.cid-tt6HfDIuqq a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tt6HfDIuqq a.nav-link:hover .mbr-iconfont-btn,
.cid-tt6HfDIuqq a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tt6HfDIuqq a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tt6HfDIuqq .navbar {
    height: 77px;
  }
  .cid-tt6HfDIuqq .navbar.opened {
    height: auto;
  }
  .cid-tt6HfDIuqq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt6HfHqOy2 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1146.jpg");
}
.cid-tt6HNzvLsG {
  padding-top: 30px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tt6HNzvLsG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tt6HNzvLsG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt6HNzvLsG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tt6HNzvLsG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tt6HNzvLsG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tt6HNzvLsG .icon-focus {
  display: none;
}
.cid-tt6HNzvLsG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tt6HNzvLsG ul {
  font-size: 0;
}
.cid-tt6HNzvLsG .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tt6HNzvLsG .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tt6HNzvLsG .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #065879, #dc1b09);
}
.cid-tt6HNzvLsG .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tt6HNzvLsG .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tt6HNzvLsG .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tt6HNzvLsG .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tt6HNzvLsG .btn:hover {
  background: transparent !important;
}
.cid-tt6HNzvLsG .btn:hover:before {
  background: transparent !important;
}
.cid-tt6HNzvLsG .btn:before {
  background-color: transparent !important;
}
.cid-tt6HNzvLsG .btn:focus {
  box-shadow: none;
}
.cid-tt6HNzvLsG .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tt6HfLU44G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tt6HfLU44G .content {
    text-align: center;
  }
  .cid-tt6HfLU44G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tt6HfLU44G .logo-subtitle {
  color: #8d97ad;
}
.cid-tt6HfLU44G .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tt6HfLU44G .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tt6HfLU44G .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tt6HfLU44G .media-wrap img {
  height: 4rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tt6HfLU44G .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tt6HfLU44G .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tt6HfLU44G .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tt6HfLU44G .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tt6HfLU44G .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tt6HfLU44G .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tt6HfLU44G .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tt6HfLU44G .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tt6HfLU44G .list-item {
  display: flex;
}
.cid-tt6HfLU44G .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tt6HfLU44G ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tt6HfLU44G ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tt6HfLU44G ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tt6HfLU44G .logo-subtitle,
.cid-tt6HfLU44G .media-wrap {
  text-align: center;
  color: #000000;
}
.cid-tt6HfLU44G .column-title {
  color: #000000;
}
.cid-tt6HfLU44G P {
  color: #000000;
}
.cid-tt6HfLU44G .mbr-text {
  color: #000000;
}
.cid-sR5V1u2aJE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #dc1b09;
  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-sR5V1u2aJE .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sR5V1u2aJE .nav-item,
.cid-sR5V1u2aJE .nav-link,
.cid-sR5V1u2aJE .navbar-caption {
  font-weight: normal;
}
.cid-sR5V1u2aJE .nav-item:focus,
.cid-sR5V1u2aJE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sR5V1u2aJE .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sR5V1u2aJE .nav-item .nav-link {
    position: relative;
  }
  .cid-sR5V1u2aJE .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #dc1b09;
    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-sR5V1u2aJE .nav-item:hover .nav-link:before,
  .cid-sR5V1u2aJE .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sR5V1u2aJE .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-sR5V1u2aJE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sR5V1u2aJE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sR5V1u2aJE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sR5V1u2aJE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sR5V1u2aJE .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-sR5V1u2aJE .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sR5V1u2aJE .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sR5V1u2aJE .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sR5V1u2aJE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sR5V1u2aJE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sR5V1u2aJE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR5V1u2aJE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sR5V1u2aJE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR5V1u2aJE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR5V1u2aJE .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-sR5V1u2aJE .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sR5V1u2aJE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sR5V1u2aJE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sR5V1u2aJE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sR5V1u2aJE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sR5V1u2aJE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sR5V1u2aJE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sR5V1u2aJE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sR5V1u2aJE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sR5V1u2aJE .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-sR5V1u2aJE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sR5V1u2aJE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR5V1u2aJE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sR5V1u2aJE .dropdown-item.active,
.cid-sR5V1u2aJE .dropdown-item:active {
  background-color: transparent;
}
.cid-sR5V1u2aJE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sR5V1u2aJE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR5V1u2aJE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR5V1u2aJE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sR5V1u2aJE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sR5V1u2aJE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR5V1u2aJE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sR5V1u2aJE .navbar-buttons {
  text-align: center;
}
.cid-sR5V1u2aJE 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-sR5V1u2aJE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sR5V1u2aJE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR5V1u2aJE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sR5V1u2aJE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sR5V1u2aJE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR5V1u2aJE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR5V1u2aJE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sR5V1u2aJE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sR5V1u2aJE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR5V1u2aJE .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sR5V1u2aJE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sR5V1u2aJE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #dc1b09;
  display: inline-flex;
}
.cid-sR5V1u2aJE .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 0px solid;
  border-radius: 100px;
}
.cid-sR5V1u2aJE .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sR5V1u2aJE .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-sR5V1u2aJE a.nav-link .mbr-iconfont-btn,
.cid-sR5V1u2aJE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sR5V1u2aJE a.nav-link:hover .mbr-iconfont-btn,
.cid-sR5V1u2aJE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sR5V1u2aJE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sR5V1u2aJE .navbar {
    height: 77px;
  }
  .cid-sR5V1u2aJE .navbar.opened {
    height: auto;
  }
  .cid-sR5V1u2aJE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sR5V1uW5ov {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sRpuqVyybE {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRpuqVyybE .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sRpuqVyybE .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sRpuqVyybE .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sRpuqVyybE .mbr-text {
    text-align: center;
  }
}
.cid-sRpuqVyybE H1 {
  color: #232323;
}
.cid-sRpuqVyybE .mbr-text,
.cid-sRpuqVyybE .mbr-section-btn {
  color: #232323;
}
.cid-sRpuqVyybE H2 {
  color: #000000;
}
.cid-tH8NneamAQ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tH8NneamAQ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tH8NneamAQ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tH8NneamAQ .mbr-text {
    text-align: center;
  }
}
.cid-tH8NneamAQ H1 {
  color: #232323;
}
.cid-tH8NneamAQ .mbr-text,
.cid-tH8NneamAQ .mbr-section-btn {
  color: #232323;
}
.cid-tH8NneamAQ H2 {
  color: #000000;
}
.cid-tH8NnziMnh {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tH8NnziMnh .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tH8NnziMnh .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tH8NnziMnh .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tH8NnziMnh .mbr-text {
    text-align: center;
  }
}
.cid-tH8NnziMnh H1 {
  color: #232323;
}
.cid-tH8NnziMnh .mbr-text,
.cid-tH8NnziMnh .mbr-section-btn {
  color: #232323;
}
.cid-tH8NnziMnh H2 {
  color: #000000;
}
.cid-sVruMDoSzb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sVruMDoSzb .content {
    text-align: center;
  }
  .cid-sVruMDoSzb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVruMDoSzb .logo-subtitle {
  color: #8d97ad;
}
.cid-sVruMDoSzb .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sVruMDoSzb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sVruMDoSzb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sVruMDoSzb .media-wrap img {
  height: 4rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sVruMDoSzb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sVruMDoSzb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sVruMDoSzb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVruMDoSzb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sVruMDoSzb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sVruMDoSzb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sVruMDoSzb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVruMDoSzb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVruMDoSzb .list-item {
  display: flex;
}
.cid-sVruMDoSzb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sVruMDoSzb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sVruMDoSzb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sVruMDoSzb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sVruMDoSzb .logo-subtitle,
.cid-sVruMDoSzb .media-wrap {
  text-align: center;
  color: #000000;
}
.cid-sVruMDoSzb .column-title {
  color: #000000;
}
.cid-sVruMDoSzb P {
  color: #000000;
}
.cid-sVruMDoSzb .mbr-text {
  color: #000000;
}
.cid-tInQryn918 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #dc1b09;
  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-tInQryn918 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tInQryn918 .nav-item,
.cid-tInQryn918 .nav-link,
.cid-tInQryn918 .navbar-caption {
  font-weight: normal;
}
.cid-tInQryn918 .nav-item:focus,
.cid-tInQryn918 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tInQryn918 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tInQryn918 .nav-item .nav-link {
    position: relative;
  }
  .cid-tInQryn918 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #dc1b09;
    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-tInQryn918 .nav-item:hover .nav-link:before,
  .cid-tInQryn918 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tInQryn918 .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-tInQryn918 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tInQryn918 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tInQryn918 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tInQryn918 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tInQryn918 .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-tInQryn918 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tInQryn918 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tInQryn918 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tInQryn918 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tInQryn918 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tInQryn918 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tInQryn918 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tInQryn918 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tInQryn918 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tInQryn918 .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-tInQryn918 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tInQryn918 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tInQryn918 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tInQryn918 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tInQryn918 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tInQryn918 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tInQryn918 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tInQryn918 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tInQryn918 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tInQryn918 .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-tInQryn918 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tInQryn918 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tInQryn918 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tInQryn918 .dropdown-item.active,
.cid-tInQryn918 .dropdown-item:active {
  background-color: transparent;
}
.cid-tInQryn918 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tInQryn918 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tInQryn918 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tInQryn918 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tInQryn918 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tInQryn918 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tInQryn918 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tInQryn918 .navbar-buttons {
  text-align: center;
}
.cid-tInQryn918 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-tInQryn918 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tInQryn918 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tInQryn918 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tInQryn918 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tInQryn918 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tInQryn918 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tInQryn918 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tInQryn918 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tInQryn918 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tInQryn918 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tInQryn918 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tInQryn918 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #dc1b09;
  display: inline-flex;
}
.cid-tInQryn918 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 0px solid;
  border-radius: 100px;
}
.cid-tInQryn918 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tInQryn918 .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-tInQryn918 a.nav-link .mbr-iconfont-btn,
.cid-tInQryn918 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tInQryn918 a.nav-link:hover .mbr-iconfont-btn,
.cid-tInQryn918 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tInQryn918 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tInQryn918 .navbar {
    height: 77px;
  }
  .cid-tInQryn918 .navbar.opened {
    height: auto;
  }
  .cid-tInQryn918 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tInQrz0JWt {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tKtba8lnEl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tKtba8lnEl .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tKtba8lnEl .mbr-section-title {
  color: #24262b;
}
.cid-tKtba8lnEl .mbr-section-subtitle {
  color: #24262b;
}
.cid-tKtba8lnEl .items-row {
  row-gap: 48px;
}
.cid-tKtba8lnEl .item {
  cursor: pointer;
}
.cid-tKtba8lnEl .item:focus,
.cid-tKtba8lnEl span:focus {
  outline: none;
}
.cid-tKtba8lnEl .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-tKtba8lnEl .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tKtba8lnEl .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tKtba8lnEl img {
  width: 100%;
  aspect-ratio: calc(341 / (64 * 4));
  object-fit: cover;
}
.cid-tKtba8lnEl .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tKtba8lnEl .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tKtba8lnEl .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-tKtba8lnEl .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tKtba8lnEl .item-title {
  color: #24262b;
}
.cid-tKtba8lnEl .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-tKtba8lnEl .mbr-text {
  color: #24262b;
}
.cid-tInQrAqKSJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tInQrAqKSJ .content {
    text-align: center;
  }
  .cid-tInQrAqKSJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tInQrAqKSJ .logo-subtitle {
  color: #8d97ad;
}
.cid-tInQrAqKSJ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tInQrAqKSJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tInQrAqKSJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tInQrAqKSJ .media-wrap img {
  height: 4rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tInQrAqKSJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tInQrAqKSJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tInQrAqKSJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tInQrAqKSJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tInQrAqKSJ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tInQrAqKSJ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tInQrAqKSJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tInQrAqKSJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tInQrAqKSJ .list-item {
  display: flex;
}
.cid-tInQrAqKSJ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tInQrAqKSJ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tInQrAqKSJ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tInQrAqKSJ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tInQrAqKSJ .logo-subtitle,
.cid-tInQrAqKSJ .media-wrap {
  text-align: center;
  color: #000000;
}
.cid-tInQrAqKSJ .column-title {
  color: #000000;
}
.cid-tInQrAqKSJ P {
  color: #000000;
}
.cid-tInQrAqKSJ .mbr-text {
  color: #000000;
}
.cid-uFpjxGUerI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #dc1b09;
  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-uFpjxGUerI .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uFpjxGUerI .nav-item,
.cid-uFpjxGUerI .nav-link,
.cid-uFpjxGUerI .navbar-caption {
  font-weight: normal;
}
.cid-uFpjxGUerI .nav-item:focus,
.cid-uFpjxGUerI .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uFpjxGUerI .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uFpjxGUerI .nav-item .nav-link {
    position: relative;
  }
  .cid-uFpjxGUerI .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #dc1b09;
    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-uFpjxGUerI .nav-item:hover .nav-link:before,
  .cid-uFpjxGUerI .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uFpjxGUerI .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-uFpjxGUerI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFpjxGUerI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uFpjxGUerI .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uFpjxGUerI .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFpjxGUerI .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-uFpjxGUerI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFpjxGUerI .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFpjxGUerI .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uFpjxGUerI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uFpjxGUerI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFpjxGUerI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFpjxGUerI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFpjxGUerI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFpjxGUerI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFpjxGUerI .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-uFpjxGUerI .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uFpjxGUerI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFpjxGUerI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFpjxGUerI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFpjxGUerI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFpjxGUerI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFpjxGUerI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uFpjxGUerI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uFpjxGUerI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFpjxGUerI .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-uFpjxGUerI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFpjxGUerI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFpjxGUerI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uFpjxGUerI .dropdown-item.active,
.cid-uFpjxGUerI .dropdown-item:active {
  background-color: transparent;
}
.cid-uFpjxGUerI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFpjxGUerI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFpjxGUerI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFpjxGUerI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uFpjxGUerI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFpjxGUerI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFpjxGUerI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFpjxGUerI .navbar-buttons {
  text-align: center;
}
.cid-uFpjxGUerI 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-uFpjxGUerI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFpjxGUerI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFpjxGUerI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFpjxGUerI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFpjxGUerI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFpjxGUerI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFpjxGUerI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFpjxGUerI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFpjxGUerI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFpjxGUerI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uFpjxGUerI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFpjxGUerI .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #dc1b09;
  display: inline-flex;
}
.cid-uFpjxGUerI .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 0px solid;
  border-radius: 100px;
}
.cid-uFpjxGUerI .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uFpjxGUerI .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-uFpjxGUerI a.nav-link .mbr-iconfont-btn,
.cid-uFpjxGUerI a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uFpjxGUerI a.nav-link:hover .mbr-iconfont-btn,
.cid-uFpjxGUerI a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uFpjxGUerI a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFpjxGUerI .navbar {
    height: 77px;
  }
  .cid-uFpjxGUerI .navbar.opened {
    height: auto;
  }
  .cid-uFpjxGUerI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFpjxHEDRa {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uFUJRfMfzV {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uFUJRfMfzV .image-block {
  margin: auto;
}
.cid-uFUJRfMfzV figcaption {
  position: relative;
}
.cid-uFUJRfMfzV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uFUJRfMfzV .image-block {
    width: 100% !important;
  }
}
.cid-uFpjxJuFFW {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFpjxJuFFW .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uFpjxJuFFW .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uFpjxJuFFW .text-content {
  padding-right: 1.5rem;
}
.cid-uFpjxJuFFW .mbr-text {
  color: #8d97ad;
}
.cid-uFpjxJuFFW .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-uFpjxJuFFW .counter-container {
  padding-top: 1rem;
}
.cid-uFpjxJuFFW .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uFpjxJuFFW .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uFpjxJuFFW .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-uFpjxJuFFW .main-row {
    margin: 0;
  }
  .cid-uFpjxJuFFW .mbr-section-title,
  .cid-uFpjxJuFFW .mbr-text,
  .cid-uFpjxJuFFW .list,
  .cid-uFpjxJuFFW .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uFpjxJuFFW .text-content {
    padding: 0;
  }
}
.cid-uFpjxJuFFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpjxJuFFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFpjxIIqJD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFpjxIIqJD .mbr-section-subtitle {
  color: #232323;
}
.cid-uFpjxIXaNL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFpjxIXaNL .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-uFpjxIXaNL .card .card-img img {
  transition: all 0.5s;
}
.cid-uFpjxIXaNL .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uFpjxIXaNL .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-uFpjxIXaNL .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uFpjxIXaNL .first-card {
  display: block;
}
.cid-uFpjxIXaNL .first-card .card-wrapper {
  height: 100%;
}
.cid-uFpjxIXaNL .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uFpjxIXaNL .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFpjxIXaNL .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-uFpjxIXaNL .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uFpjxIXaNL .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uFpjxIXaNL .first-row,
.cid-uFpjxIXaNL .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-uFpjxIXaNL .first-row .card .card-wrapper,
.cid-uFpjxIXaNL .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-uFpjxIXaNL .first-row .card .card-wrapper .card-img,
.cid-uFpjxIXaNL .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-uFpjxIXaNL .first-row .card .card-wrapper .card-img img,
.cid-uFpjxIXaNL .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-uFpjxIXaNL .first-row,
  .cid-uFpjxIXaNL .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFpjxIXaNL .first-row .card .card-wrapper .card-img,
  .cid-uFpjxIXaNL .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFpjxIXaNL .first-row .card .card-wrapper .card-img img,
  .cid-uFpjxIXaNL .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-uFpjxIXaNL .first-row .caption,
.cid-uFpjxIXaNL .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-uFpjxIXaNL .first-row .caption .price,
.cid-uFpjxIXaNL .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-uFpjxIXaNL .first-row {
  padding-bottom: 1rem;
}
.cid-uFpjxIXaNL .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uFpjxIXaNL .first-card,
  .cid-uFpjxIXaNL .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFpjxIXaNL .first-card {
    padding-bottom: 2rem;
  }
  .cid-uFpjxIXaNL .only-first-row {
    height: 100%;
  }
}
.cid-uFpjxIXaNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpjxIXaNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYd6dPbkB {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFYd6dPbkB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFYd6dPbkB .item {
    margin-bottom: 1rem;
  }
}
.cid-uFYd6dPbkB .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uFYd6dPbkB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFYd6dPbkB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFYd6dPbkB .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFYd6dPbkB .carousel-control,
.cid-uFYd6dPbkB .close {
  background: #1b1b1b;
}
.cid-uFYd6dPbkB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFYd6dPbkB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFYd6dPbkB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFYd6dPbkB .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFYd6dPbkB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFYd6dPbkB .close::before {
  content: '\e91a';
}
.cid-uFYd6dPbkB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFYd6dPbkB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFYd6dPbkB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFYd6dPbkB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFYd6dPbkB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFYd6dPbkB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFYd6dPbkB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFYd6dPbkB .carousel-indicators li.active,
.cid-uFYd6dPbkB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFYd6dPbkB .carousel-indicators li::after,
.cid-uFYd6dPbkB .carousel-indicators li::before {
  content: none;
}
.cid-uFYd6dPbkB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFYd6dPbkB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFYd6dPbkB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFYd6dPbkB .carousel-indicators {
    display: none;
  }
}
.cid-uFYd6dPbkB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFYd6dPbkB .carousel-inner > .active {
  display: block;
}
.cid-uFYd6dPbkB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFYd6dPbkB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFYd6dPbkB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFYd6dPbkB .carousel-control,
  .cid-uFYd6dPbkB .carousel-indicators,
  .cid-uFYd6dPbkB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFYd6dPbkB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFYd6dPbkB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFYd6dPbkB .carousel-indicators .active,
.cid-uFYd6dPbkB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFYd6dPbkB .carousel-indicators .active {
  background: #fff;
}
.cid-uFYd6dPbkB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFYd6dPbkB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFYd6dPbkB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFYd6dPbkB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFYd6dPbkB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFYd6dPbkB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFYd6dPbkB .carousel {
  width: 100%;
}
.cid-uFYd6dPbkB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFYd6dPbkB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFYd6dPbkB .modal.fade .modal-dialog,
.cid-uFYd6dPbkB .modal.in .modal-dialog {
  transform: none;
}
.cid-uFYd6dPbkB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFYd6dPbkB .content-head {
  max-width: 800px;
}
.cid-uFpjxKQnGr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uFpjxKQnGr .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-uFpjxKQnGr .card .card-img img {
  transition: all 0.5s;
}
.cid-uFpjxKQnGr .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uFpjxKQnGr .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-uFpjxKQnGr .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uFpjxKQnGr .first-card {
  display: block;
}
.cid-uFpjxKQnGr .first-card .card-wrapper {
  height: 100%;
}
.cid-uFpjxKQnGr .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uFpjxKQnGr .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFpjxKQnGr .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-uFpjxKQnGr .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uFpjxKQnGr .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uFpjxKQnGr .first-row,
.cid-uFpjxKQnGr .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-uFpjxKQnGr .first-row .card .card-wrapper,
.cid-uFpjxKQnGr .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-uFpjxKQnGr .first-row .card .card-wrapper .card-img,
.cid-uFpjxKQnGr .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-uFpjxKQnGr .first-row .card .card-wrapper .card-img img,
.cid-uFpjxKQnGr .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-uFpjxKQnGr .first-row,
  .cid-uFpjxKQnGr .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFpjxKQnGr .first-row .card .card-wrapper .card-img,
  .cid-uFpjxKQnGr .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFpjxKQnGr .first-row .card .card-wrapper .card-img img,
  .cid-uFpjxKQnGr .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-uFpjxKQnGr .first-row .caption,
.cid-uFpjxKQnGr .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-uFpjxKQnGr .first-row .caption .price,
.cid-uFpjxKQnGr .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-uFpjxKQnGr .first-row {
  padding-bottom: 1rem;
}
.cid-uFpjxKQnGr .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uFpjxKQnGr .first-card,
  .cid-uFpjxKQnGr .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFpjxKQnGr .first-card {
    padding-bottom: 2rem;
  }
  .cid-uFpjxKQnGr .only-first-row {
    height: 100%;
  }
}
.cid-uFpjxKQnGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpjxKQnGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYdwj0PWw {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uFYdwj0PWw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFYdwj0PWw .item {
    margin-bottom: 1rem;
  }
}
.cid-uFYdwj0PWw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uFYdwj0PWw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFYdwj0PWw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFYdwj0PWw .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFYdwj0PWw .carousel-control,
.cid-uFYdwj0PWw .close {
  background: #1b1b1b;
}
.cid-uFYdwj0PWw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFYdwj0PWw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFYdwj0PWw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFYdwj0PWw .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFYdwj0PWw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFYdwj0PWw .close::before {
  content: '\e91a';
}
.cid-uFYdwj0PWw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFYdwj0PWw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFYdwj0PWw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFYdwj0PWw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFYdwj0PWw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFYdwj0PWw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFYdwj0PWw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFYdwj0PWw .carousel-indicators li.active,
.cid-uFYdwj0PWw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFYdwj0PWw .carousel-indicators li::after,
.cid-uFYdwj0PWw .carousel-indicators li::before {
  content: none;
}
.cid-uFYdwj0PWw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFYdwj0PWw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFYdwj0PWw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFYdwj0PWw .carousel-indicators {
    display: none;
  }
}
.cid-uFYdwj0PWw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFYdwj0PWw .carousel-inner > .active {
  display: block;
}
.cid-uFYdwj0PWw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFYdwj0PWw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFYdwj0PWw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFYdwj0PWw .carousel-control,
  .cid-uFYdwj0PWw .carousel-indicators,
  .cid-uFYdwj0PWw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFYdwj0PWw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFYdwj0PWw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFYdwj0PWw .carousel-indicators .active,
.cid-uFYdwj0PWw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFYdwj0PWw .carousel-indicators .active {
  background: #fff;
}
.cid-uFYdwj0PWw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFYdwj0PWw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFYdwj0PWw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFYdwj0PWw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFYdwj0PWw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFYdwj0PWw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFYdwj0PWw .carousel {
  width: 100%;
}
.cid-uFYdwj0PWw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFYdwj0PWw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFYdwj0PWw .modal.fade .modal-dialog,
.cid-uFYdwj0PWw .modal.in .modal-dialog {
  transform: none;
}
.cid-uFYdwj0PWw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFYdwj0PWw .content-head {
  max-width: 800px;
}
.cid-uFpmAEHw6K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFpmAEHw6K .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-uFpmAEHw6K .card .card-img img {
  transition: all 0.5s;
}
.cid-uFpmAEHw6K .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uFpmAEHw6K .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-uFpmAEHw6K .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uFpmAEHw6K .first-card {
  display: block;
}
.cid-uFpmAEHw6K .first-card .card-wrapper {
  height: 100%;
}
.cid-uFpmAEHw6K .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uFpmAEHw6K .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFpmAEHw6K .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-uFpmAEHw6K .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uFpmAEHw6K .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uFpmAEHw6K .first-row,
.cid-uFpmAEHw6K .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-uFpmAEHw6K .first-row .card .card-wrapper,
.cid-uFpmAEHw6K .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-uFpmAEHw6K .first-row .card .card-wrapper .card-img,
.cid-uFpmAEHw6K .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-uFpmAEHw6K .first-row .card .card-wrapper .card-img img,
.cid-uFpmAEHw6K .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-uFpmAEHw6K .first-row,
  .cid-uFpmAEHw6K .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFpmAEHw6K .first-row .card .card-wrapper .card-img,
  .cid-uFpmAEHw6K .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFpmAEHw6K .first-row .card .card-wrapper .card-img img,
  .cid-uFpmAEHw6K .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-uFpmAEHw6K .first-row .caption,
.cid-uFpmAEHw6K .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-uFpmAEHw6K .first-row .caption .price,
.cid-uFpmAEHw6K .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-uFpmAEHw6K .first-row {
  padding-bottom: 1rem;
}
.cid-uFpmAEHw6K .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uFpmAEHw6K .first-card,
  .cid-uFpmAEHw6K .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFpmAEHw6K .first-card {
    padding-bottom: 2rem;
  }
  .cid-uFpmAEHw6K .only-first-row {
    height: 100%;
  }
}
.cid-uFpmAEHw6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpmAEHw6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYc5ZVWqP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFYc5ZVWqP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFYc5ZVWqP .item {
    margin-bottom: 1rem;
  }
}
.cid-uFYc5ZVWqP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uFYc5ZVWqP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFYc5ZVWqP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFYc5ZVWqP .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFYc5ZVWqP .carousel-control,
.cid-uFYc5ZVWqP .close {
  background: #1b1b1b;
}
.cid-uFYc5ZVWqP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFYc5ZVWqP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFYc5ZVWqP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFYc5ZVWqP .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFYc5ZVWqP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFYc5ZVWqP .close::before {
  content: '\e91a';
}
.cid-uFYc5ZVWqP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFYc5ZVWqP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFYc5ZVWqP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFYc5ZVWqP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFYc5ZVWqP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFYc5ZVWqP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFYc5ZVWqP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFYc5ZVWqP .carousel-indicators li.active,
.cid-uFYc5ZVWqP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFYc5ZVWqP .carousel-indicators li::after,
.cid-uFYc5ZVWqP .carousel-indicators li::before {
  content: none;
}
.cid-uFYc5ZVWqP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFYc5ZVWqP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFYc5ZVWqP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFYc5ZVWqP .carousel-indicators {
    display: none;
  }
}
.cid-uFYc5ZVWqP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFYc5ZVWqP .carousel-inner > .active {
  display: block;
}
.cid-uFYc5ZVWqP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFYc5ZVWqP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFYc5ZVWqP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFYc5ZVWqP .carousel-control,
  .cid-uFYc5ZVWqP .carousel-indicators,
  .cid-uFYc5ZVWqP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFYc5ZVWqP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFYc5ZVWqP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFYc5ZVWqP .carousel-indicators .active,
.cid-uFYc5ZVWqP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFYc5ZVWqP .carousel-indicators .active {
  background: #fff;
}
.cid-uFYc5ZVWqP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFYc5ZVWqP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFYc5ZVWqP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFYc5ZVWqP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFYc5ZVWqP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFYc5ZVWqP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFYc5ZVWqP .carousel {
  width: 100%;
}
.cid-uFYc5ZVWqP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFYc5ZVWqP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFYc5ZVWqP .modal.fade .modal-dialog,
.cid-uFYc5ZVWqP .modal.in .modal-dialog {
  transform: none;
}
.cid-uFYc5ZVWqP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFYc5ZVWqP .content-head {
  max-width: 800px;
}
.cid-uFYalosoZk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFYalosoZk .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-uFYalosoZk .card .card-img img {
  transition: all 0.5s;
}
.cid-uFYalosoZk .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uFYalosoZk .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-uFYalosoZk .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uFYalosoZk .first-card {
  display: block;
}
.cid-uFYalosoZk .first-card .card-wrapper {
  height: 100%;
}
.cid-uFYalosoZk .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uFYalosoZk .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFYalosoZk .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-uFYalosoZk .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uFYalosoZk .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uFYalosoZk .first-row,
.cid-uFYalosoZk .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-uFYalosoZk .first-row .card .card-wrapper,
.cid-uFYalosoZk .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-uFYalosoZk .first-row .card .card-wrapper .card-img,
.cid-uFYalosoZk .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-uFYalosoZk .first-row .card .card-wrapper .card-img img,
.cid-uFYalosoZk .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-uFYalosoZk .first-row,
  .cid-uFYalosoZk .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFYalosoZk .first-row .card .card-wrapper .card-img,
  .cid-uFYalosoZk .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFYalosoZk .first-row .card .card-wrapper .card-img img,
  .cid-uFYalosoZk .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-uFYalosoZk .first-row .caption,
.cid-uFYalosoZk .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-uFYalosoZk .first-row .caption .price,
.cid-uFYalosoZk .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-uFYalosoZk .first-row {
  padding-bottom: 1rem;
}
.cid-uFYalosoZk .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uFYalosoZk .first-card,
  .cid-uFYalosoZk .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFYalosoZk .first-card {
    padding-bottom: 2rem;
  }
  .cid-uFYalosoZk .only-first-row {
    height: 100%;
  }
}
.cid-uFYalosoZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYalosoZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYbqH7dRf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFYbqH7dRf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFYbqH7dRf .item {
    margin-bottom: 1rem;
  }
}
.cid-uFYbqH7dRf .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uFYbqH7dRf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFYbqH7dRf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFYbqH7dRf .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFYbqH7dRf .carousel-control,
.cid-uFYbqH7dRf .close {
  background: #1b1b1b;
}
.cid-uFYbqH7dRf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFYbqH7dRf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFYbqH7dRf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFYbqH7dRf .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFYbqH7dRf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFYbqH7dRf .close::before {
  content: '\e91a';
}
.cid-uFYbqH7dRf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFYbqH7dRf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFYbqH7dRf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFYbqH7dRf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFYbqH7dRf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFYbqH7dRf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFYbqH7dRf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFYbqH7dRf .carousel-indicators li.active,
.cid-uFYbqH7dRf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFYbqH7dRf .carousel-indicators li::after,
.cid-uFYbqH7dRf .carousel-indicators li::before {
  content: none;
}
.cid-uFYbqH7dRf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFYbqH7dRf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFYbqH7dRf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFYbqH7dRf .carousel-indicators {
    display: none;
  }
}
.cid-uFYbqH7dRf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFYbqH7dRf .carousel-inner > .active {
  display: block;
}
.cid-uFYbqH7dRf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFYbqH7dRf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFYbqH7dRf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFYbqH7dRf .carousel-control,
  .cid-uFYbqH7dRf .carousel-indicators,
  .cid-uFYbqH7dRf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFYbqH7dRf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFYbqH7dRf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFYbqH7dRf .carousel-indicators .active,
.cid-uFYbqH7dRf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFYbqH7dRf .carousel-indicators .active {
  background: #fff;
}
.cid-uFYbqH7dRf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFYbqH7dRf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFYbqH7dRf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFYbqH7dRf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFYbqH7dRf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFYbqH7dRf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFYbqH7dRf .carousel {
  width: 100%;
}
.cid-uFYbqH7dRf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFYbqH7dRf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFYbqH7dRf .modal.fade .modal-dialog,
.cid-uFYbqH7dRf .modal.in .modal-dialog {
  transform: none;
}
.cid-uFYbqH7dRf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFYbqH7dRf .content-head {
  max-width: 800px;
}
.cid-uFpjxMB9cM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFpjxMB9cM .content {
    text-align: center;
  }
  .cid-uFpjxMB9cM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFpjxMB9cM .logo-subtitle {
  color: #8d97ad;
}
.cid-uFpjxMB9cM .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFpjxMB9cM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFpjxMB9cM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFpjxMB9cM .media-wrap img {
  height: 4rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uFpjxMB9cM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uFpjxMB9cM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uFpjxMB9cM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFpjxMB9cM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uFpjxMB9cM .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uFpjxMB9cM .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uFpjxMB9cM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFpjxMB9cM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFpjxMB9cM .list-item {
  display: flex;
}
.cid-uFpjxMB9cM .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uFpjxMB9cM ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uFpjxMB9cM ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uFpjxMB9cM ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uFpjxMB9cM .logo-subtitle,
.cid-uFpjxMB9cM .media-wrap {
  text-align: center;
  color: #000000;
}
.cid-uFpjxMB9cM .column-title {
  color: #000000;
}
.cid-uFpjxMB9cM P {
  color: #000000;
}
.cid-uFpjxMB9cM .mbr-text {
  color: #000000;
}
.cid-uFpssA4Eu6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #dc1b09;
  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-uFpssA4Eu6 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uFpssA4Eu6 .nav-item,
.cid-uFpssA4Eu6 .nav-link,
.cid-uFpssA4Eu6 .navbar-caption {
  font-weight: normal;
}
.cid-uFpssA4Eu6 .nav-item:focus,
.cid-uFpssA4Eu6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uFpssA4Eu6 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uFpssA4Eu6 .nav-item .nav-link {
    position: relative;
  }
  .cid-uFpssA4Eu6 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #dc1b09;
    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-uFpssA4Eu6 .nav-item:hover .nav-link:before,
  .cid-uFpssA4Eu6 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uFpssA4Eu6 .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-uFpssA4Eu6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFpssA4Eu6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uFpssA4Eu6 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uFpssA4Eu6 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFpssA4Eu6 .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-uFpssA4Eu6 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFpssA4Eu6 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFpssA4Eu6 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uFpssA4Eu6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uFpssA4Eu6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFpssA4Eu6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFpssA4Eu6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFpssA4Eu6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFpssA4Eu6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFpssA4Eu6 .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-uFpssA4Eu6 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uFpssA4Eu6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFpssA4Eu6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFpssA4Eu6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFpssA4Eu6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFpssA4Eu6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFpssA4Eu6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uFpssA4Eu6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uFpssA4Eu6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFpssA4Eu6 .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-uFpssA4Eu6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFpssA4Eu6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFpssA4Eu6 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uFpssA4Eu6 .dropdown-item.active,
.cid-uFpssA4Eu6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFpssA4Eu6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFpssA4Eu6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFpssA4Eu6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFpssA4Eu6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uFpssA4Eu6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFpssA4Eu6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFpssA4Eu6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFpssA4Eu6 .navbar-buttons {
  text-align: center;
}
.cid-uFpssA4Eu6 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-uFpssA4Eu6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFpssA4Eu6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFpssA4Eu6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFpssA4Eu6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFpssA4Eu6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFpssA4Eu6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFpssA4Eu6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFpssA4Eu6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFpssA4Eu6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFpssA4Eu6 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uFpssA4Eu6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFpssA4Eu6 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #dc1b09;
  display: inline-flex;
}
.cid-uFpssA4Eu6 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 0px solid;
  border-radius: 100px;
}
.cid-uFpssA4Eu6 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uFpssA4Eu6 .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-uFpssA4Eu6 a.nav-link .mbr-iconfont-btn,
.cid-uFpssA4Eu6 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uFpssA4Eu6 a.nav-link:hover .mbr-iconfont-btn,
.cid-uFpssA4Eu6 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uFpssA4Eu6 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFpssA4Eu6 .navbar {
    height: 77px;
  }
  .cid-uFpssA4Eu6 .navbar.opened {
    height: auto;
  }
  .cid-uFpssA4Eu6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFpssAQWXA {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uFpssBkBmh {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFpssBkBmh .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uFpssBkBmh .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uFpssBkBmh .text-content {
  padding-right: 1.5rem;
}
.cid-uFpssBkBmh .mbr-text {
  color: #8d97ad;
}
.cid-uFpssBkBmh .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-uFpssBkBmh .counter-container {
  padding-top: 1rem;
}
.cid-uFpssBkBmh .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uFpssBkBmh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uFpssBkBmh .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-uFpssBkBmh .main-row {
    margin: 0;
  }
  .cid-uFpssBkBmh .mbr-section-title,
  .cid-uFpssBkBmh .mbr-text,
  .cid-uFpssBkBmh .list,
  .cid-uFpssBkBmh .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uFpssBkBmh .text-content {
    padding: 0;
  }
}
.cid-uFpssBkBmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpssBkBmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFpssBJ3r2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFpssBJ3r2 .mbr-section-subtitle {
  color: #232323;
}
.cid-uFpssBWWfA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFpssBWWfA .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-uFpssBWWfA .card .card-img img {
  transition: all 0.5s;
}
.cid-uFpssBWWfA .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uFpssBWWfA .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-uFpssBWWfA .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uFpssBWWfA .first-card {
  display: block;
}
.cid-uFpssBWWfA .first-card .card-wrapper {
  height: 100%;
}
.cid-uFpssBWWfA .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uFpssBWWfA .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFpssBWWfA .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-uFpssBWWfA .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uFpssBWWfA .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uFpssBWWfA .first-row,
.cid-uFpssBWWfA .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-uFpssBWWfA .first-row .card .card-wrapper,
.cid-uFpssBWWfA .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-uFpssBWWfA .first-row .card .card-wrapper .card-img,
.cid-uFpssBWWfA .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-uFpssBWWfA .first-row .card .card-wrapper .card-img img,
.cid-uFpssBWWfA .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-uFpssBWWfA .first-row,
  .cid-uFpssBWWfA .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFpssBWWfA .first-row .card .card-wrapper .card-img,
  .cid-uFpssBWWfA .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFpssBWWfA .first-row .card .card-wrapper .card-img img,
  .cid-uFpssBWWfA .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-uFpssBWWfA .first-row .caption,
.cid-uFpssBWWfA .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-uFpssBWWfA .first-row .caption .price,
.cid-uFpssBWWfA .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-uFpssBWWfA .first-row {
  padding-bottom: 1rem;
}
.cid-uFpssBWWfA .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uFpssBWWfA .first-card,
  .cid-uFpssBWWfA .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFpssBWWfA .first-card {
    padding-bottom: 2rem;
  }
  .cid-uFpssBWWfA .only-first-row {
    height: 100%;
  }
}
.cid-uFpssBWWfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpssBWWfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYeyJCNe2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFYeyJCNe2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFYeyJCNe2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uFYeyJCNe2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uFYeyJCNe2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFYeyJCNe2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFYeyJCNe2 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFYeyJCNe2 .carousel-control,
.cid-uFYeyJCNe2 .close {
  background: #1b1b1b;
}
.cid-uFYeyJCNe2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFYeyJCNe2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFYeyJCNe2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFYeyJCNe2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFYeyJCNe2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFYeyJCNe2 .close::before {
  content: '\e91a';
}
.cid-uFYeyJCNe2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFYeyJCNe2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFYeyJCNe2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFYeyJCNe2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFYeyJCNe2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFYeyJCNe2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFYeyJCNe2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFYeyJCNe2 .carousel-indicators li.active,
.cid-uFYeyJCNe2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFYeyJCNe2 .carousel-indicators li::after,
.cid-uFYeyJCNe2 .carousel-indicators li::before {
  content: none;
}
.cid-uFYeyJCNe2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFYeyJCNe2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFYeyJCNe2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFYeyJCNe2 .carousel-indicators {
    display: none;
  }
}
.cid-uFYeyJCNe2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFYeyJCNe2 .carousel-inner > .active {
  display: block;
}
.cid-uFYeyJCNe2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFYeyJCNe2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFYeyJCNe2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFYeyJCNe2 .carousel-control,
  .cid-uFYeyJCNe2 .carousel-indicators,
  .cid-uFYeyJCNe2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFYeyJCNe2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFYeyJCNe2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFYeyJCNe2 .carousel-indicators .active,
.cid-uFYeyJCNe2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFYeyJCNe2 .carousel-indicators .active {
  background: #fff;
}
.cid-uFYeyJCNe2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFYeyJCNe2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFYeyJCNe2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFYeyJCNe2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFYeyJCNe2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFYeyJCNe2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFYeyJCNe2 .carousel {
  width: 100%;
}
.cid-uFYeyJCNe2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFYeyJCNe2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFYeyJCNe2 .modal.fade .modal-dialog,
.cid-uFYeyJCNe2 .modal.in .modal-dialog {
  transform: none;
}
.cid-uFYeyJCNe2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFYeyJCNe2 .content-head {
  max-width: 800px;
}
.cid-uFpxaHZiC6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFpxaHZiC6 .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-uFpxaHZiC6 .card .card-img img {
  transition: all 0.5s;
}
.cid-uFpxaHZiC6 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uFpxaHZiC6 .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-uFpxaHZiC6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uFpxaHZiC6 .first-card {
  display: block;
}
.cid-uFpxaHZiC6 .first-card .card-wrapper {
  height: 100%;
}
.cid-uFpxaHZiC6 .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uFpxaHZiC6 .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFpxaHZiC6 .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-uFpxaHZiC6 .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uFpxaHZiC6 .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uFpxaHZiC6 .first-row,
.cid-uFpxaHZiC6 .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-uFpxaHZiC6 .first-row .card .card-wrapper,
.cid-uFpxaHZiC6 .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-uFpxaHZiC6 .first-row .card .card-wrapper .card-img,
.cid-uFpxaHZiC6 .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-uFpxaHZiC6 .first-row .card .card-wrapper .card-img img,
.cid-uFpxaHZiC6 .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-uFpxaHZiC6 .first-row,
  .cid-uFpxaHZiC6 .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFpxaHZiC6 .first-row .card .card-wrapper .card-img,
  .cid-uFpxaHZiC6 .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFpxaHZiC6 .first-row .card .card-wrapper .card-img img,
  .cid-uFpxaHZiC6 .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-uFpxaHZiC6 .first-row .caption,
.cid-uFpxaHZiC6 .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-uFpxaHZiC6 .first-row .caption .price,
.cid-uFpxaHZiC6 .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-uFpxaHZiC6 .first-row {
  padding-bottom: 1rem;
}
.cid-uFpxaHZiC6 .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uFpxaHZiC6 .first-card,
  .cid-uFpxaHZiC6 .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFpxaHZiC6 .first-card {
    padding-bottom: 2rem;
  }
  .cid-uFpxaHZiC6 .only-first-row {
    height: 100%;
  }
}
.cid-uFpxaHZiC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpxaHZiC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYeAcg0bu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFYeAcg0bu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFYeAcg0bu .item {
    margin-bottom: 1rem;
  }
}
.cid-uFYeAcg0bu .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uFYeAcg0bu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFYeAcg0bu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFYeAcg0bu .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFYeAcg0bu .carousel-control,
.cid-uFYeAcg0bu .close {
  background: #1b1b1b;
}
.cid-uFYeAcg0bu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFYeAcg0bu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFYeAcg0bu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFYeAcg0bu .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFYeAcg0bu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFYeAcg0bu .close::before {
  content: '\e91a';
}
.cid-uFYeAcg0bu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFYeAcg0bu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFYeAcg0bu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFYeAcg0bu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFYeAcg0bu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFYeAcg0bu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFYeAcg0bu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFYeAcg0bu .carousel-indicators li.active,
.cid-uFYeAcg0bu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFYeAcg0bu .carousel-indicators li::after,
.cid-uFYeAcg0bu .carousel-indicators li::before {
  content: none;
}
.cid-uFYeAcg0bu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFYeAcg0bu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFYeAcg0bu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFYeAcg0bu .carousel-indicators {
    display: none;
  }
}
.cid-uFYeAcg0bu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFYeAcg0bu .carousel-inner > .active {
  display: block;
}
.cid-uFYeAcg0bu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFYeAcg0bu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFYeAcg0bu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFYeAcg0bu .carousel-control,
  .cid-uFYeAcg0bu .carousel-indicators,
  .cid-uFYeAcg0bu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFYeAcg0bu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFYeAcg0bu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFYeAcg0bu .carousel-indicators .active,
.cid-uFYeAcg0bu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFYeAcg0bu .carousel-indicators .active {
  background: #fff;
}
.cid-uFYeAcg0bu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFYeAcg0bu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFYeAcg0bu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFYeAcg0bu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFYeAcg0bu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFYeAcg0bu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFYeAcg0bu .carousel {
  width: 100%;
}
.cid-uFYeAcg0bu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFYeAcg0bu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFYeAcg0bu .modal.fade .modal-dialog,
.cid-uFYeAcg0bu .modal.in .modal-dialog {
  transform: none;
}
.cid-uFYeAcg0bu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFYeAcg0bu .content-head {
  max-width: 800px;
}
.cid-uFpssFkZGo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFpssFkZGo .content {
    text-align: center;
  }
  .cid-uFpssFkZGo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFpssFkZGo .logo-subtitle {
  color: #8d97ad;
}
.cid-uFpssFkZGo .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFpssFkZGo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFpssFkZGo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFpssFkZGo .media-wrap img {
  height: 4rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uFpssFkZGo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uFpssFkZGo .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uFpssFkZGo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFpssFkZGo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uFpssFkZGo .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uFpssFkZGo .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uFpssFkZGo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFpssFkZGo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFpssFkZGo .list-item {
  display: flex;
}
.cid-uFpssFkZGo .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uFpssFkZGo ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uFpssFkZGo ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uFpssFkZGo ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uFpssFkZGo .logo-subtitle,
.cid-uFpssFkZGo .media-wrap {
  text-align: center;
  color: #000000;
}
.cid-uFpssFkZGo .column-title {
  color: #000000;
}
.cid-uFpssFkZGo P {
  color: #000000;
}
.cid-uFpssFkZGo .mbr-text {
  color: #000000;
}
.cid-uFptChHtQ6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #dc1b09;
  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-uFptChHtQ6 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uFptChHtQ6 .nav-item,
.cid-uFptChHtQ6 .nav-link,
.cid-uFptChHtQ6 .navbar-caption {
  font-weight: normal;
}
.cid-uFptChHtQ6 .nav-item:focus,
.cid-uFptChHtQ6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uFptChHtQ6 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uFptChHtQ6 .nav-item .nav-link {
    position: relative;
  }
  .cid-uFptChHtQ6 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #dc1b09;
    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-uFptChHtQ6 .nav-item:hover .nav-link:before,
  .cid-uFptChHtQ6 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uFptChHtQ6 .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-uFptChHtQ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFptChHtQ6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uFptChHtQ6 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uFptChHtQ6 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFptChHtQ6 .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-uFptChHtQ6 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFptChHtQ6 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFptChHtQ6 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uFptChHtQ6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uFptChHtQ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFptChHtQ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFptChHtQ6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFptChHtQ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFptChHtQ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFptChHtQ6 .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-uFptChHtQ6 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uFptChHtQ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFptChHtQ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFptChHtQ6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFptChHtQ6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFptChHtQ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFptChHtQ6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uFptChHtQ6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uFptChHtQ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFptChHtQ6 .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-uFptChHtQ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFptChHtQ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFptChHtQ6 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uFptChHtQ6 .dropdown-item.active,
.cid-uFptChHtQ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFptChHtQ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFptChHtQ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFptChHtQ6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFptChHtQ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uFptChHtQ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFptChHtQ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFptChHtQ6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFptChHtQ6 .navbar-buttons {
  text-align: center;
}
.cid-uFptChHtQ6 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-uFptChHtQ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFptChHtQ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFptChHtQ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFptChHtQ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFptChHtQ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFptChHtQ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFptChHtQ6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFptChHtQ6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFptChHtQ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFptChHtQ6 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uFptChHtQ6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFptChHtQ6 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #dc1b09;
  display: inline-flex;
}
.cid-uFptChHtQ6 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 0px solid;
  border-radius: 100px;
}
.cid-uFptChHtQ6 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uFptChHtQ6 .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-uFptChHtQ6 a.nav-link .mbr-iconfont-btn,
.cid-uFptChHtQ6 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uFptChHtQ6 a.nav-link:hover .mbr-iconfont-btn,
.cid-uFptChHtQ6 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uFptChHtQ6 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFptChHtQ6 .navbar {
    height: 77px;
  }
  .cid-uFptChHtQ6 .navbar.opened {
    height: auto;
  }
  .cid-uFptChHtQ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFptCivOKr {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uFptCiZc34 {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFptCiZc34 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uFptCiZc34 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uFptCiZc34 .text-content {
  padding-right: 1.5rem;
}
.cid-uFptCiZc34 .mbr-text {
  color: #8d97ad;
}
.cid-uFptCiZc34 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-uFptCiZc34 .counter-container {
  padding-top: 1rem;
}
.cid-uFptCiZc34 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uFptCiZc34 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uFptCiZc34 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-uFptCiZc34 .main-row {
    margin: 0;
  }
  .cid-uFptCiZc34 .mbr-section-title,
  .cid-uFptCiZc34 .mbr-text,
  .cid-uFptCiZc34 .list,
  .cid-uFptCiZc34 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uFptCiZc34 .text-content {
    padding: 0;
  }
}
.cid-uFptCiZc34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFptCiZc34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFptCjro82 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFptCjro82 .mbr-section-subtitle {
  color: #232323;
}
.cid-uFptCjExsE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFptCjExsE .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-uFptCjExsE .card .card-img img {
  transition: all 0.5s;
}
.cid-uFptCjExsE .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uFptCjExsE .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-uFptCjExsE .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uFptCjExsE .first-card {
  display: block;
}
.cid-uFptCjExsE .first-card .card-wrapper {
  height: 100%;
}
.cid-uFptCjExsE .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uFptCjExsE .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFptCjExsE .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-uFptCjExsE .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uFptCjExsE .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uFptCjExsE .first-row,
.cid-uFptCjExsE .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-uFptCjExsE .first-row .card .card-wrapper,
.cid-uFptCjExsE .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-uFptCjExsE .first-row .card .card-wrapper .card-img,
.cid-uFptCjExsE .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-uFptCjExsE .first-row .card .card-wrapper .card-img img,
.cid-uFptCjExsE .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-uFptCjExsE .first-row,
  .cid-uFptCjExsE .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFptCjExsE .first-row .card .card-wrapper .card-img,
  .cid-uFptCjExsE .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFptCjExsE .first-row .card .card-wrapper .card-img img,
  .cid-uFptCjExsE .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-uFptCjExsE .first-row .caption,
.cid-uFptCjExsE .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-uFptCjExsE .first-row .caption .price,
.cid-uFptCjExsE .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-uFptCjExsE .first-row {
  padding-bottom: 1rem;
}
.cid-uFptCjExsE .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uFptCjExsE .first-card,
  .cid-uFptCjExsE .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFptCjExsE .first-card {
    padding-bottom: 2rem;
  }
  .cid-uFptCjExsE .only-first-row {
    height: 100%;
  }
}
.cid-uFptCjExsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFptCjExsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFpyAEHPO8 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFpyAEHPO8 .item {
  padding-bottom: 2rem;
}
.cid-uFpyAEHPO8 .item-wrapper {
  height: 100%;
}
.cid-uFpyAEHPO8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFpyAEHPO8 .carousel-control,
.cid-uFpyAEHPO8 .close {
  background: #1b1b1b;
}
.cid-uFpyAEHPO8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFpyAEHPO8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFpyAEHPO8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uFpyAEHPO8 .close::before {
  content: '\e91a';
}
.cid-uFpyAEHPO8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFpyAEHPO8 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uFpyAEHPO8 .carousel-inner > .active {
  display: block;
}
.cid-uFpyAEHPO8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFpyAEHPO8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFpyAEHPO8 .carousel-control .icon-next,
.cid-uFpyAEHPO8 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uFpyAEHPO8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFpyAEHPO8 .carousel-control,
  .cid-uFpyAEHPO8 .carousel-indicators,
  .cid-uFpyAEHPO8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFpyAEHPO8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFpyAEHPO8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFpyAEHPO8 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uFpyAEHPO8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFpyAEHPO8 .carousel-indicators {
    display: none;
  }
}
.cid-uFpyAEHPO8 .carousel-indicators .active,
.cid-uFpyAEHPO8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uFpyAEHPO8 .carousel-indicators .active {
  background: #fff;
}
.cid-uFpyAEHPO8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFpyAEHPO8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFpyAEHPO8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFpyAEHPO8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFpyAEHPO8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFpyAEHPO8 .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uFpyAEHPO8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFpyAEHPO8 .carousel {
  width: 100%;
}
.cid-uFpyAEHPO8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFpyAEHPO8 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uFpyAEHPO8 .modal.fade .modal-dialog,
.cid-uFpyAEHPO8 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uFpyAEHPO8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFpyAEHPO8 a {
  display: block;
}
.cid-uFpyAEHPO8 a.img {
  pointer-events: none;
}
.cid-uFptClcgQI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFptClcgQI .content {
    text-align: center;
  }
  .cid-uFptClcgQI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFptClcgQI .logo-subtitle {
  color: #8d97ad;
}
.cid-uFptClcgQI .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFptClcgQI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFptClcgQI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFptClcgQI .media-wrap img {
  height: 4rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uFptClcgQI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uFptClcgQI .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uFptClcgQI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFptClcgQI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uFptClcgQI .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uFptClcgQI .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uFptClcgQI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFptClcgQI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFptClcgQI .list-item {
  display: flex;
}
.cid-uFptClcgQI .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uFptClcgQI ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uFptClcgQI ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uFptClcgQI ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uFptClcgQI .logo-subtitle,
.cid-uFptClcgQI .media-wrap {
  text-align: center;
  color: #000000;
}
.cid-uFptClcgQI .column-title {
  color: #000000;
}
.cid-uFptClcgQI P {
  color: #000000;
}
.cid-uFptClcgQI .mbr-text {
  color: #000000;
}
.cid-uFYguMxy7l .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #dc1b09;
  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-uFYguMxy7l .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uFYguMxy7l .nav-item,
.cid-uFYguMxy7l .nav-link,
.cid-uFYguMxy7l .navbar-caption {
  font-weight: normal;
}
.cid-uFYguMxy7l .nav-item:focus,
.cid-uFYguMxy7l .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uFYguMxy7l .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uFYguMxy7l .nav-item .nav-link {
    position: relative;
  }
  .cid-uFYguMxy7l .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #dc1b09;
    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-uFYguMxy7l .nav-item:hover .nav-link:before,
  .cid-uFYguMxy7l .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uFYguMxy7l .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-uFYguMxy7l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFYguMxy7l .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uFYguMxy7l .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uFYguMxy7l .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFYguMxy7l .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-uFYguMxy7l .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFYguMxy7l .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFYguMxy7l .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uFYguMxy7l .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uFYguMxy7l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFYguMxy7l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFYguMxy7l .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFYguMxy7l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFYguMxy7l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFYguMxy7l .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-uFYguMxy7l .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uFYguMxy7l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFYguMxy7l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFYguMxy7l .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFYguMxy7l .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFYguMxy7l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFYguMxy7l .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uFYguMxy7l .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uFYguMxy7l .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFYguMxy7l .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-uFYguMxy7l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFYguMxy7l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFYguMxy7l .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uFYguMxy7l .dropdown-item.active,
.cid-uFYguMxy7l .dropdown-item:active {
  background-color: transparent;
}
.cid-uFYguMxy7l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFYguMxy7l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFYguMxy7l .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFYguMxy7l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uFYguMxy7l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFYguMxy7l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFYguMxy7l ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFYguMxy7l .navbar-buttons {
  text-align: center;
}
.cid-uFYguMxy7l 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-uFYguMxy7l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFYguMxy7l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFYguMxy7l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFYguMxy7l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFYguMxy7l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFYguMxy7l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFYguMxy7l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFYguMxy7l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFYguMxy7l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFYguMxy7l .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uFYguMxy7l a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFYguMxy7l .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #dc1b09;
  display: inline-flex;
}
.cid-uFYguMxy7l .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 0px solid;
  border-radius: 100px;
}
.cid-uFYguMxy7l .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uFYguMxy7l .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-uFYguMxy7l a.nav-link .mbr-iconfont-btn,
.cid-uFYguMxy7l a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uFYguMxy7l a.nav-link:hover .mbr-iconfont-btn,
.cid-uFYguMxy7l a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uFYguMxy7l a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFYguMxy7l .navbar {
    height: 77px;
  }
  .cid-uFYguMxy7l .navbar.opened {
    height: auto;
  }
  .cid-uFYguMxy7l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFYguNenGt {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uFYguNzZkV {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFYguNzZkV .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uFYguNzZkV .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uFYguNzZkV .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uFYguNzZkV .mbr-text {
    text-align: center;
  }
}
.cid-uFYguNzZkV H1 {
  color: #232323;
}
.cid-uFYguNzZkV .mbr-text,
.cid-uFYguNzZkV .mbr-section-btn {
  color: #232323;
}
.cid-uFYguNzZkV H2 {
  color: #000000;
}
.cid-uFYguNXhoO {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFYguNXhoO .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uFYguNXhoO .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uFYguNXhoO .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uFYguNXhoO .mbr-text {
    text-align: center;
  }
}
.cid-uFYguNXhoO H1 {
  color: #232323;
}
.cid-uFYguNXhoO .mbr-text,
.cid-uFYguNXhoO .mbr-section-btn {
  color: #232323;
}
.cid-uFYguNXhoO H2 {
  color: #000000;
}
.cid-uFYguOhbGo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFYguOhbGo .mbr-section-subtitle {
  color: #767676;
}
.cid-uFYguOwPkE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uFYguOwPkE .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-uFYguOwPkE .card .card-img img {
  transition: all 0.5s;
}
.cid-uFYguOwPkE .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uFYguOwPkE .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-uFYguOwPkE .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uFYguOwPkE .first-card {
  display: block;
}
.cid-uFYguOwPkE .first-card .card-wrapper {
  height: 100%;
}
.cid-uFYguOwPkE .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uFYguOwPkE .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFYguOwPkE .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-uFYguOwPkE .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uFYguOwPkE .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uFYguOwPkE .first-row,
.cid-uFYguOwPkE .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-uFYguOwPkE .first-row .card .card-wrapper,
.cid-uFYguOwPkE .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-uFYguOwPkE .first-row .card .card-wrapper .card-img,
.cid-uFYguOwPkE .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-uFYguOwPkE .first-row .card .card-wrapper .card-img img,
.cid-uFYguOwPkE .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-uFYguOwPkE .first-row,
  .cid-uFYguOwPkE .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFYguOwPkE .first-row .card .card-wrapper .card-img,
  .cid-uFYguOwPkE .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFYguOwPkE .first-row .card .card-wrapper .card-img img,
  .cid-uFYguOwPkE .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-uFYguOwPkE .first-row .caption,
.cid-uFYguOwPkE .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-uFYguOwPkE .first-row .caption .price,
.cid-uFYguOwPkE .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-uFYguOwPkE .first-row {
  padding-bottom: 1rem;
}
.cid-uFYguOwPkE .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uFYguOwPkE .first-card,
  .cid-uFYguOwPkE .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFYguOwPkE .first-card {
    padding-bottom: 2rem;
  }
  .cid-uFYguOwPkE .only-first-row {
    height: 100%;
  }
}
.cid-uFYguOwPkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYguOwPkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYguP7yeI {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFYguP7yeI .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uFYguP7yeI .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uFYguP7yeI .text-content {
  padding-right: 1.5rem;
}
.cid-uFYguP7yeI .mbr-text {
  color: #8d97ad;
}
.cid-uFYguP7yeI .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-uFYguP7yeI .counter-container {
  padding-top: 1rem;
}
.cid-uFYguP7yeI .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uFYguP7yeI .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uFYguP7yeI .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-uFYguP7yeI .main-row {
    margin: 0;
  }
  .cid-uFYguP7yeI .mbr-section-title,
  .cid-uFYguP7yeI .mbr-text,
  .cid-uFYguP7yeI .list,
  .cid-uFYguP7yeI .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uFYguP7yeI .text-content {
    padding: 0;
  }
}
.cid-uFYguP7yeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYguP7yeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYguPBS0A {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFYguPBS0A .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-uFYguPBS0A .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-uFYguPBS0A .list-img {
  width: 100px;
}
.cid-uFYguPBS0A .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-uFYguPBS0A .btn {
  margin: 0px !important;
}
.cid-uFYguPBS0A .text-box {
  padding: 1rem;
}
.cid-uFYguPBS0A .text-box p {
  margin: 0;
}
.cid-uFYguPBS0A .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-uFYguPBS0A .ico-box p {
  margin: 0;
}
.cid-uFYguPBS0A .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFYguPBS0A .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFYguPBS0A .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uFYguPBS0A .carousel-item .wrap-img {
  text-align: center;
}
.cid-uFYguPBS0A .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-uFYguPBS0A .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-uFYguPBS0A .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-uFYguPBS0A .carousel-indicators li {
  display: inline-block;
}
.cid-uFYguPBS0A .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-uFYguPBS0A .carousel-indicators li.active {
  border: 0px;
}
.cid-uFYguPBS0A .li1 {
  background-image: url("../../../assets/images/1.jpg");
}
.cid-uFYguPBS0A .li2 {
  background-image: url("../../../assets/images/2.png");
}
.cid-uFYguPBS0A .li3 {
  background-image: url("../../../assets/images/3.png");
}
.cid-uFYguPBS0A .li4 {
  background-image: url("../../../assets/images/5.jpg");
}
.cid-uFYguPBS0A .li5 {
  background-image: url("../../../assets/images/ioustinianou-2.4b-scaled.jpeg");
}
.cid-uFYguPBS0A .li6 {
  background-image: url("../../../assets/images/map.png");
}
@media (max-width: 992px) {
  .cid-uFYguPBS0A .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-uFYguPBS0A .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-uFYguPBS0A .card-title2 {
  color: #274abb;
}
.cid-uFYguPBS0A .sq {
  color: #656565;
}
.cid-uFYguPBS0A .item {
  color: #656565;
}
.cid-uFYguPBS0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYguPBS0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYguQtI1C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uFYguQtI1C .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-uFYguQtI1C .card .card-img img {
  transition: all 0.5s;
}
.cid-uFYguQtI1C .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uFYguQtI1C .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-uFYguQtI1C .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uFYguQtI1C .first-card {
  display: block;
}
.cid-uFYguQtI1C .first-card .card-wrapper {
  height: 100%;
}
.cid-uFYguQtI1C .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uFYguQtI1C .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFYguQtI1C .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-uFYguQtI1C .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uFYguQtI1C .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uFYguQtI1C .first-row,
.cid-uFYguQtI1C .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-uFYguQtI1C .first-row .card .card-wrapper,
.cid-uFYguQtI1C .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-uFYguQtI1C .first-row .card .card-wrapper .card-img,
.cid-uFYguQtI1C .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-uFYguQtI1C .first-row .card .card-wrapper .card-img img,
.cid-uFYguQtI1C .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-uFYguQtI1C .first-row,
  .cid-uFYguQtI1C .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFYguQtI1C .first-row .card .card-wrapper .card-img,
  .cid-uFYguQtI1C .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFYguQtI1C .first-row .card .card-wrapper .card-img img,
  .cid-uFYguQtI1C .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-uFYguQtI1C .first-row .caption,
.cid-uFYguQtI1C .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-uFYguQtI1C .first-row .caption .price,
.cid-uFYguQtI1C .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-uFYguQtI1C .first-row {
  padding-bottom: 1rem;
}
.cid-uFYguQtI1C .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uFYguQtI1C .first-card,
  .cid-uFYguQtI1C .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFYguQtI1C .first-card {
    padding-bottom: 2rem;
  }
  .cid-uFYguQtI1C .only-first-row {
    height: 100%;
  }
}
.cid-uFYguQtI1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYguQtI1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYguQYq7S {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFYguQYq7S .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uFYguQYq7S .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uFYguQYq7S .text-content {
  padding-right: 1.5rem;
}
.cid-uFYguQYq7S .mbr-text {
  color: #8d97ad;
}
.cid-uFYguQYq7S .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-uFYguQYq7S .counter-container {
  padding-top: 1rem;
}
.cid-uFYguQYq7S .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uFYguQYq7S .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uFYguQYq7S .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-uFYguQYq7S .main-row {
    margin: 0;
  }
  .cid-uFYguQYq7S .mbr-section-title,
  .cid-uFYguQYq7S .mbr-text,
  .cid-uFYguQYq7S .list,
  .cid-uFYguQYq7S .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uFYguQYq7S .text-content {
    padding: 0;
  }
}
.cid-uFYguQYq7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYguQYq7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYguRnJt0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uFYguRnJt0 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-uFYguRnJt0 .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-uFYguRnJt0 .list-img {
  width: 100px;
}
.cid-uFYguRnJt0 .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-uFYguRnJt0 .btn {
  margin: 0px !important;
}
.cid-uFYguRnJt0 .text-box {
  padding: 1rem;
}
.cid-uFYguRnJt0 .text-box p {
  margin: 0;
}
.cid-uFYguRnJt0 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-uFYguRnJt0 .ico-box p {
  margin: 0;
}
.cid-uFYguRnJt0 .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFYguRnJt0 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFYguRnJt0 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uFYguRnJt0 .carousel-item .wrap-img {
  text-align: center;
}
.cid-uFYguRnJt0 .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-uFYguRnJt0 .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-uFYguRnJt0 .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-uFYguRnJt0 .carousel-indicators li {
  display: inline-block;
}
.cid-uFYguRnJt0 .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-uFYguRnJt0 .carousel-indicators li.active {
  border: 0px;
}
.cid-uFYguRnJt0 .li1 {
  background-image: url("../../../assets/images/6.jpg");
}
.cid-uFYguRnJt0 .li2 {
  background-image: url("../../../assets/images/7.jpg");
}
.cid-uFYguRnJt0 .li3 {
  background-image: url("../../../assets/images/4.png");
}
.cid-uFYguRnJt0 .li4 {
  background-image: url("../../../assets/images/ioustinianou-2.4b-scaled-1.jpeg");
}
.cid-uFYguRnJt0 .li5 {
  background-image: url("../../../assets/images/map.png");
}
.cid-uFYguRnJt0 .li6 {
  background-image: url("../../../assets/images/03.jpg");
}
@media (max-width: 992px) {
  .cid-uFYguRnJt0 .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-uFYguRnJt0 .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-uFYguRnJt0 .card-title2 {
  color: #274abb;
}
.cid-uFYguRnJt0 .sq {
  color: #656565;
}
.cid-uFYguRnJt0 .item {
  color: #656565;
}
.cid-uFYguRnJt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYguRnJt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYguS5A9a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFYguS5A9a .content {
    text-align: center;
  }
  .cid-uFYguS5A9a .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFYguS5A9a .logo-subtitle {
  color: #8d97ad;
}
.cid-uFYguS5A9a .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFYguS5A9a .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFYguS5A9a .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFYguS5A9a .media-wrap img {
  height: 4rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uFYguS5A9a .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uFYguS5A9a .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uFYguS5A9a .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFYguS5A9a .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uFYguS5A9a .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uFYguS5A9a .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uFYguS5A9a .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFYguS5A9a .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFYguS5A9a .list-item {
  display: flex;
}
.cid-uFYguS5A9a .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uFYguS5A9a ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uFYguS5A9a ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uFYguS5A9a ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uFYguS5A9a .logo-subtitle,
.cid-uFYguS5A9a .media-wrap {
  text-align: center;
  color: #000000;
}
.cid-uFYguS5A9a .column-title {
  color: #000000;
}
.cid-uFYguS5A9a P {
  color: #000000;
}
.cid-uFYguS5A9a .mbr-text {
  color: #000000;
}
.cid-tInLFYT1ra .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #dc1b09;
  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-tInLFYT1ra .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tInLFYT1ra .nav-item,
.cid-tInLFYT1ra .nav-link,
.cid-tInLFYT1ra .navbar-caption {
  font-weight: normal;
}
.cid-tInLFYT1ra .nav-item:focus,
.cid-tInLFYT1ra .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tInLFYT1ra .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tInLFYT1ra .nav-item .nav-link {
    position: relative;
  }
  .cid-tInLFYT1ra .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #dc1b09;
    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-tInLFYT1ra .nav-item:hover .nav-link:before,
  .cid-tInLFYT1ra .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tInLFYT1ra .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-tInLFYT1ra .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tInLFYT1ra .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tInLFYT1ra .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tInLFYT1ra .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tInLFYT1ra .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-tInLFYT1ra .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tInLFYT1ra .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tInLFYT1ra .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tInLFYT1ra .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tInLFYT1ra .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tInLFYT1ra .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tInLFYT1ra .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tInLFYT1ra .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tInLFYT1ra .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tInLFYT1ra .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-tInLFYT1ra .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tInLFYT1ra .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tInLFYT1ra .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tInLFYT1ra .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tInLFYT1ra .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tInLFYT1ra .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tInLFYT1ra .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tInLFYT1ra .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tInLFYT1ra .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tInLFYT1ra .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-tInLFYT1ra .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tInLFYT1ra .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tInLFYT1ra .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tInLFYT1ra .dropdown-item.active,
.cid-tInLFYT1ra .dropdown-item:active {
  background-color: transparent;
}
.cid-tInLFYT1ra .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tInLFYT1ra .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tInLFYT1ra .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tInLFYT1ra .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tInLFYT1ra .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tInLFYT1ra .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tInLFYT1ra ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tInLFYT1ra .navbar-buttons {
  text-align: center;
}
.cid-tInLFYT1ra 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-tInLFYT1ra button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tInLFYT1ra button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tInLFYT1ra button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tInLFYT1ra button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tInLFYT1ra button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tInLFYT1ra nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tInLFYT1ra nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tInLFYT1ra nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tInLFYT1ra nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tInLFYT1ra .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tInLFYT1ra a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tInLFYT1ra .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #dc1b09;
  display: inline-flex;
}
.cid-tInLFYT1ra .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 0px solid;
  border-radius: 100px;
}
.cid-tInLFYT1ra .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tInLFYT1ra .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-tInLFYT1ra a.nav-link .mbr-iconfont-btn,
.cid-tInLFYT1ra a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tInLFYT1ra a.nav-link:hover .mbr-iconfont-btn,
.cid-tInLFYT1ra a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tInLFYT1ra a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tInLFYT1ra .navbar {
    height: 77px;
  }
  .cid-tInLFYT1ra .navbar.opened {
    height: auto;
  }
  .cid-tInLFYT1ra .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tInLG0FRTh {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tInLG2EVld {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tInLG2EVld .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tInLG2EVld .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tInLG2EVld .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tInLG2EVld .mbr-text {
    text-align: center;
  }
}
.cid-tInLG2EVld H1 {
  color: #232323;
}
.cid-tInLG2EVld .mbr-text,
.cid-tInLG2EVld .mbr-section-btn {
  color: #232323;
}
.cid-tInLG2EVld H2 {
  color: #000000;
}
.cid-tInLG319kN {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tInLG319kN .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tInLG319kN .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tInLG319kN .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tInLG319kN .mbr-text {
    text-align: center;
  }
}
.cid-tInLG319kN H1 {
  color: #232323;
}
.cid-tInLG319kN .mbr-text,
.cid-tInLG319kN .mbr-section-btn {
  color: #232323;
}
.cid-tInLG319kN H2 {
  color: #000000;
}
.cid-tInLG60QmJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tInLG60QmJ .content {
    text-align: center;
  }
  .cid-tInLG60QmJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tInLG60QmJ .logo-subtitle {
  color: #8d97ad;
}
.cid-tInLG60QmJ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tInLG60QmJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tInLG60QmJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tInLG60QmJ .media-wrap img {
  height: 4rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tInLG60QmJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tInLG60QmJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tInLG60QmJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tInLG60QmJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tInLG60QmJ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tInLG60QmJ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tInLG60QmJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tInLG60QmJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tInLG60QmJ .list-item {
  display: flex;
}
.cid-tInLG60QmJ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tInLG60QmJ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tInLG60QmJ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tInLG60QmJ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tInLG60QmJ .logo-subtitle,
.cid-tInLG60QmJ .media-wrap {
  text-align: center;
  color: #000000;
}
.cid-tInLG60QmJ .column-title {
  color: #000000;
}
.cid-tInLG60QmJ P {
  color: #000000;
}
.cid-tInLG60QmJ .mbr-text {
  color: #000000;
}
.cid-uFYzfxxxxy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #dc1b09;
  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-uFYzfxxxxy .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uFYzfxxxxy .nav-item,
.cid-uFYzfxxxxy .nav-link,
.cid-uFYzfxxxxy .navbar-caption {
  font-weight: normal;
}
.cid-uFYzfxxxxy .nav-item:focus,
.cid-uFYzfxxxxy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uFYzfxxxxy .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uFYzfxxxxy .nav-item .nav-link {
    position: relative;
  }
  .cid-uFYzfxxxxy .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #dc1b09;
    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-uFYzfxxxxy .nav-item:hover .nav-link:before,
  .cid-uFYzfxxxxy .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uFYzfxxxxy .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-uFYzfxxxxy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFYzfxxxxy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uFYzfxxxxy .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uFYzfxxxxy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFYzfxxxxy .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-uFYzfxxxxy .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFYzfxxxxy .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFYzfxxxxy .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uFYzfxxxxy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uFYzfxxxxy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFYzfxxxxy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFYzfxxxxy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFYzfxxxxy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFYzfxxxxy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFYzfxxxxy .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-uFYzfxxxxy .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uFYzfxxxxy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFYzfxxxxy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFYzfxxxxy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFYzfxxxxy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFYzfxxxxy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFYzfxxxxy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uFYzfxxxxy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uFYzfxxxxy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFYzfxxxxy .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-uFYzfxxxxy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFYzfxxxxy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFYzfxxxxy .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uFYzfxxxxy .dropdown-item.active,
.cid-uFYzfxxxxy .dropdown-item:active {
  background-color: transparent;
}
.cid-uFYzfxxxxy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFYzfxxxxy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFYzfxxxxy .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFYzfxxxxy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uFYzfxxxxy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFYzfxxxxy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFYzfxxxxy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFYzfxxxxy .navbar-buttons {
  text-align: center;
}
.cid-uFYzfxxxxy 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-uFYzfxxxxy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFYzfxxxxy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFYzfxxxxy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFYzfxxxxy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFYzfxxxxy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFYzfxxxxy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFYzfxxxxy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFYzfxxxxy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFYzfxxxxy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFYzfxxxxy .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uFYzfxxxxy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFYzfxxxxy .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #dc1b09;
  display: inline-flex;
}
.cid-uFYzfxxxxy .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 0px solid;
  border-radius: 100px;
}
.cid-uFYzfxxxxy .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uFYzfxxxxy .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-uFYzfxxxxy a.nav-link .mbr-iconfont-btn,
.cid-uFYzfxxxxy a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uFYzfxxxxy a.nav-link:hover .mbr-iconfont-btn,
.cid-uFYzfxxxxy a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uFYzfxxxxy a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFYzfxxxxy .navbar {
    height: 77px;
  }
  .cid-uFYzfxxxxy .navbar.opened {
    height: auto;
  }
  .cid-uFYzfxxxxy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFYzfyhqIG {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uFYzPWYTLO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFYzPWYTLO .mbr-section-title {
  font-weight: bold;
  color: #232323;
  margin-bottom: 2.5rem;
}
.cid-uFYzPWYTLO .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-uFYzPWYTLO .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-uFYzPWYTLO .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-uFYzPWYTLO .card-img span {
  font-size: 80px;
}
.cid-uFYzPWYTLO .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-uFYzPWYTLO .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFYzPWYTLO .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-uFYzPWYTLO .nav-item {
  margin-top: 1rem;
}
.cid-uFYzPWYTLO .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-uFYzPWYTLO .tab-content {
  width: 100%;
}
.cid-uFYzPWYTLO .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem 1rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #767676;
}
.cid-uFYzPWYTLO .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #767676;
}
.cid-uFYzPWYTLO .nav-tabs .nav-link.active {
  border: 1px solid #767676;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-uFYzPWYTLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYzPWYTLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYzPWYTLO .tab-header {
  color: #232323;
}
.cid-uFYzfz6fem {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFYzfz6fem .content {
    text-align: center;
  }
  .cid-uFYzfz6fem .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFYzfz6fem .logo-subtitle {
  color: #8d97ad;
}
.cid-uFYzfz6fem .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFYzfz6fem .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFYzfz6fem .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFYzfz6fem .media-wrap img {
  height: 4rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uFYzfz6fem .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uFYzfz6fem .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uFYzfz6fem .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFYzfz6fem .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uFYzfz6fem .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uFYzfz6fem .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uFYzfz6fem .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFYzfz6fem .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFYzfz6fem .list-item {
  display: flex;
}
.cid-uFYzfz6fem .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uFYzfz6fem ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uFYzfz6fem ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uFYzfz6fem ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uFYzfz6fem .logo-subtitle,
.cid-uFYzfz6fem .media-wrap {
  text-align: center;
  color: #000000;
}
.cid-uFYzfz6fem .column-title {
  color: #000000;
}
.cid-uFYzfz6fem P {
  color: #000000;
}
.cid-uFYzfz6fem .mbr-text {
  color: #000000;
}
