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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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-img {
  text-align: center;
  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 */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

/*! 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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  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 .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% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    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%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

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

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

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

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

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

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.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: .667em 1.667em !important;
  margin: 0 !important;
}

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

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

.card {
  display: -webkit-flex;
}

.card-wrapper {
  flex: 1;
}

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

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

.jq-selectbox__select {
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  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: .5rem 1rem;
}

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

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

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  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;
}

.btn-sm {
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

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

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

#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%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

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

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

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

.alert {
  color: #ffffff;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

.mbr-section-title {
  letter-spacing: 1px;
  margin: 0;
}

.mbr-section-subtitle {
  letter-spacing: 2px;
  margin: 0;
}

.mbr-section-btn .btn {
  font-weight: 700;
}

.mbr-section-btn .btn-sm {
  padding: .3rem 1rem !important;
}

.mbr-section-btn .btn-md {
  padding: .5rem 2rem !important;
}

.mbr-section-btn .btn-lg {
  padding: 1rem 2.2rem !important;
}

.mbr-text {
  letter-spacing: 1px;
}

.mbr-lighter {
  font-weight: 100 !important;
}

body {
  color: #333333;
}
body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Lobster', display;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Lobster', display;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.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-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #308350 !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #41e584 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #308350 !important;
  border-color: #308350 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1b4b2e !important;
  border-color: #1b4b2e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1b4b2e !important;
  border-color: #1b4b2e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #41e584 !important;
  border-color: #41e584 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #1abf5e !important;
  border-color: #1abf5e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1abf5e !important;
  border-color: #1abf5e !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #153822 !important;
  color: #153822 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #308350 !important;
  border-color: #308350 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #308350 !important;
  border-color: #308350 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #17a953 !important;
  color: #17a953 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #41e584 !important;
  border-color: #41e584 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #41e584 !important;
  border-color: #41e584 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.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: #308350 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #41e584 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #153822 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #17a953 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !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: #709faf;
}
.alert-warning {
  background-color: #41e584;
}
.alert-danger {
  background-color: #e26c5a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #308350;
  border-color: #308350;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #308350;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6ac88e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f4fef8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #308350;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@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: #308350;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #308350;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #308350;
  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: #308350;
  border-bottom-color: #308350;
}
.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: #308350 !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: #333333 !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23308350' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rzMgHGam4n .nav-item:focus,
.cid-rzMgHGam4n .nav-link:focus {
  outline: none;
}
.cid-rzMgHGam4n a.nav-link:focus {
  color: #ffffff !important;
}
.cid-rzMgHGam4n .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-rzMgHGam4n .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-rzMgHGam4n .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-rzMgHGam4n .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rzMgHGam4n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rzMgHGam4n .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rzMgHGam4n .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzMgHGam4n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-rzMgHGam4n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzMgHGam4n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMgHGam4n .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzMgHGam4n .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMgHGam4n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-rzMgHGam4n .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rzMgHGam4n .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzMgHGam4n .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-rzMgHGam4n .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMgHGam4n .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMgHGam4n .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzMgHGam4n .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-rzMgHGam4n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-rzMgHGam4n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMgHGam4n .dropdown-item.active,
.cid-rzMgHGam4n .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMgHGam4n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMgHGam4n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMgHGam4n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMgHGam4n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-rzMgHGam4n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-rzMgHGam4n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMgHGam4n ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzMgHGam4n .navbar-buttons {
  text-align: center;
}
.cid-rzMgHGam4n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMgHGam4n .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMgHGam4n a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-rzMgHGam4n .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMgHGam4n .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rzMgHGam4n .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rzMgHGam4n .nav-link:hover,
.cid-rzMgHGam4n .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-rzMgHGam4n .dropdown-item:hover {
  color: #c64935 !important;
}
.cid-rzMgHGam4n .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-rzMgHGam4n .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-rzMgHGam4n .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-rzMgHGam4n .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-rzMgHGam4n .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-rzMgHGam4n .dropdown-menu {
    top: 100%;
  }
  .cid-rzMgHGam4n .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-rzMgHGam4n .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-rzMgHGam4n .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-rzMgHGam4n .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-umu1Esigfy {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-umu1Esigfy .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-umu1Esigfy .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umu1Esigfy .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-umu1Esigfy .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-umu1Esigfy .image-element {
    padding-right: 0;
  }
}
.cid-umu1Esigfy .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-umu1Esigfy .mbr-section-subtitle,
.cid-umu1Esigfy .mbr-text {
  color: #878787;
}
.cid-umu1Esigfy .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-umu1Esigfy .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-umu1Esigfy .text-element {
    padding-top: 0;
  }
}
.cid-umu1Esigfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-umu1Esigfy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umu1Esigfy .mbr-text,
.cid-umu1Esigfy .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-rzMgL0Khyt {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rzMgL0Khyt .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-rzMgL0Khyt .card .card-img img {
  transition: all .5s;
}
.cid-rzMgL0Khyt .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rzMgL0Khyt .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-rzMgL0Khyt .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMgL0Khyt .first-card {
  display: block;
}
.cid-rzMgL0Khyt .first-card .card-wrapper {
  height: 100%;
}
.cid-rzMgL0Khyt .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-rzMgL0Khyt .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMgL0Khyt .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-rzMgL0Khyt .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-rzMgL0Khyt .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-rzMgL0Khyt .first-row,
.cid-rzMgL0Khyt .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-rzMgL0Khyt .first-row .card .card-wrapper,
.cid-rzMgL0Khyt .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-rzMgL0Khyt .first-row .card .card-wrapper .card-img,
.cid-rzMgL0Khyt .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-rzMgL0Khyt .first-row .card .card-wrapper .card-img img,
.cid-rzMgL0Khyt .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-rzMgL0Khyt .first-row,
  .cid-rzMgL0Khyt .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rzMgL0Khyt .first-row .card .card-wrapper .card-img,
  .cid-rzMgL0Khyt .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rzMgL0Khyt .first-row .card .card-wrapper .card-img img,
  .cid-rzMgL0Khyt .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-rzMgL0Khyt .first-row .caption,
.cid-rzMgL0Khyt .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-rzMgL0Khyt .first-row .caption .price,
.cid-rzMgL0Khyt .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-rzMgL0Khyt .first-row {
  padding-bottom: 1rem;
}
.cid-rzMgL0Khyt .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-rzMgL0Khyt .first-card,
  .cid-rzMgL0Khyt .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rzMgL0Khyt .first-card {
    padding-bottom: 2rem;
  }
  .cid-rzMgL0Khyt .only-first-row {
    height: 100%;
  }
}
.cid-rzMgL0Khyt .main-title {
  text-align: left;
}
.cid-rzMgL0Khyt .first-card-text,
.cid-rzMgL0Khyt .card-btn {
  color: #000000;
}
.cid-umu2Bcr0b6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-umu2Bcr0b6 .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-umu2Bcr0b6 .card .card-img img {
  transition: all .5s;
}
.cid-umu2Bcr0b6 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-umu2Bcr0b6 .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-umu2Bcr0b6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umu2Bcr0b6 .first-card {
  display: block;
}
.cid-umu2Bcr0b6 .first-card .card-wrapper {
  height: 100%;
}
.cid-umu2Bcr0b6 .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-umu2Bcr0b6 .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umu2Bcr0b6 .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-umu2Bcr0b6 .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-umu2Bcr0b6 .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-umu2Bcr0b6 .first-row,
.cid-umu2Bcr0b6 .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-umu2Bcr0b6 .first-row .card .card-wrapper,
.cid-umu2Bcr0b6 .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-umu2Bcr0b6 .first-row .card .card-wrapper .card-img,
.cid-umu2Bcr0b6 .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-umu2Bcr0b6 .first-row .card .card-wrapper .card-img img,
.cid-umu2Bcr0b6 .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-umu2Bcr0b6 .first-row,
  .cid-umu2Bcr0b6 .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umu2Bcr0b6 .first-row .card .card-wrapper .card-img,
  .cid-umu2Bcr0b6 .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umu2Bcr0b6 .first-row .card .card-wrapper .card-img img,
  .cid-umu2Bcr0b6 .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-umu2Bcr0b6 .first-row .caption,
.cid-umu2Bcr0b6 .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-umu2Bcr0b6 .first-row .caption .price,
.cid-umu2Bcr0b6 .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-umu2Bcr0b6 .first-row {
  padding-bottom: 1rem;
}
.cid-umu2Bcr0b6 .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-umu2Bcr0b6 .first-card,
  .cid-umu2Bcr0b6 .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umu2Bcr0b6 .first-card {
    padding-bottom: 2rem;
  }
  .cid-umu2Bcr0b6 .only-first-row {
    height: 100%;
  }
}
.cid-umu2Bcr0b6 .main-title {
  text-align: left;
}
.cid-umu2Bcr0b6 .first-card-text,
.cid-umu2Bcr0b6 .card-btn {
  color: #000000;
}
.cid-umwblnM6lX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-umwblnM6lX .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-umwblnM6lX .card .card-img img {
  transition: all .5s;
}
.cid-umwblnM6lX .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-umwblnM6lX .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-umwblnM6lX .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umwblnM6lX .first-card {
  display: block;
}
.cid-umwblnM6lX .first-card .card-wrapper {
  height: 100%;
}
.cid-umwblnM6lX .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-umwblnM6lX .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umwblnM6lX .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-umwblnM6lX .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-umwblnM6lX .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-umwblnM6lX .first-row,
.cid-umwblnM6lX .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-umwblnM6lX .first-row .card .card-wrapper,
.cid-umwblnM6lX .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-umwblnM6lX .first-row .card .card-wrapper .card-img,
.cid-umwblnM6lX .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-umwblnM6lX .first-row .card .card-wrapper .card-img img,
.cid-umwblnM6lX .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-umwblnM6lX .first-row,
  .cid-umwblnM6lX .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umwblnM6lX .first-row .card .card-wrapper .card-img,
  .cid-umwblnM6lX .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umwblnM6lX .first-row .card .card-wrapper .card-img img,
  .cid-umwblnM6lX .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-umwblnM6lX .first-row .caption,
.cid-umwblnM6lX .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-umwblnM6lX .first-row .caption .price,
.cid-umwblnM6lX .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-umwblnM6lX .first-row {
  padding-bottom: 1rem;
}
.cid-umwblnM6lX .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-umwblnM6lX .first-card,
  .cid-umwblnM6lX .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umwblnM6lX .first-card {
    padding-bottom: 2rem;
  }
  .cid-umwblnM6lX .only-first-row {
    height: 100%;
  }
}
.cid-umwblnM6lX .main-title {
  text-align: left;
}
.cid-umwblnM6lX .first-card-text,
.cid-umwblnM6lX .card-btn {
  color: #000000;
}
.cid-umwcPlpnjf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-umwcPlpnjf .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-umwcPlpnjf .card .card-img img {
  transition: all .5s;
}
.cid-umwcPlpnjf .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-umwcPlpnjf .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-umwcPlpnjf .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umwcPlpnjf .first-card {
  display: block;
}
.cid-umwcPlpnjf .first-card .card-wrapper {
  height: 100%;
}
.cid-umwcPlpnjf .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-umwcPlpnjf .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umwcPlpnjf .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-umwcPlpnjf .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-umwcPlpnjf .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-umwcPlpnjf .first-row,
.cid-umwcPlpnjf .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-umwcPlpnjf .first-row .card .card-wrapper,
.cid-umwcPlpnjf .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-umwcPlpnjf .first-row .card .card-wrapper .card-img,
.cid-umwcPlpnjf .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-umwcPlpnjf .first-row .card .card-wrapper .card-img img,
.cid-umwcPlpnjf .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-umwcPlpnjf .first-row,
  .cid-umwcPlpnjf .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umwcPlpnjf .first-row .card .card-wrapper .card-img,
  .cid-umwcPlpnjf .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umwcPlpnjf .first-row .card .card-wrapper .card-img img,
  .cid-umwcPlpnjf .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-umwcPlpnjf .first-row .caption,
.cid-umwcPlpnjf .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-umwcPlpnjf .first-row .caption .price,
.cid-umwcPlpnjf .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-umwcPlpnjf .first-row {
  padding-bottom: 1rem;
}
.cid-umwcPlpnjf .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-umwcPlpnjf .first-card,
  .cid-umwcPlpnjf .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umwcPlpnjf .first-card {
    padding-bottom: 2rem;
  }
  .cid-umwcPlpnjf .only-first-row {
    height: 100%;
  }
}
.cid-umwcPlpnjf .main-title {
  text-align: left;
}
.cid-umwcPlpnjf .first-card-text,
.cid-umwcPlpnjf .card-btn {
  color: #000000;
}
.cid-umweyd5f8X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-umweyd5f8X .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-umweyd5f8X .card .card-img img {
  transition: all .5s;
}
.cid-umweyd5f8X .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-umweyd5f8X .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-umweyd5f8X .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umweyd5f8X .first-card {
  display: block;
}
.cid-umweyd5f8X .first-card .card-wrapper {
  height: 100%;
}
.cid-umweyd5f8X .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-umweyd5f8X .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umweyd5f8X .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-umweyd5f8X .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-umweyd5f8X .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-umweyd5f8X .first-row,
.cid-umweyd5f8X .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-umweyd5f8X .first-row .card .card-wrapper,
.cid-umweyd5f8X .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-umweyd5f8X .first-row .card .card-wrapper .card-img,
.cid-umweyd5f8X .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-umweyd5f8X .first-row .card .card-wrapper .card-img img,
.cid-umweyd5f8X .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-umweyd5f8X .first-row,
  .cid-umweyd5f8X .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umweyd5f8X .first-row .card .card-wrapper .card-img,
  .cid-umweyd5f8X .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umweyd5f8X .first-row .card .card-wrapper .card-img img,
  .cid-umweyd5f8X .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-umweyd5f8X .first-row .caption,
.cid-umweyd5f8X .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-umweyd5f8X .first-row .caption .price,
.cid-umweyd5f8X .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-umweyd5f8X .first-row {
  padding-bottom: 1rem;
}
.cid-umweyd5f8X .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-umweyd5f8X .first-card,
  .cid-umweyd5f8X .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umweyd5f8X .first-card {
    padding-bottom: 2rem;
  }
  .cid-umweyd5f8X .only-first-row {
    height: 100%;
  }
}
.cid-umweyd5f8X .main-title {
  text-align: left;
}
.cid-umweyd5f8X .first-card-text,
.cid-umweyd5f8X .card-btn {
  color: #000000;
}
.cid-umwgl9porw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-umwgl9porw .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-umwgl9porw .card .card-img img {
  transition: all .5s;
}
.cid-umwgl9porw .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-umwgl9porw .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-umwgl9porw .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umwgl9porw .first-card {
  display: block;
}
.cid-umwgl9porw .first-card .card-wrapper {
  height: 100%;
}
.cid-umwgl9porw .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-umwgl9porw .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umwgl9porw .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-umwgl9porw .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-umwgl9porw .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-umwgl9porw .first-row,
.cid-umwgl9porw .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-umwgl9porw .first-row .card .card-wrapper,
.cid-umwgl9porw .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-umwgl9porw .first-row .card .card-wrapper .card-img,
.cid-umwgl9porw .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-umwgl9porw .first-row .card .card-wrapper .card-img img,
.cid-umwgl9porw .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-umwgl9porw .first-row,
  .cid-umwgl9porw .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umwgl9porw .first-row .card .card-wrapper .card-img,
  .cid-umwgl9porw .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umwgl9porw .first-row .card .card-wrapper .card-img img,
  .cid-umwgl9porw .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-umwgl9porw .first-row .caption,
.cid-umwgl9porw .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-umwgl9porw .first-row .caption .price,
.cid-umwgl9porw .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-umwgl9porw .first-row {
  padding-bottom: 1rem;
}
.cid-umwgl9porw .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-umwgl9porw .first-card,
  .cid-umwgl9porw .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umwgl9porw .first-card {
    padding-bottom: 2rem;
  }
  .cid-umwgl9porw .only-first-row {
    height: 100%;
  }
}
.cid-umwgl9porw .main-title {
  text-align: left;
}
.cid-umwgl9porw .first-card-text,
.cid-umwgl9porw .card-btn {
  color: #000000;
}
.cid-uZAm5lor3e {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uZAm5lor3e .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-uZAm5lor3e .card .card-img img {
  transition: all .5s;
}
.cid-uZAm5lor3e .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uZAm5lor3e .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-uZAm5lor3e .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uZAm5lor3e .first-card {
  display: block;
}
.cid-uZAm5lor3e .first-card .card-wrapper {
  height: 100%;
}
.cid-uZAm5lor3e .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uZAm5lor3e .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZAm5lor3e .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-uZAm5lor3e .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uZAm5lor3e .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uZAm5lor3e .first-row,
.cid-uZAm5lor3e .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-uZAm5lor3e .first-row .card .card-wrapper,
.cid-uZAm5lor3e .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-uZAm5lor3e .first-row .card .card-wrapper .card-img,
.cid-uZAm5lor3e .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-uZAm5lor3e .first-row .card .card-wrapper .card-img img,
.cid-uZAm5lor3e .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-uZAm5lor3e .first-row,
  .cid-uZAm5lor3e .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZAm5lor3e .first-row .card .card-wrapper .card-img,
  .cid-uZAm5lor3e .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZAm5lor3e .first-row .card .card-wrapper .card-img img,
  .cid-uZAm5lor3e .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-uZAm5lor3e .first-row .caption,
.cid-uZAm5lor3e .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-uZAm5lor3e .first-row .caption .price,
.cid-uZAm5lor3e .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-uZAm5lor3e .first-row {
  padding-bottom: 1rem;
}
.cid-uZAm5lor3e .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uZAm5lor3e .first-card,
  .cid-uZAm5lor3e .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZAm5lor3e .first-card {
    padding-bottom: 2rem;
  }
  .cid-uZAm5lor3e .only-first-row {
    height: 100%;
  }
}
.cid-uZAm5lor3e .main-title {
  text-align: left;
}
.cid-uZAm5lor3e .first-card-text,
.cid-uZAm5lor3e .card-btn {
  color: #000000;
}
.cid-umwjurQ6zY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-umwjurQ6zY .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-umwjurQ6zY .card .card-img img {
  transition: all .5s;
}
.cid-umwjurQ6zY .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-umwjurQ6zY .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-umwjurQ6zY .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umwjurQ6zY .first-card {
  display: block;
}
.cid-umwjurQ6zY .first-card .card-wrapper {
  height: 100%;
}
.cid-umwjurQ6zY .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-umwjurQ6zY .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umwjurQ6zY .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-umwjurQ6zY .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-umwjurQ6zY .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-umwjurQ6zY .first-row,
.cid-umwjurQ6zY .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-umwjurQ6zY .first-row .card .card-wrapper,
.cid-umwjurQ6zY .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-umwjurQ6zY .first-row .card .card-wrapper .card-img,
.cid-umwjurQ6zY .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-umwjurQ6zY .first-row .card .card-wrapper .card-img img,
.cid-umwjurQ6zY .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-umwjurQ6zY .first-row,
  .cid-umwjurQ6zY .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umwjurQ6zY .first-row .card .card-wrapper .card-img,
  .cid-umwjurQ6zY .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umwjurQ6zY .first-row .card .card-wrapper .card-img img,
  .cid-umwjurQ6zY .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-umwjurQ6zY .first-row .caption,
.cid-umwjurQ6zY .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-umwjurQ6zY .first-row .caption .price,
.cid-umwjurQ6zY .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-umwjurQ6zY .first-row {
  padding-bottom: 1rem;
}
.cid-umwjurQ6zY .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-umwjurQ6zY .first-card,
  .cid-umwjurQ6zY .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umwjurQ6zY .first-card {
    padding-bottom: 2rem;
  }
  .cid-umwjurQ6zY .only-first-row {
    height: 100%;
  }
}
.cid-umwjurQ6zY .main-title {
  text-align: left;
}
.cid-umwjurQ6zY .first-card-text,
.cid-umwjurQ6zY .card-btn {
  color: #000000;
}
.cid-rzMh4wFu1L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzMh4wFu1L .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMh4wFu1L .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rzMh4wFu1L .title {
    width: 100% !important;
  }
}
.cid-rzMgZGPH0E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzMgZGPH0E .google-map {
  width: 100%;
  height: 25rem;
}
.cid-rzMgZGPH0E .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-umrIvdJI8W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umrIvdJI8W .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umrIvdJI8W .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umrIvdJI8W .mbr-list {
  margin: 0;
}
.cid-umrIvdJI8W .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umrIvdJI8W .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umrIvdJI8W .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umrIvdJI8W .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-rzMi9GHrgW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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-img {
  text-align: center;
  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 */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

/*! 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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  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 .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% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    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%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

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

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

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

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

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

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.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: .667em 1.667em !important;
  margin: 0 !important;
}

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

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

.card {
  display: -webkit-flex;
}

.card-wrapper {
  flex: 1;
}

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

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

.jq-selectbox__select {
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  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: .5rem 1rem;
}

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

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

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  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;
}

.btn-sm {
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

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

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

#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%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

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

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

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

.alert {
  color: #ffffff;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

.mbr-section-title {
  letter-spacing: 1px;
  margin: 0;
}

.mbr-section-subtitle {
  letter-spacing: 2px;
  margin: 0;
}

.mbr-section-btn .btn {
  font-weight: 700;
}

.mbr-section-btn .btn-sm {
  padding: .3rem 1rem !important;
}

.mbr-section-btn .btn-md {
  padding: .5rem 2rem !important;
}

.mbr-section-btn .btn-lg {
  padding: 1rem 2.2rem !important;
}

.mbr-text {
  letter-spacing: 1px;
}

.mbr-lighter {
  font-weight: 100 !important;
}

body {
  color: #333333;
}
.cid-umqVIPG7B8 .nav-item:focus,
.cid-umqVIPG7B8 .nav-link:focus {
  outline: none;
}
.cid-umqVIPG7B8 a.nav-link:focus {
  color: #ffffff !important;
}
.cid-umqVIPG7B8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-umqVIPG7B8 .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-umqVIPG7B8 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-umqVIPG7B8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-umqVIPG7B8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umqVIPG7B8 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umqVIPG7B8 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-umqVIPG7B8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-umqVIPG7B8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umqVIPG7B8 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-umqVIPG7B8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umqVIPG7B8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-umqVIPG7B8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umqVIPG7B8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-umqVIPG7B8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-umqVIPG7B8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umqVIPG7B8 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-umqVIPG7B8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-umqVIPG7B8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umqVIPG7B8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umqVIPG7B8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-umqVIPG7B8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-umqVIPG7B8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umqVIPG7B8 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-umqVIPG7B8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-umqVIPG7B8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-umqVIPG7B8 .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-umqVIPG7B8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-umqVIPG7B8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-umqVIPG7B8 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umqVIPG7B8 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-umqVIPG7B8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-umqVIPG7B8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umqVIPG7B8 .dropdown-item.active,
.cid-umqVIPG7B8 .dropdown-item:active {
  background-color: transparent;
}
.cid-umqVIPG7B8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umqVIPG7B8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umqVIPG7B8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umqVIPG7B8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-umqVIPG7B8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-umqVIPG7B8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umqVIPG7B8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-umqVIPG7B8 .navbar-buttons {
  text-align: center;
}
.cid-umqVIPG7B8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umqVIPG7B8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umqVIPG7B8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-umqVIPG7B8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-umqVIPG7B8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-umqVIPG7B8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-umqVIPG7B8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umqVIPG7B8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-umqVIPG7B8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-umqVIPG7B8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umqVIPG7B8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-umqVIPG7B8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-umqVIPG7B8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-umqVIPG7B8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-umqVIPG7B8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-umqVIPG7B8 .nav-link:hover,
.cid-umqVIPG7B8 .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-umqVIPG7B8 .dropdown-item:hover {
  color: #c64935 !important;
}
.cid-umqVIPG7B8 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-umqVIPG7B8 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-umqVIPG7B8 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-umqVIPG7B8 .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-umqVIPG7B8 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-umqVIPG7B8 .dropdown-menu {
    top: 100%;
  }
  .cid-umqVIPG7B8 .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-umqVIPG7B8 .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-umqVIPG7B8 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-umqVIPG7B8 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-umrfs0m5VJ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-umrfs0m5VJ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umrfs0m5VJ .form-group {
  margin-bottom: 1rem;
}
.cid-umrfs0m5VJ .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-umrfs0m5VJ textarea.form-control {
  min-height: 96px;
}
.cid-umrfs0m5VJ .input-group-btn {
  width: 100%;
}
.cid-umrfs0m5VJ .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-umrfs0m5VJ .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-umrfs0m5VJ .google-map {
  width: 100%;
  height: 25rem;
}
.cid-umrfs0m5VJ .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-umrfs0m5VJ .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-umrfs0m5VJ .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #333333;
  padding: 10px;
}
.cid-umrfs0m5VJ .info-value {
  color: #b7b6b6;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-umrfs0m5VJ .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umrfs0m5VJ .form-subtitle {
    text-align: center;
  }
}
.cid-umrfs0m5VJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrfs0m5VJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umrfs0m5VJ .main-title {
  text-align: left;
}
.cid-umrfs0m5VJ .first-column {
  color: #000000;
}
.cid-umrIvdJI8W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umrIvdJI8W .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umrIvdJI8W .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umrIvdJI8W .mbr-list {
  margin: 0;
}
.cid-umrIvdJI8W .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umrIvdJI8W .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umrIvdJI8W .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umrIvdJI8W .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umqVITQ0ac {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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-img {
  text-align: center;
  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 */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

/*! 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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  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 .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% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    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%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

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

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

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

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

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

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.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: .667em 1.667em !important;
  margin: 0 !important;
}

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

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

.card {
  display: -webkit-flex;
}

.card-wrapper {
  flex: 1;
}

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

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

.jq-selectbox__select {
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  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: .5rem 1rem;
}

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

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

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  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;
}

.btn-sm {
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

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

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

#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%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

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

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

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

.alert {
  color: #ffffff;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

.mbr-section-title {
  letter-spacing: 1px;
  margin: 0;
}

.mbr-section-subtitle {
  letter-spacing: 2px;
  margin: 0;
}

.mbr-section-btn .btn {
  font-weight: 700;
}

.mbr-section-btn .btn-sm {
  padding: .3rem 1rem !important;
}

.mbr-section-btn .btn-md {
  padding: .5rem 2rem !important;
}

.mbr-section-btn .btn-lg {
  padding: 1rem 2.2rem !important;
}

.mbr-text {
  letter-spacing: 1px;
}

.mbr-lighter {
  font-weight: 100 !important;
}

body {
  color: #333333;
}
.cid-umqVGJzy5B .nav-item:focus,
.cid-umqVGJzy5B .nav-link:focus {
  outline: none;
}
.cid-umqVGJzy5B a.nav-link:focus {
  color: #ffffff !important;
}
.cid-umqVGJzy5B .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-umqVGJzy5B .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-umqVGJzy5B .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-umqVGJzy5B .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-umqVGJzy5B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umqVGJzy5B .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umqVGJzy5B .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-umqVGJzy5B .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-umqVGJzy5B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umqVGJzy5B .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-umqVGJzy5B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umqVGJzy5B .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-umqVGJzy5B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umqVGJzy5B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-umqVGJzy5B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-umqVGJzy5B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umqVGJzy5B .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-umqVGJzy5B .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-umqVGJzy5B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umqVGJzy5B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umqVGJzy5B .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-umqVGJzy5B .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-umqVGJzy5B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umqVGJzy5B .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-umqVGJzy5B .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-umqVGJzy5B .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-umqVGJzy5B .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-umqVGJzy5B .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-umqVGJzy5B .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-umqVGJzy5B .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umqVGJzy5B .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-umqVGJzy5B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-umqVGJzy5B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umqVGJzy5B .dropdown-item.active,
.cid-umqVGJzy5B .dropdown-item:active {
  background-color: transparent;
}
.cid-umqVGJzy5B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umqVGJzy5B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umqVGJzy5B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umqVGJzy5B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-umqVGJzy5B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-umqVGJzy5B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umqVGJzy5B ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-umqVGJzy5B .navbar-buttons {
  text-align: center;
}
.cid-umqVGJzy5B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umqVGJzy5B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umqVGJzy5B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-umqVGJzy5B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-umqVGJzy5B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-umqVGJzy5B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-umqVGJzy5B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umqVGJzy5B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-umqVGJzy5B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-umqVGJzy5B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umqVGJzy5B .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-umqVGJzy5B a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-umqVGJzy5B .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-umqVGJzy5B .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-umqVGJzy5B .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-umqVGJzy5B .nav-link:hover,
.cid-umqVGJzy5B .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-umqVGJzy5B .dropdown-item:hover {
  color: #c64935 !important;
}
.cid-umqVGJzy5B .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-umqVGJzy5B .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-umqVGJzy5B .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-umqVGJzy5B .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-umqVGJzy5B .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-umqVGJzy5B .dropdown-menu {
    top: 100%;
  }
  .cid-umqVGJzy5B .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-umqVGJzy5B .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-umqVGJzy5B .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-umqVGJzy5B .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-umrkIs1laj {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-umrkIs1laj .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umrkIs1laj .mbr-section-subtitle,
.cid-umrkIs1laj .mbr-text {
  color: #878787;
}
.cid-umrkIs1laj .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-umrkIs1laj .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-umrkIs1laj .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-umrkIs1laj .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-umrkIs1laj .wrapper .content-block .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-umrkIs1laj .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-umrkIs1laj .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umrkIs1laj .wrapper {
    padding: 1rem;
  }
  .cid-umrkIs1laj .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-umrkIs1laj .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrkIs1laj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umrkIs1laj .mbr-text,
.cid-umrkIs1laj .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-umrIvdJI8W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umrIvdJI8W .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umrIvdJI8W .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umrIvdJI8W .mbr-list {
  margin: 0;
}
.cid-umrIvdJI8W .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umrIvdJI8W .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umrIvdJI8W .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umrIvdJI8W .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umqVGNWlZD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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-img {
  text-align: center;
  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 */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

/*! 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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  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 .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% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    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%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

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

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

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

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

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

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.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: .667em 1.667em !important;
  margin: 0 !important;
}

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

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

.card {
  display: -webkit-flex;
}

.card-wrapper {
  flex: 1;
}

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

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

.jq-selectbox__select {
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  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: .5rem 1rem;
}

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

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

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  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;
}

.btn-sm {
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

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

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

#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%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

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

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

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

.alert {
  color: #ffffff;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

.mbr-section-title {
  letter-spacing: 1px;
  margin: 0;
}

.mbr-section-subtitle {
  letter-spacing: 2px;
  margin: 0;
}

.mbr-section-btn .btn {
  font-weight: 700;
}

.mbr-section-btn .btn-sm {
  padding: .3rem 1rem !important;
}

.mbr-section-btn .btn-md {
  padding: .5rem 2rem !important;
}

.mbr-section-btn .btn-lg {
  padding: 1rem 2.2rem !important;
}

.mbr-text {
  letter-spacing: 1px;
}

.mbr-lighter {
  font-weight: 100 !important;
}

body {
  color: #333333;
}
.cid-umrBCkCO8M .nav-item:focus,
.cid-umrBCkCO8M .nav-link:focus {
  outline: none;
}
.cid-umrBCkCO8M a.nav-link:focus {
  color: #ffffff !important;
}
.cid-umrBCkCO8M .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-umrBCkCO8M .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-umrBCkCO8M .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-umrBCkCO8M .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-umrBCkCO8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umrBCkCO8M .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umrBCkCO8M .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-umrBCkCO8M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-umrBCkCO8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umrBCkCO8M .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-umrBCkCO8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umrBCkCO8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-umrBCkCO8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umrBCkCO8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-umrBCkCO8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-umrBCkCO8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umrBCkCO8M .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-umrBCkCO8M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-umrBCkCO8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umrBCkCO8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umrBCkCO8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-umrBCkCO8M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-umrBCkCO8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umrBCkCO8M .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-umrBCkCO8M .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-umrBCkCO8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-umrBCkCO8M .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-umrBCkCO8M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-umrBCkCO8M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-umrBCkCO8M .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umrBCkCO8M .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-umrBCkCO8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-umrBCkCO8M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umrBCkCO8M .dropdown-item.active,
.cid-umrBCkCO8M .dropdown-item:active {
  background-color: transparent;
}
.cid-umrBCkCO8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umrBCkCO8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umrBCkCO8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umrBCkCO8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-umrBCkCO8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-umrBCkCO8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umrBCkCO8M ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-umrBCkCO8M .navbar-buttons {
  text-align: center;
}
.cid-umrBCkCO8M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umrBCkCO8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umrBCkCO8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-umrBCkCO8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-umrBCkCO8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-umrBCkCO8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-umrBCkCO8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umrBCkCO8M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-umrBCkCO8M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-umrBCkCO8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umrBCkCO8M .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-umrBCkCO8M a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-umrBCkCO8M .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-umrBCkCO8M .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-umrBCkCO8M .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-umrBCkCO8M .nav-link:hover,
.cid-umrBCkCO8M .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-umrBCkCO8M .dropdown-item:hover {
  color: #c64935 !important;
}
.cid-umrBCkCO8M .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-umrBCkCO8M .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-umrBCkCO8M .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-umrBCkCO8M .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-umrBCkCO8M .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-umrBCkCO8M .dropdown-menu {
    top: 100%;
  }
  .cid-umrBCkCO8M .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-umrBCkCO8M .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-umrBCkCO8M .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-umrBCkCO8M .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-umrC7Wodwc {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-umrC7Wodwc .google-map {
  height: 30rem;
  position: relative;
}
.cid-umrC7Wodwc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-umrC7Wodwc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-umrC7Wodwc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-umrC7Wodwc .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-umrC7Wodwc .mbr-section-title {
  color: #000000;
}
.cid-umrC7Wodwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrC7Wodwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umrIvdJI8W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umrIvdJI8W .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umrIvdJI8W .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umrIvdJI8W .mbr-list {
  margin: 0;
}
.cid-umrIvdJI8W .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umrIvdJI8W .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umrIvdJI8W .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umrIvdJI8W .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umrBClxMNy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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-img {
  text-align: center;
  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 */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

/*! 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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  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 .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% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    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%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

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

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

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

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

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

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.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: .667em 1.667em !important;
  margin: 0 !important;
}

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

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

.card {
  display: -webkit-flex;
}

.card-wrapper {
  flex: 1;
}

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

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

.jq-selectbox__select {
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  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: .5rem 1rem;
}

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

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

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  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;
}

.btn-sm {
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

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

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

#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%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

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

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

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

.alert {
  color: #ffffff;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

.mbr-section-title {
  letter-spacing: 1px;
  margin: 0;
}

.mbr-section-subtitle {
  letter-spacing: 2px;
  margin: 0;
}

.mbr-section-btn .btn {
  font-weight: 700;
}

.mbr-section-btn .btn-sm {
  padding: .3rem 1rem !important;
}

.mbr-section-btn .btn-md {
  padding: .5rem 2rem !important;
}

.mbr-section-btn .btn-lg {
  padding: 1rem 2.2rem !important;
}

.mbr-text {
  letter-spacing: 1px;
}

.mbr-lighter {
  font-weight: 100 !important;
}

body {
  color: #333333;
}
.cid-umqTWRcg1v .nav-item:focus,
.cid-umqTWRcg1v .nav-link:focus {
  outline: none;
}
.cid-umqTWRcg1v a.nav-link:focus {
  color: #ffffff !important;
}
.cid-umqTWRcg1v .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-umqTWRcg1v .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-umqTWRcg1v .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-umqTWRcg1v .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-umqTWRcg1v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umqTWRcg1v .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umqTWRcg1v .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-umqTWRcg1v .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-umqTWRcg1v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umqTWRcg1v .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-umqTWRcg1v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umqTWRcg1v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-umqTWRcg1v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umqTWRcg1v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-umqTWRcg1v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-umqTWRcg1v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umqTWRcg1v .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-umqTWRcg1v .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-umqTWRcg1v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umqTWRcg1v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umqTWRcg1v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-umqTWRcg1v .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-umqTWRcg1v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umqTWRcg1v .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-umqTWRcg1v .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-umqTWRcg1v .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-umqTWRcg1v .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-umqTWRcg1v .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-umqTWRcg1v .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-umqTWRcg1v .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umqTWRcg1v .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-umqTWRcg1v .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-umqTWRcg1v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umqTWRcg1v .dropdown-item.active,
.cid-umqTWRcg1v .dropdown-item:active {
  background-color: transparent;
}
.cid-umqTWRcg1v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umqTWRcg1v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umqTWRcg1v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umqTWRcg1v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-umqTWRcg1v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-umqTWRcg1v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umqTWRcg1v ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-umqTWRcg1v .navbar-buttons {
  text-align: center;
}
.cid-umqTWRcg1v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umqTWRcg1v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umqTWRcg1v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-umqTWRcg1v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-umqTWRcg1v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-umqTWRcg1v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-umqTWRcg1v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umqTWRcg1v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-umqTWRcg1v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-umqTWRcg1v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umqTWRcg1v .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-umqTWRcg1v a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-umqTWRcg1v .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-umqTWRcg1v .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-umqTWRcg1v .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-umqTWRcg1v .nav-link:hover,
.cid-umqTWRcg1v .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-umqTWRcg1v .dropdown-item:hover {
  color: #c64935 !important;
}
.cid-umqTWRcg1v .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-umqTWRcg1v .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-umqTWRcg1v .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-umqTWRcg1v .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-umqTWRcg1v .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-umqTWRcg1v .dropdown-menu {
    top: 100%;
  }
  .cid-umqTWRcg1v .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-umqTWRcg1v .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-umqTWRcg1v .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-umqTWRcg1v .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-umqYRZVAmk {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-umqYRZVAmk .card .card-img {
  overflow: hidden;
}
.cid-umqYRZVAmk .card .card-img img {
  transition: all 0.5s;
}
.cid-umqYRZVAmk .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-umqYRZVAmk .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umqYRZVAmk .card {
  height: 100%;
}
.cid-umqYRZVAmk .card .card-wrapper {
  height: 100%;
}
.cid-umqYRZVAmk .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-umqYRZVAmk .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-umqYRZVAmk .card .card-box .card-title {
  margin: 0;
}
.cid-umqYRZVAmk .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umqYRZVAmk .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-umqYRZVAmk .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-umqYRZVAmk .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-umqYRZVAmk .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umqYRZVAmk .card .card-footer .icons-list {
  margin: 0;
}
.cid-umqYRZVAmk .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-umqYRZVAmk .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-umqYRZVAmk .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-umqYRZVAmk .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-umqYRZVAmk .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-umqYRZVAmk .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-umqYRZVAmk .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umqYRZVAmk .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-umqYRZVAmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-umqYRZVAmk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umqYRZVAmk .card-text,
.cid-umqYRZVAmk .card-btn {
  text-align: center;
  color: #000000;
}
.cid-umqXqRlwiW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-umqXqRlwiW .card .card-img {
  overflow: hidden;
}
.cid-umqXqRlwiW .card .card-img img {
  transition: all 0.5s;
}
.cid-umqXqRlwiW .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-umqXqRlwiW .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umqXqRlwiW .card {
  height: 100%;
}
.cid-umqXqRlwiW .card .card-wrapper {
  height: 100%;
}
.cid-umqXqRlwiW .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-umqXqRlwiW .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-umqXqRlwiW .card .card-box .card-title {
  margin: 0;
}
.cid-umqXqRlwiW .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umqXqRlwiW .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-umqXqRlwiW .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-umqXqRlwiW .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-umqXqRlwiW .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umqXqRlwiW .card .card-footer .icons-list {
  margin: 0;
}
.cid-umqXqRlwiW .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-umqXqRlwiW .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-umqXqRlwiW .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-umqXqRlwiW .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-umqXqRlwiW .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-umqXqRlwiW .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-umqXqRlwiW .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umqXqRlwiW .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-umqXqRlwiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-umqXqRlwiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umqXqRlwiW .card-text,
.cid-umqXqRlwiW .card-btn {
  color: #000000;
  text-align: center;
}
.cid-umraso69y6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-umraso69y6 .card .card-img {
  overflow: hidden;
}
.cid-umraso69y6 .card .card-img img {
  transition: all 0.5s;
}
.cid-umraso69y6 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-umraso69y6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umraso69y6 .card {
  height: 100%;
}
.cid-umraso69y6 .card .card-wrapper {
  height: 100%;
}
.cid-umraso69y6 .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-umraso69y6 .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-umraso69y6 .card .card-box .card-title {
  margin: 0;
}
.cid-umraso69y6 .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umraso69y6 .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-umraso69y6 .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-umraso69y6 .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-umraso69y6 .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umraso69y6 .card .card-footer .icons-list {
  margin: 0;
}
.cid-umraso69y6 .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-umraso69y6 .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-umraso69y6 .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-umraso69y6 .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-umraso69y6 .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-umraso69y6 .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-umraso69y6 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umraso69y6 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-umraso69y6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umraso69y6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umraso69y6 .card-text,
.cid-umraso69y6 .card-btn {
  color: #000000;
  text-align: center;
}
.cid-umqTWVEJYu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-umqTWVEJYu .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umqTWVEJYu .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-umqTWVEJYu .title {
    width: 100% !important;
  }
}
.cid-umqTWVXpKg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umqTWVXpKg .google-map {
  width: 100%;
  height: 25rem;
}
.cid-umqTWVXpKg .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-umrIvdJI8W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umrIvdJI8W .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umrIvdJI8W .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umrIvdJI8W .mbr-list {
  margin: 0;
}
.cid-umrIvdJI8W .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umrIvdJI8W .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umrIvdJI8W .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umrIvdJI8W .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umqTWWNpU0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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-img {
  text-align: center;
  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 */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

/*! 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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  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 .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% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    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%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

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

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

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

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

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

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.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: .667em 1.667em !important;
  margin: 0 !important;
}

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

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

.card {
  display: -webkit-flex;
}

.card-wrapper {
  flex: 1;
}

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

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

.jq-selectbox__select {
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  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: .5rem 1rem;
}

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

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

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  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;
}

.btn-sm {
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

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

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

#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%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

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

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

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

.alert {
  color: #ffffff;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

.mbr-section-title {
  letter-spacing: 1px;
  margin: 0;
}

.mbr-section-subtitle {
  letter-spacing: 2px;
  margin: 0;
}

.mbr-section-btn .btn {
  font-weight: 700;
}

.mbr-section-btn .btn-sm {
  padding: .3rem 1rem !important;
}

.mbr-section-btn .btn-md {
  padding: .5rem 2rem !important;
}

.mbr-section-btn .btn-lg {
  padding: 1rem 2.2rem !important;
}

.mbr-text {
  letter-spacing: 1px;
}

.mbr-lighter {
  font-weight: 100 !important;
}

body {
  color: #333333;
}
.cid-umrJn9wMmq .nav-item:focus,
.cid-umrJn9wMmq .nav-link:focus {
  outline: none;
}
.cid-umrJn9wMmq a.nav-link:focus {
  color: #ffffff !important;
}
.cid-umrJn9wMmq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-umrJn9wMmq .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-umrJn9wMmq .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-umrJn9wMmq .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-umrJn9wMmq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umrJn9wMmq .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umrJn9wMmq .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-umrJn9wMmq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-umrJn9wMmq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umrJn9wMmq .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-umrJn9wMmq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umrJn9wMmq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-umrJn9wMmq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umrJn9wMmq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-umrJn9wMmq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-umrJn9wMmq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umrJn9wMmq .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-umrJn9wMmq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-umrJn9wMmq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umrJn9wMmq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umrJn9wMmq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-umrJn9wMmq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-umrJn9wMmq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umrJn9wMmq .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-umrJn9wMmq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-umrJn9wMmq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-umrJn9wMmq .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-umrJn9wMmq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-umrJn9wMmq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-umrJn9wMmq .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umrJn9wMmq .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-umrJn9wMmq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-umrJn9wMmq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umrJn9wMmq .dropdown-item.active,
.cid-umrJn9wMmq .dropdown-item:active {
  background-color: transparent;
}
.cid-umrJn9wMmq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umrJn9wMmq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umrJn9wMmq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umrJn9wMmq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-umrJn9wMmq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-umrJn9wMmq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umrJn9wMmq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-umrJn9wMmq .navbar-buttons {
  text-align: center;
}
.cid-umrJn9wMmq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umrJn9wMmq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umrJn9wMmq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-umrJn9wMmq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-umrJn9wMmq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-umrJn9wMmq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-umrJn9wMmq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umrJn9wMmq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-umrJn9wMmq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-umrJn9wMmq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umrJn9wMmq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-umrJn9wMmq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-umrJn9wMmq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-umrJn9wMmq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-umrJn9wMmq .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-umrJn9wMmq .nav-link:hover,
.cid-umrJn9wMmq .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-umrJn9wMmq .dropdown-item:hover {
  color: #c64935 !important;
}
.cid-umrJn9wMmq .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-umrJn9wMmq .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-umrJn9wMmq .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-umrJn9wMmq .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-umrJn9wMmq .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-umrJn9wMmq .dropdown-menu {
    top: 100%;
  }
  .cid-umrJn9wMmq .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-umrJn9wMmq .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-umrJn9wMmq .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-umrJn9wMmq .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-umrJnax9rn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umrJnax9rn .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umrJnax9rn .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umrJnax9rn .mbr-list {
  margin: 0;
}
.cid-umrJnax9rn .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umrJnax9rn .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umrJnax9rn .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umrJnax9rn .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umtpk41HxU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umtpk41HxU .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-umtpk41HxU .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-umtpk41HxU .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-umtpk41HxU .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umtpk41HxU .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-umtpk41HxU .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-umtpk41HxU .image-element {
    padding: 0 15px;
  }
  .cid-umtpk41HxU .text-element {
    padding: 2rem 1rem;
  }
  .cid-umtpk41HxU .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-umtpk41HxU .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-umtpk41HxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-umtpk41HxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umtpk41HxU .mbr-text,
.cid-umtpk41HxU .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-umtrLsf6FW {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-umtrLsf6FW .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umtrLsf6FW .mbr-section-title,
.cid-umtrLsf6FW .mbr-section-subtitle,
.cid-umtrLsf6FW .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umtrLsf6FW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-umtrLsf6FW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umtrLsf6FW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umtrLsf6FW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-umtrLsf6FW .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-umtrLsf6FW .icon-focus {
  display: none;
}
.cid-umtrLsf6FW .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  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-umtrLsf6FW ul {
  font-size: 0;
}
.cid-umtrLsf6FW .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-umtrLsf6FW .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-umtrLsf6FW .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-umtrLsf6FW .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-umtrLsf6FW .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-umtrLsf6FW .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-umtrLsf6FW .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-umtrLsf6FW .btn:hover {
  background: transparent !important;
}
.cid-umtrLsf6FW .btn:hover:before {
  background: transparent !important;
}
.cid-umtrLsf6FW .btn:before {
  background-color: transparent !important;
}
.cid-umtrLsf6FW .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-umrJA1lNKn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umrJA1lNKn .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umrJA1lNKn .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umrJA1lNKn .mbr-list {
  margin: 0;
}
.cid-umrJA1lNKn .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umrJA1lNKn .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umrJA1lNKn .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umrJA1lNKn .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umrJnaRop8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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-img {
  text-align: center;
  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 */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

/*! 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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  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 .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% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    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%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

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

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

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

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

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

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.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: .667em 1.667em !important;
  margin: 0 !important;
}

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

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

.card {
  display: -webkit-flex;
}

.card-wrapper {
  flex: 1;
}

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

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

.jq-selectbox__select {
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  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: .5rem 1rem;
}

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

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

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  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;
}

.btn-sm {
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

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

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

#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%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

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

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

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

.alert {
  color: #ffffff;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

.mbr-section-title {
  letter-spacing: 1px;
  margin: 0;
}

.mbr-section-subtitle {
  letter-spacing: 2px;
  margin: 0;
}

.mbr-section-btn .btn {
  font-weight: 700;
}

.mbr-section-btn .btn-sm {
  padding: .3rem 1rem !important;
}

.mbr-section-btn .btn-md {
  padding: .5rem 2rem !important;
}

.mbr-section-btn .btn-lg {
  padding: 1rem 2.2rem !important;
}

.mbr-text {
  letter-spacing: 1px;
}

.mbr-lighter {
  font-weight: 100 !important;
}

body {
  color: #333333;
}
.cid-umwrnSYQYE .nav-item:focus,
.cid-umwrnSYQYE .nav-link:focus {
  outline: none;
}
.cid-umwrnSYQYE a.nav-link:focus {
  color: #ffffff !important;
}
.cid-umwrnSYQYE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-umwrnSYQYE .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-umwrnSYQYE .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-umwrnSYQYE .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-umwrnSYQYE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umwrnSYQYE .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umwrnSYQYE .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-umwrnSYQYE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-umwrnSYQYE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umwrnSYQYE .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-umwrnSYQYE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umwrnSYQYE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-umwrnSYQYE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umwrnSYQYE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-umwrnSYQYE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-umwrnSYQYE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umwrnSYQYE .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-umwrnSYQYE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-umwrnSYQYE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umwrnSYQYE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umwrnSYQYE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-umwrnSYQYE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-umwrnSYQYE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umwrnSYQYE .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-umwrnSYQYE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-umwrnSYQYE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-umwrnSYQYE .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-umwrnSYQYE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-umwrnSYQYE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-umwrnSYQYE .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umwrnSYQYE .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-umwrnSYQYE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-umwrnSYQYE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umwrnSYQYE .dropdown-item.active,
.cid-umwrnSYQYE .dropdown-item:active {
  background-color: transparent;
}
.cid-umwrnSYQYE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umwrnSYQYE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umwrnSYQYE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umwrnSYQYE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-umwrnSYQYE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-umwrnSYQYE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umwrnSYQYE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-umwrnSYQYE .navbar-buttons {
  text-align: center;
}
.cid-umwrnSYQYE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umwrnSYQYE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umwrnSYQYE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-umwrnSYQYE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-umwrnSYQYE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-umwrnSYQYE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-umwrnSYQYE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umwrnSYQYE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-umwrnSYQYE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-umwrnSYQYE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umwrnSYQYE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-umwrnSYQYE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-umwrnSYQYE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-umwrnSYQYE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-umwrnSYQYE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-umwrnSYQYE .nav-link:hover,
.cid-umwrnSYQYE .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-umwrnSYQYE .dropdown-item:hover {
  color: #c64935 !important;
}
.cid-umwrnSYQYE .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-umwrnSYQYE .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-umwrnSYQYE .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-umwrnSYQYE .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-umwrnSYQYE .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-umwrnSYQYE .dropdown-menu {
    top: 100%;
  }
  .cid-umwrnSYQYE .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-umwrnSYQYE .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-umwrnSYQYE .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-umwrnSYQYE .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-umwrnTLdv5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umwrnTLdv5 .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umwrnTLdv5 .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umwrnTLdv5 .mbr-list {
  margin: 0;
}
.cid-umwrnTLdv5 .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umwrnTLdv5 .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umwrnTLdv5 .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umwrnTLdv5 .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umwrnUsqgh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umwrnUsqgh .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-umwrnUsqgh .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-umwrnUsqgh .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-umwrnUsqgh .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umwrnUsqgh .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-umwrnUsqgh .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-umwrnUsqgh .image-element {
    padding: 0 15px;
  }
  .cid-umwrnUsqgh .text-element {
    padding: 2rem 1rem;
  }
  .cid-umwrnUsqgh .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-umwrnUsqgh .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-umwrnUsqgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-umwrnUsqgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umwrnUsqgh .mbr-text,
.cid-umwrnUsqgh .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-umwrnV9UGf {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-umwrnV9UGf .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umwrnV9UGf .mbr-section-title,
.cid-umwrnV9UGf .mbr-section-subtitle,
.cid-umwrnV9UGf .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umwrnV9UGf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-umwrnV9UGf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umwrnV9UGf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umwrnV9UGf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-umwrnV9UGf .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-umwrnV9UGf .icon-focus {
  display: none;
}
.cid-umwrnV9UGf .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  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-umwrnV9UGf ul {
  font-size: 0;
}
.cid-umwrnV9UGf .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-umwrnV9UGf .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-umwrnV9UGf .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-umwrnV9UGf .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-umwrnV9UGf .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-umwrnV9UGf .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-umwrnV9UGf .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-umwrnV9UGf .btn:hover {
  background: transparent !important;
}
.cid-umwrnV9UGf .btn:hover:before {
  background: transparent !important;
}
.cid-umwrnV9UGf .btn:before {
  background-color: transparent !important;
}
.cid-umwrnV9UGf .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-umwrnVVOpH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umwrnVVOpH .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umwrnVVOpH .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umwrnVVOpH .mbr-list {
  margin: 0;
}
.cid-umwrnVVOpH .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umwrnVVOpH .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umwrnVVOpH .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umwrnVVOpH .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umwrnWEnED {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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-img {
  text-align: center;
  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 */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

/*! 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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  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 .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% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    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%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

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

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

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

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

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

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.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: .667em 1.667em !important;
  margin: 0 !important;
}

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

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

.card {
  display: -webkit-flex;
}

.card-wrapper {
  flex: 1;
}

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

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

.jq-selectbox__select {
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  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: .5rem 1rem;
}

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

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

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  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;
}

.btn-sm {
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

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

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

#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%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

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

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

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

.alert {
  color: #ffffff;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

.mbr-section-title {
  letter-spacing: 1px;
  margin: 0;
}

.mbr-section-subtitle {
  letter-spacing: 2px;
  margin: 0;
}

.mbr-section-btn .btn {
  font-weight: 700;
}

.mbr-section-btn .btn-sm {
  padding: .3rem 1rem !important;
}

.mbr-section-btn .btn-md {
  padding: .5rem 2rem !important;
}

.mbr-section-btn .btn-lg {
  padding: 1rem 2.2rem !important;
}

.mbr-text {
  letter-spacing: 1px;
}

.mbr-lighter {
  font-weight: 100 !important;
}

body {
  color: #333333;
}
.cid-umwrpGczqt .nav-item:focus,
.cid-umwrpGczqt .nav-link:focus {
  outline: none;
}
.cid-umwrpGczqt a.nav-link:focus {
  color: #ffffff !important;
}
.cid-umwrpGczqt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-umwrpGczqt .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-umwrpGczqt .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-umwrpGczqt .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-umwrpGczqt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umwrpGczqt .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umwrpGczqt .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-umwrpGczqt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-umwrpGczqt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umwrpGczqt .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-umwrpGczqt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umwrpGczqt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-umwrpGczqt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umwrpGczqt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-umwrpGczqt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-umwrpGczqt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umwrpGczqt .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-umwrpGczqt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-umwrpGczqt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umwrpGczqt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umwrpGczqt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-umwrpGczqt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-umwrpGczqt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umwrpGczqt .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-umwrpGczqt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-umwrpGczqt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-umwrpGczqt .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-umwrpGczqt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-umwrpGczqt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-umwrpGczqt .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umwrpGczqt .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-umwrpGczqt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-umwrpGczqt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umwrpGczqt .dropdown-item.active,
.cid-umwrpGczqt .dropdown-item:active {
  background-color: transparent;
}
.cid-umwrpGczqt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umwrpGczqt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umwrpGczqt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umwrpGczqt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-umwrpGczqt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-umwrpGczqt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umwrpGczqt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-umwrpGczqt .navbar-buttons {
  text-align: center;
}
.cid-umwrpGczqt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umwrpGczqt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umwrpGczqt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-umwrpGczqt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-umwrpGczqt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-umwrpGczqt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-umwrpGczqt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umwrpGczqt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-umwrpGczqt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-umwrpGczqt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umwrpGczqt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-umwrpGczqt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-umwrpGczqt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-umwrpGczqt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-umwrpGczqt .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-umwrpGczqt .nav-link:hover,
.cid-umwrpGczqt .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-umwrpGczqt .dropdown-item:hover {
  color: #c64935 !important;
}
.cid-umwrpGczqt .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-umwrpGczqt .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-umwrpGczqt .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-umwrpGczqt .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-umwrpGczqt .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-umwrpGczqt .dropdown-menu {
    top: 100%;
  }
  .cid-umwrpGczqt .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-umwrpGczqt .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-umwrpGczqt .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-umwrpGczqt .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-umwrpGUchS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umwrpGUchS .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umwrpGUchS .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umwrpGUchS .mbr-list {
  margin: 0;
}
.cid-umwrpGUchS .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umwrpGUchS .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umwrpGUchS .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umwrpGUchS .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umwrpHxSF0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umwrpHxSF0 .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-umwrpHxSF0 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-umwrpHxSF0 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-umwrpHxSF0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umwrpHxSF0 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-umwrpHxSF0 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-umwrpHxSF0 .image-element {
    padding: 0 15px;
  }
  .cid-umwrpHxSF0 .text-element {
    padding: 2rem 1rem;
  }
  .cid-umwrpHxSF0 .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-umwrpHxSF0 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-umwrpHxSF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umwrpHxSF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umwrpHxSF0 .mbr-text,
.cid-umwrpHxSF0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-umwrpI9ZpM {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-umwrpI9ZpM .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umwrpI9ZpM .mbr-section-title,
.cid-umwrpI9ZpM .mbr-section-subtitle,
.cid-umwrpI9ZpM .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umwrpI9ZpM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-umwrpI9ZpM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umwrpI9ZpM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umwrpI9ZpM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-umwrpI9ZpM .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-umwrpI9ZpM .icon-focus {
  display: none;
}
.cid-umwrpI9ZpM .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  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-umwrpI9ZpM ul {
  font-size: 0;
}
.cid-umwrpI9ZpM .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-umwrpI9ZpM .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-umwrpI9ZpM .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-umwrpI9ZpM .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-umwrpI9ZpM .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-umwrpI9ZpM .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-umwrpI9ZpM .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-umwrpI9ZpM .btn:hover {
  background: transparent !important;
}
.cid-umwrpI9ZpM .btn:hover:before {
  background: transparent !important;
}
.cid-umwrpI9ZpM .btn:before {
  background-color: transparent !important;
}
.cid-umwrpI9ZpM .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-umwrpIPxE3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umwrpIPxE3 .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umwrpIPxE3 .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umwrpIPxE3 .mbr-list {
  margin: 0;
}
.cid-umwrpIPxE3 .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umwrpIPxE3 .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umwrpIPxE3 .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umwrpIPxE3 .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umwrpJtjBl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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-img {
  text-align: center;
  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 */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

/*! 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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  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 .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% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    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%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

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

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

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

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

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

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.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: .667em 1.667em !important;
  margin: 0 !important;
}

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

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

.card {
  display: -webkit-flex;
}

.card-wrapper {
  flex: 1;
}

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

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

.jq-selectbox__select {
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  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: .5rem 1rem;
}

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

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

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  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;
}

.btn-sm {
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

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

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

#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%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

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

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

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

.alert {
  color: #ffffff;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

.mbr-section-title {
  letter-spacing: 1px;
  margin: 0;
}

.mbr-section-subtitle {
  letter-spacing: 2px;
  margin: 0;
}

.mbr-section-btn .btn {
  font-weight: 700;
}

.mbr-section-btn .btn-sm {
  padding: .3rem 1rem !important;
}

.mbr-section-btn .btn-md {
  padding: .5rem 2rem !important;
}

.mbr-section-btn .btn-lg {
  padding: 1rem 2.2rem !important;
}

.mbr-text {
  letter-spacing: 1px;
}

.mbr-lighter {
  font-weight: 100 !important;
}

body {
  color: #333333;
}
.cid-umwrrEiUZY .nav-item:focus,
.cid-umwrrEiUZY .nav-link:focus {
  outline: none;
}
.cid-umwrrEiUZY a.nav-link:focus {
  color: #ffffff !important;
}
.cid-umwrrEiUZY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-umwrrEiUZY .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-umwrrEiUZY .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-umwrrEiUZY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-umwrrEiUZY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umwrrEiUZY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umwrrEiUZY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-umwrrEiUZY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-umwrrEiUZY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umwrrEiUZY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-umwrrEiUZY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umwrrEiUZY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-umwrrEiUZY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umwrrEiUZY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-umwrrEiUZY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-umwrrEiUZY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umwrrEiUZY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-umwrrEiUZY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-umwrrEiUZY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umwrrEiUZY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umwrrEiUZY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-umwrrEiUZY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-umwrrEiUZY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umwrrEiUZY .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-umwrrEiUZY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-umwrrEiUZY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-umwrrEiUZY .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-umwrrEiUZY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-umwrrEiUZY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-umwrrEiUZY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umwrrEiUZY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-umwrrEiUZY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-umwrrEiUZY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umwrrEiUZY .dropdown-item.active,
.cid-umwrrEiUZY .dropdown-item:active {
  background-color: transparent;
}
.cid-umwrrEiUZY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umwrrEiUZY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umwrrEiUZY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umwrrEiUZY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-umwrrEiUZY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-umwrrEiUZY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umwrrEiUZY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-umwrrEiUZY .navbar-buttons {
  text-align: center;
}
.cid-umwrrEiUZY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umwrrEiUZY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umwrrEiUZY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-umwrrEiUZY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-umwrrEiUZY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-umwrrEiUZY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-umwrrEiUZY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umwrrEiUZY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-umwrrEiUZY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-umwrrEiUZY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umwrrEiUZY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-umwrrEiUZY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-umwrrEiUZY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-umwrrEiUZY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-umwrrEiUZY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-umwrrEiUZY .nav-link:hover,
.cid-umwrrEiUZY .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-umwrrEiUZY .dropdown-item:hover {
  color: #c64935 !important;
}
.cid-umwrrEiUZY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-umwrrEiUZY .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-umwrrEiUZY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-umwrrEiUZY .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-umwrrEiUZY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-umwrrEiUZY .dropdown-menu {
    top: 100%;
  }
  .cid-umwrrEiUZY .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-umwrrEiUZY .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-umwrrEiUZY .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-umwrrEiUZY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-umwrrF1cAA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umwrrF1cAA .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umwrrF1cAA .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umwrrF1cAA .mbr-list {
  margin: 0;
}
.cid-umwrrF1cAA .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umwrrF1cAA .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umwrrF1cAA .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umwrrF1cAA .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umwrrFEwmG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umwrrFEwmG .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-umwrrFEwmG .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-umwrrFEwmG .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-umwrrFEwmG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umwrrFEwmG .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-umwrrFEwmG .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-umwrrFEwmG .image-element {
    padding: 0 15px;
  }
  .cid-umwrrFEwmG .text-element {
    padding: 2rem 1rem;
  }
  .cid-umwrrFEwmG .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-umwrrFEwmG .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-umwrrFEwmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-umwrrFEwmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umwrrFEwmG .mbr-text,
.cid-umwrrFEwmG .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-umwrrFEwmG .mbr-section-title {
  text-align: center;
}
.cid-umwrrGelpG {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-umwrrGelpG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umwrrGelpG .mbr-section-title,
.cid-umwrrGelpG .mbr-section-subtitle,
.cid-umwrrGelpG .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umwrrGelpG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-umwrrGelpG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umwrrGelpG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umwrrGelpG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-umwrrGelpG .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-umwrrGelpG .icon-focus {
  display: none;
}
.cid-umwrrGelpG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  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-umwrrGelpG ul {
  font-size: 0;
}
.cid-umwrrGelpG .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-umwrrGelpG .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-umwrrGelpG .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-umwrrGelpG .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-umwrrGelpG .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-umwrrGelpG .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-umwrrGelpG .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-umwrrGelpG .btn:hover {
  background: transparent !important;
}
.cid-umwrrGelpG .btn:hover:before {
  background: transparent !important;
}
.cid-umwrrGelpG .btn:before {
  background-color: transparent !important;
}
.cid-umwrrGelpG .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-umwrrGU0yR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umwrrGU0yR .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umwrrGU0yR .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umwrrGU0yR .mbr-list {
  margin: 0;
}
.cid-umwrrGU0yR .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umwrrGU0yR .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umwrrGU0yR .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umwrrGU0yR .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umwrrHzr2E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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-img {
  text-align: center;
  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 */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

/*! 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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  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 .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% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    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%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

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

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

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

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

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

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.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: .667em 1.667em !important;
  margin: 0 !important;
}

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

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

.card {
  display: -webkit-flex;
}

.card-wrapper {
  flex: 1;
}

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

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

.jq-selectbox__select {
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  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: .5rem 1rem;
}

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

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

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  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;
}

.btn-sm {
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

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

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

#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%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

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

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

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

.alert {
  color: #ffffff;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

.mbr-section-title {
  letter-spacing: 1px;
  margin: 0;
}

.mbr-section-subtitle {
  letter-spacing: 2px;
  margin: 0;
}

.mbr-section-btn .btn {
  font-weight: 700;
}

.mbr-section-btn .btn-sm {
  padding: .3rem 1rem !important;
}

.mbr-section-btn .btn-md {
  padding: .5rem 2rem !important;
}

.mbr-section-btn .btn-lg {
  padding: 1rem 2.2rem !important;
}

.mbr-text {
  letter-spacing: 1px;
}

.mbr-lighter {
  font-weight: 100 !important;
}

body {
  color: #333333;
}
.cid-umwrtP2R0C .nav-item:focus,
.cid-umwrtP2R0C .nav-link:focus {
  outline: none;
}
.cid-umwrtP2R0C a.nav-link:focus {
  color: #ffffff !important;
}
.cid-umwrtP2R0C .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-umwrtP2R0C .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-umwrtP2R0C .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-umwrtP2R0C .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-umwrtP2R0C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umwrtP2R0C .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umwrtP2R0C .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-umwrtP2R0C .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-umwrtP2R0C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umwrtP2R0C .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-umwrtP2R0C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umwrtP2R0C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-umwrtP2R0C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umwrtP2R0C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-umwrtP2R0C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-umwrtP2R0C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umwrtP2R0C .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-umwrtP2R0C .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-umwrtP2R0C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umwrtP2R0C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umwrtP2R0C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-umwrtP2R0C .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-umwrtP2R0C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umwrtP2R0C .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-umwrtP2R0C .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-umwrtP2R0C .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-umwrtP2R0C .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-umwrtP2R0C .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-umwrtP2R0C .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-umwrtP2R0C .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umwrtP2R0C .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-umwrtP2R0C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-umwrtP2R0C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umwrtP2R0C .dropdown-item.active,
.cid-umwrtP2R0C .dropdown-item:active {
  background-color: transparent;
}
.cid-umwrtP2R0C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umwrtP2R0C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umwrtP2R0C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umwrtP2R0C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-umwrtP2R0C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-umwrtP2R0C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umwrtP2R0C ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-umwrtP2R0C .navbar-buttons {
  text-align: center;
}
.cid-umwrtP2R0C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umwrtP2R0C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umwrtP2R0C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-umwrtP2R0C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-umwrtP2R0C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-umwrtP2R0C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-umwrtP2R0C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umwrtP2R0C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-umwrtP2R0C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-umwrtP2R0C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umwrtP2R0C .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-umwrtP2R0C a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-umwrtP2R0C .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-umwrtP2R0C .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-umwrtP2R0C .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-umwrtP2R0C .nav-link:hover,
.cid-umwrtP2R0C .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-umwrtP2R0C .dropdown-item:hover {
  color: #c64935 !important;
}
.cid-umwrtP2R0C .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-umwrtP2R0C .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-umwrtP2R0C .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-umwrtP2R0C .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-umwrtP2R0C .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-umwrtP2R0C .dropdown-menu {
    top: 100%;
  }
  .cid-umwrtP2R0C .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-umwrtP2R0C .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-umwrtP2R0C .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-umwrtP2R0C .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-umwrtPKtsD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umwrtPKtsD .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umwrtPKtsD .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umwrtPKtsD .mbr-list {
  margin: 0;
}
.cid-umwrtPKtsD .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umwrtPKtsD .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umwrtPKtsD .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umwrtPKtsD .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umwrtQpCw9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umwrtQpCw9 .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-umwrtQpCw9 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-umwrtQpCw9 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-umwrtQpCw9 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umwrtQpCw9 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-umwrtQpCw9 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-umwrtQpCw9 .image-element {
    padding: 0 15px;
  }
  .cid-umwrtQpCw9 .text-element {
    padding: 2rem 1rem;
  }
  .cid-umwrtQpCw9 .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-umwrtQpCw9 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-umwrtQpCw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umwrtQpCw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umwrtQpCw9 .mbr-text,
.cid-umwrtQpCw9 .mbr-section-btn {
  text-align: left;
}
.cid-umwrtR5tdR {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-umwrtR5tdR .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umwrtR5tdR .mbr-section-title,
.cid-umwrtR5tdR .mbr-section-subtitle,
.cid-umwrtR5tdR .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umwrtR5tdR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-umwrtR5tdR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umwrtR5tdR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umwrtR5tdR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-umwrtR5tdR .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-umwrtR5tdR .icon-focus {
  display: none;
}
.cid-umwrtR5tdR .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  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-umwrtR5tdR ul {
  font-size: 0;
}
.cid-umwrtR5tdR .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-umwrtR5tdR .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-umwrtR5tdR .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-umwrtR5tdR .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-umwrtR5tdR .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-umwrtR5tdR .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-umwrtR5tdR .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-umwrtR5tdR .btn:hover {
  background: transparent !important;
}
.cid-umwrtR5tdR .btn:hover:before {
  background: transparent !important;
}
.cid-umwrtR5tdR .btn:before {
  background-color: transparent !important;
}
.cid-umwrtR5tdR .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-umwrtRKyMN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umwrtRKyMN .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umwrtRKyMN .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umwrtRKyMN .mbr-list {
  margin: 0;
}
.cid-umwrtRKyMN .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umwrtRKyMN .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umwrtRKyMN .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umwrtRKyMN .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umwrtSsPqs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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-img {
  text-align: center;
  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 */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

/*! 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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  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 .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% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    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%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

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

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

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

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

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

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.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: .667em 1.667em !important;
  margin: 0 !important;
}

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

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

.card {
  display: -webkit-flex;
}

.card-wrapper {
  flex: 1;
}

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

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

.jq-selectbox__select {
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  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: .5rem 1rem;
}

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

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

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  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;
}

.btn-sm {
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

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

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

#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%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

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

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

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

.alert {
  color: #ffffff;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

.mbr-section-title {
  letter-spacing: 1px;
  margin: 0;
}

.mbr-section-subtitle {
  letter-spacing: 2px;
  margin: 0;
}

.mbr-section-btn .btn {
  font-weight: 700;
}

.mbr-section-btn .btn-sm {
  padding: .3rem 1rem !important;
}

.mbr-section-btn .btn-md {
  padding: .5rem 2rem !important;
}

.mbr-section-btn .btn-lg {
  padding: 1rem 2.2rem !important;
}

.mbr-text {
  letter-spacing: 1px;
}

.mbr-lighter {
  font-weight: 100 !important;
}

body {
  color: #333333;
}
.cid-umwrvvxztE .nav-item:focus,
.cid-umwrvvxztE .nav-link:focus {
  outline: none;
}
.cid-umwrvvxztE a.nav-link:focus {
  color: #ffffff !important;
}
.cid-umwrvvxztE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-umwrvvxztE .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-umwrvvxztE .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-umwrvvxztE .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-umwrvvxztE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umwrvvxztE .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umwrvvxztE .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-umwrvvxztE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-umwrvvxztE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umwrvvxztE .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-umwrvvxztE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umwrvvxztE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-umwrvvxztE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umwrvvxztE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-umwrvvxztE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-umwrvvxztE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umwrvvxztE .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-umwrvvxztE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-umwrvvxztE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umwrvvxztE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umwrvvxztE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-umwrvvxztE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-umwrvvxztE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umwrvvxztE .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-umwrvvxztE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-umwrvvxztE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-umwrvvxztE .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-umwrvvxztE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-umwrvvxztE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-umwrvvxztE .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umwrvvxztE .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-umwrvvxztE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-umwrvvxztE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umwrvvxztE .dropdown-item.active,
.cid-umwrvvxztE .dropdown-item:active {
  background-color: transparent;
}
.cid-umwrvvxztE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umwrvvxztE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umwrvvxztE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umwrvvxztE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-umwrvvxztE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-umwrvvxztE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umwrvvxztE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-umwrvvxztE .navbar-buttons {
  text-align: center;
}
.cid-umwrvvxztE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umwrvvxztE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umwrvvxztE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-umwrvvxztE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-umwrvvxztE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-umwrvvxztE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-umwrvvxztE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umwrvvxztE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-umwrvvxztE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-umwrvvxztE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umwrvvxztE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-umwrvvxztE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-umwrvvxztE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-umwrvvxztE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-umwrvvxztE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-umwrvvxztE .nav-link:hover,
.cid-umwrvvxztE .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-umwrvvxztE .dropdown-item:hover {
  color: #c64935 !important;
}
.cid-umwrvvxztE .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-umwrvvxztE .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-umwrvvxztE .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-umwrvvxztE .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-umwrvvxztE .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-umwrvvxztE .dropdown-menu {
    top: 100%;
  }
  .cid-umwrvvxztE .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-umwrvvxztE .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-umwrvvxztE .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-umwrvvxztE .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-umwrvwiOcC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-umwrvwiOcC .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umwrvwiOcC .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umwrvwiOcC .mbr-list {
  margin: 0;
}
.cid-umwrvwiOcC .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umwrvwiOcC .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umwrvwiOcC .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umwrvwiOcC .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umwrvx3oEY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umwrvx3oEY .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-umwrvx3oEY .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-umwrvx3oEY .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-umwrvx3oEY .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umwrvx3oEY .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-umwrvx3oEY .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-umwrvx3oEY .image-element {
    padding: 0 15px;
  }
  .cid-umwrvx3oEY .text-element {
    padding: 2rem 1rem;
  }
  .cid-umwrvx3oEY .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-umwrvx3oEY .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-umwrvx3oEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-umwrvx3oEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umwrvx3oEY .mbr-text,
.cid-umwrvx3oEY .mbr-section-btn {
  text-align: left;
}
.cid-umwrvxI8JX {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-umwrvxI8JX .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umwrvxI8JX .mbr-section-title,
.cid-umwrvxI8JX .mbr-section-subtitle,
.cid-umwrvxI8JX .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umwrvxI8JX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-umwrvxI8JX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umwrvxI8JX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umwrvxI8JX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-umwrvxI8JX .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-umwrvxI8JX .icon-focus {
  display: none;
}
.cid-umwrvxI8JX .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  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-umwrvxI8JX ul {
  font-size: 0;
}
.cid-umwrvxI8JX .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-umwrvxI8JX .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-umwrvxI8JX .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-umwrvxI8JX .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-umwrvxI8JX .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-umwrvxI8JX .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-umwrvxI8JX .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-umwrvxI8JX .btn:hover {
  background: transparent !important;
}
.cid-umwrvxI8JX .btn:hover:before {
  background: transparent !important;
}
.cid-umwrvxI8JX .btn:before {
  background-color: transparent !important;
}
.cid-umwrvxI8JX .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-umwrvyrRWB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umwrvyrRWB .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umwrvyrRWB .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umwrvyrRWB .mbr-list {
  margin: 0;
}
.cid-umwrvyrRWB .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umwrvyrRWB .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umwrvyrRWB .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umwrvyrRWB .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umwrvzcbFb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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-img {
  text-align: center;
  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 */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

/*! 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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  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 .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% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    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%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

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

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

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

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

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

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.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: .667em 1.667em !important;
  margin: 0 !important;
}

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

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

.card {
  display: -webkit-flex;
}

.card-wrapper {
  flex: 1;
}

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

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

.jq-selectbox__select {
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  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: .5rem 1rem;
}

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

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

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  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;
}

.btn-sm {
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

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

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

#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%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

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

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

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

.alert {
  color: #ffffff;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

.mbr-section-title {
  letter-spacing: 1px;
  margin: 0;
}

.mbr-section-subtitle {
  letter-spacing: 2px;
  margin: 0;
}

.mbr-section-btn .btn {
  font-weight: 700;
}

.mbr-section-btn .btn-sm {
  padding: .3rem 1rem !important;
}

.mbr-section-btn .btn-md {
  padding: .5rem 2rem !important;
}

.mbr-section-btn .btn-lg {
  padding: 1rem 2.2rem !important;
}

.mbr-text {
  letter-spacing: 1px;
}

.mbr-lighter {
  font-weight: 100 !important;
}

body {
  color: #333333;
}
.cid-umwrx0iJlW .nav-item:focus,
.cid-umwrx0iJlW .nav-link:focus {
  outline: none;
}
.cid-umwrx0iJlW a.nav-link:focus {
  color: #ffffff !important;
}
.cid-umwrx0iJlW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-umwrx0iJlW .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-umwrx0iJlW .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-umwrx0iJlW .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-umwrx0iJlW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umwrx0iJlW .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umwrx0iJlW .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-umwrx0iJlW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-umwrx0iJlW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umwrx0iJlW .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-umwrx0iJlW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umwrx0iJlW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-umwrx0iJlW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umwrx0iJlW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-umwrx0iJlW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-umwrx0iJlW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umwrx0iJlW .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-umwrx0iJlW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-umwrx0iJlW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umwrx0iJlW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umwrx0iJlW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-umwrx0iJlW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-umwrx0iJlW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umwrx0iJlW .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-umwrx0iJlW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-umwrx0iJlW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-umwrx0iJlW .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-umwrx0iJlW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-umwrx0iJlW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-umwrx0iJlW .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umwrx0iJlW .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-umwrx0iJlW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-umwrx0iJlW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umwrx0iJlW .dropdown-item.active,
.cid-umwrx0iJlW .dropdown-item:active {
  background-color: transparent;
}
.cid-umwrx0iJlW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umwrx0iJlW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umwrx0iJlW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umwrx0iJlW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-umwrx0iJlW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-umwrx0iJlW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umwrx0iJlW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-umwrx0iJlW .navbar-buttons {
  text-align: center;
}
.cid-umwrx0iJlW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umwrx0iJlW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umwrx0iJlW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-umwrx0iJlW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-umwrx0iJlW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-umwrx0iJlW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-umwrx0iJlW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umwrx0iJlW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-umwrx0iJlW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-umwrx0iJlW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umwrx0iJlW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-umwrx0iJlW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-umwrx0iJlW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-umwrx0iJlW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-umwrx0iJlW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-umwrx0iJlW .nav-link:hover,
.cid-umwrx0iJlW .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-umwrx0iJlW .dropdown-item:hover {
  color: #c64935 !important;
}
.cid-umwrx0iJlW .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-umwrx0iJlW .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-umwrx0iJlW .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-umwrx0iJlW .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-umwrx0iJlW .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-umwrx0iJlW .dropdown-menu {
    top: 100%;
  }
  .cid-umwrx0iJlW .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-umwrx0iJlW .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-umwrx0iJlW .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-umwrx0iJlW .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-umwrx138p6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umwrx138p6 .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umwrx138p6 .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umwrx138p6 .mbr-list {
  margin: 0;
}
.cid-umwrx138p6 .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umwrx138p6 .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umwrx138p6 .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umwrx138p6 .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umwrx1JA3l {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umwrx1JA3l .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-umwrx1JA3l .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-umwrx1JA3l .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-umwrx1JA3l .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umwrx1JA3l .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-umwrx1JA3l .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-umwrx1JA3l .image-element {
    padding: 0 15px;
  }
  .cid-umwrx1JA3l .text-element {
    padding: 2rem 1rem;
  }
  .cid-umwrx1JA3l .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-umwrx1JA3l .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-umwrx1JA3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-umwrx1JA3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umwrx1JA3l .mbr-text,
.cid-umwrx1JA3l .mbr-section-btn {
  text-align: left;
}
.cid-umwrx2k8AC {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-umwrx2k8AC .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umwrx2k8AC .mbr-section-title,
.cid-umwrx2k8AC .mbr-section-subtitle,
.cid-umwrx2k8AC .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umwrx2k8AC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-umwrx2k8AC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umwrx2k8AC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umwrx2k8AC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-umwrx2k8AC .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-umwrx2k8AC .icon-focus {
  display: none;
}
.cid-umwrx2k8AC .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  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-umwrx2k8AC ul {
  font-size: 0;
}
.cid-umwrx2k8AC .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-umwrx2k8AC .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-umwrx2k8AC .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-umwrx2k8AC .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-umwrx2k8AC .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-umwrx2k8AC .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-umwrx2k8AC .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-umwrx2k8AC .btn:hover {
  background: transparent !important;
}
.cid-umwrx2k8AC .btn:hover:before {
  background: transparent !important;
}
.cid-umwrx2k8AC .btn:before {
  background-color: transparent !important;
}
.cid-umwrx2k8AC .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-umwrx33xBM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-umwrx33xBM .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umwrx33xBM .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-umwrx33xBM .mbr-list {
  margin: 0;
}
.cid-umwrx33xBM .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-umwrx33xBM .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-umwrx33xBM .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-umwrx33xBM .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-umwrx3Mfdd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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-img {
  text-align: center;
  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 */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

/*! 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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  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 .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% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    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%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

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

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

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

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

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

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.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: .667em 1.667em !important;
  margin: 0 !important;
}

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

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

.card {
  display: -webkit-flex;
}

.card-wrapper {
  flex: 1;
}

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

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

.jq-selectbox__select {
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  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: .5rem 1rem;
}

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

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

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  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;
}

.btn-sm {
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

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

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

#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%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

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

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

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

.alert {
  color: #ffffff;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

.mbr-section-title {
  letter-spacing: 1px;
  margin: 0;
}

.mbr-section-subtitle {
  letter-spacing: 2px;
  margin: 0;
}

.mbr-section-btn .btn {
  font-weight: 700;
}

.mbr-section-btn .btn-sm {
  padding: .3rem 1rem !important;
}

.mbr-section-btn .btn-md {
  padding: .5rem 2rem !important;
}

.mbr-section-btn .btn-lg {
  padding: 1rem 2.2rem !important;
}

.mbr-text {
  letter-spacing: 1px;
}

.mbr-lighter {
  font-weight: 100 !important;
}

body {
  color: #333333;
}
.cid-uZAqBotF4l .nav-item:focus,
.cid-uZAqBotF4l .nav-link:focus {
  outline: none;
}
.cid-uZAqBotF4l a.nav-link:focus {
  color: #ffffff !important;
}
.cid-uZAqBotF4l .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
}
.cid-uZAqBotF4l .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-uZAqBotF4l .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uZAqBotF4l .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uZAqBotF4l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZAqBotF4l .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uZAqBotF4l .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uZAqBotF4l .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZAqBotF4l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZAqBotF4l .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uZAqBotF4l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZAqBotF4l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZAqBotF4l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZAqBotF4l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uZAqBotF4l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZAqBotF4l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZAqBotF4l .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uZAqBotF4l .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZAqBotF4l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZAqBotF4l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZAqBotF4l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZAqBotF4l .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZAqBotF4l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZAqBotF4l .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uZAqBotF4l .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uZAqBotF4l .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZAqBotF4l .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-uZAqBotF4l .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZAqBotF4l .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZAqBotF4l .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZAqBotF4l .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uZAqBotF4l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uZAqBotF4l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZAqBotF4l .dropdown-item.active,
.cid-uZAqBotF4l .dropdown-item:active {
  background-color: transparent;
}
.cid-uZAqBotF4l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZAqBotF4l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZAqBotF4l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZAqBotF4l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uZAqBotF4l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uZAqBotF4l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZAqBotF4l ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZAqBotF4l .navbar-buttons {
  text-align: center;
}
.cid-uZAqBotF4l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZAqBotF4l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZAqBotF4l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZAqBotF4l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZAqBotF4l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZAqBotF4l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZAqBotF4l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZAqBotF4l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZAqBotF4l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZAqBotF4l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZAqBotF4l .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZAqBotF4l a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uZAqBotF4l .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZAqBotF4l .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZAqBotF4l .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-uZAqBotF4l .nav-link:hover,
.cid-uZAqBotF4l .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-uZAqBotF4l .dropdown-item:hover {
  color: #c64935 !important;
}
.cid-uZAqBotF4l .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-uZAqBotF4l .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uZAqBotF4l .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uZAqBotF4l .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-uZAqBotF4l .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uZAqBotF4l .dropdown-menu {
    top: 100%;
  }
  .cid-uZAqBotF4l .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-uZAqBotF4l .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-uZAqBotF4l .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uZAqBotF4l .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uZAqBoJYUv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uZAqBoJYUv .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZAqBoJYUv .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-uZAqBoJYUv .mbr-list {
  margin: 0;
}
.cid-uZAqBoJYUv .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uZAqBoJYUv .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-uZAqBoJYUv .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uZAqBoJYUv .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-uZAqBp1wft {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZAqBp1wft .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uZAqBp1wft .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uZAqBp1wft .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uZAqBp1wft .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uZAqBp1wft .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZAqBp1wft .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZAqBp1wft .image-element {
    padding: 0 15px;
  }
  .cid-uZAqBp1wft .text-element {
    padding: 2rem 1rem;
  }
  .cid-uZAqBp1wft .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uZAqBp1wft .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uZAqBp1wft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAqBp1wft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAqBp1wft .mbr-text,
.cid-uZAqBp1wft .mbr-section-btn {
  text-align: left;
}
.cid-uZAqBpg1Gf {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uZAqBpg1Gf .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uZAqBpg1Gf .mbr-section-title,
.cid-uZAqBpg1Gf .mbr-section-subtitle,
.cid-uZAqBpg1Gf .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZAqBpg1Gf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uZAqBpg1Gf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZAqBpg1Gf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZAqBpg1Gf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uZAqBpg1Gf .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-uZAqBpg1Gf .icon-focus {
  display: none;
}
.cid-uZAqBpg1Gf .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  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-uZAqBpg1Gf ul {
  font-size: 0;
}
.cid-uZAqBpg1Gf .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uZAqBpg1Gf .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uZAqBpg1Gf .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uZAqBpg1Gf .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uZAqBpg1Gf .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uZAqBpg1Gf .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uZAqBpg1Gf .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uZAqBpg1Gf .btn:hover {
  background: transparent !important;
}
.cid-uZAqBpg1Gf .btn:hover:before {
  background: transparent !important;
}
.cid-uZAqBpg1Gf .btn:before {
  background-color: transparent !important;
}
.cid-uZAqBpg1Gf .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uZAqBpz3Zg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uZAqBpz3Zg .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZAqBpz3Zg .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-uZAqBpz3Zg .mbr-list {
  margin: 0;
}
.cid-uZAqBpz3Zg .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uZAqBpz3Zg .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-uZAqBpz3Zg .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uZAqBpz3Zg .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-uZAqBpNzn2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
